/**
 * File: Style.css
 * Description : Contains all necessary styling for the Valuate Template 
 * Author: Ravi Menghani 
 * Credits: www.achknowtech.com
 * Project: Konark Infrastructure Ltd.
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*		01. DEFAULT STYLING
/*		02. GENERAL STYLING
/*		03. LOGO
/*		04. BUTTONS
/*		05. SLIDERS	
/*      06. NAVIGATION
/*		07. HEADER
/*		08. CONTENT
/*		09. FOOTER
/*		10. HOME
/*		11. ABOUT
/*      12. GRID, PARALLAX & FEATURED EFFECT
/*		13. SERVICES
/*		14. PORTFOLIO
/*		15. PORTFOLIO GRID
/*		16. BLOG
/*      17. SINGLE PORTFOLIO
/*		18. SINGLE
/*		19. COMMENTS
/*		20. SIDEBAR
/*		21. CONTACT
/*		22. RESPONSIVE FIXES
/*
/*========================================================================*/
 

/*========================================================================*/
/*   01. DEFAULT STYLING
/*========================================================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, adress, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}

ul,ol{
	list-style:none;
}

html, body {
  border: none;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 100%;
  overflow-x: hidden;
	background-color: #FFF;
color: #4b4b4b;
font-family: 'ptsans', 'Helvetica Neue',sans-serif;
-webkit-font-smoothing: antialiased;
font-weight: normal;
font-size: 16px;
}


/*========================================================================*/
/*   02. GENERAL STYLING
/*========================================================================*/

h1,h2,h3,h4,h5,h6{
	line-height:1.35em;
	 font-family: 'lane', sans-serif;
	 font-weight: 600;
	color: #4b4b4b;
}
h1{
	font-size: 40px;
}
h2{
	font-size: 32px;

}
h3{
	font-size: 28px;

}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 18px;
}

small{
	font-size: 75%;
}

a,
a:hover,
a:focus,
a:active{
	text-decoration:none;
}
img,
.image{
	max-width: 100%;
}
h3+p,p+h3,
p+p{
	margin-top: 10px;
}

.form_field{
	padding: 8px 20px;
	border: 1px solid #EFEFEF;
	color: #888;
}

.form_field:focus{
	color: #444;
}

.form_field.error_input{
   border-color: #eb3f22;
}
.title,
.megatitle{
	font-size: 64px;
	line-height: 70px;
	padding: 15px 0;
	font-family: 'new_ciclefina', sans-serif !important;
}
a{
	color: #EB9D1A;
}

a:hover{
	color: #4b4b4b;
	text-decoration:none;
	webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	
}

button{
	border: none;
}


.primarybg{
	background: #EB9D1A;
	color: #FFF;
}

.primarybg h1,
.primarybg h2,
.primarybg h3,
.primarybg h4,
.primarybg h5,
.primarybg h6{
	color: #FFF;
}

/*========================================================================*/
/*   03. LOGO
/*========================================================================*/


#logo{
	line-height:0;
}


#newlogoarea #newlogo{
	opacity:0;
	webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
}

#newlogo img{
	max-height: 100px;
	width: auto;
}
#newlogoarea .menutrigger{
	opacity:0;
	webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
}
#newlogoarea.show #newlogo,
#newtrigger.show .menutrigger{
	opacity: 1;
}

#newtrigger{
	float: right;
}

/*========================================================================*/
/*   04. BUTTONS
/*========================================================================*/
.button {
	border: none;
	font-family: 'lane', sans-serif;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 10px 24px;
	display: inline-block;
	margin: 12px 10px;
	text-transform: uppercase;
	font-weight: 600;
	outline: none;
	position: relative;
	-webkit-transition: all 1.8s;
	-moz-transition: all 1.8s;
	transition: all 1.8s;
	border-radius: 2px;
}
.button.primary:after{
	background: none;
}
/*
.button.primary:hover:after,
.button:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display:block;
	background: url('../images/bg/bg4.png');
}*/
.button.white {
	border: 2px solid #fff;
	color: #fff;
}

.button.primary{
	background: #EB9D1A;
	color: #FFF;
}

.button.primary:hover{
	color: #88590b;
	background:#efb048;
}
.button.dark {
	border: 2px solid #222;
	color: #222;
}

.white{
	background: url('../images/buttonbg.png') no-repeat right top;
	-webkit-transition: all 1.8s;
	-moz-transition: all 1.8s;
	transition: all 1.8s;
}
.white:hover{
    color: #333;
	background-position:left top;
}

.button.dark{
	background: url('../images/darkbuttonbg.png') no-repeat right top;
	-webkit-transition: all 1.8s;
	-moz-transition: all 1.8s;
	transition: all 1.8s;
}
.button.dark:hover{
    color: #FFF;
	background-position:left top;
}


.clear{
	clear: both;
	margin: 15px 0;
}

.center{
	text-align:center;
}

.left{
	float: left;
}

.right{
	float: right;
}
/*========================================================================*/
/*   05. FLEXSLIDERS
/*========================================================================*/

.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: "\0020"; 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;}

.flex-control-nav {
	position:absolute;
	bottom: 20px;
	text-align:center;
	width: 100%;
}

 .flex-control-nav li{
 	margin: 0 3px;
 	display: inline-block;
 }
 .flex-control-nav li a{
 	width: 30px;
 	height: 5px;
 	background: #FFF;
 	text-indent:-9999px;
 	display:block;
 	opacity: 0.4;
 }

 .flex-control-nav li a.flex-active{
 opacity: 1;
 }
 
 
 .flex-direction-nav .flex-prev:hover,
 .flex-direction-nav .flex-next:hover{
 	opacity: 1;
 } 
 
 
/*========================================================================*/
/*   06. NAVIGATION
/*========================================================================*/

.menutrigger{
	color: #FFF;
	font-size: 36px;
	line-height:0;
	float: right;
	cursor:pointer;
}

.menuicon > span{
	display: block;
	overflow: hidden;
	height: 1px;
	width: 30px;
	background-color: #FFF;
	margin: 0 0 3px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


.menutrigger.dark .menuicon > span{
	background-color: #333;
	}
.global,
.pusher{
	height: auto;
	display:inline-block;
	width: 100%;
}

.global{
	position: relative;

}

.pusher{
	 background:#FFF;
	 width: 100%;
	 height: auto;
	 display:inline-block;
}

.menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	visibility: hidden;
	width: 300px;
	height: 100%;
	background: #2a3744;
	color: #6d8299;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.menu::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.open .menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu h2 {
	margin: 0;
	padding: 20px;
	color: #FFF;
}

.close{
	position: absolute;
	top: 24px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: url('../images/close.png') no-repeat left top;
	display:block;
}
.menu ul li a {
	display: block;
	padding: 15px 15px 15px 20px;
	outline: none;
	color: #EEE;
	font-size: 13px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	text-transform: uppercase;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}

.menu ul li:first-child a {
	border-top: 1px solid rgba(255,255,255,0.1);
}
.menu .icon{
	position:absolute;
	top: 15px;
	left: 24px;
	font-size: 14px;
}

.menu ul li.search a{
	padding: 0;
	position:relative;
}

.menu li.search input{
	padding-left: 48px;
	width: 100%;
}
.menu ul li a:hover {
	background: #6d8299;
	color: #fff;
}

.menu ul li a span{
	float: right;
}

.menu ul li .submenu{
	display:none;
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.menu ul li.show .submenu{
	display:block;
	width: 100%;
	height: auto;
	opacity:1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.navarrow{
	width: 23px;
	height: 23px;
	margin-top: -3px;
	background:url('../images/navarrow.png') no-repeat left top;
	display:block;
	opacity: 0.8;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.show .navarrow{
	opacity:1;
	margin-top: -5px;
	background-position:left bottom;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.pusher {
	position: relative;
	left: 0;
	z-index: 99;
	width: 100%;
	display:block;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}


.open .pusher::after {
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

/* Effect 2: Reveal */
.effect.open .pusher {
	-webkit-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0);
}

.menu {
	z-index: 1;
}

.effect.open .menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	box-shadow: inset 1px 0 0px rgba(0,0,0,0.1);
}

.menu::after {
	display: none;
}



/*========================================================================*/
/*   07. HEADER
/*========================================================================*/

header{
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
	padding: 30px 0;
	z-index:9;
}

.inpage{
	position:relative;
	padding: 15px 0;
	border-bottom: 1px solid #EEE;
	display:none;
}

.inpage.fix{
	display:block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #212a34;
	color: #6d8299;
	border: none;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

.open .fix{
	-webkit-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0);
}



.inpage #newlogo{
	margin-top: 0;
	max-height: 30px;
}
.inpage{
	text-align:center;
}
.inpage .inpage_menu{
	margin: 8px 0 4px;
	display:inline-block;
}
.inpage_menu li{
	float: left;
	margin-left: 30px;
	font-size: 14px;
	white-space: nowrap;
}

.inpage_menu li a{
	color: #4b4b4b;
	font-family: 'lane';
	text-transform: uppercase;
	font-size:12px;
	padding: 8px 12px;
	font-weight: 600;
	letter-spacing:1px;
}

.inpage_menu li a.active{
	padding: 8px 12px;
	color: #222;
	font-weight: 600;
}

.fix .inpage_menu li a{
	color: #6d8299;
}

.fix .inpage_menu li a:hover,
.fix .inpage_menu li.active a,
.fix .inpage_menu li a.active{
	color: #FFF;
}

.inpage .menutrigger{
	margin-top: 10px;
}

.inpage .col-xs-8{
	text-align:center;
}


section.slider{
	height: 100%;
	width: 100%;
	display:block;
	background: #69BFAF;
	overflow: hidden;
	position:relative;
}


/*========================================================================*/
/*   08. CONTENT
/*========================================================================*/


.main{
    position:relative;
	display:block;
	
}

.contentstrip{
	padding: 60px 0;
	opacity:0;
}

.contentstrip.dark{
	background: #eef1f3;
	color: #8e8e8e;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6{
	color: #2a3744;
}

.block{
	display:block;
}


/*========================================================================*/
/*   02. FOOTER
/*========================================================================*/


footer{
	background: #2a3744;
	color: #6d8299;
	font-size: 14px;
}

footer h2,
footer h3,
footer a{
	color: #EEE;
	font-weight: 100;
}

#footerlogo{
padding: 0;
margin: 0;
line-height: 0;
}

h3+.popup-gallery{
	margin-top: 10px;
}

.popup-gallery a{
	border:2px solid rgba(255,255,255,0.1);
	border-radius: 2px;
	display:inline-block;
	line-height:0;
	margin: 2px;
}
.popup-gallery a:hover{
	border-color: #EB9D1A;
}
footer .form_field:focus{
	color: #EEE;
}
footer .form_field{
	background: transparent;
	border: 1px solid #6d8299;
	padding: 8px 16px;
	margin: 10px 0;
	color: #6d8299;
}
footer .form_field+.form_field{
	margin-top:0;
}
footer .button{
	margin: 0;
	font-size: 11px;
	padding: 10px 20px;
}
#footertop{
	background: #2375b7;
	color: #FFF;
	padding: 15px 0;
	font-size: 16px;
}

#footertop .tweeticon{
	font-size: 14px;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
	border-right: 1px solid #2886d1;
	float: left;
	display:block;
	font-weight: 600;
}

#footertop .tweeticon span{
	margin: 10px 4px;
	float: right;
}

#footertop .tweeticon .icon{
	font-size: 32px;
	float: left;
}

footer ul.social{
	display:inline-block;
	margin-top: 20px;
}
footer ul.social li a{
	border: 1px solid #6d8299;
	padding: 4px 7px;
	font-size: 18px;
	color: #6d8299;
}

footer ul.social li a:hover{
	background: #FFF;
	border-color: #FFF;
}
.twitterslider{
	position:relative;
}
.twitterslider li{
	padding-top: 8px;
}
.twitterslider .flex-direction-nav{
	position:absolute;
	top: 0;
	right:0
}
.twitterslider .flex-direction-nav .flex-prev{
	position:absolute;
	top: 6px;
	right: 20px;
	color: #FFF;
	font-size: 20px;
	opacity:0.2;
}

.twitterslider .flex-direction-nav .flex-next{
	position:absolute;
	top: 6px;
	right: 0px;
	color: #FFF;
	font-size: 20px;
	opacity:0.2;	
}
.twitterslider .flex-direction-nav .flex-prev:hover,
.twitterslider .flex-direction-nav .flex-next:hover{
	opacity:1;
}
.twitterslider .tweet{
	padding-right: 40px;
	position:Relative;
	display:block;
}

/* == Footer middle ==*/

#footermiddle{
	padding: 30px 0;
}

.text.center{
	text-align:center;
}
ul.social{
	display:inline-block;
}
ul.social li{
	float: left;
	margin: 0 3px;
}

#footermiddle .social{
	clear:both;
	font-size: 20px;
}


#footermiddle .social li a{
	margin: 10px 0;
	padding: 8px 10px;
	display: inline-block;
	font-size: 44px;
	color: #DDD;
}

#footermiddle .social li a:hover{
	color: #FFF;
}

#footerbottom{
	display: block;
}

#footerbottom .container{
	padding: 30px 0 30px;
}

#footerbottom .form_field{
	clear: both;
	width: 80%;
}
#footerend{
	padding: 30px 0;
	background:#212a34;
	color: #EEE;
}
#footerend ul.footermenu{
	float: right;
}
#footerend ul.footermenu li{
	float: left;
	padding: 0 15px;
	border-left: 1px solid #6d8299;
}
#footerend ul.footermenu li:first-child{
	border: none;
}
#footerend ul.footermenu li a{
	color: #6d8299;;
}

/*========================================================================*/
/*   10. Home
/*========================================================================*/

.homeicon{
	text-align:center;
}

.home .inpage{
	display:none;
}

.home .inpage.fix{
	display:block;
}

.homecaption{
	position:absolute;
	top: 200px;
	left: 0;
	width: 100%;
	text-align:center;
}
.homecaption,
.homecaption h2,
.homecaption h3,
.homecaption h4,
.homecaption h5{
	color: #FFF;
}
.homecaption .button{
	font-family: 'new_ciclegordita', sans-serif;
}
.homecaption img{
	padding: 80px;
}

.homeslider{
 	max-height: 100%;
 	overflow: hidden;
 }
 
 .homecaption h5{
 	border-bottom: 8px solid rgba(255,255,255,0.4);
 	padding: 0 30px 10px;
 	display:inline-block;
 }
 .homecaption h5{
     font-family: 'bebasneue', sans-serif;
 	color: rgba(255,255,255,0.8);
 	font-weight: 100;
 	font-size: 28px;letter-spacing:2px;
 } 
 .homecaption h2{
 	color: rgba(0,0,0,0.4);
 	font-family: 'bebasneue';
 	font-size: 80px;
 	font-weight: 400;
 	text-transform:uppercase;
 }
  .homecaption .one{
  	color: #FFF;
  	width: 300px;
  	display:inline-block;
  }
  
.homecaption .two{
	color: #FFF;
	width: 220px;
	display:inline-block;
}

.homecaption .three{
	color: #FFF;
	width: 160px;
	display:inline-block;
}
  
 .homeslider .flex-direction-nav .flex-prev{
 	position: absolute;
 	display:block;
 	left: 20px;
 	top: 50%;
 	margin-top: -24px;
 	text-indent: -9999px;
 	width: 48px;
 	height: 48px;
 	background: url('../images/leftarr.png') no-repeat left top;
 	color: #FFF;
 	opacity: 0.2;
 }
.homeslider .flex-direction-nav .flex-next{ 
 	position: absolute;
 	display:block;
 	right: 20px;
 	top: 50%;
 	margin-top: -24px;
 	text-indent: -9999px;
 	width: 48px;
 	height: 48px;
 	background: url('../images/rightarr.png') no-repeat left top;
 	color: #FFF;
 	opacity: 0.2;	
 }
  .homeslider .flex-direction-nav .flex-prev:hover,
 .homeslider .flex-direction-nav .flex-next:hover{
  opacity: 1;
 } 
 
 .percentage-counter{
 	margin: 30px 0;
 	text-align: center;
 	padding: 30px 0;
 	background: rgba(0,0,0,0.2);
 }
 .first .percentage-counter{
 	border: none;
 }
 .percentage-counter .count{
 	font-size: 64px;
 	color: #FFF;
 }
 
/*========================================================================*/
/*   11. ABOUT
/*========================================================================*/

.head h1,
.head h2,
.head h3,
.head h4,
.head h5{
	color: #FFF;
}

.head img{
	width: 100%;
	height: auto;
}

.about .head{
	background: url(../images/aboutbg.jpg) no-repeat fixed;
	color: #FFF;
	background-attachment:fixed;
	background-position: 50% 0%;
	position:relative;
	display:block;
	padding: 60px 0;
}

#abouttagline,
#portfoliotagline,
#blogtagline{  
    text-align:center; 
	margin:30px 0;
	font-size:18px;
	font-family:'lane';
	font-weight:600;
	text-shadow: 0 1px 3px #333;
}

#abouttagline .button{
    font-size: 14px;
	text-shadow: none;
}  
.head .megatitle{
	color: #FFF;
}


/*=== Team Members Boxes ===*/
.team_member ul.social{
	margin: 0 30px;
}
.team_member ul.social li{
	margin: 0 2px;
}
.team_member ul.social li a{
	padding: 3px 5px;
	color: #FFF;
	border: 2px solid #FFF;
	border-radius: 20px;
	font-size: 20px;
}
.team_member ul.social li a:hover{
	color: #FFF;
	border-color: #FFF;
}

/* ------------------------------------------------------------------------ */
/*  12. GRID & FEATURED EFFECT
/* ------------------------------------------------------------------------ */
.ch-grid {
	margin-top: 20px;
	display:inline-block;
	text-align:center;
}
.ch-grid > li{
	width: 240px;
	height: 240px;
	margin: 0 30px 30px 0;
	float: left;
}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
	background-image: url(../images/team/team1.jpg);
	background-position:50%;
}

.ch-img-2 { 
	background-image: url(../images/team/team2.jpg);
	background-position:50%;	
}

.ch-img-3 { 
	background-image: url(../images/team/team3.jpg);
	background-position:50%;	
}

.ch-img-4 { 
	background-image: url(../images/team/team4.jpg);
	background-position:50%;	
}
.ch-img-5 { 
	background-image: url(../images/team/team5.jpg);
	background-position:50%;	
}
.ch-img-6 { 
	background-image: url(../images/team/team6.jpg);
	background-position:50%;	
}
.ch-img-7 { 
	background-image: url(../images/team/team7.jpg);
	background-position:50%;	
}
.ch-img-8 { 
	background-image: url(../images/team/team8.jpg);
	background-position:50%;	
}
.ch-img-9 { 
	background-image: url(../images/team/team9.jpg);
	background-position:50%;	
}
.ch-info {
	position: absolute;
	background: rgba(235,157,26, 0.8);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;
	text-align:center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;

}

.ch-info h3 {
	color: #fff;
	text-align:center;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 30px 10px;
	padding: 85px 0 10px 0;
	border-bottom: 1px solid #EEE;
}

.ch-info ul {
	color: #fff;
	display:inline-block;
	padding: 10px 5px;
	text-align:center;
	margin: 0 30px;
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;
}

.ch-info ul a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-size: 16px;
}

.ch-info ul a:hover {
	color: #fff222;
	color: rgba(255,255,255, 0.8);
}


.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info ul {
	opacity: 1;
}

/*=== Feature Boxes ===*/
.featuredbox{
	text-align: center;
	margin: 0 auto;
	padding: 2em 0 3em;
}

.featuredbox .button{
	font-size: 12px;
	padding: 6px 20px;
}
.featuredbox a{
	display:inline-block;
}
.featuredbox .icon {
	display: block;
	font-size: 48px;
	cursor: pointer;
	margin: 15px 30px;
	width: 90px;
	height: 90px;
	padding: 15px 0 0 0;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #6d8299;
}

.featuredbox .icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.featuredbox:hover .icon,
.featuredbox .icon:hover{
	color: #FFF;
	background: #6d8299;
}
.featuredbox h5{
	font-size: 16px;
	font-weight:600;
}


.featuredbox.style1 .icon {
	box-shadow: 0 0 0 3px #6d8299;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.featuredbox.style1 .icon:after {
	top: -20px;
	left: -20px;
	padding: 20px;
	box-shadow: 0 0 0 5px #6d8299;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}

.featuredbox.style1 .icon:hover:after,
.featuredbox.style1:hover .icon:after {
	display:block;
	opacity: 1;
}
.featuredbox.style1:hover .icon{
	
-webkit-animation: toRightFromLeft 0.6s forwards;
-moz-animation: toRightFromLeft 0.6s forwards;
animation: toRightFromLeft 0.6s forwards;
}
/*==2==*/
.featuredbox.style2 .icon {
	box-shadow: 0 0 0 4px rgba(0,0,0,0.1);
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.featuredbox.style2 .icon:after {
	display: none;
}



.no-touch .featuredbox.style2 .icon:hover {
	background: rgba(255,255,255,1);
	color: #702fa8;
	box-shadow: 0 0 0 8px rgba(255,255,255,0.3);
}

.no-touch .featuredbox.style2 .icon:hover:before {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	-moz-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
}


/*==3==*/
.featuredbox.style3 .icon {
	box-shadow: 0 0 0 6px rgba(0,0,0,0.1);
	color: #FFF;
	background: #6d8299;
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.featuredbox.style3 h4{
	margin-bottom: 20px;
}
.featuredbox.style3:hover .icon{
	background: none;
	color: #6d8299;
	box-shadow: 0 0 0 4px #6d8299;
}
.featuredbox.style3 .icon:after {
	display: none;
}

.featuredbox.style3:hover .icon{
	
-webkit-animation: toTopFromBottom 0.6s forwards;
-moz-animation: toTopFromBottom 0.6s forwards;
animation: toTopFromBottom 0.6s forwards;
}

.no-touch .featuredbox.style3 .icon:hover {
	background: rgba(255,255,255,1);
	color: #702fa8;
	box-shadow: 0 0 0 8px rgba(255,255,255,0.3);
}

.no-touch .featuredbox.style3 .icon:hover:before {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	-moz-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
}





@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}


@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
/* === Tooltip Lists ====*/
.tiplist{
	padding: 20px 10px;
	font-weight:600;
	font-size: 14px;
	text-align:left;
}

.tiplist li{
	margin: 5px 0;
}

.tiplist li span{
	clear: both;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #69BFAF;
	display:block;
	margin:5px 5px 0 0;
	float: left;
}


/*== Parallax ==*/
.parallax{
	width: 100%;
	background-position:fixed;
	color: #FFF;
} 

.parallax.bg1{
	height: 420px;
	background: url('../images/f3.jpg');
	color: #FFF;
	font-size: 24px;
	line-height: 32px;
	text-align:center;
}

.parallax.bg2{
	height: 460px;
	background: url('../images/f6.jpg');
	color: #FFF;
	font-size: 24px;
	line-height: 32px;
	text-align:center;
}

.piegraph{
	text-align:center;
	margin: 30px 0;
}
.piegraph h6{
	margin-top: -40px;
}
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6{
	color: #FFF;
}

/* ==== Testimonials ===*/

.testimonial{
	padding: 30px;
	background: #eef1f3;
	color: #8e8e8e;
}

.testimonial_author{
padding: 10px 0 8px;
}
.testimonial_author img{
	max-width: 48px;
	float: right;
	border-radius: 30px;
}

.testimonial_author h6{
	color: #2a3744;
	font-size: 16px;
	line-height: 16px;
}


.parallax.testimonialbg{
	height: 540px;
	background: url('../images/f3.jpg');
	color: #FFF;
	font-size: 24px;
	line-height: 32px;
	text-align:center;
}

.testimonialslider{
	padding: 30px 0 90px;
}

.testcontent{
	font-size: 17px;
	padding: 0 10%;
	font-style: italic;
}
.testimonialslider .testauth,
.hometestimonialslider .testauth{
	text-align:center;
	display:inline-block;
	width: 260px;
	margin-top: 20px;
}

.testimonialslider .testauth img,
.hometestimonialslider .testauth img{
	width: 60px;
	display:inline-block;
	float: right;
	height: auto;
	border-radius: 40px;
}
.plax_testimonial{
	text-align:center;
}
.hometestimonialslider .flex-control-nav{
	bottom: -40px;
}
.hometestimonialslider .flex-control-nav li a,
.testimonialslider .flex-control-nav li a{
	width: 12px;
	height: 12px;
	border-radius: 8px;
	border: 2px solid #FFF;
	background: transparent;
}


.hometestimonialslider .flex-control-nav li a{
	background: #9a660d;
	border-color: #9a660d;
}
.hometestimonialslider .flex-control-nav li a.flex-active{
	background: #FFF;
	border-color: #FFF;
}
.testauth h6{
	white-space: wrap;
}
.testauth h6 small{
	color: #EEE;
	font-weight: 600;
}


.hometestimonialslider .testcontent{
	font-size: 24px;
}

.hometestimonialslider .testauth h6,
.hometestimonialslider .testauth h6 small{
	 color:   #9a660d;
}

.hometestimonialslider .testauth{
	border-top: 1px dotted #b6780f;
	padding-top: 20px;
}

 .hometestimonialslider .flex-direction-nav .flex-prev{
 	position: absolute;
 	display:block;
 	left: 20px;
 	top: 50%;
 	margin-top: -24px;
 	text-indent: -9999px;
 	width: 48px;
 	height: 48px;
 	background: url('../images/leftarr.png') no-repeat left top;
 	color: #FFF;
 	opacity: 0.5;
 }
.hometestimonialslider .flex-direction-nav .flex-next{ 
 	position: absolute;
 	display:block;
 	right: 20px;
 	top: 50%;
 	margin-top: -24px;
 	text-indent: -9999px;
 	width: 48px;
 	height: 48px;
 	background: url('../images/rightarr.png') no-repeat left top;
 	color: #FFF;
 	opacity: 0.5;	
 }
 
 .hometestimonialslider .flex-direction-nav .flex-next:hover,
  .hometestimonialslider .flex-direction-nav .flex-prev:hover{
  	opacity:1;
  } 
  
  
  .vidflexslider .flex-direction-nav .flex-prev{
   	position: absolute;
   	display:block;
   	left: 20px;
   	top: 50%;
   	margin-top: -24px;
   	text-indent: -9999px;
   	width: 64px;
   	height: 64px;
   	background: rgba(0,0,0,0.2) url('../images/leftarr.png') no-repeat 8px;
   	color: #FFF;
   	opacity: 0.6;
   }
  .vidflexslider .flex-direction-nav .flex-next{ 
   	position: absolute;
   	display:block;
   	right: 20px;
   	top: 50%;
   	margin-top: -24px;
   	text-indent: -9999px;
   	width: 64px;
   	height: 64px;
   	background: rgba(0,0,0,0.2) url('../images/rightarr.png') no-repeat 8px;
   	color: #FFF;
   	opacity: 0.6;	
   }
  
/*========================================================================*/
/*   13. SERVICES
/*========================================================================*/

.services .head{
	background: url(../images/servbg.jpg) no-repeat fixed;
	color: #FFF;
	padding: 60px 0;
	text-align:center;
	background-attachment:fixed;
	background-position: 50% 0%;
	position:relative;
	display:block;
	
}

.services .head .featuredbox .icon{
	color: #FFF;
	box-shadow:0 0 0 3px #FFF;
}

.services .head .featuredbox:hover .icon{
	background: #FFF;
	color: #6d8299;
}

.services .head .featuredbox .icon:after{
	box-shadow:0 0 0 5px #FFF;
}


/* === CLIENT GRID === */


/* General grid styles */
.client-grid {
	list-style: none;
	padding: 30px 0 30px 0;
	margin: 0;
}

/* Clear floats */
.client-grid:before, 
.client-grid:after { 
	content: " "; 
	display: table; 
}

.client-grid:after { 
	clear: both; 
}

/* grid item */
.client-grid li {
	width: 33%;
	float: left;
	height: 210px;
	text-align: center;
	border-top: 1px solid #ddd;
}
.client-grid img{
	max-width: 220px;
	display:inline-block;
}

/* we are using a combination of borders and box shadows to control the grid lines */
.client-grid li:nth-child(-n+3){
	border-top: none;
}

.client-grid li:nth-child(3n-1),
.client-grid li:nth-child(3n-2) {
	box-shadow: 1px 0 0 #ddd;
}

/* anchor style */
.client-grid li > a {
	display: block;
	height: 100%;
	color: #eb9d1a;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}



/* title element */
.client-grid .client-title {
	margin: 10px 0 10px 0;
	padding: 10px 0 0 0;
	font-size: 20px;
	position: relative;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.client-grid .client-title:before {
	content: '';
	position: absolute;
	background: #eb9d1a;
	width: 160px;
	height: 3px;
	top: 0px;
	left: 50%;
	margin: -10px 0 0 -80px;
	-webkit-transition: margin-top 0.2s; /* top or translate does not seem to work in Firefox */
	-moz-transition: margin-top 0.2s;
	transition: margin-top 0.2s;
}

.client-grid .client-company {
	text-transform: uppercase;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
	-webkit-transform: translateY(10px);
	-moz-transform: -moz-translateY(10px);
	-ms-transform: -ms-translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	-webkit-transition: transform 0.3s, opacity 0.2s;
}

.client-grid li:hover .client-company,
.touch .client-grid li .client-company {
	opacity: 1;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

/* Hover styles */

.client-grid li > a:hover {
	background: #eb9d1a;
}

.client-grid li > a:hover .cbp-ig-icon {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.client-grid li > a:hover .cbp-ig-icon:before,
.client-grid li > a:hover .client-title {
	color: #fff;
}

.client-grid li > a:hover .client-title {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.client-grid li > a:hover .client-title:before {
	background: #fff;
	margin-top: 50px;
}


@media screen and (max-width: 62.75em) {
	.client-grid li {
		width: 50%;
	}

	/* reset the grid lines */
	.client-grid li:nth-child(-n+3){
		border-top: 1px solid #ddd;
	}

	.client-grid li:nth-child(3n-1),
	.client-grid li:nth-child(3n-2) {
		box-shadow: none;
	}

	.client-grid li:nth-child(-n+2){
		border-top: none;
	}

	.client-grid li:nth-child(2n-1) {
		box-shadow: 1px 0 0 #ddd;
	}
}

@media screen and (max-width: 41.6em) { 
	.client-grid li {
		width: 100%;
	}

	.client-grid li:nth-child(-n+2){
		border-top: 1px solid #ddd;
	}

	.client-grid li:nth-child(2n-1) {
		box-shadow: none
	}

	.client-grid li:first-child {
		border-top: none;
	}
}

@media screen and (max-width: 25em) { 
	.client-grid {
		font-size: 80%;
	}

	.client-grid .client-company {
		margin-top: 20px;
	}
}

/*========================================================================*/
/*   13. PORTFOLIO
/*========================================================================*/
.portfolio .head{
	background: url(../images/portbg.jpg);
	background-attachment: fixed ;
	color: #FFF;
	padding: 30px;
}

.portfoliotagline{
	margin-top: 20px;
	text-align:center;
}

#filtercontainer{
	clear: both;
	display:block;
}
#filtercontainer li{
	float: left;
	font-family: 'new_ciclegordita', sans-serif;
}

#filtercontainer li img{
	width: 360px;
	display:block;
}


/**** Isotope filtering ****/

.isotope-item {
  z-index: 99;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 98;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
#filtercontainer li{
	margin: 0;
}
#filtercontainer li a,
#filtercontainer li a img {
	display: block;
	position: relative;
}
#filtercontainer li a {
	overflow: hidden;
}

#filtercontainer li a div{
	background: rgba(255,255,255,0.1);
	color: #FFF;
	text-align: left;
}

.filteritem{
	z-index: 2;
}


#filtercontainer li a,
#filtercontainer a img {
	display: block;
	position: relative;
}
#filtercontainer li a {
	overflow: hidden;
}
.featured a div{
	opacity: 0;
}
.featured a:hover div,
#filtercontainer li a div {
	position: absolute;
	background: rgba(235,157,26,0.8);
	color: #FFF;	
	width: 100%;
	height: 100%;
}

.featured a:hover div{
	left: 0;
	top: 0;
	opacity: 1;
	 transition: opacity .25s ease-in-out;
	 -moz-transition: opacity .25s ease-in-out;
	 -webkit-transition: opacity .25s ease-in-out;
 }
#filtercontainer li a div span {
	display: block;
	padding: 10px 0;
	font-size: 14px;
	font-family: 'new-ciclefina', sans-serif;
	font-weight: 400;
	margin: 20px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}

#filtercontainer li a div strong{
	display:block;
	position: absolute;
	color: #FFF;
	width: 80px;
	height: 80px;
	text-indent:-9999px;
	background: url('../images/more.png');
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
}


/*========================================================================*/
/*   15. PORTFOLIO Grid
/*========================================================================*/


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

.og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
	width: 274px;
}
.og-grid li:nth-child(4n){
	margin-right: 0;
}
.og-grid li:nth-child(4n+1){
	margin-left: 0;
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	width: 100%;
	height: auto;
	outline: none;
	display: block;
	position: relative;
	opacity: 0.8;
}

.home .og-grid li > a,
.home .og-grid li > a img{
	background: #eb9d1a;
}
.og-grid li > a:hover,
.og-grid li > a img:hover{
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.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: #EFEFEF;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}

.dark .og-grid li.og-expanded > a::after {
	border-bottom-color: #FFF;
}

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

.og-expander-inner {
    margin: 0 15px;
	padding: 45px 30px;
	height: 100%;
	background: #EFEFEF;
}

.dark .og-expander-inner {
	background:#FFF;
}

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

.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,
.og-details {
	width: 50%;
	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: 44px;
	padding: 40px 0 10px;
	margin-bottom: 10px;
}

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

.og-details a {
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	padding: 10px 20px;
	border: 2px solid #333;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
}

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

.og-details a:hover {
	border-color: #999;
	color: #999;
}

.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;
}

@-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; }
}

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

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }

}

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

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
	
}
/*========================================================================*/
/*   16. BLOG
/*========================================================================*/

.blog .head{
		background: url(../images/home2.jpg) 50% 90%;
		background-attachment: fixed ;
		color: #FFF;
		padding: 30px;
	}

.blogtagline{
	margin-top: 20px;
}


.blogpost{
	clear: both;
	margin-top: 60px;
	width: 100%;
}

.blogpost .feature{
	width: 40%;
	margin-right: 30px;
	float: left;
	display:block;
}
.blogpost .feature img{
	width: 100%;
	height: auto;
}
.blogpost .excerpt .meta{
    border-top: 1px dotted #EFEFEF;
    border-bottom: 1px dotted #EFEFEF;
    display: inline-block;
    font-size: 12px;
    padding: 8px 0;
    margin: 10px 0;
}

.blogpost .excerpt .meta .date,
.blogpost .excerpt .meta .categories,
.blogpost .excerpt .meta .author,
.blogpost .excerpt .meta .comments,
.blogpost .excerpt .meta .date .icon,
.blogpost .excerpt .meta .categories .icon,
.blogpost .excerpt .meta .categories ul li,
.blogpost .excerpt .meta .author .icon,
.blogpost .excerpt .meta .comments .icon{
	float: left;
	margin: 0 2px;
}

.blogpost .excerpt .meta .date,
.blogpost .excerpt .meta .categories,
.blogpost .excerpt .meta .author{
	margin: 0 4px;
	font-size: 12px;
	background: none;
	padding: 0;
	color: #8e8e8e;
}

.blogpost .readmore{
	font-size: 11px;
	margin-top: 10px;
	padding: 8px 20px;
	color: #FFF;
	display:inline-block;
	text-transform: uppercase;
	background: #EB9D1A;
	border-radius:1px;
}

.blogpost .readmore{
	margin-left: 0;
}
	
.readmore:hover{
	color: #88590b;
	background:#efb048;
}	
.pagination{
	clear: Both;
	margin: 60px 0;
	width: 100%;
}	
.pagination li{
	float: left;
	margin-right: 10px;
}	

.pagination li a{
	background: #212a34;
	color: #EEE;
	padding: 6px 10px;
	border-radius: 1px;
}

.pagination li a:hover,
.pagination li a.active{
	background: #EB9D1A;
	color: #FFF;
}

/*========================================================================*/
/*   17. SINGLE PORTFOLIO
/*========================================================================*/

.projectslider{
	position:relative;
}

.projectslider .slides li > img{
	width: 100%;
	height: auto;
}

.projectslider .projectcaption{
	position: absolute;
	top: 50%;
	margin-top: -110px;
	width: 100%;
	text-align:center;
	padding: 30px 0;
	background: rgba(0,0,0,0.3);
}

.projectcaption h1,
.projectcaption h4{
	color: #FFF;
	text-shadow: 0 1px 4px #444;
}

.projectslider .flex-direction-nav{
	
}


.projectslider .flex-direction-nav .flex-prev{
	position:absolute;
	left: 20px;
	top: 50%;
	margin-top: -80px;
	width: 88px;
	height: 160px;
	text-indent: -9999px;
	display:block;
	background:  url('../images/larr.png') no-repeat left top;
	opacity: 0.2;
}
.projectslider .flex-direction-nav .flex-next{
	position:absolute;
	top:50%;
	right: 20px;
	margin-top: -80px;
	width: 88px;
	height: 160px;
	text-indent: -9999px;
	display:block;
	background:  url('../images/rarr.png') no-repeat left top;
	opacity: 0.2;
}
.projectslider .flex-direction-nav .flex-prev:hover,
.projectslider .flex-direction-nav .flex-next:hover{
	opacity: 1;
}

.projectdetails{
	color:#8e8e8e;
}
.project_details{
	padding: 15px 0;
	font-size: 12px;
	
}
.project_details li .icon{
	margin-right: 1px;
}
.project_details li{
	clear: both;
	border-bottom: 1px solid #DDD;
	padding: 8px 0;
}
.project_details label{
	width: 200px;
	float: left;
	font-size: 11px;
	text-transform:uppercase;
	color:#2a3744;
}

.heading{
	position:relative;
	display:inline-block;
	margin-bottom: 15px;
}

.parallax .heading{
	color: #FFF;
}
.heading:after{
	content: '';
	position:absolute;
	bottom: 8px;
	right: -15px;
	width: 8px;
	height: 8px;
	background: #EB9D1A;
	display:block;
	border-radius: 4px;
}

.megatitle.heading:after{
	bottom: 28px;
}
.relatedprojectsslider{
	margin-top: 30px;
	position:relative;
}
.relatedprojectsslider h5{
	color: #FFF;
}
.relatedprojectsslider .flex-direction-nav{
	position:absolute;
	top: -68px;
	right: 0;
	width: 80px;
	font-size: 20px;
}

.relatedprojectsslider .flex-direction-nav .flex-prev{
	float: left;
}

.relatedprojectsslider .flex-direction-nav a{
	color: #ddd;
	padding: 4px 6px 3px 6px;
	border: 1px solid #efefef;
	float: right;
}
.relatedprojectsslider .flex-direction-nav a:hover{
	background: #EB9D1A;
	border-color: #EB9D1A;
	color: #FFF;
}
.relatedprojectsslider .slides > li{
	margin-right: 30px;
}
.relatedtitle{	
}

.relatedtitle .icons{
	color: #6d8299;
	border: 2px solid #6d8299;
	padding: 4px 6px;
	border-radius: 1px;
	font-size: 16px;
	margin: 5px 5px 0 0;
	float: right;
}

.relatedtitle .icons:hover{
	background:  #FFF;
	border-color:#FFF;
	color: #2a3744;
}

/* ==== Effect ===*/
.relatedtitle {
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px;
	background: #2a3744;
	color: #FFF;
}

/* Caption Style 3 */
.relatedprojectsslider ul.slides > li {
	overflow: hidden;
	position:relative;
}

.relatedprojectsslider li > img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.relatedprojectsslider li:hover img,
.relatedprojectsslider li.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.relatedtitle {
	height: 100px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.relatedprojectsslider li:hover .relatedtitle,
.relatedprojectsslider li.cs-hover .relatedtitle {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}


/*========================================================================*/
/*   18. SINGLE
/*========================================================================*/

.feature_component img{
	width: 100%;
	height: auto;
}
.postmeta{
	padding: 15px 0;
	margin-bottom: 30px;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	font-size: 12px;
	text-transform: uppercase;
	display:inline-block;
	width: 100%;
}

.postmeta li{
	float: left;
	margin-right: 15px;
}
.aftercontent{
	margin: 30px 0;
	padding: 15px 0;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
}
.tags li,.tags span,
.sharing li{
	float: left;
	margin-right: 5px;
}

.tags li a{
	font-size: 12px;
	padding: 6px 8px;
	background: #EAEAEA;
	color: #8e8e8e;
	border-radius:2px
}

.tags li a:hover,
.sharing li a:hover{
	color:#333;
}
.sharing{
	float: right;
	margin-top: -3px;
}
.sharing li a{
	font-size: 16px;
	padding: 6px 8px;
	background: #EAEAEA;
	color: #8e8e8e;
	border-radius:2px;
	display:inline-block;
}


.single .inpage{
	display:none;
}

.single .inpage.fix{
	display:block;
}

.single .title {
	clear: Both;
}
.breadcrumbs li{
	float: left;
	margin-right: 0px;
	background: #eef1f3;
}

.breadcrumbs a{
	font-size: 12px;
	color: #212a34;
	text-transform: uppercase;
	padding: 5px 10px 5px 20px;
	max-height: 24px;
	display:inline-block;
	position:relative;
}
.breadcrumbs a:after{
	content: '';
	left: 100%;
	top: 0px;
	position: absolute;
	border-width: 12px;
	border-style: solid;
	border-color: transparent transparent transparent #eef1f3;
	display: block;
	width: 0;
	z-index: 99;
}
.breadcrumbs li:nth-child(odd){
	background: #e1e6e9;
}
.breadcrumbs li:nth-child(odd) a:after{
	border-color: transparent transparent transparent #e1e6e9;
}

.breadcrumbs a .icon{
	font-size: 12px;
}

.breadcrumbs a:hover{
	background: #2a3744;
	color: #FFF;
}

.breadcrumbs li:nth-child(odd) a:hover:after,
.breadcrumbs a:hover:after{
	border-color: transparent transparent transparent #2a3744;
}


/* ------------------------------------------------------------------------ */
/*  19. COMMENTS
/* ------------------------------------------------------------------------ */
#comments{
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#comments h3{
	color: #333;
	font-size: 20px;
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #EFEFEF;
}


#comments .comment-meta a{
	font-size: 14px;
	text-transform: uppercase;
	color: #888;
}
#comments .vcard img{
	width: 64px;
	float: left;
	border-radius: 2px;
	padding: 0 10px 0 0;
}

ol.commentlist li{
	padding: 0px 0;
}

ol.commentlist li+li,
ol.commentlist li> ul.children li{
	border-top: 1px solid #EFEFEF;
}
.comment-body{
		padding: 30px 0;
}

ol.commentlist ul.children{
	margin: 0 0px 30px 60px;
}

.comment-body{
	position:relative;
}

.reply a{
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 11px;
	font-weight:600;
	font-family: lane;
	text-transform:uppercase;
	padding: 4px 6px;	
	line-height: 18px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#respond{
   border-top: 1px solid #EFEFEF;
   padding-top: 30px;
   font-size: 14px;	
}

#commentform p{
	clear: both;
	margin: 10px 0;
}

#commentform label{
	padding: 10px 0;
	font-size: 16px;
	display:none;
}

#commentform input[type="text"],
#commentform textarea{
	border: 1px solid #EFEFEF;
	padding: 6px 12px;
	width: 100%;
	color: #CCC;
}

#commentform input[type="submit"]{
	padding: 8px 20px;
	background: #EB9D1A;
	color: #FFF;
	border-radius: 2px;
	font-size: 16px;
}

/*========================================================================*/
/*   20. SIDEBAR
/*========================================================================*/

.sidebar{
	margin-top: 60px;
}

.single .sidebar{
	margin: 0;
}
.widget{
	clear: both;
	margin-bottom:30px;
}
.author{
	background: #eef1f3;
	color: #8e8e8e;
	padding: 30px;
	font-size: 15px;
}


.author .auth_image{
	width: 80px;
	height: auto;
	float: right;
	margin-left: 20px;
}

.auth_expand{
	white-space: nowrap;
}
.author .auth_more{
	display:none;
	opacity:0;
	margin-top: 10px;
}

.author .auth_more.show{
	display:block;
	opacity:1;
	-webkit-animation:fadeInFromNone 1.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	        -moz-animation:fadeInFromNone 1.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	        -o-animation:fadeInFromNone 1.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	        animation:fadeInFromNone 1.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.author .social{
	margin-top: 10px;
	
}
.author h4{
	font-size: 18px;
	padding-bottom:15px;
	font-weight: 700;
}
.author .auth_image img{
	width: 100%;
}
.tabs{
	padding: 5px;
	background: #eef1f3;
}
.tabs .nav-tabs li.active {
	border-top: 2px solid #EB9D1A;
	background: #FFF;
}

.tabs .nav-tabs li {
border-top: 2px solid #dedede;
}

.nav-tabs > li > a {
border-radius: 0;
background: #e7ebee;
color: #222;
border-right: 1px solid #D6D6D6;
border-top: 1px solid #D6D6D6;
margin: 0;
font-size: 14px;
}
.nav-tabs > li > a:hover {
background: #f3f5f6;
}

.tab-content {
border: 1px solid #d6d6d6;
border-top: none;
padding: 10px;
background: #FFF;
}

.tab-content .active {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.posts li {
	clear: both;
	margin: 2px 0;
	padding: 2px;
	display: inline-block;
	width: 100%;
}
.posts li:hover{
	background:#f3f5f6;	
}
.posts li img, .tab-pane li img {
float: left;
border: 3px solid #eef1f3;
width: 60px;
margin-right: 10px;
height: auto;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.tab-pane li:hover img {
	border-color: #EB9D1A;
}
.posts li a > span{
	color: #2a3744;
}
.posts li small a{
color: #AAA;
font-size: 11px;
}

.widgetslider{
	position:relative;
}
.widgetslider li > img{
	width: 100%;
	height: auto;
}

.widgetslider li > .widgetslide{
	background: #eef1f3;
	padding: 30px;
	color: #8b8b8b;
}

.widgetslider .flex-direction-nav{
	top: -50px;
	right:0;
	position:absolute;
	font-size: 16px;
	width: 40px;
}
.widgetslider .flex-direction-nav a{
	color: #2a3744;
}
.widgetslider .flex-direction-nav .flex-prev{
	float: left;
}
.widgetslide h4{
	color: #2a3744;
}

h3.widget_title{
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 20px;
}


/*=== Subscribe Field ===*/

.subscribe{
	margin: 15px 0;
}

.form .sub_field{
	width: 100%;
	margin: 2px;
	border: none;
}

.form.subscribe .sub_field{
	width: 280px;
}

.form .subbutton{
	clear: both;
	display: inline-block;
	margin: 10px 0 0;
}
.sub_field:focus{
	color: #FFF;
}
.sub_field{
	padding: 12px 20px;
	background: rgba(0,0,0,0.2);
	font-size: 14px;
	min-width: 240px;
	color: #eee;
	border: none;
	border-radius: 1px;
}

.subbutton{
	background: rgba(255,255,255,0.7);
	color: #444;
	padding: 13px 20px;
	font-size: 12px;
	border-radius: 1px;
	margin-left: 5px;
	text-transform:uppercase;
}

.subbutton:hover{
	background: #FFF;
}
/*========================================================================*/
/*   21. CONTACT
/*========================================================================*/

.contact .map{
	width:100%;
	height: 700px;
	display:block;
}

.contact .inpage{
	display:none;
}

.contact .inpage.fix{
	display:block;
}

#map-canvas{
	width: 100%;
	height: 100%;
	display:block;
}

.contact .head{
	background: rgba(45,31,76,0.8);
	position:absolute;
	width: 100%;
	top: 0;
	left: 0;
	color: #FFF;
	padding: 90px 0 0;
}

address{
	font-size: 16px;
}

address li{
	margin: 0 0 10px 0;
}

address .icon{
	font-size: 20px;
	margin-right: 10px;
}
.contact .head .social{
	display:inline-block;
	margin-top: 20px;
}
.contact .head .social li a{
	color: #FFF;
	font-size: 24px;
	border: 2px solid #FFF;
	padding: 6px 10px;
}

.contact .head .social li a:hover{
	background: #EB9D1A;
	border-color: #EB9D1A;
	color: #FFF;
}

/*========================================================================*/
/*   22. RESPONSIVE FIXES
/*========================================================================*/




@media (min-width: 768px) and (max-width: 991px) {
	.homecaption{
		top: 100px;
	}
	.twitterslider .flex-direction-nav .flex-prev{
		right: -15px;
	}
	.twitterslider .flex-direction-nav .flex-next{
		right: -32px;
	}
	.ch-grid > li{
		float: none;
		display:inline-block;
	}
	.inpage_menu li{
		margin-left: 15px;
	}
	.parallax.bg1,
	.parallax.bg2{
		height: 640px;
		background-position:50% 20%
		}
	
}

@media (max-width: 767px) {

	.homecaption{
		top: 80px;
	}

	
	ul.inpage_menu li{
		display:block;
		float: none;
	}
	
	.homecaption .button,
	.homecaption h5,
	.projectcaption h4{
		display:none;
	}
	
	
	.homecaption h2,
	.projectcaption h2,
	.projectcaption h1{
		font-size: 64px;
	}
	
	.twitterslider .flex-direction-nav {
		position: absolute;
		top: 24px;
		left: 64px;
	}
	.ch-grid > li{
		float: none;
		display:inline-block;
	}
	.parallax.bg1,
	.parallax.bg2{
		height: 1060px;
		background-position:50% 20%
		}
		
	footer .widget{
		padding: 0 15px;
	}	
	#footerend ul.footermenu {
	float: left;
	margin-top: 20px;
	}
	
	.heading{
		padding: 0 15px 0 0 ;
	}
	.subbutton {
		margin-top: 10px;
		display: inline-block;
	}
	.contact .head{
		padding-top: 30px;
	}
	.contact .map{
		height: 1500px;
	}
}

@media (max-width: 460px) {
	.projectslider .projectcaption{
		top: 80px;
		margin: 0;
	}
	.projectcaption h2,
	.projectcaption h1,
	.homecaption h2{
		font-size: 48px;
		line-height:1em;
	}
	
	.projectslider .flex-direction-nav .flex-next,
	.projectslider .flex-direction-nav .flex-prev{
		display:none;
	}
}


::-webkit-scrollbar { width: 3px; height: 10px;}
::-webkit-scrollbar-button {  background-color: #212A34; }
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #212A34; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}}
::-webkit-resizer { background-color: #212A34;}