/*
TABLE OF CONTENTS

1) Fonts
2) Typography
3) Layout
4) Sections
5) Pages ( contact, about etc )
6) Template Elements
7) Navigations
8) Main Slideshow
9) Blocks/Widgets
10) Owl carousel
**/



/* 1 Fonts
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
----------------------------------------------------------------------------- */

body, input, textarea, select, blockquote, .main-navigation .navbar ul ul {
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6, .logo, .main-navigation .navbar, .btn, .caption {
	font-family: 'Lato', sans-serif;
}
/* 2 Typography
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
----------------------------------------------------------------------------- */

body {
	font-size: 15px;
	line-height: 1.50;
	color: #434343;
	background-color: #ebebeb;
}
h1, h2, h3, h4, h5, h6 {
	color: #434343;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #434343;
}
h1 {
	font-size: 20px;
	font-weight: 700;
	text-transform:uppercase;
	font-family:Nyala, Georgia, "Times New Roman", Times, serif;
	text-shadow:1px 1px #fff;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
h1.page-title {
	margin: 25px 0 10px;
	font-size: 36px;
}
.main-content h1 {
	margin-bottom: 15px;
}
.title {
	margin-top: 0;
}
.footer h2 {
	font-size: 20px;
}
p {
	margin-bottom: 15px;
	text-align:justify;
	text-shadow:1px 1px #fff;
}
a {
	color: #ccc;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
	color: #94d900;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #444;
	text-shadow:1px 1px #000;
	margin: 1em 0;
	padding: 0;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
blockquote {
	border-left: none;
	display: block;
	margin: 40px auto 30px;
	font-size: 18px;
	position: relative;
	padding: 10px 0;
	margin-left: 95px;
}
blockquote:after {
	content: "“";
	width: 75px;
	height: 75px;
	text-align: center;
	line-height: 48px;
	font-size: 140px;
	color: #eaeaea;
	font-family: 'PT Serif', serif;
	position: absolute;
	top: 30px;
	left: -95px;
}
.blockquote:before {
	font-family: 'PT Serif', serif;
	content: "“";
	font-size: 40px;
}
mark, .mark {
	background-color: #3f85c2;
	color: #ffffff;
}
pre {
	padding: 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
/* Lists
----------------------------------*/
ul, ol {
	margin-bottom: 20px;
}
.list {
	list-style: none;
	padding: 0;
	margin: 15px 0;
}
.list li {
	padding: 4px 0;
}
.list-triangle {
	list-style: none;
	padding-left: 20px;
	margin: 20px 0;
}
.list-triangle li {
	padding: 5px 0 0;
	position: relative;
}
.list-triangle li:after {
	font-family: "FontAwesome";
	content: "\f0da";
	position: absolute;
	left: -20px;
	color: #3f85c2;
	top: 6px;
}
/* Tables 
----------------------------------*/
.table {
	letter-spacing:1px;
	text-align:center;
	width:100%;
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:600;
	color:#333;
	text-shadow:1px 1px #fff;
	border-top: 1px double #777;
}
.table td {
	border:1px solid #777;
	padding:5px;
}
.table-bordered {
	border-color: #3f85c2;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border-color: #E2E2E2;
}
/* 3 Layout
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
----------------------------------------------------------------------------- */

#buy {
	width:200px;
	height:280px;
	position:fixed;
	top:300px;
	right:0px;
	float:right;
	z-index:1001;
	margin-top:50px;
	background:rgba(0, 0, 0, 0.6);
	border:1px solid #999;
}
#buy a {
	text-decoration:none;
	color:#ccc;
}
#buy a:hover {
	text-decoration:underline;
	color:#ccc;
}
#buy p {
	text-align:center;
}
.page-wrapper {
	background-color: #fff;
}
.page-wrapper.boxed {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	box-shadow: 0px 0px 20px #C2C2C2;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-top:20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.preheader {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1002;
}
.preheader * {
	color: #fff;
}
.preheader-content {
	padding: 30px 0;
	display: none;
	position: relative;
	z-index: 1002;
}
.header-top {
	color: #ddd;
	padding: 7px 0 0 0;
}
.boxed .header-top {
	padding-right: 25px;
}
.header {
	padding: 20px 0 25px;
	background-color: #3d3d3d;
}
.main-navigation {
	border-top: 1px solid #666;
	z-index: 3;
	position: relative;
	background-color: #333;
}
.not-front .main-navigation {
	box-shadow: 0px 3px 3px #EBEBEB;
}
.banner {
	background:url(../images/bg.jpg);
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.page-intro {
	min-height: 90px;
	margin: 0 0 80px;
	border-bottom: 1px solid #E7E7E7;
	box-shadow: inset 0px -2px 2px #ECECEC;
	background-color: #fcfcfc;
}
.not-front .main-content-wrapper {
	padding-bottom: 80px;
}
.section {
	padding: 10px 0 10px;
	background:#f2f2f2;
}
.call-to-action {
	padding: 25px 0;
}
.bg-color-light {
	background-color: #fafafa;
	border-top: 1px solid #b2bfca;
	border-bottom: 1px solid #b2bfca;
}
.bg-color-gray {
	background-color: #b2bfca;
}
.bg-color-default {
	background-color: #3f85c2;
}
.bg-color-gray *, .bg-color-default * {
	color: #fff;
}
.subfooter {
	padding: 10px 0;
	background:#2b2b2b;
	border-top:1px solid #444;
}
.bordered {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
/* Miscellaneous
----------------------------------*/
.space {
	padding: 25px 0px;
}
.separator {
	width: 100px;
	background-color: #434343;
	height: 1px;
	text-align: center;
	margin: 25px auto;
	position: relative;
}
.separator:after {
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #94d900;
	content: "";
	top: -4px;
	margin-left: -4px;
	left: 50%;
	text-shadow:1px 1px #000;
	color:#94d900;
}
.separator-2 {
	width: 100px;
	background-color: #434343;
	height: 1px;
	margin: 25px 0;
}
.vertical-div {
	height: 20px;
	background-color: #434343;
	width: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
}
.divider {
	margin: 15px 0 !important;
}
.vertical-divider-left {
	border-left: 1px solid #eeeeee;
	padding-left: 50px;
	margin-left: 20px;
}
.vertical-divider-right {
	border-right: 1px solid #eeeeee;
	padding-right: 50px;
	margin-right: 20px;
}
.triangle {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 50px 50px 0;
	width: 50px !important;
	display: inline !important;
	border-color: transparent #f8f8f8 transparent transparent;
	position: relative;
}
.triangle.opened {
	border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
	top: -1px;
}
.small.triangle {
	border-width: 0 35px 35px 0;
	width: 35px !important;
}
.triangle i {
	position: absolute;
	top: 10px;
	left: 30px;
	font-size: 16px;
	color: #555;
	text-shadow:1px 1px #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.small.triangle i {
	font-size: 11px;
	top: 7px;
	left: 20px;
}
.triangle.opened i {
	color: #fff;
}
.pl-10 {
	padding-left: 10px;
}
.pl-20 {
	padding-left: 20px;
}
.pr-10 {
	padding-right: 10px;
}
.pr-20 {
	padding-right: 20px;
}
.space-top {
	padding-top: 40px;
}
.space-bottom {
	padding-bottom: 40px;
}
.pb-clear {
	padding-bottom: 0 !important;
}
.pt-clear {
	padding-top: 0 !important;
}
.bt-clear {
	border-top: none !important;
}
.br-clear {
	border-right: none !important;
}
.bl-clear {
	border-left: none !important;
}
.bb-clear {
	border-bottom: none !important;
}
.object-non-visible, .csstransitions .caption-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible, .touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
/* 4 Sections
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
----------------------------------------------------------------------------- */

/* Preheader
----------------------------------*/
.trigger {
	position: absolute;
	top: 100%;
	right: 0;
	cursor: pointer;
	font-size: 0;
	z-index: 1002;
	border-top: 1px solid transparent;
}
.preheader h2 {
	margin-top: 0;
}
/* Page-intro
----------------------------------*/
.page-intro * {
	color: #464646;
}
/* Footer
----------------------------------*/
.footer {
	color: #cecece;
	background:#222;
	border-top:1px solid #fff;
	margin:0;
	font-size: 14px;
	font-weight: 300;
	padding:20px;
}
.footer a, .subfooter a {
	color: #ccc;
	letter-spacing:2px;
	text-shadow:1px 1px #000;
	margin:0 15px;
}
.footer a:hover, subfooter a:hover {
	color: #94d900;
}
.footer h2 {
	color: #cecece;
	margin-bottom: 30px;
}
.footer .social-links {
	margin: 0;
	font-size:22px;
}
.footer .social-links li a {
	width: 40px;
	height: 40px;
	border:1px solid #555;
	margin:0 5px;
	color:#555;
}
.footer .social-links li a i {
	text-align:center;
}
.footer .social-links li a:hover {
	color:rgba(148, 217, 0, 0.65);
	border:1px solid rgba(148, 217, 0, 0.65);
}
/* Subfooter
----------------------------------*/
.subfooter {
	font-weight: 300;
	color: #cecece;
	font-size: 14px;
}
.subfooter p {
	margin: 0;
}
/* 5 Pages
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
----------------------------------------------------------------------------- */



/* 6 Template Elements
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
----------------------------------------------------------------------------- */


/* Buttons
----------------------------------*/
.btn {
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	min-width: 160px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	margin: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn.more {
	margin-bottom: -1px;
}
.btn.btn-lg {
	padding: 17px 12px;
	font-size: 18px;
	min-width: 210px;
}
.btn.btn-sm {
	padding: 8px;
	font-size: 14px;
	min-width: 140px;
}
.btn-gray {
	color: #fff;
	background-color: #b2bfca;
	border-color: #b2bfca;
}
.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray.active, .open .dropdown-toggle.btn-gray {
	color: #fff;
	background-color: #bdbdbd;
	border-color: #bdbdbd;
}
/* Button with colored bg (the color of default buttons is the color of current color scheme)
----------------------------------*/
.btn-default {
	background-color:rgba(148, 217, 0, 0.1);
	border-color:#94d900;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-color:rgba(148, 217, 0, 0.5);
	border-color: #94d900;
	color:#fff;
}
/* Button with transparent bg
----------------------------------*/
.btn-white {
	background-color:rgba(255, 255, 255, 0.1);
	color: #fff;
	border: 1px solid #fff;
}
.footer .btn-white, .subfooter .btn-white {
	color: inherit;
}
.footer .btn-white:hover, .subfooter .btn-white:hover {
	color: #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
	color: #fff;
	background-color:rgba(255, 255, 255, 0.5);
	border-color: #fff;
}
.bg-color-gray .btn-white {
	color: #fff;
	border-color: #fff;
}
.bg-color-gray .btn-white:hover, .bg-color-gray .btn-white:focus, .bg-color-gray .btn-white:active, .bg-color-gray .btn-white.active, .bg-color-gray .open .bg-color-gray .dropdown-toggle.btn-white {
	color: #fff;
	background-color: #798D9E;
	border-color: #798D9E;
}
.bg-color-default .btn-white {
	color: #fff;
	border-color: #fff;
}
.bg-color-default .btn-white:hover, .bg-color-default .btn-white:focus, .bg-color-default .btn-white:active, .bg-color-default .btn-white.active, .bg-color-default .open .bg-color-default .dropdown-toggle.btn-white {
	color: #fff;
	background-color: #3472a8;
	border-color: #3472a8;
}
/* Button with icon
----------------------------------*/
.btn-symb {
	min-width: 45px !important;
	color: #fff;
}
.btn-symb:hover, .btn-symb:focus, .btn-symb:active, .btn-symb.active {
	color: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.btn-facebook {
	background-color: #3b5998;
}
.btn-twitter {
	background-color: #4099ff;
}
.btn-googleplus {
	background-color: #d34836;
}
.btn i {
	font-size: 92%;
}
.btn-symb i {
	font-size: 100%;
}
/* Forms
----------------------------------*/
form {
	margin: 20px 0;
}
.sidebar form {
	margin: 5px 0 20px 0;
}
.navbar form {
	width: 250px;
}
.form-control {
	border-radius: 0;
	box-shadow: none;
	height: 40px;
	padding-right: 30px;
	border-color: #ccc;
	background:rgba(85, 85, 85, 0.65);
	position: relative;
	-webkit-appearance: none;
}
.form-control:focus {
	border-color: #94d900;
	-webkit-box-shadow: none;
	box-shadow: none;
	color:#ccc;
}
.preheader .form-control, .footer .form-control {
	color: #cecece;
	border: 2px solid #cecece;
}
.preheader .form-control:focus, .footer .form-control:focus {
	border-color: #ffffff;
}
.form-group {
	position: relative;
}
.form-group.name:after {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f007";
	bottom: 10px;
	right: 15px;
	color: #b2bfca;
}
.form-group.email:after {
	position: absolute;
	font-family: "FontAwesome";
	content: "@";
	bottom: 10px;
	right: 15px;
	color: #b2bfca;
}
.form-group.subject:after {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f040";
	bottom: 10px;
	right: 15px;
	color: #b2bfca;
}
.form-group.message:after {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f003";
	bottom: 10px;
	right: 15px;
	color: #b2bfca;
}
.form-group.password:after {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f023";
	bottom: 10px;
	right: 15px;
	color: #b2bfca;
}
.form-group.search:after {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f002";
	bottom: 10px;
	right: 15px;
	color: #94d900;
}
.login-form {
	font-size: 14px;
}
.login-form .btn {
	min-width: 109px;
}
.login-form span {
	font-size: 14px;
	padding: 0 5px;
}
.login-form ul {
	padding-left: 17px;
	margin-bottom: 25px;
	margin-top: 5px;
}
/* Validation messages/forms
----------------------------------*/
.form-group.has-error:after {
	color: #a94442;
}
.form-group.has-error .form-control {
	border-color: #a94442;
	box-shadow: none;
	background-color: rgba(173, 69, 69, 0.05);
}
.form-group.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: none;
	background-color: transparent;
}
.form-group.has-success:after {
	content: "\f00c";
	color: #3c763d;
}
.form-group.has-success .form-control {
	border-color: #3c763d;
	box-shadow: none;
}
.form-group.has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: none;
}
.form-group.has-error span {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	color: #a94442;
}
.preheader .form-group.has-error:after, .preheader .form-group.has-error .form-control, .preheader .form-group.has-error .form-control:focus, .preheader .form-group.has-error span, .footer .form-group.has-error:after, .footer .form-group.has-error .form-control, .footer .form-group.has-error .form-control:focus, .footer .form-group.has-error span {
	color: #fff;
}
.preheader .form-group.has-error .form-control, .preheader .form-group.has-error .form-control:focus, .footer .form-group.has-error .form-control, .footer .form-group.has-error .form-control:focus {
	border-color: #fff;
	background-color: transparent;
}
.preheader .form-group.has-success:after, .preheader .form-group.has-success .form-control, .preheader .form-group.has-success .form-control:focus, .footer .form-group.has-success:after, .footer .form-group.has-success .form-control, .footer .form-group.has-success .form-control:focus {
	color: #fff;
}
.preheader .form-group.has-success .form-control, .preheader .form-group.has-success .form-control:focus, .footer .form-group.has-success .form-control, .footer .form-group.has-success .form-control:focus {
	border-color: #fff;
}
.form-group label {
	font-weight: 400;
}
.preheader .form-group label, .preheader .form-group span {
	font-weight: 300;
}
/* Responsive iframe
----------------------------------*/
.responsive-iframe {
	position: relative;
	padding-bottom: 56.25%; /* 16:9*/
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
}
.responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* Images overlay
----------------------------------*/
.mask-wrapper {
	position: relative;
	display: block;
}

.mask h2{
font-size:18px; 
font-family:Nyala, Georgia, 'Times New Roman', Times, serif; 
text-transform:uppercase; 
color:#fff; 
text-shadow:1px 1px #000;
margin-bottom:0;
}




.mask-wrapper img {
	margin:auto;
	}

.image-wrapper {
	border: 1px solid #eaeaea;
	margin-bottom: 20px;
}
.mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
	-webkit-transition: opacity linear 0.2s;
	   -moz-transition: opacity linear 0.2s;
		-ms-transition: opacity linear 0.2s;
		 -o-transition: opacity linear 0.2s;
			transition: opacity linear 0.2s;
}
.owl-item .mask-wrapper {
	overflow: hidden;
}
.owl-item .mask {
	bottom: -1px;
}
.mask .triangle {
	border-color: transparent #94d900 transparent transparent;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: -50px;
	-webkit-transition: top linear 0.2s;
	   -moz-transition: top linear 0.2s;
		-ms-transition: top linear 0.2s;
		 -o-transition: top linear 0.2s;
			transition: top linear 0.2s;
}
.mask .triangle i {
	color: #ffffff;
	text-shadow:none;
}
.mask a {
	color: #ffffff;
}
.mask a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.mask p {
	text-align:center;
	text-shadow:1px 1px #000;
	line-height:24px;
	width: 100%;
	top: 30%;
	color: #fff;
	left: -30%;
	font-size: 14px;
	-webkit-transition: left linear 0.2s;
	   -moz-transition: left linear 0.2s;
		-ms-transition: left linear 0.2s;
		 -o-transition: left linear 0.2s;
			transition: left linear 0.2s;
}

.mask h2 {
	margin-bottom:50px;
	
	
	}
	
	
.mask span {
	color: #fff;
	position: absolute;
	width: 100%;
	display: block;
	font-style: italic;
	font-size: 14px;
	top: 100%;
	-webkit-transition: top linear 0.2s;
	   -moz-transition: top linear 0.2s;
		-ms-transition: top linear 0.2s;
		 -o-transition: top linear 0.2s;
			transition: top linear 0.2s;
}
.mask .social-links {
	padding: 0;
	margin: 0;
	position: absolute;
	top: -50px;
	width: 100%;
	-webkit-transition: top linear 0.2s;
	   -moz-transition: top linear 0.2s;
		-ms-transition: top linear 0.2s;
		 -o-transition: top linear 0.2s;
			transition: top linear 0.2s;
}
.mask .social-links li {
	margin: 0 auto;
}
.mask .social-links li a {
	margin: 5px;
	width: 40px;
	height: 40px;
	border-color: #fff;
	color: #fff;
	font-size: 18px;
}
.mask .social-links li a:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
	text-decoration: none;
}
.mask .social-links li a i {
	line-height: 38px;
}
.mask-wrapper:hover {
	border-color: transparent;
}
.mask-wrapper:hover .mask {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mask-wrapper:hover .mask .triangle {
	top: 0px;
}
.mask-wrapper:hover .mask .social-links {
	top: 15px;
}
.mask-wrapper:hover .mask p {
	left: 0;
}
.mask-wrapper:hover .mask span {
	top: 86%;
}
.image-label {
	position: absolute;
	top: 50%;
	font-size: 28px;
	left: -74px;
	margin-top: -21px;
	color: #eaeaea;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}
.mask-wrapper:hover .image-label {
	opacity: 0;
	filter: alpha(opacity=0);
}
.two-sidebars .image-label {
	display: none;
}


/* 7 Navigations
----------------------------------------------------------------------------- */
/* Main navigation
----------------------------------*/
.nav {
 padding: auto;
    text-align: center;
}

.main-navigation .navbar {
	margin:15px auto;
	height:40px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a:focus {
	background: -webkit-linear-gradient(rgba(119, 119, 119, 0.7), rgba(68, 68, 68, 0.5)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(119, 119, 119, 0.7), rgba(68, 68, 68, 0.5)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(119, 119, 119, 0.7), rgba(68, 68, 68, 0.5)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(119, 119, 119, 0.7), rgba(68, 68, 68, 0.5)); /* Standard syntax */
	text-shadow:1px 1px #000;
}
.main-navigation .nav > li > a {
	padding:15px 20px 15px 20px;
	text-transform: uppercase;
	text-shadow:1px 1px #000;
	color:#fff;
	letter-spacing:1px;
	border-radius:5px;
	height:40px;
	border:1px solid #777;
	margin:0 15px;
}
.main-navigation .nav > li > a:active {
	border:1px solid #fff;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus {
	color: #ccc;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	border:1px solid #ccc;
}
.dropdown-menu {
	padding: 20px 0 0 0;
	margin: 0;
	border: none;
	border-radius: 0px;
	font-size: 16px;
	box-shadow: none;
	min-width: 190px;
	background-color: #f00;
}
.dropdown-menu > li > a {
	padding: 10px 20px;
	margin-bottom: 1px;
	color: #fff;
	background-color: #3f85c2;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #3472a8;
	color: #ffffff;
}
.dropdown-menu .dropdown-menu {
	top: 0;
	left: 100%;
	padding-top: 0;
	padding-left: 1px;
}
.main-navigation .navbar-nav > li.dropdown > a {
	padding-right: 25px;
	padding-top:20px;
}
.main-navigation .navbar-collapse {
	max-height: 2000px;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
/*Arrows for parent menu items*/
.dropdown>a:before {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	left: auto;
	top: 17px;
	right: 20px;
	line-height: 1;
	z-index: 1001;
	color: #262626;
	-webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
	-moz-transition: top 0.2s linear, -moz-transform 0.2s linear;
	-o-transition: top 0.2s linear, -o-transform 0.2s linear;
	-ms-transition: top 0.2s linear, -ms-transform 0.2s linear;
	transition: top 0.2s linear, transform 0.2s linear;
}
.navbar-default .navbar-nav > .active.dropdown > a:before, .navbar-default .navbar-nav > .dropdown > a:hover:before {
	color: #ffffff;
}
.dropdown .dropdown>a:before {
	content: "\f105";
	right: 10px;
	top: 14px;
	margin-left: 0;
	visibility: visible;
	color: #ffffff;
}
.dropdown .dropdown:hover>a:before {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.navbar-symbols.nav > li > a {
	padding: 15px 30px;
}
.navbar-symbols.nav > li > a i {
	width: 25px;
	color:#777;
}
.navbar-symbols.nav > li > a:hover i {
	width: 25px;
	color:#94d900;
}
.navbar-default .navbar-symbols > .open > a, .navbar-default .navbar-symbols > .open > a:hover, .navbar-default .navbar-symbols > li > a:hover, .navbar-default .navbar-symbols > .active > a:hover, .navbar-default .navbar-symbols > .active > a:focus, .navbar-default .navbar-symbols > .open > a:focus {
	background-color: transparent;
}
.navbar-symbols .dropdown>a:before {
	content: "";
}
.navbar-symbols .dropdown.open>a>i:before {
	content: "\f00d";
}
.navbar-symbols > li > .dropdown-menu {
	padding: 0px 20px 0px;
	margin-top: 40px;
	border-top: none;
	background-color: #3d3d3d;
	border:1px solid #ccc;
	border-top:none;
}
.navbar-symbols .animated {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
/* Fixed navigation
----------------------------------*/
.fixed-header-on .main-navigation.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1006;
	opacity: 0;
	filter: alpha(opacity=0);
	border-bottom: 1px solid #E7E7E7;
	padding: 10px 0;
	background-color: rgba(0, 0, 0, 0.65);
	box-shadow: none;
}
.fixed-header-on .main-navigation.fixed .navbar-symbols > li > .dropdown-menu {
	margin-top: 30px;
	background-color: rgba(0, 0, 0, 0.65);
}
.fixed-header-on .main-navigation.fixed.animated {
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
}
.fixed-header-on .dropdown-menu {
	padding-top: 11px;
}
.fixed-header-on .dropdown-menu .dropdown-menu {
	padding-top: 0;
}
/* 8 Main Slideshow
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
----------------------------------------------------------------------------- */

.flexslider {
	margin: 0;
	background: #333;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.flexslider .slides > li {
	position: relative;
}
.slideshow.fullwidth .flexslider .slides > li {
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.loading {
	height: 100%;
	background: url("../images/preloader.gif") 50% 50% no-repeat; 
}
/* Slider caption
----------------------------------*/
.flexslider .caption-wrapper {
	position: relative;
	width: 100%;
	background:none;
}
.flexslider .caption {
	width: 100%;
	padding: 20px 20px 60px 20px;
	position: absolute;
	top: 80px;
	height:400px;
	background-color:transparent !important;
	border:none;
}
.flexslider .caption h1{
	letter-spacing:2px;
	text-transform:uppercase;
	text-shadow:1px 1px #000;
	font-size:50px;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

.flexslider .btn {

	position: absolute;
left:42%;
top:200px;
	min-width: 190px;
}

/* Control nav
----------------------------------*/
.slideshow .flex-control-nav {
	bottom: 20px;
	z-index: 2;
}
.flex-control-nav li {
	margin: 0 5px;
}
.flex-control-paging li a {
	width: 15px;
	height: 15px;
	background: transparent;
	border: 1px solid #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
	background: #fff;
}
.slideshow.boxed-slideshow .flex-control-nav {
	bottom: -40px;
}
.slideshow.boxed-slideshow .flex-control-paging li a {
	border: 1px solid #262626;
}
.slideshow.boxed-slideshow .flex-control-paging li a:hover, .slideshow.boxed-slideshow .flex-control-paging li a.flex-active {
	background: #262626;
}
/* Direction nav
----------------------------------*/
.flex-direction-nav a {
	width: 60px;
	height: 60px;
	margin: -30px 0 0;
	color: #ffffff;
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	text-decoration: none;
}
.flex-direction-nav .flex-prev {
	left: 50px;
}
.flex-direction-nav .flex-next {
	right: 50px;
	text-align: center;
}
.flex-direction-nav a:before {
	font-family: 'FontAwesome';
	font-size: 40px;
	content: '\f104';
}
.flex-direction-nav a.flex-next:before {
	content: '\f105';
}
/* 9 Blocks/Widgets
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
----------------------------------------------------------------------------- */

/* Logo
----------------------------------*/
.logo {
	line-height: 1.15;
	font-weight: 700;
	display: inline-block;
	margin: 0 auto;
}
.fixed-header-on .header-style-2 .logo {
	-webkit-transform: scale(0.70);
	-moz-transform: scale(0.70);
	-ms-transform: scale(0.70);
	-o-transform: scale(0.70);
	transform: scale(0.70);
	margin: 0;
	display: none;
}
.logo-footer {
	margin: 25px 0 20px;
}
.logo img {
}
.logo a {
}
.logo span {
	color: #b2bfca;
}
.logo a:hover, .logo img:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
/* Info block
----------------------------------*/
.info {
	list-style: none;
	padding: 0;
}
.info li {
	padding-bottom: 10px;
}
.info i {
	padding-right: 15px;
	color:#94d900;
}
.header-top .info {
	padding: 6px 0;
	margin: 0;
}
.header-top .info li {
	display: inline-block;
	font-size: 13px;
	padding-right: 20px;
	padding-bottom: 5px;
}
.header-top .info li i {
	font-size: 16px;
	padding-right: 5px;
	color: #94d900;
}
/* Social icons block
----------------------------------*/
.header-top .social-links {
	list-style: none;
	font-size:0;
	padding: 0;
	margin: 40px 0 0 0;
}
.social-links li {
	display: inline-block;
}
.social-links li a {
	color: #cecece;
	width: 35px;
	height: 35px;
	display: block;
	margin: 0 2px 2px 0;
}
.social-links li a i {
	line-height: 44px;
}
.social-links li a:hover {
	color: #3f85c2;
	border-color: #3f85c2;
	background-color: transparent;
}
.social-links.large li a {
	font-size: 32px;
	width: 65px;
	height: 65px;
	margin: 0 10px 10px 0;
}
.social-links.large li a i {
	line-height: 65px;
}
.header-top .social-links {
	margin: 0;
}
.header-top .social-links li a {
	width: 35px;
	height: 35px;
}
.header-top .social-links li a i {
	line-height: 35px;
}
/* Brands block
----------------------------------*/
.brands {
	font-size: 0;
}
.brand {
	border-right: 1px solid #eeeeee;
	border: 1px solid #eeeeee;
	font-size: 16px;
	margin: 5px;
}
.brand a {
	display: block;
}
.brand a:hover {
	opacity: 0.80;
	filter: alpha(opacity=80);
}
.brands .owl-controls {
	text-align: center;
}
/* Testimonials
----------------------------------*/
.testimonials {
	text-align: center;
	padding: 100px 0;
	background: url("../images/testimonials-parallax-bg.jpg") 50% 0px no-repeat;
}
.testimonial {
	color: #fff;
}
.testimonial blockquote {
	margin-left: auto;
	padding: 10px 90px;
}
.testimonial blockquote:after {
	left: 0;
}
.testimonial img {
	margin: 0 auto 40px auto;
	width: 70px !important;
	height: 70px;
}
.testimonial .author {
	font-size: 22px;
}
/* Testimonial */
ul.testimonials {
	list-style: none;
	padding: 0;
	background: no-repeat;
	text-align: left;
}
ul.testimonials li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 35px;
	font-style: italic;
}
ul.testimonials li i {
	position: absolute;
	top: 4px;
	left: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	color: #b2bfca;
}
ul.testimonials li p {
	margin-bottom: 5px;
}
ul.testimonials li span {
	font-style: normal;
	font-size: 12px;
}
ul.testimonials li .company {
	display: block;
	font-style: normal;
	font-size: 12px;
	padding-left: 5px;
}
/* Icon-boxes
----------------------------------*/
.icon-box {
	text-align: center;
	padding: 40px 0 20px;
}
.icon-box i {
	font-size: 96px;
	color: #3f85c2;
	width: 170px;
	height: 170px;
	border: 5px solid #3f85c2;
	text-align: center;
	line-height: 165px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.icon-box:hover i {
	color: #fff;
	background-color: #3472a8;
	border-color: #3472a8;
}
.icon-box-2 {
	padding: 50px 0 0;
}
.icon-box-2 i {
	font-size: 36px;
	color: #3f85c2;
	width: 70px;
	height: 70px;
	border: 5px solid #3f85c2;
	text-align: center;
	line-height: 65px;
	float: left;
	margin: 0 30px 0 0;
}
.icon-box-2 * {
	margin-top: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.icon-box-2:hover i {
	color: #fff;
	background-color: #3472a8;
	border-color: #3472a8;
}
.icon-box-2:hover h3 {
	color: #3472a8;
}
.icon-box-3 {
	padding: 30px 0 10px;
}
.icon-box-3 i {
	font-size: 24px;
	color: #3f85c2;
	width: 55px;
	height: 55px;
	border: 1px solid #3f85c2;
	text-align: center;
	line-height: 56px;
}
.icon-box-3 p {
	margin-bottom: 10px;
}
.icon-box-3.icon-right {
	text-align: right;
}
.icon-box-3.icon-right i {
	float: right;
	margin: 0 10px 0 30px;
}
.icon-box-3.icon-right .text {
	margin-right: 100px;
}
.icon-box-3.icon-left {
	text-align: left;
}
.icon-box-3.icon-left i {
	float: left;
	margin: 0 30px 0 10px;
}
.icon-box-3.icon-left .text {
	margin-left: 100px;
}
.icon-box-3 * {
	margin-top: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.icon-box-3:hover i {
	color: #fff;
	background-color: #3472a8;
	border-color: #3472a8;
}
.icon-box-3:hover h3 {
	color: #3472a8;
}
/* Image boxes
----------------------------------*/
.front .img-boxes {
	margin: 60px 0 0 0;
}
.img-boxes {
	font-size: 0;
	margin-bottom: 40px;
}
.img-box {
	position: relative;
	margin-bottom: 40px;
	font-size: 15px;
}
.one-third .img-box, .one-half .img-box, .one-fourth .img-box {
	display: inline-block;
	width: 50%;
	margin-bottom: 0;
}
.img-box .social-links {
	padding: 0;
	margin: 0;
	width: 100%;
}
.img-box .social-links li {
	margin: 0 auto;
}
.img-box .social-links li a {
	margin: 5px;
	width: 35px;
	height: 35px;
	font-size: 18px;
	background-color: transparent;
}
.img-box .social-links li a i {
	line-height: 35px;
}
.image-caption {
	position: absolute;
	bottom: 10px;
	background: rgba(0, 0, 0, 0.6);
	padding: 5px;
	width: 100%;
}
.image-caption .social-links li a {
	color: #ffffff;
	border-color: #ffffff;
}
.image-caption .social-links li a:hover {
	background-color: #ffffff;
	color: #000;
	border-color: #ffffff;
}
/* Stats
----------------------------------*/
.stats {
	font-size: 0;
	margin: 40px 0;
}
.stat-box {
	display: inline-block;
	font-size: 16px;
	width: 50%;
	text-align: center;
	color: #434343;
	border-top: 1px solid #3f85c2;
	border-right: 1px solid #3f85c2;
	padding: 30px 0;
}
.stat-box i {
	font-size: 48px;
}
.stat-box h5 {
	color: #434343;
	margin: 5px 0 10px;
}
.stat-box span {
	font-size: 30px;
	font-weight: 700;
}
/* Google maps
----------------------------------*/
#map-canvas {
	height: 400px;
}
#map-canvas img {
	max-width: inherit;
}
/* Parallax effect
----------------------------------*/
.no-touch .parallax {
	background-position: 50% 0;
	background-attachment: fixed !important;
	background-repeat: no-repeat;
}
/* scroll to top
----------------------------------*/
.scrollToTop {
	color: #94d900;
	position: fixed;
	bottom: 45px;
	right: 29px;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: #2b2b2b;
	border-top:1px solid #444;
	border-left:1px solid #444;
	border-right:1px solid #444;
	z-index: 1005;
	display: none;
}
.scrollToTop i {
	line-height: 50px;
	font-size: 28px;
}
/* isotope item
----------------------------------*/
.isotope-item {
	max-width: 100%;
}





/* 9 Media Queries for Respomsive Design
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
----------------------------------------------------------------------------- */



/* Medium devices (desktops, 992px and up) 
------------------------------------------
------------------------------------------*/


@media (min-width:992px) {
	
  /*Main menu*/
  .main-navigation .navbar-nav > li > a {
 padding-right: 20px;
 padding-left: 20px;
}

  /*Subfooter nav*/
  .subfooter {
 text-align: left;
}
 .subfooter .navbar-nav {
 float: right;
 margin: 0;
 text-align: left;
}
 .subfooter .navbar-nav > li {
 float: left;
 padding: 0;
 margin-top: 4px;
}
 .subfooter .navbar-default .nav > li > a {
 border-right: 1px solid #cecece;
}

	/*Fixed Header*/
 .fixed-header-on .header-style-2 .logo {
 display: block;
}

  /* image box */
  .one-fourth .img-box {
 width: 25%;
}
 .one-third .img-box {
 width: 33.33333333333%;
}
 .one-half .img-box {
 width: 50%;
}
}


/* Medium devices (tablets landscape to portrait)
-------------------------------------------------
------------------------------------------------- */

@media (min-width:768px) and (max-width:991px) {
  /* Slider caption */
  .flexslider .caption {
 padding: 20px 20px 50px 20px;
}
 .flexslider .btn {
 min-width: 130px;
 font-size: 16px;
 padding: 14px;
}
 .boxed-slideshow .flexslider .caption h1 {
 font-size: 24px;
}
 .boxed-slideshow .flexslider .caption p {
 font-size: 16px;
}
}
 @media (max-width: 991px) {
  /*logo*/
  .header-style-2 .logo {
 display: block;
}
 .header-style-2 .logo img {
 margin: 5px auto 10px;
}

  /*info*/
  .header-top .info li {
 padding: 0 10px 5px 10px;
}
  /*social links*/
  .header-top .social-links {
 text-align: center;
 margin-bottom: 5px;
}
 .header-top .social-links li a {
 margin: 0px 3px 6px;
}
}



/* Medium devices (tablets, phones less than 860px)
---------------------------------------------------
--------------------------------------------------- */

@media (max-width:860px) {
  /* Direction Nav */
  .flex-direction-nav .flex-prev {
 opacity: 0;
 filter: alpha(opacity=0);
 left: 30px;
}
 .flex-direction-nav .flex-next {
 opacity: 0;
 filter: alpha(opacity=0);
 right: 30px;
}
}



/* Small devices (tablets, 768px and up)
----------------------------------------
---------------------------------------- */


@media (min-width:768px) {
 .navbar-nav.navbar-right:last-child {
 margin-right: 0px;
}
 .navbar-default {
 background-color: transparent;
 border: none;
 border-radius: 0;
 min-height: 0;
}
 .navbar-collapse {
 padding-right: 0px;
 padding-left: 0px;
}
 .main-navigation .navbar-nav > li > a {
 padding: 5px 10px;
 font-size: 16px;
 margin-right: 5px;
}
 .not-front .navbar-symbols > li > .dropdown-menu {
 box-shadow: 0px 4px 3px #ebebeb;
}
 .main-navigation .navbar-symbols.nav > li > a {
 padding: 5px 20px;
 margin: 0;
 text-align: center;
}
 .main-navigation .navbar-symbols.nav > li:last-child > a {
 padding-right: 0 !important;
}

  /*Arrows for parent menu items*/
  .dropdown>a:before {
 top: 7px;
 left: auto;
 right: 9px;
 color: #e4e4e4;
}
 .dropdown:hover>a:before {
 color: #ffffff;
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
 -webkit-transform: rotate(180deg);
 -moz-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 -o-transform: rotate(180deg);
 transform: rotate(180deg);
}
  /*Subfooter nav*/
  .subfooter .navbar-nav {
 float: none;
 margin: 15px 0;
 text-align: center;
}
 .subfooter .navbar-nav > li {
 float: none;
 padding: 5px 0;
}
 .subfooter .navbar-default .nav > li > a {
 padding: 0px 10px;
}

  /*pricing tables*/
  .plan.best-value {
 margin: -30px 0 60px 0;
}
 .plan.best-value ul li {
 padding: 15px 0;
}
}



/* Small devices (tablets, phones less than 767px)
--------------------------------------------------
-------------------------------------------------- */

@media (max-width:767px) {
  /* Slider caption */
  .flexslider .caption {
 bottom: 0;
 width: 100%;
 padding: 17px 190px 18px 20px;
}
 .boxed-slideshow .flexslider .caption {
 padding: 20px;
}
 .flexslider .caption p {
 display: none;
}
 .flexslider .caption h1 {
 margin-bottom: 0;
 font-size: 24px !important;
}
  /* control nav */
  .slideshow .flex-control-nav {
 bottom: -40px;
}
 .slideshow .flex-control-paging li a {
 border: 1px solid #262626;
}
 .slideshow .flex-control-paging li a:hover, .slideshow .flex-control-paging li a.flex-active {
 background: #262626;
}

  /*Main menu*/
  .navbar-default {
 background-color: #fafafa;
 border-color: #fafafa;
}
 .navbar-default .navbar-collapse {
 border-color: #dbdbdb;
}
 .main-navigation .navbar-default .navbar-toggle:hover, .main-navigation .navbar-default .navbar-toggle:focus {
 background-color: transparent;
 border-color: #dbdbdb;
}
 .main-navigation .navbar {
 margin: 0 -15px;
}
 .navbar-nav .open .dropdown-menu {
 background-color: rgba(0, 0, 0, 0.8);
 padding: 0px 20px;
}
 .main-navigation .navbar-symbols .open .-menu {
 padding: 10px 20px;
}
 .navbar-nav .open .dropdown-menu > li > a {
 padding: 15px 0 15px 30px;
 background-color: transparent;
 border-bottom: none;
}
 .navbar-nav .open .dropdown-menu .dropdown-menu {
 padding: 0px 20px 0px 40px;
 margin: 0 -20px 0 -20px;
}
 .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu {
 padding: 0px 20px 0px 60px;
 margin: 0 -20px 0 -40px;
}
 .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
 padding: 0px 20px 0px 80px;
 margin: 0 -20px 0 -60px;
}
  
  /* Main menu arrows */
  .dropdown>a:before {
 content: "\f105";
}
 .dropdown.open>a:before {
 content: "\f107";
 color: #ffffff;
}
 .dropdown .dropdown>a:before {
 content: "\f105";
 left: auto;
 right: 0px;
 top: 14px;
 margin-left: 0;
 visibility: visible;
 color: #262626;
}
 .dropdown .dropdown.open>a:before {
 content: "\f107";
}

  /*subfooter nav*/
  .subfooter .navbar-default .navbar-toggle:hover, .subfooter .navbar-default .navbar-toggle:focus {
 background-color: transparent;
 border-color: #888;
}
 .subfooter .navbar-default .navbar-collapse {
 border-color: #000000;
}
 .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > li > a {
 background-color:rgba(0, 0, 0, 0.8);
 text-shadow:1px 0px #000;
 color:#ccc;
}
 .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > li > a {
 background-color:rgba(0, 0, 0, 0.8);
 text-shadow:1px 0px #000;
 color:#ccc;
}
 .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > li > a:active {
 background-color:rgba(255, 255, 255, 0.3);
 text-shadow:1px 0px #000;
 color:#fff;
}
 .main-navigation .nav > li > a {
 padding:15px 20px 15px 20px;
 text-transform: uppercase;
 text-shadow:1px 1px #000;
 letter-spacing:2px;
 border-radius:5px;
 height:40px;
 border:1px solid #000;
 margin:0 5px;
 background-color:rgba(0, 0, 0, 0.8);
 color:#fff;
}
 .header-top .social-links li a {
 width: 30px;
 height: 30px;
}

  /*scrollToTop*/	
  .scrollToTop {
 bottom: 42px;
 right: 29px;
 width: 50px;
 height: 50px;
 background-color:#2b2b2b;
}
 .subfooter p {
 font-size:12px;
}
 .subfooter a {
 font-size:13px;
}
}




/* Extra small devices (phones less than 480px)
-----------------------------------------------
----------------------------------------------- */

@media (max-width:480px) {
  /* Slider caption */
  .flexslider .caption-wrapper {
 margin-left: 15px;
}
 .flexslider .caption {
 background-color: transparent;
 height:150px;
}
 .flexslider .caption h1 {
 display: none;
}
 .flexslider .btn {
 padding: 10px 10px;
 font-size: 15px;
 min-width: 140px;
}
  /* Direction Nav */
  .flex-direction-nav {
 display: none;
}
 .footer a {
 color: #559edd;
 text-shadow:1px 1px #000;
 letter-spacing:1px;
 margin:0;
 font-size:12px;
}
 .footer .social-links li a {
 width: 40px;
 height: 40px;
 border:1px solid #555;
 margin:0 1px;
 color:#555;
 font-size:22px;
}
 .footer .social-links li a i {
 text-align:center;
}
.footer .social-links li a:hover {
 color:rgba(148, 217, 0, 0.65);
 border:1px solid rgba(148, 217, 0, 0.65);
}
 .subfooter p {
 font-size:12px;
}
 .subfooter a {
 color: #ccc;
 letter-spacing:1px;
 text-shadow:1px 1px #000;
 font-size:13px;
}

  /* image box */
  .img-box {
 width: 100% !important;
}
 .scrollToTop {
 bottom: 39px;
 right: 29px;
 width: 50px;
 height: 50px;
 background-color:#2b2b2b;
}
}



/* ScrollToTop Media Queries
-----------------------------------------------
----------------------------------------------- */

@media (min-width:481px) and (max-width:1200px) {
 .scrollToTop {
 bottom: 40px;
 right: 29px;
 width: 50px;
 height: 50px;
 background-color:#2b2b2b;
}



/* Pagination media queries
-----------------------------------------------
----------------------------------------------- */


/* Media queries
----------------------------------*/
/* Medium devices (desktops, tablets less than 991px) */
@media (max-width:991px) {
 h1.page-title {
 font-size: 32px;
}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
 blockquote {
 padding: 10px;
 margin: 20px 0 20px 45px;
}
 blockquote:after {
 font-size: 100px;
 left: -65px;
}
}


/* Media queries
----------------------------------*/
/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
  /*layout*/
  .page-wrapper.boxed {
 width: 750px;
}
 .main-navigation {
 padding: 20px 0;
}
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
 .page-wrapper.boxed {
 width: 970px;
}
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
 .page-wrapper.boxed {
 width: 1200px;
}
}
/* Medium devices (desktops, tablets less than 991px) */
@media (max-width:991px) {
  /*layout*/
  .header-top {
 text-align: center;
}
 .not-front .main-content {
 margin: 0 0 60px 0;
}
 .not-front .sidebar + .main-content {
 margin: 60px 0 60px 0;
}
  /*miscellaneous*/
  .side.vertical-divider-left {
 border-left: none;
 padding-left: 0px;
 margin-left: 0px;
}
 .side.vertical-divider-right {
 border-right: none;
 padding-right: 0px;
 margin-right: 0px;
}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
  /* Fixed header position */
  .fixed.main-navigation {
 position: relative !important;
 top: auto !important;
}
 section.main {
 margin-top: 0 !important;
}
}


/* Media queries
----------------------------------*/
/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
  /*subfooter*/
  .subfooter {
 text-align: center;
}
}

/* Medium devices (desktops, tablets less than 991px) */
@media (max-width:991px) {
 .page-intro {
 text-align: center;
}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
  /*footer*/
  .footer-content {
 margin: 0 0 90px 0;
}
 .col-sm-4:last-child .footer-content, .col-sm-3:last-child .footer-content, .col-sm-6:last-child .footer-content {
 margin: 0 0 20px;
}
}


/* Media queries
----------------------------------*/
/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) {
  /*breadcrumb*/
  .breadcrumb-wrapper {
 float: right;
}
}
 @media (max-width:767px) {
 .form-control {
 color: #ccc;
}
}


/* Medium devices (desktops, tablets less than 991px) */
@media (max-width:991px) {
  /*breadcrumb*/
  .breadcrumb {
 padding: 5px 0 20px;
}
 .image-label {
 display: none;
}
}

/* Extra small devices (phones, less than 480px) */
@media (max-width:480px) {
  /*tabs*/
  .nav-tabs {
 border-bottom: none !important;
 margin-bottom: 30px;
}
 .nav-tabs > li {
 width: 100%;
 margin: 0 0 5px 0;
}
 .nav-tabs > li > a {
 text-align: center;
 border-bottom: none !important;
}
}