/*  ---------------------------------------------------------------------------------------
    NAVIGATION
    --------------------------------------------------------------------------------------- */  

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}
.nav-box { 
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:500; }

/* when under viewport size, .mean-container is added to body */

nav {
	text-align: center;
	width:100%; 
	height:100px; 
	background:url(../images/header.png) bottom repeat-x;
}
nav ul {
	margin: 28px 0px 0px;
	list-style-type: none;
	float:right;
}
nav a {
	font-size:1.000em;
	text-transform:uppercase;
	color:#696969 !important;
	text-shadow:rgba(255,255,255, .5) 0px 1px 0px;
	font-weight:400;
}
nav a:hover {
	color:#2b71d9 !important;
}

nav a.active { color:#2b71d9 !important; }

nav ul li {
	display: inline;
	margin-left: 1.5em;
	text-align:right;
}
nav ul li:first-child {
	margin-left: 0;
}
nav ul li ul {
	display: none;
}


/*  ---------------------------------------------------------------------------------------
    MEAN-CONTAINER
    --------------------------------------------------------------------------------------- */ 
.mean-container .mean-bar {
	width: 100%;
	position: relative;
	background: #0c1923;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 20px 13px;
	position: absolute;
	top: 6px;
	right: 6px;
	cursor: pointer;
	color: #000;
	text-decoration: none;
	font-size: 1.000em;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	transition: all 0.0s ease-out;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #000;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	background:#fff;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin-top:9px;
	width: 100%;
	list-style-type: none;
	background:#fff;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #000;
	border-bottom: 1px solid #eaeaea !important;
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li a:hover {
	color: #2b71d9;	
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-bottom: 1px solid #f1f1f1;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	width: 26px;
	height: 26px;
	border: none !important;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: none;
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/*  ---------------------------------------------------------------------------------------
    SUBNAV
    --------------------------------------------------------------------------------------- */  

/* nav */

.subnav {
	position: relative;
	margin: 0px 0px 20px;
}
.subnav ul {
	margin: 0;
	padding:10px 0px;
	border:1px solid #ccc;
	background:#fff;
	border-radius: 8px;
}
.subnav li {
	padding: 10px 0 10px 10px;
	list-style: none;
	display: list-item;
	border-bottom:1px solid #ccc;
}
.subnav ul a:first-child li { border-top:1px solid #ccc; }

.subnav a {
	text-decoration: none;
	color: #999;
	line-height: 100%;
}
.subnav li:hover {
	background: #efefef;
}
.subnav .current {
	color: #2B71DC;
	background: #fff;
}


/*  ---------------------------------------------------------------------------------------
    GRID
    --------------------------------------------------------------------------------------- */  
#alinkfix a.alink { display:none; }

.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	width: 100%;
	max-width:1200px;
}

.og-grid li {
	display: inline-block;
	margin: 2% 1% 0 1%;
	vertical-align: top;
	width:30%;
}

.og-grid li img { max-width:100% !important; border:1px solid #ccc; }

.og-grid li > a,
.og-grid li > a img {
	outline: none;
	display: block;
	position: relative;
}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ddd;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}

.og-expander {
	position: absolute;
	background: #ddd;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index:1000;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg {
	width: 60%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.og-details {
	width: 40%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-details {
	padding: 0 40px 0 20px;
}

.og-fullimg {
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.og-details h3 {
	font-weight: 300;
	font-size: 48px;
	padding: 20px 0 10px;
	margin-bottom: 10px;
	color:#000;
	font-family: 'Lato', sans-serif; 
	font-weight:200;
	line-height:44px;
}

.og-details p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #696969;
}

.og-details a {
	font-weight: 700;
	font-size: 16px;
	color: #2B71DC;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 1px solid #2B71DC;
	display: inline-block;
	margin: 10px 0 0;
	outline: none;
	border-radius: 8px;
}

.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}

.og-details a:hover {
	border-color: #2B71DC;
	background: #2B71DC;
	color: #fff;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}


/*  ---------------------------------------------------------------------------------------
    SLIDER
    --------------------------------------------------------------------------------------- */  
	
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* THEMES
*********************************/
.flexslider { margin: 0 0 0px; position: relative; zoom: 1;}
#fullslide  { margin: 0 0 0px; position: relative; zoom: 1;}
#fullslide img  {  max-width:640px; margin:0 auto; padding-bottom:20px; }

.testimony  { margin: 0 0 -10px; position: relative; zoom: 1;}
.testimony .flex-control-nav { bottom:10px; }
.testimony .flex-control-paging li a {width: 7px; height: 7px; display: block; background: #9e9e9e; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.testimony .flex-control-paging li a:hover { background: #9e9e9e; }
.testimony .flex-control-paging li a.flex-active { background: #4785e2; cursor: default; border:none; bottom:-0px;  }

.clienters  { margin: 0 0 -10px; position: relative; zoom: 1;}
.clienters .flex-control-nav { top:0px; }
.clienters .flex-control-paging li a {width: 7px; height: 7px; display: block; background: rgba(255,255,255,.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.clienters .flex-control-paging li a:hover { background:rgba(255,255,255,.5); }
.clienters .flex-control-paging li a.flex-active { background: #4785e2; cursor: default; border:none; bottom:-0px; }
.clienters .flex-direction-nav .flex-next  {background-position: 100% 0; top:55px; right: 0px; opacity:.6; }
.clienters .flex-direction-nav .flex-prev {left: 0px; opacity:0;}

/* FlexSlider Default Theme
*********************************/
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0; z-index: 1000;}
.flex-direction-nav a {width: 40px; height: 67px; margin: -20px 0 0; display: block; background: url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 55%; z-index: 1000; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 0px; opacity:0; }
.flex-direction-nav .flex-prev {left: 0px; opacity:0;}
.flexslider:hover .flex-next {opacity: 0.6; right: 25px;}
.flexslider:hover .flex-prev {opacity: 0.6; left: 25px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 20px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(255,255,255, 0.3); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #4785e2; }
.flex-control-paging li a.flex-active { background: #000; background: transparent; cursor: default; border:2px solid rgba(255,255,255, 0.3);  bottom:-2px; }

/* Direction Nav 2 */
#fullslide .flex-direction-nav a { top: 50% !important;}

/* Control Nav 2 */
#fullslide .flex-control-nav {width: 100%; position: absolute; bottom: -20px; text-align: center;}
#fullslide .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
#fullslide .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(255,255,255, 0.3); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
#fullslide .flex-control-paging li a:hover { background: #4785e2; }
#fullslide .flex-control-paging li a.flex-active { background: #4785e2; border:none; bottom:0px; }

/* Control Nav2 */
#original .flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
#original .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
#original .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0, 0.3); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
#original .flex-control-paging li a:hover { background: #4785e2; }
#original .flex-control-paging li a.flex-active { background: #4785e2; cursor: default; border:none;  bottom:0px; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


/*  ---------------------------------------------------------------------------------------
    GRID 960px (DESKTOP)
    --------------------------------------------------------------------------------------- */ 

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	
/* NAV */ 
nav a {
	font-size:0.760em !important;
	text-transform:uppercase;
	color:#696969;
	text-shadow:rgba(255,255,255, .5) 0px 1px 0px;
	font-weight:400;
}
	
	
}


/*  ---------------------------------------------------------------------------------------
    GRID 720px (TABLET)
    --------------------------------------------------------------------------------------- */ 
@media only screen and (min-width: 760px) and (max-width: 959px) {

.flexslider { margin: 0 0 0px; padding-top:20px;}
.fullslide  { margin: 0 0 0px; padding-top:20px;}

/* Direction Nav 2 */
#fullslide .flex-direction-nav a { top: 50% !important;}

/* Control Nav 2 */
#fullslide .flex-control-nav {width: 100%; position: absolute; bottom: -20px; text-align: center;}
#fullslide .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
#fullslide .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(255,255,255, 0.3); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
#fullslide .flex-control-paging li a:hover { background: #4785e2; }
#fullslide .flex-control-paging li a.flex-active { background: #4785e2; border:none; bottom:0px; }

/* GRID */
.og-grid li { margin: 2% 1% 0 1%; width:30%; }
.og-expander h3 { font-size: 32px; }
.og-expander p { font-size: 13px; }
.og-expander a { font-size: 12px; }

/* NAV */ 
nav a {
	font-size:0.760em !important;
	text-transform:uppercase;
	color:#696969;
	text-shadow:rgba(255,255,255, .5) 0px 1px 0px;
	font-weight:400;
}

nav {
	text-align: center;
	width:100%; 
	height:75px; 
	background:#fff;
}

nav ul {
	margin: 28px 0px 0px;
	list-style-type: none;
	float: right;
}

nav ul li {
	display: inline;
	margin-left: 10px;
	text-align:right;
}

nav ul li:fist-child { margin-left:0px; }

/* subnav */
.subnav {
	position: relative;
	min-height: 40px;
	z-index:10000;
}	
.subnav ul {
	width: 100%;
	padding: 0px 5px;
	position: absolute;
	top: 0;
	left: 0;
	background:#fff;
	background-image:url(../images/icon-menu.png) ;
	background-repeat:no-repeat;
	background-position:14px 14px;
	border: solid 1px #ccc;
	border-radius: 8px;
}
.subnav li {
	display: none; /* hide all <li> items */
	margin: 0;
	padding-left:30px;
	border-bottom:1px solid #eaeaea;
}
.subnav li:hover {
	color: #2B71DC;
	background:none;
}

.subnav ul a:first-child li { border-top:none; }

.subnav .current {
	display: block; /* show only current <li> item */
}
.subnav a {
	display: block;
	text-align: left;
}
.subnav .current a {
	background: none;
	color: #666;
}

/* on nav hover */
.subnav ul:hover {
	background-image: none;
}
.subnav ul:hover li {
	display: block;
}
.subnav ul:hover .current {
	background: none;
}

.subnav .current {
	color: #2B71DC;
	background:none;
}

/* right nav */
.subnav.right ul {
	left: auto;
	right: 0;
}

/* center nav */
.subnav.center ul {
	left: 50%;
	margin-left: -90px;
}




/* FEATHERLITE */

.featherlight .featherlight-content {
		text-align: left;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		padding: 2%;
		width: 75%;
		overflow: auto;
		background:#f4f4f4; 
		cursor: auto;
	}
 
}

/*  ---------------------------------------------------------------------------------------
    GRID (IT) 720px (MOBILE)
    --------------------------------------------------------------------------------------- */ 

@media only screen and (max-width: 760px) {
	

nav a {
	font-size:0.875em !important;
	text-transform:uppercase;
	color:#696969;
	text-shadow:rgba(255,255,255, .5) 0px 1px 0px;
	font-weight:400;
}

nav {
 	width:100%; 
	height:3.8em; 
}

nav ul li {
	display: inline;
	margin-left: 0px;
	text-align:right;
}

/* FLEX */
.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
.flex-direction-nav .flex-next {opacity: 1; right: 0;}
.testimony .flex-control-nav { bottom:-30px; }

.flexslider { margin: 0 0 0px; margin-top:-60px !important;}  
.flexslider .slides > li { margin-left:-100%; margin-top:25px; }
.flex-direction-nav a  { display:none; }
.flexslider .slides img { width: 130% !important; display: block; margin-left:-15%; }

ul.tabs li	 			{ width:100% !important; margin-bottom:20px !important; }
ul.tabs li:last-child	{  margin-bottom:5px !important; }
ul.tabs li a 			{ width:100% !important; display:block; }

#original .flexslider { margin: 0 0 0px; margin-top:-60px !important;}  
#original .flexslider .slides > li { margin-left:0% !important; margin-top:25px; }
#original .flex-direction-nav a  { display:none; }
#original .flexslider .slides img { width: 100% !important; display: block; margin-left:0%; }

#fullslide { margin: 0 0 0px;}  
#fullslide .slides > li { margin-left:0% !important; margin-top:75px; }
#fullslide .flex-direction-nav a  { display:none; }
#fullslide .slides img { width: 100% !important; max-width:300px; display: block; }

/* GRID */
.og-grid li { margin: 0 0 5% 0; width:100%; padding:0px 20px; }
.og-fullimg { display: none; }
.og-details { float: none; width: 100%; padding:10px; max-height:500px; }
.og-details h3 { font-size:20px; line-height:34px; }
.og-expander-inner { padding:20px; }
	
	
/* subnav */
.subnav {
	position: relative;
	min-height: 40px;
	z-index:500;
}	
.subnav ul {
	width: 100%;
	padding: 0px 5px;
	position: absolute;
	top: 0;
	left: 0;
	background:#fff;
	background-image:url(../images/icon-menu.png) ;
	background-repeat:no-repeat;
	background-position:14px 14px;
	border: solid 1px #ccc;
	border-radius: 8px;
}
.subnav li {
	display: none; /* hide all <li> items */
	margin: 0;
	padding-left:30px;
	border-bottom:1px solid #eaeaea;
}
.subnav li:hover {
	color: #2B71DC;
	background:none;
}

.subnav ul a:first-child li { border-top:none; }

.subnav .current {
	display: block; /* show only current <li> item */
}
.subnav a {
	display: block;
	text-align: left;
}
.subnav .current a {
	background: none;
	color: #666;
}

/* on nav hover */
.subnav ul:hover {
	background-image: none;
}
.subnav ul:hover li {
	display: block;
}
.subnav ul:hover .current {
	background: none;
}

.subnav .current {
	color: #2B71DC;
	background: none;
}

/* right nav */
.subnav.right ul {
	left: auto;
	right: 0;
}

/* center nav */
.subnav.center ul {
	left: 50%;
	margin-left: -90px;
}


/* FEATHERLITE */

.featherlight .featherlight-content {
		text-align: left;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		padding: 2%;
		width: 90%;
		overflow: auto;
		background:#f4f4f4; 
		cursor: auto;
	}

}

/** FEATHER LITE
===================================*/

@media all {
	
	.featherlight {
		display: none;
		position:fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		height: 100%;
		text-align: center;
		cursor: pointer;
		background: #333;
		background: rgba(0, 0, 0, 0.8);
	}

	.featherlight .featherlight-close {
		position: absolute;
		z-index: 9999;
		right: 0px;
		top: 0px;
		line-height: 25px;
		width: 25px;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		font: Arial bold;
		background: #fff;
		color: #000;
	}

	.featherlight:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		text-align: left;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		padding: 0px;
		width: 65%;
		overflow: auto;
		background:#fff; 
		cursor: auto;
	}

	.featherlight .featherlight-inner {
		display: block;
	}

	.featherlight-iframe .featherlight-content {
		width: 80%;
		min-height: 75%;
	}
	
	.featherlight iframe {
		border: none;
		position: absolute;
		top: 0; bottom: 0;
		left: 0; right: 0;
		height: 100%;
		width: 100%;
	}

	.featherlight .featherlight-image {
		width: 100%;
	}
}



/*  ---------------------------------------------------------------------------------------
    SLIDER IMG CUT
    --------------------------------------------------------------------------------------- */ 

.image-wrap {
    max-height: 794px;
    overflow: hidden;
    max-width: 1920px;       
    -webkit-transition: max-width .5s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: max-width .5s ease-out;  /* FF4+ */
    -ms-transition: max-width .5s ease-out;  /* IE10? */
    -o-transition: max-width .5s ease-out;  /* Opera 10.5+ */
    transition: max-width .5s ease-out;
}
 
.image-wrap img {
	width: 100%;
	-webkit-transition: margin-left .5s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: margin-left .5s ease-out;  /* FF4+ */
	-ms-transition: margin-left .5s ease-out;  /* IE10? */
	-o-transition: margin-left .5s ease-out;  /* Opera 10.5+ */
	transition: margin-left .5s ease-out;
}

/*  ---------------------------------------------------------------------------------------
    TABS
    --------------------------------------------------------------------------------------- */ 
	
ul.tabs {
	display: block;
	margin: 0 0 10px 0;
	padding: 0; }
ul.tabs li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin-bottom:0px; }
ul.tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	padding: 5px 20px;
	line-height: 30px;
	margin-right:10px;
	border-radius: 8px;
	font-size: 16px;
	font-weight:bold;
	color:#fff;
	background: #ccc;
	border:1px solid #bbbbbb;
	text-transform:uppercase; }
	
ul.tabs li a:hover { background: #b9b9b9; }
ul.tabs li a.active {
	background: #fff;
	color: #2B71DC;
	border:1px solid #ccc;
	 }
ul.tabs li:first-child a.active {
	margin-left: 0; }

ul.tabs-content { padding:20px 0px 0px; margin:0px 0px 0px; display: block; }
ul.tabs-content > li { display:none; }
ul.tabs-content > li.active { display: block; }

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
ul.tabs:after {
  clear: both; }
ul.tabs {
  zoom: 1; }




/** FORM
===================================*/

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  	font-weight:500;
	font-size: 14px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 5px;
	margin-bottom: 5px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  	border: 1px solid #e1e1e1;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 1px solid #3498db;
	color: #3498db;
	outline: none;
  	padding: 5px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 1px;
}

textarea {
	width: 100%;
	height: 150px;
	line-height: 150%;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

input	{ border:none; outline:none; }
label	{ font-size: 18px; line-height: 30px; margin:0 0 24px; color:#000; }

.radio	{ margin-bottom:0px; margin-top:0px; }
form p { margin-bottom:12px; }

/*  ---------------------------------------------------------------------------------------
    KEYFRAME
    --------------------------------------------------------------------------------------- */ 
@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}