/*
Theme Name: Provecta
Version: 1.0
Description: Custom website for Provecta
Author: Intervision Design
Author URI: http://www.intervision.com.au
*/





/************************************/
/*** CSS CODED BY EHREN FERGUSSON ***/
/************************************/




@font-face {
    font-family: 'GothamMedium';
    src: url('_assets/fonts/GothamMedium.eot');
    src: url('_assets/fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
         url('_assets/fonts/GothamMedium.woff') format('woff'),
         url('_assets/fonts/GothamMedium.ttf') format('truetype'),
         url('_assets/fonts/GothamMedium.svg#GothamMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBook';
    src: url('_assets/fonts/GothamBook.eot');
    src: url('_assets/fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
         url('_assets/fonts/GothamBook.woff') format('woff'),
         url('_assets/fonts/GothamBook.ttf') format('truetype'),
         url('_assets/fonts/GothamBook.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

/************************************/
/************ START CSS *************/

body {
	background: #353A40;
	color: #353A40;
	font-family: 'GothamBook', sans-serif;
	font-size: 15px;
	font-weight: 300;
}
a {
	color:#FB932A;
	font-weight: 400;
}
a:hover,
a:active {
	color:#FB932A;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'GothamMedium', sans-serif;
}

/*a { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; }*/
/* .round { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }*/

/************************************/
/*************** MAIN ***************/

/* Colors
	#FB932A = Orange
	#F3F6FA = Light Blue
	#353A40 = Dark Blue
*/

/* Buttons */

.btn { display: inline-block; position: relative; padding: 15px 50px; height: 45px; font-family: 'GothamMedium', sans-serif; font-size: 15px; text-transform: uppercase; line-height: 1em; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; text-align: center; border: 1px solid; overflow: visible;}
.btn:before { content: ''; display: block; width: 20px; height: 47px; position: absolute; top: -2px; left: -1px; border: 3px solid; border-right: none !important; z-index: 2;}
.btn.center { margin: 0 auto;}
.btn.full { display: block;}
.btn.overlay { background: rgba(0,0,0,0.3); position: absolute; left: 50%; top: 50%; width: 200px; margin: -20px 0 0 -100px; z-index: 99;}
.btn.btn_orange,
.btn.btn_orange:before { color: #FB932A; border-color: #FB932A;}
.btn.btn_white,
.btn.btn_white:before { color: #fff; border-color: #fff;}
.btn.btn_dark,
.btn.btn_dark:before { color: #353A40; border-color: #353A40;}
.btn.btn_orange:hover { color: #fff; background: #FB932A;}
.btn.btn_white:hover { color: #353A40; background: #fff;}
.btn.btn_dark:hover { color: #fff; background: #353A40;}

.shadow { 
	-webkit-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.fa { font-style: normal !important;}

/* Header */

/*#header { position: fixed; top: 0; background: #fff; width: 100%; height: 90px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; z-index: 999;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}*/

#header { position: fixed; top: 0; width: 100%; min-height: 90px; z-index: 999; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; }
	#header.color { background: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	}
	#header .img_white, #header .img_color { position: absolute; top: 0; left: 20px; display: block;}
	#header.color .img_color { opacity: 1; visibility: visible;}
	#header.color .img_white { opacity: 0; visibility: hidden;}
	#header.white .img_white { opacity: 1; visibility: visible;}
	#header.white .img_color { opacity: 0; visibility: hidden;}

	#logo { /*padding: 0 0 0 20px;*/}
	
	.search_btn { position: absolute; top: 50%; right: 30px; margin-top: -16px; width: 30px; height: 30px; text-align: center; font-size: 14px; padding-top: 8px; cursor: pointer; z-index: 99;  -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	
	#header.color .search_btn { background: #fff; color: #353A40;}
	#header.color .search_btn:hover { background: #353A40; color: #fff;}
	#header.white .search_btn { background: none; color: #fff;}
	#header.white .search_btn:hover { background: #fff; color: #353A40;}
	
	#mob_srch.search_btn { right: 70px !important; width: 40px; height: 40px; font-size: 18px; padding-top: 11px; top: 25px; margin: 0;}
	
	.gap { height: 90px;}

/* Home */

#slideshow { position: relative; width: 100%; height: 550px; background: #353A40;}
	.header_shadow { position: absolute; width: 100%; height: 100%; z-index: 990; background: url(_assets/img/cover.png) repeat-x fixed center top;}
	#slideshow .cycle-slideshow { height: 100%;}
	#slideshow .slide { width: 100%; height: 100%; background: no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	#slideshow .slide .caption { position: absolute; bottom: 0; width: 100%;}
	#slideshow .slide h2 { color: #fff; padding: 60px;}

#intro_block { position: relative; background: #fff; height: 1160px; display: block;}
	.intro_box { background: #fff; padding: 50px; z-index: 991; text-align: center;
		-webkit-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
		box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	}
	.intro_box h2,
	.intro_box h3 { font-size: 24px;}
	.intro_box h2:after,
	.intro_box h3:after { content: ''; display: block; width: 80px; height: 3px; background: #D4D8DD; margin: 30px auto;}
	.intro_box .text {}
	.intro_box .btn { margin-top: 20px;}
	.img_box { background: no-repeat center center; z-index: 90;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
		-webkit-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
		box-shadow: 0 15px 40px rgba(0,0,0,0.1);}
	#box01 { position: absolute; top: -60px; left: 50%; width: 585px; margin-left: -40px;}
		#box01.intro_box h2 { max-width: 380px; margin: 0 auto;}
		#box01.intro_box h2:after { background: #FB932A;}
		#box01.intro_box .text { text-align: left;}
	#box02 { position: absolute; top: 470px; left: 50%; width: 340px; margin-left: -550px;}
	#box03 { position: absolute; top: 550px; left: 50%; width: 340px; margin-left: 120px;}
	
	#img02 { position: absolute; top: 60px; left: 50%; width: 550px; height: 660px; margin-left: -490px;}
	#img03 { position: absolute; top: 780px; left: 50%; width: 670px; height: 390px; margin-left: 0;}
	
	#quote_home { position: absolute; bottom: 120px; left: 50%; width: 300px; margin-left: -360px; font-size: 20px; color: #C6CBD3; font-family: 'GothamMedium', sans-serif; text-align: right; z-index: 2;}
	
	.space01 { display: block; position: absolute; bottom: 60px; left: 0; width: 50%; height: 465px; background: #F3F6FA; z-index: 1;}
	.space02 { display: block; position: absolute; bottom: 60px; left: 50%; width: 50%; height: 880px; background: #F3F6FA; z-index: 1;}

#galproj_block { background: #fff; position: relative;}
	#galproj_block h3 { font-size: 46px; padding: 20px 0 30px 20px; position: relative;}
	#galproj_block h3 span {  position: absolute; font-family: 'GothamBook', sans-serif; top: -15px; left: 0; font-size: 24px;}
	
	.gal_block { position: relative; padding-right: 10%;}
	.pro_img01,
	.pro_img02,
	.pro_img03 { background: no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	.pro_img01,
	.pro_img02 { height: 220px;}
	.pro_img03 { height: 440px;}
	
#news_block { position: relative; padding-bottom: 40px; background: #fff;}
	#news_block h4 { font-size: 36px; text-align: center; padding: 50px 0 20px 0; position: relative; z-index: 2;}
	#news_block .spacer { position: absolute; z-index: 1; height: 260px; width: 100%; top: 0; background: #F3F6FA;}
	.news_item { position: relative; background: #fff; margin: 20px; padding: 30px 20px 30px 200px; text-align: center; z-index: 2; min-height: 200px;}
	.news_item .preview { width: 200px; height: 200px; position: absolute; top: -20px; left: -20px; z-index: 3; background: #D4D8DD;}
	.news_item .preview img { position: relative; z-index: 5;}
	.news_item .preview i { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; margin: -25px 0 0 -25px; font-size: 50px; color: #fff; text-align: center; z-index: 4;}
	.news_item h3 { font-size: 20px; color: #353A40;}
	.news_item h3:after { content: ''; display: block; width: 80px; height: 3px; background: #D4D8DD; margin: 30px auto;}
	.news_item .more { text-transform: uppercase; font-family: 'GothamMedium', sans-serif;}

/* Pages */

#cover { position: relative; background: no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
.cover_inner { background: url(_assets/img/overlay.png) repeat; min-height: 250px;}
.cover_inner h1 { font-size: 36px; color: #fff; line-height: 1em; font-family: 'GothamMedium', sans-serif;}
.cover_inner h1 a { color: #fff;}
.cover_inner h1:after { content: ''; display: block; width: 80px; height: 3px; background: #FB932A; margin: 20px 0;}

.page_title { position: absolute; bottom: 60px; width: 100%;}
.page_title h1 { margin-left: 50px; padding-right: 150px;}
.page_title h1:after {}

.parent_title { text-align: center;}
.parent_title h1 { padding-top: 60px;}
.parent_title h1:after { margin: 20px auto;}
.parent_title p { color: #fff; display: block; max-width: 400px; margin: 0 auto 30px auto; font-family: 'GothamMedium', sans-serif;}

.blog_cats { position: absolute; top: 0; right: 50%; margin-right: -550px; width: 150px; height: 100%;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.blog_cats ul { width: 200px; display: table-cell; vertical-align: middle;
	border-right: 3px solid rgb(153, 162, 174);
    border-right: 3px solid rgba(153, 162, 174, .4);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
	.blog_cats ul li { display: block; padding-right: 15px; text-align: right;}
	.blog_cats ul li a { text-transform: uppercase; color: #fff; font-size: 14px; font-family: 'GothamMedium', sans-serif;}
	.blog_cats ul li.current a { color: #FB932A;}

#content { padding: 50px 0; background: #fff; position: relative;}
#content.light { padding: 30px 0 50px 0; background: #F3F6FA;}

#page_block { position: relative; z-index: 9; background: #fff; margin-top: -80px; padding: 50px;}
#project_block { position: relative; z-index: 9; background: #fff; margin-top: -80px; }
#project_block #page_block { margin-top: 0;}

.child_page { position: relative; margin: 20px; background: #353A40;}
	/*.child_page * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}*/
	.child_page .preview { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.child_page:hover .preview { opacity: 0.5;}
	.child_page .overlay { position: absolute; width: 100%; bottom: -20px; right: -20px; background: #fff; text-align: center; color: #353A40; padding: 20px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.child_page .overlay h3 { font-size: 20px;}
	.child_page .overlay .text { display: none; padding-top: 20px;}
	.child_page .overlay:before { content: ''; display: block; width: 20px; height: 100%; position: absolute; top: 0; left: 0; border: 3px solid #fff; border-right: none !important; z-index: 2; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.child_page:hover .overlay:before { height: 102%; top: -2px; left: -1px; border: 3px solid #FB932A;}

.promo_box { position: relative; margin-bottom: 50px; background: #353A40;}
	.promo_box * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.promo_box:hover .preview { opacity: 0.5;}
	.promo_box h3 { position: absolute; width: 100%; bottom: -20px; right: -20px; background: #fff; text-align: center; color: #353A40; padding: 15px; font-size: 18px;}

/* Projects */

.project_item { position: relative; margin: 20px;}
	.project_item * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.project_item .preview { background: #353A40; text-align: center;}
	.project_item:hover .preview img { opacity: 0.5;}
	.project_item .overlay { position: absolute; max-width: 400px; bottom: -20px; right: -20px; background: #fff; text-align: center; color: #353A40; padding: 20px; font-size: 20px; }
	.project_item .overlay h3 { font-size: 20px;}
	.project_item .overlay h3:after { content: ''; display: block; width: 80px; height: 3px; background: #D4D8DD; margin: 20px auto;}
	.project_item .overlay span { text-transform: uppercase; color: #FB932A; font-family: 'GothamMedium', sans-serif; font-size: 15px;}
	.project_item .overlay:before { content: ''; display: block; width: 20px; height: 100%; position: absolute; top: 0; left: 0; border: 3px solid #fff; border-right: none !important; z-index: 2; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.project_item:hover .overlay:before { height: 102%; top: -2px; left: -1px; border: 3px solid #FB932A;}

.pop_proj { font-size: 24px; padding: 20px; position: relative;}
.pop_proj span { position: absolute; top: 0; left: 0; font-size: 15px; color: #99A2AE;}

.proj_list { margin: 0 0 30px 0; border-left: 3px solid #D4D8DD;}
	.proj_list li { display: block; padding: 7px 0 7px 15px;}
	.proj_list li a { color: #99A2AE;}

.proj_nav { display: block; background: #fff; text-align: center; margin: 10px 5px; padding: 10px; font-size: 14px; color: #353A40; font-family: 'GothamMedium', sans-serif; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;
	-webkit-box-shadow: 0 5px 12px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 12px rgba(0,0,0,0.1);
	box-shadow: 0 5px 12px rgba(0,0,0,0.1);
}
.proj_nav:hover { background: #353A40; color: #fff;}

/* Team */

.team_item { position: relative; margin: 20px; background: #353A40;}
	.team_item * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.team_item:hover .preview { opacity: 0.5;}
	.team_item .overlay { position: absolute; width: 100%; bottom: -20px; right: -20px; background: #fff; text-align: center; color: #353A40; padding: 20px; font-size: 20px; }
	.team_item .overlay h3 { font-size: 18px;}
	.team_item .overlay span { color: #99A2AE; font-style: italic; font-size: 15px;}
	.team_item .overlay:before { content: ''; display: block; width: 20px; height: 100%; position: absolute; top: 0; left: 0; border: 3px solid #fff; border-right: none !important; z-index: 2; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.team_item:hover .overlay:before { height: 102%; top: -2px; left: -1px; border: 3px solid #FB932A;}
	
.team_extra { position: relative;}
	.team_extra .preview { width: 250px; position: relative; margin-right: -50px; min-height: 25px; z-index: 99; margin-bottom: 30px;}
	.team_extra .ph { text-align: right;}
	.team_extra .em { text-align: right; font-family: 'GothamMedium', sans-serif;}
	.team_extra a { color: #353A40;}

/* Contact */

.contact_address { position: relative; background: #fff; max-width: 510px; margin-top: -80px; padding: 50px; margin-bottom: 280px;}
	.contact_address.last { /*margin-bottom: 180px;*/}
	.contact_address h3 { font-size: 20px; padding-bottom: 20px;}
	.contact_address .address {}
	.contact_address .phone_num { font-family: 'GothamMedium', sans-serif; padding-top: 20px; color: #FB932A;}
	.contact_address em { color: #99A2AE; display: block; padding: 5px 0 20px 20px;}
	.contact_address .address_p { border-left: 3px solid #D4D8DD; padding-left: 17px;}
	.contact_address .map { position: absolute; bottom: -170px; left: 250px; width: 340px; z-index: 99;}
	.contact_address .preview { width: 140px; height: 140px; position: absolute; left: 110px; bottom: -140px; z-index: 89;}

/* Posts */

.blog_posts {}

.the_post { position: relative; margin: 20px; background: #fff;}
	.the_post * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.the_post .preview { position: absolute; width: 200px; height: 200px; top: -20px; left: -20px; background: #D4D8DD; text-align: center;}
	.the_post .preview span { position: absolute; display: block; bottom: -25px; left: 50%; margin-left: -25px; width: 50px; height: 50px; background: #353A40; color: #fff; text-align: center; padding-top: 12px; font-size: 14px; font-family: 'GothamMedium', sans-serif; text-transform: uppercase; line-height: 1em; z-index: 9;}
	.the_post .preview span em { font-style: normal; font-size: 12px; display: block;}
	.the_post .details { padding: 30px; margin-left: 180px; text-align: center;}
	.the_post h3 { line-height: 1.3em; font-size: 20px; color: #353A40;}
	.the_post h3:after { content: ''; display: block; width: 80px; height: 3px; background: #D4D8DD; margin: 20px auto;}
	.the_post .text { color: #353A40;}
	.the_post .more { display: block; padding-top: 15px; color: #FB932A; font-family: 'GothamMedium', sans-serif; text-transform: uppercase;}
	.the_post:hover .preview span { background: #FB932A;}
	.the_post .preview img { position: relative; z-index: 5; width: 100%; height: 100%;}
	.the_post:hover .preview img { opacity: 0.5;}
	.the_post .preview i { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; margin: -25px 0 0 -25px; font-size: 50px; color: #fff; text-align: center; z-index: 4;}

.post_single { min-height: 570px;}
	
	.post_extra { position: relative;}
	.post_extra .preview { width: 250px; width: 250px; position: relative; margin-left: -60px; margin-top: -30px; min-height: 25px; z-index: 99;}
	.post_extra .preview span { position: absolute; display: block; top: -25px; left: 60px; width: 50px; height: 50px; background: #353A40; color: #fff; text-align: center; padding-top: 12px; font-size: 14px; font-family: 'GothamMedium', sans-serif; text-transform: uppercase; line-height: 1em; }
	.post_extra .preview span em { font-style: normal; font-size: 12px; display: block;}
	
	.post_meta { position: relative; font-size: 14px;}
	.post_meta p { text-transform: uppercase; color: #99A2AE; padding: 15px 0 10px 0;}
	.post-social { display: block; padding-bottom: 20px;}
	.post-social li { display: block; position: relative; margin: 5px 0;}
	.post-social li * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.post-social li a { display: block;}
	.post-social li a i { display: inline-block; height: 40px; width: 40px; font-size: 18px; line-height: 1em; text-align: center; padding-top:11px;}
	.post-social li a em { font-style: normal; padding: 0 10px; color: #353A40;}
	
	.post-social li.fb a i { background: #285D93; color: #fff;}
	.post-social li.tw a i { background: #51c7ef; color: #fff;}
	.post-social li.pi a i { background: #cb2027; color: #fff;}
	.post-social li.gp a i { background: #D63B39; color: #fff;}
	.post-social li.li a i { background: #2588BB; color: #fff;}
	
	.post-social li a:hover i { background: #FB932A !important;}
	
	.post_nav_item { position: relative; background: #fff; margin: 50px 20px 0 20px; padding: 30px 20px 20px 130px; text-align: center; z-index: 2; min-height: 150px;}
	.post_nav_item * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.post_nav_item .preview { width: 130px; height: 130px; position: absolute; top: -20px; left: -20px; z-index: 3; background: #D4D8DD;}
	.post_nav_item .preview img { position: relative; z-index: 9;}
	.post_nav_item:hover .preview img { opacity: 0.5;}
	.post_nav_item .preview i { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; margin: -25px 0 0 -25px; font-size: 50px; color: #fff; text-align: center; z-index: 5;}
	.post_nav_item h3 { font-size: 15px; color: #353A40;}
	.post_nav_item h3:after { content: ''; display: block; width: 80px; height: 3px; background: #D4D8DD; margin: 15px auto;}
	.post_nav_item .more { text-transform: uppercase; font-family: 'GothamMedium', sans-serif; font-size: 14px;}
	
	.post_nav { display: block;}
	.post_nav * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.post_nav a { display: inline-block; line-height: 1em; margin: 30px 20px 0 20px; font-size: 18px; padding: 15px 30px; background: #353A40; color: #fff; }
	.post_nav .left { text-align: left;}
	.post_nav .right { text-align: right;}
	.post_nav a:hover { background: #292D32;}

/* Next / Prev */

.prev_p *,
.next_p * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.prev_p a,
.next_p a { display: block; position: relative; margin: 30px 30px 0 0;}
.prev_p h6,
.next_p h6 { font-size: 18px; display: inline-block; line-height: 1em; padding: 15px 30px; background: #353A40; color: #fff;}
.prev_p a:hover h6,
.next_p a:hover h6 { background: #292D32;}

.prev_p a { text-align: left;}
.next_p a { text-align: right;}

/* Clients */

.client_item { position: relative; text-align: center; border-right: 1px solid #D4D8DD; border-bottom: 1px solid #D4D8DD; height: 275px;}
.client_item.last { border-right: none;}
.client_item .preview { width: 100%; height: 275px; position: relative; padding: 30px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.client_item .overlay {
	-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden;
	background: #353A40;
	color: #fff;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.client_inner h3 { padding: 0 30px 15px 30px; color: #fff; font-size: 18px; text-transform: none; display: block;}
.client_inner span { color: #FB932A; font-family: 'GothamMedium', sans-serif; display: block;}
.client_item .preview  img { max-width: 100% !important; height: auto;}

.client_item.hover .overlay { opacity: 1; visibility: visible;}

.panel_flip {
		text-align: center;
		min-height: 275px;
		position: relative;
		border-right: 1px solid #D4D8DD;
		border-bottom: 1px solid #D4D8DD;
		
		-webkit-perspective: 600px;
		-moz-perspective: 600px;
		-ms-perspective: 600px;
		perspective: 600px;
	}
	.panel_flip.last { border-right: none;}

	.panel_flip .logo_front,
	.panel_flip .logo_back {
		/*display: table;*/
		text-align: center;
	}
		
	.panel_flip .logo_front {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		z-index: 900;
		text-align: center;    
		
		-webkit-transform: rotateX(0deg) rotateY(0deg);
		   -moz-transform: rotateX(0deg) rotateY(0deg);
		     -o-transform: rotateX(0deg) rotateY(0deg);
			-ms-transform: rotateX(0deg) rotateY(0deg);
				transform: rotateX(0deg) rotateY(0deg);
		   
		-webkit-transform-style: preserve-3d;
		   -moz-transform-style: preserve-3d;
		     -o-transform-style: preserve-3d;
		    -ms-transform-style: preserve-3d;
				transform-style: preserve-3d;
		   
		-webkit-backface-visibility: hidden;
		   -moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
				backface-visibility: hidden;
		   
		-webkit-transition: all .4s ease-in-out;
		   -moz-transition: all .4s ease-in-out;
			-ms-transition: all .4s ease-in-out;
			 -o-transition: all .4s ease-in-out;
				transition: all .4s ease-in-out;
	}
	
	.panel_flip .logo_back {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		z-index: 1000 !important;
		
		-webkit-transform: rotateY(-180deg);
		   -moz-transform: rotateY(-180deg);
		     -o-transform: rotateY(-180deg);
			-ms-transform: rotateY(-180deg);
				transform: rotateY(-180deg);
		   
		-webkit-transform-style: preserve-3d;
		   -moz-transform-style: preserve-3d;
		     -o-transform-style: preserve-3d;
		    -ms-transform-style: preserve-3d;
				transform-style: preserve-3d;
		   
		-webkit-backface-visibility: hidden;
		   -moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
				backface-visibility: hidden;
		   
		-webkit-transition: all .4s ease-in-out;
		   -moz-transition: all .4s ease-in-out;
			-ms-transition: all .4s ease-in-out;
			 -o-transition: all .4s ease-in-out;
				transition: all .4s ease-in-out;

	}
	.panel_flip.flip .logo_front {
		z-index: 900;
		
		-webkit-transform: rotateY(180deg);
		   -moz-transform: rotateY(180deg);
		     -o-transform: rotateY(180deg);
			-ms-transform: rotateY(180deg);
				transform: rotateY(180deg);
		
	}
	.panel_flip.flip .logo_back {
		z-index: 1090 !important;
		
		-webkit-transform: rotateX(0deg) rotateY(0deg);
		   -moz-transform: rotateX(0deg) rotateY(0deg);
		     -o-transform: rotateX(0deg) rotateY(0deg);
			-ms-transform: rotateX(0deg) rotateY(0deg);
				transform: rotateX(0deg) rotateY(0deg);
	}
	.box1, .box2 {
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	}
	.box1 {
		/*background: #fff;*/
		width: 100%;
		height: 100%;
		/*margin: 0 auto;*/
		padding: 30px;
	}
	.box2 { display: table-cell; vertical-align: middle;
		background: #353A40;
		color: #fff;
		width: 275px;
		height: 275px;
		margin: 0 auto;
		padding: 30px;
		z-index: 2000 !important;
	}
	/*.box1 .preview { display: table-cell; vertical-align: middle; text-align: center;}*/
	.box2 h3 { padding-bottom: 15px; color: #fff; font-size: 18px; text-transform: none; display: block;}
	.box2 span { color: #FB932A; font-family: 'GothamMedium', sans-serif; display: block;}
	.panel_flip img { max-width: 100% !important; height: auto;}
	
	.panel_flip .logo_front, .panel_flip .logo_back {
	    /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
	    animation: stayvisible 0.5s both;
	    -webkit-animation: stayvisible 0.5s both;
	    -moz-animation: stayvisible 0.5s both;
	    -o-animation: stayvisible 0.5s both;
	    -ms-animation: donothing 0.5s;
	    -ms-transition: visibility 0s linear 0.17s;
	    visibility: visible;
	}
	.panel_flip.flip .logo_front, .panel_flip.flip .logo_back {
	    /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
	    animation: stayvisible 0.5s both;
	    -webkit-animation: stayvisible 0.5s both;
	    -moz-animation: stayvisible 0.5s both;
	    -o-animation: stayvisible 0.5s both;
	    -ms-animation: donothing 0.5s;
	    -ms-transition: visibility 0s linear 0.17s;
	    visibility: hidden;
	}
	@keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
	@-webkit-keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
	@-moz-keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
	@-o-keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
	@-ms-keyframes donothing { 0% { } 100% { } }

/* Sidebar */

#sidebar { padding: 0 0 0 30px;}
#sidebar_alt { padding: 0 30px 0 0;}

/* Widgets */
.widget { margin: 0 0 30px 0; background: #fff; text-align: center; padding: 30px; border-bottom: 5px solid #DFE5EA;}
	.widget h3 { font-size: 16px; margin-bottom: 15px; text-align: center; text-transform: uppercase;}
	.widget h3:after { content: ''; display: block; width: 60px; height: 2px; background: #99A2AE; margin: 0 auto; margin-top: 15px;}
	.widget ul li { padding: 5px 0; position: relative; text-transform: uppercase;}
	.widget ul ul li { margin: 0; opacity: 0.6;}
	.widget ul li:last-child { border-bottom: none;}
	.widget ul li a { font-size: 15px; color: #99A2AE;}
	.widget ul li a:hover { color: #FB932A;}
	.widget .textwidget { padding: 0;}
	#searchform { position: relative;}
	#searchform input[type="text"] { display: block; width: 100%;}
	#searchform .searchsubmit { position: absolute; top: 5px; right: 5px; border: none ; background: none; width: 30px; height: 30px ; margin: 0; font-size: 18px; line-height: 1em; display: block; cursor:pointer; color: #ddd;}
	#searchform .searchsubmit:hover { /*color: #ff8a55;*/}

/* Footer Clients */

#client_block { background: #fff; text-align: center;}
#client_block h4 {}
#client_block .cycle-slideshow { min-height: 120px;}
#client_block .logo { padding: 20px; text-align: center;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#client_block .logo img { opacity: 0.3; max-height: 80px;
-webkit-filter: grayscale(1);
-webkit-filter: grayscale(100%);
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: grayscale(100%);
    filter: gray; /* IE6-9 */
}

/* Footer */

#footer { color: #fff;}

	.address_block { position: relative;}
	.address_block .inner { max-width: 660px; padding: 40px 0 20px 0; margin-left:auto; margin-right:0;}
	.address_block .address h5 { font-size: 12px; color: #fff;}
	.address_block .address { font-size: 12px; line-height:1.5em; color: #99A2AE; border-left: 3px solid #535961; padding: 0 10px;}
	
	.contact_btn { margin-top: -8px; padding-top: 30px;}
	.contact_btn h3 { margin-top: 0; font-size: 16px; letter-spacing: normal; border-bottom: 2px solid transparent; position: relative; margin-right: 40px; text-align: center; text-transform: uppercase; color: #D4D8DD;}
	.contact_btn h3:before { content: ""; display: block; border-top: 3px solid #D4D8DD; width: 100%; height: 3px; position: absolute; top: 50%; z-index: 1;}
	.contact_btn h3 span { padding: 0 10px; position: relative; display: inline-block; z-index: 1; background: #353A40; font-weight: inherit;}
	
	.contact_btn:hover h3 { color: #FB932A;}
	.contact_btn:hover h3:before { border-top: 3px solid #FB932A;}
	
	.social_block { background: #292D32;}
	.social_block .inner { max-width: 440px; padding: 40px;}

	.social { text-align: left;}
	.social li { display: inline-block; margin: 0 10px 10px 0; vertical-align: top;}
	.social li span { position: relative; display: block; width: 40px; height: 40px; color: #fff; text-align: center; padding-top: 9px; font-size: 20px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.social li span.fa-facebook { background: #285D93;}
	.social li span.fa-linkedin { background: #2588BB;}
	.social li span:hover { background: #FB932A !important;}
	.social li.badge {}
	
	#newsletter_block { color: #99A2AE; padding: 25px 0;}
	#newsletter_block p { font-size: 14px; font-family: 'GothamMedium', sans-serif;}
	#newsletter_block input[type="email"] { background: #292D32 !important; border-color: #99A2AE !important; color: #fff !important; border-right: none !important;}
	#newsletter_block input[type="submit"] { background: #353A40 !important; color: #99A2AE !important; border: 1px solid #99A2AE !important; text-transform: none !important; padding: 10px 20px !important;}
	
	.footer_menu {}
	.footer_menu ul {}
	.footer_menu ul li { display: inline-block;}
	.footer_menu ul li a { color: #fff; font-size: 13px; display: block; padding: 2px 10px 2px 0;}
	.footer_menu ul ul { display: none;}
	
	.copyright { font-size: 10px; text-align: left; color: #99A2AE;}
	.copyright a { color: #99A2AE;}
	.copyright a:hover { color: #fff;}

/* Gallery SHortcode */

.gallery_block { padding: 20px 0;}
.gallery_block .item { padding: 5px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.gallery_block .item:hover { opacity: 0.5;}

/* Search Popup */

#search_popup { position: absolute; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; background: rgba(31,33,35,0.9); display: none;}
	.popup_inner { position: fixed; top: 50%; left: 50%; margin: -70px 0 0 -250px; width: 500px;}
	.popup_inner #searchform input { padding: 15px 25px !important; font-size: 24px !important;}
	.popup_inner #searchform i {}
	.popup_inner #searchform .searchsubmit { position: absolute; top: 5px; right: 5px; border: none ; background: none; width: 55px; height: 55px ; margin: 0; font-size: 24px; line-height: 1em; display: block; cursor:pointer; color: #FB932A;}
	.popup_inner h4 { text-align: center; font-size: 36px; padding: 0 20px 20px 20px; color: #fff;}
	.search_close { position: absolute; top: 0; right: 0; width: 41px; height: 41px; line-height: 31px; cursor: pointer; background: #353A40}
	.search_close:before { content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 31px; height: 1px; margin: 0 0 0 -15px; background: #fff;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
	.search_close:after {content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 31px; height: 1px; margin: 0 0 0 -15px; background: #fff;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	}

/* SlideShow Blocks */

.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cycle-slideshow { position: relative; min-height: 50px; overflow: hidden;}
/*.cycle-slideshow img { position: absolute; top: 0; left: 0; width: 100%; padding: 0; display: block;}
.cycle-slideshow img:first-child {position: static; z-index: 100;}*/
.cycle-pager > * { cursor: pointer;}
.cycle-pager { position: absolute; width: 300px; margin-right: -550px; text-align: right; bottom: 70px; right: 50%; z-index: 999;}
.cycle-pager span { width: 10px; height: 10px; display: inline-block; background: #fff; color: #fff; margin: 0 5px; font-size: 1px; line-height: 1em; overflow: hidden; cursor: pointer;  opacity: 0.1;}
.cycle-pager span.cycle-pager-active { opacity: 0.5;}
.cycle-prev, .cycle-next { position: absolute; top: 50%; margin-top: -25px; width: 50px; height: 50px; background: #fff; z-index: 999; opacity: 0; cursor: pointer; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.cycle-prev { left: 0;}
.cycle-next { right: 0;}
.cycle-prev i, .cycle-next i { display: block; width: 26px; height: 26px; position: absolute; top: 50%;}
.cycle-prev i { border-bottom: 1px solid #40464f; border-left: 1px solid #40464f; margin: -12px 0 0 -12px; left: 30px;
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.cycle-next i { border-bottom: 1px solid #40464f; border-right: 1px solid #40464f; margin: -12px 0 0 -12px; left: 20px;
-webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
.cycle-slideshow:hover .cycle-prev, .cycle-slideshow:hover .cycle-next { opacity: 1;}
.slide_block { max-width: 100%; /*height: 700px;*/ display: block; position: relative;}
.slide_block .slide { width: 100%; height: 100%; display: block; position: relative; background: no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}

/************************************/
/************** MENUS ***************/

#menu { padding: 0 70px 0 0;}
#menu ul { text-align: right;}
#menu ul li { position: relative; display: inline-block;}
#menu ul li a { display: block; font-size: 14px; line-height: 1em; padding:35px 10px; color: #000; font-weight: 400; font-family: 'GothamMedium', sans-serif; text-transform: uppercase; border-top: 3px solid #fff; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
#menu ul li a:hover { border-color: #D4D8DD;}
#menu ul li.current-menu-item a,
#menu ul li.current-menu-parent a,
#menu ul li.current-page-ancestor a { border-color: #FB932A;}

#header.white #menu ul li a,
#header.white #menu ul li.current-menu-item a,
#header.white #menu ul li.current-menu-parent a,
#header.white #menu ul li.current-page-ancestor a { color: #fff !important; border-color: rgba(255,255,255,0) !important;}

/* Level 1 */
#menu ul ul:before { content: ''; position: absolute; left: 50%; top: -7px; margin-left: -7px; width: 0px; height: 0px; border-style: solid; border-width: 0 7px 7px 7px; border-color: transparent transparent #292D32 transparent;}
#menu ul ul { display: none; position:absolute; left: 50%; top: 90px; margin-left: -100px; background: #292D32; width: 200px; z-index:9999; text-align: center; padding: 15px 0;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
#menu ul ul li { width: 200px; display: block; margin: 0;}
#menu ul ul li a, #menu ul li.current-menu-item li a { display: block; padding: 10px 20px; color: #fff; font-size: 14px; margin: 0; border: none; background: none; }
#menu ul ul li a:hover, #menu ul li.current-menu-item ul a, #menu ul li.current-menu-parent ul a, #menu ul ul li.current-menu-item a, #menu ul ul li.current-menu-parent a { background: none; border: none; color: #fff;}
#menu ul ul li a:hover, #menu ul ul li.current-menu-item a { color: #FB932A; }
/* level 2 */
#menu ul ul ul {display: none;}

/* mobile menu */
#menumobile {/* position: relative; z-index: 99; display: block;*/ background: #353A40;}
#menumobile .row div { min-height: 0px !important;}
#menu-icon { width: 40px; height: 40px; padding: 10px 0 0 0; background: #fff; text-align: center; font-size: 16px; text-transform: uppercase; cursor: pointer; display: block; position: absolute; top: 25px; right: 20px; z-index: 9999;}
#menu-icon.active { background: #353A40;}

#menu-icon:before, #menu-icon:after { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
#menu-icon:before { content: ''; display: block; width: 20px; height: 8px; border-bottom: 2px solid #353A40; border-top: 2px solid #353A40; position: absolute; top: 50%; left: 50%; margin: -8px 0 0 -10px;}
#menu-icon:after { content: ''; display: block; width: 20px; height: 1px; border-top: 2px solid #353A40; position: absolute; top: 50%; left: 50%; margin: 5px 0 0 -10px;}
#menu-icon.active:before { border-bottom: none; width: 28px; margin: -2px 0 0 -16px; border-color: #fff;
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
#menu-icon.active:after { width: 28px; margin: -1px 0 0 -14px; border-color: #fff;
-webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
#menumobile ul { clear: both; width: auto; z-index: 100; padding: 20px; position: relative; display: none;}
#menumobile ul li { clear: both; float: none; }
#menumobile ul a, #menumobile ul ul a {color: #fff; text-transform: uppercase; font-size: 16px; display: block; text-align: right; padding: 10px;}
#menumobile ul a:hover, #menumobile ul ul a:hover {color: #fff;}
#menumobile ul ul { top: 0; padding: 0; width: auto; position: relative; display: none; border: none; background: none;}
#menumobile ul ul li { padding:0 20px;}

#menumobile ul li.action_btn a { color: #8AC06E;}

/************************************/
/************** GRIDS ***************/

.container {
	margin:0 auto;
	width:1100px;
	display:block;
	padding: 0;
}

@media (min-width: 1020px) and (max-width: 1099px) {
	
	.container { width: 960px;}
	.menu-button { right: 0;}
	
	
}

/* GRIDS TABLET */
@media (min-width: 768px) and (max-width: 1099px) {
	
	.container { width: 768px; padding: 0 30px;}
	.cycle-pager { width: 300px; margin-right: -330px; bottom: 40px;}
	
	#header { position: relative; z-index: 9;}
	#header.color,
	#header.white { background: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	}
	#header .img_white,
	#header .img_color { /*position: relative; top: 0; left: 0; display: inline-block;*/}
	#header.color .img_color { opacity: 1; visibility: visible;}
	#header.color .img_white { opacity: 0; visibility: hidden;}
	#header.white .img_white { opacity: 0; visibility: hidden;}
	#header.white .img_color { opacity: 1; visibility: visible;}

	#header.white .search_btn,
	#header.color .search_btn { background: #fff; color: #353A40;}
	#header.white .search_btn:hover,
	#header.color .search_btn:hover { background: #353A40; color: #fff;}
	
	#slideshow { height: 300px;}
	#slideshow .slide h2 { padding: 30px; font-size: 18px;}

	#intro_block { position: relative; background: #fff; height: 1020px; display: block;}
	.intro_box { padding: 30px;}
	.intro_box h2,
	.intro_box h3 { font-size: 18px;}
	.intro_box h2:after,
	.intro_box h3:after { margin: 15px auto;}
	.intro_box .btn { margin-top: 15px;}
	#box01 { top: -30px; width: 400px; margin-left: -60px;}
	#box02 { top: 450px; width: 250px; margin-left: -320px;}
	#box03 { top: 550px; width: 250px; margin-left: 80px;}
	
	#img02 { top: 60px; width: 370px; height: 500px; margin-left: -340px;}
	#img03 { top: 650px; left: 50%; width: 600px; height: 390px; margin-left: 30px;}
	
	#quote_home { bottom: 90px; left: 50%; width: 300px; margin-left: -300px; font-size: 15px;}
	
	.space01 { height: 480px;}
	.space02 { height: 680px; }
	
	.pro_img01,
	.pro_img02 { height: 150px;}
	.pro_img03 { height: 300px;}
	
	#news_block h4 { font-size: 30px;}
	#news_block .spacer {height: 160px;}
	.news_item { padding: 30px 20px 30px 80px; min-height: 100px;}
	.news_item .preview { width: 80px; height: 80px;}
	.news_item h3 { font-size: 16px;}
	.news_item h3:after { margin: 15px auto;}
	.news_item .more { font-size: 12px;}
	
	.cover_inner { min-height: 200px;}
	.page_title { bottom: 30px;}
	.page_title h1 { margin-left: 30px; padding-right: 0;}
	
	.parent_title { text-align: center;}
	.parent_title h1 { padding-top: 40px;}
	.parent_title h1:after { margin: 15px auto;}
	
	.blog_cats { position: relative; top: 0; right: 0; margin: 0; width: 100%; height: auto; display: block; padding: 0 0 30px 0}
	.blog_cats ul { width: auto; display: block; text-align: center; border-right: none;}
	.blog_cats ul li { display: inline-block; padding: 0 10px; text-align: center;}
	
	#content { padding: 30px 0; background: #fff; position: relative;}
	#content.light { padding: 30px 0 30px 0; background: #F3F6FA;}
	
	#page_block { position: relative; z-index: 9; background: #fff; margin-top: -60px; padding: 30px;}
	#project_block { position: relative; z-index: 9; background: #fff; margin-top: -60px; }
	#project_block #page_block { margin-top: 0;}
	
	.promo_box { margin-bottom: 40px;}
	.promo_box h3 { bottom: -10px; right: -10px; padding: 10px; font-size: 14px;}
	
	.team_item .overlay h3 { font-size: 14px;}
	.team_item .overlay span { font-size: 12px;}
	.team_extra .preview { width: 100%; margin-right: 0;}
	
	.panel_flip { min-height: 180px;}
	.box1 { padding: 20px;}
	.box2 { width: 180px; height: 180px;}
	.box2 h3 { font-size: 15px; padding-bottom: 10px;}
	.box2 span { font-size: 12px;}
	
	.client_item { height: 180px;}
	.client_item .preview { height: 180px; padding: 20px; }
	.client_inner h3 { padding: 0 20px 10px 20px; font-size: 15px;}
	.client_inner span { font-size: 12px;}
	
	.project_item { margin-bottom: 0;}
	.project_item .overlay { position: relative; width: 100%; bottom: 0; right: -20px; top: -20px; padding: 20px; z-index: 99;}
	.project_item .overlay h3 { font-size: 16px;}
	.project_item .overlay h3:after { display: none;}
	.project_item .overlay span { display: none;}
	
	.proj_nav { position: relative; z-index: 99; margin-top: 30px;}

	.the_post .preview { width: 100px; height: 100px;}
	.the_post .preview span { bottom: -15px; margin-left: -15px;}
	.the_post .details { margin-left: 0;}
	.the_post h3 { font-size: 16px; margin-left: 80px;}

	.post_single { min-height: 100px;}
	
	.post_extra .preview { width: 200px; margin-left: -40px; margin-top: -30px;}
	.post_extra .preview span { left: 40px;}
	.post_meta { padding-bottom: 30px;}
	
	.post_nav_item { margin: 30px 15px 15px 15px; z-index: 99; padding: 20px; min-height: 50px;}
	.post_nav_item .preview { display: none;}
	.post_nav_item h3 { font-size: 15px;}
	.post_nav_item .more { font-size: 12px;}
	
	.contact_address { margin-top: -60px; padding: 30px; margin-bottom: 340px; margin-right: 40px;}
	/*.contact_address.last { margin-bottom: 240px;}*/
	.contact_address h3 { font-size: 20px; padding-bottom: 15px;}
	.contact_address .address {}
	.contact_address .phone_num { padding-top: 15px; }
	.contact_address em { padding: 15px 0 5px 0;}
	.contact_address .address_p { border-left: none; padding: 0;}
	.contact_address .map { bottom: -230px; left: 0; width: 100%;}
	.contact_address .preview { width: 120px; height: 120px; left: auto; bottom: auto; top: 70px; right: -10px;}
	
	.address_block .inner { max-width: 768px; padding: 30px; margin: 0 auto;}
	.social_block .inner { max-width: 768px; padding: 30px; margin: 0 auto;}
	.social { text-align: left; padding: 20px 0;}
	#newsletter_block { padding: 0;}
	
}

/* GRIDS MOBILE */
@media (max-width: 767px) {
	
	.container { width: 100%; padding: 0 15px;}
	.cycle-pager { width: 300px; right: 10px; margin-right: 0; bottom: 10px;}
	.popup_inner { width: 300px; margin-left: -150px;}
	
	#header { position: relative; z-index: 9;}
	#header.color,
	#header.white { background: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	}
	#header .img_white,
	#header .img_color { position: relative; top: 0; left: 0; display: inline-block;}
	#header.color .img_color { opacity: 1; visibility: visible;}
	#header.color .img_white { opacity: 0; visibility: hidden;}
	#header.white .img_white { opacity: 0; visibility: hidden;}
	#header.white .img_color { opacity: 1; visibility: visible;}

	#header.white .search_btn,
	#header.color .search_btn { background: #fff; color: #353A40;}
	#header.white .search_btn:hover,
	#header.color .search_btn:hover { background: #353A40; color: #fff;}
	
	#logo { padding: 20px 0 20px 30px; height: 90px;}
	#logo img { height: 50px;}
	.gap { display: none;}
	
	#slideshow { height: 150px;}
	#slideshow .slide h2 { padding: 30px 15px; font-size: 14px;}

	#intro_block { height: auto; background: #D4D8DD;}
	.intro_box { padding: 30px; position: relative !important; top: auto; left: auto;}
	.intro_box h2,
	.intro_box h3 { font-size: 16px;}
	.intro_box h2:after,
	.intro_box h3:after { margin: 15px auto;}
	.intro_box .btn { margin-top: 15px;}
	#box01 { top: auto; width: 100%; left: auto; margin: 0;}
	#box02 { top: auto; width: 100%; left: auto; margin: 0; margin-top: 30px;}
	#box03 { top: auto; width: 100%; left: auto; margin: 0;}
	
	#img02 { position: relative; top: auto; left: 0; width: 100%; height: 200px; margin: 0;}
	#img03 { position: relative; top: auto; left: 0; width: 100%; height: 200px; margin: 0;}
	
	#quote_home,
	.space01,
	.space02 { display: none; }
	
	#galproj_block { padding-top: 30px;}
	#galproj_block h3 { font-size: 30px;}
	#galproj_block h3 span { font-size: 18px;}
	.gal_block { padding-right: 0;}
	.pro_img01,
	.pro_img02 { height: 100px;}
	.pro_img03 { height: 200px;}
	
	#news_block h4 { font-size: 20px;}
	#news_block .spacer { display: none;}
	.news_item { padding: 30px 20px 30px 80px; min-height: 100px; margin: 15px;}
	.news_item .preview { width: 80px; height: 80px; top: -10px; left: -10px;}
	.news_item h3 { font-size: 16px;}
	.news_item h3:after { margin: 15px auto;}
	.news_item .more { font-size: 12px;}
	
	.cover_inner { min-height: 150px;}
	.cover_inner h1 { font-size: 20px;}
	.page_title { bottom: 30px;}
	.page_title h1 { margin-left: 30px; padding-right: 0;}
	
	.parent_title { text-align: center;}
	.parent_title h1 { padding-top: 40px;}
	.parent_title h1:after { margin: 15px auto;}
	
	.blog_cats { position: relative; top: 0; right: 0; margin: 0; width: 100%; height: auto; display: block; padding: 0 0 30px 0}
	.blog_cats ul { width: auto; display: block; text-align: center; border-right: none;}
	.blog_cats ul li { display: inline-block; padding: 0 10px; text-align: center;}
	
	#content { padding: 30px 0; background: #fff; position: relative;}
	#content.light { padding: 30px 0 30px 0; background: #F3F6FA;}
	
	#page_block { position: relative; z-index: 9; background: #fff; margin-top: 0; padding: 30px;}
	#project_block { position: relative; z-index: 9; background: #fff; margin-top: 0; }
	#project_block #page_block { margin-top: 0;}
	
	.page #page_block,
	.single-post #page_block { margin-top: -60px;}
	.single-project #project_block { margin-top: -60px; }
	
	.child_page { margin: 15px;}
	.child_page .overlay { bottom: -10px; right: -10px; padding: 10px;}
	.child_page .overlay h3 { font-size: 12px;}
	.child_page .overlay .text { display: none !important;}
	
	.promo_box { margin-bottom: 40px;}
	.promo_box h3 { bottom: -10px; right: -10px; padding: 10px; font-size: 14px;}
	
	.team_item { margin: 15px;}
	.team_item .overlay { padding: 10px; bottom: -10px; right: -10px;}
	.team_item .overlay h3 { font-size: 12px; line-height: 1.2em;}
	.team_item .overlay span { font-size: 10px; line-height: 1em;}
	.team_extra { text-align: center; padding: 30px; padding-bottom: 0; background: #fff; z-index: 999;}
	.team_extra .preview { width: 100%; margin: 0; margin-bottom: 30px;}
	.team_extra .ph,
	.team_extra .em { text-align: center;}
	
	#sidebar,
	#sidebar_alt { margin: 0; padding: 0;}
	
	.panel_flip { min-height: 180px; border: 1px solid #D4D8DD !important;}
	.box1 { padding: 20px;}
	.box2 { width: 180px; height: 180px;}
	.box2 h3 { font-size: 15px; padding-bottom: 10px;}
	.box2 span { font-size: 12px;}
	
	.client_item { height: 180px; border: 1px solid #D4D8DD !important;}
	.client_item .preview { height: 180px; padding: 20px; }
	.client_inner h3 { padding: 0 20px 10px 20px; font-size: 15px;}
	.client_inner span { font-size: 12px;}
	
	.project_item { margin: 15px;}
	.project_item .overlay { position: absolute; width: 100%; bottom: -10px; right: -10px; padding: 10px; z-index: 99;}
	.project_item .overlay h3 { font-size: 12px;}
	.project_item .overlay h3:after { display: none;}
	.project_item .overlay span { display: none;}
	
	.proj_nav { position: relative; z-index: 99; margin-top: 30px;}
	
	.the_post { margin: 15px;}
	.the_post .preview { width: 80px; height: 80px; left: -10px; top: -10px;}
	.the_post .preview span { bottom: -20px; margin-left: -20px;}
	.the_post .details { margin-left: 0;}
	.the_post h3 { font-size: 16px; margin-left:70px;}

	.post_single { min-height: 100px;}
	
	.post-social { display: block; text-align: center; margin-bottom: 30px;}
	.post-social li { display: inline-block;}
	.post-social li a em {  display: none;}
	
	.contact_address { margin-top: -60px; padding: 30px; margin-bottom: 340px; margin-right: 0;}
	/*.contact_address.last { margin-bottom: 260px;}*/
	.contact_address h3 { font-size: 20px; padding-bottom: 15px;}
	.contact_address .address {}
	.contact_address .phone_num { padding-top: 15px; }
	.contact_address em { padding: 15px 0 5px 0;}
	.contact_address .address_p { border-left: none; padding: 0;}
	.contact_address .map { bottom: -230px; left: 0; width: 100%;}
	.contact_address .preview { width: 80px; height: 80px; left: auto; bottom: auto; top: 30px; right: -10px;}
	.contact_block { padding: 15px;}
	
	.address_block .inner { max-width: 768px; padding: 30px; margin: 0 auto;}
	.address_block .address { text-align: center; margin-bottom: 30px; border: none;}
	.contact_btn h3 { margin-right: 0;}
	.social_block .inner { max-width: 768px; padding: 30px; margin: 0 auto;}
	.social { text-align: left; padding: 20px 0;}
	#newsletter_block { padding: 0;}
	
}

/* MAX HEIGHT */
@media (max-height: 900px) {
	.slide_height { height: 500px;}
}

/************************************/
/************** OTHER ***************/

/* SELECT & PLACEHOLDER */
::selection,
::-moz-selection { background: #f1f1f1; color:#333;}

::-webkit-input-placeholder { color:#999999;}
	 :-ms-input-placeholder { color:#999999;}
	 	 ::-moz-placeholder { color:#999999;}
		  :-moz-placeholder { color:#999999;}

/* FORMS */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
/*input[type="number"],*/
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	background: #fff;
	border: 1px solid #D0D4D7;
	color: #353A40;
	font-size:14px ;
	padding: 10px !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
/*input[type="number"]:focus,*/
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	background:#f3f3f3;
	border-color: #FB932A;
	color: #FB932A;
	outline: none !important;
}

input[type="button"],
input[type="submit"] {
	border: none !important;
	background: #353A40;
	color: #fff;
	font-size: 14px;
	/*font-weight: 700;*/
	padding: 11px 20px;
	text-transform: uppercase;
	font-family: 'GothamMedium', sans-serif;
	-webkit-box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1);
	   -moz-box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1);
		-ms-box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1);
		    box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1);
}

input[type="button"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background: #FB932A;
	/*-webkit-box-shadow:inset 0 -70px 0 2px rgba(0,0,0,0.1);
	   -moz-box-shadow:inset 0 -70px 0 2px rgba(0,0,0,0.1);
		-ms-box-shadow:inset 0 -70px 0 2px rgba(0,0,0,0.1);
		    box-shadow:inset 0 -70px 0 2px rgba(0,0,0,0.1);*/
}

input[type="radio"],
input[type="checkbox"] {
margin: 0 !important;
*margin-top: 0 !important;
line-height: normal;
}

.gfield select { font-size: 18px !important; }
.gform_wrapper { margin: 0 !important;}
.gform_wrapper br { display: none !important;}
.gfield_label { font-size: 13px !important; padding: 0; font-weight: 400 !important;}
.gfield_checkbox li { margin: 0 !important; font-size: 12px !important;}
.gfield_html ol { font-size: 12px !important;}
.gfield_html ol li { margin: 0 !important;}
.gform_title { font-weight: normal !important;}

/* TEXT STYLING */

.text 	 { padding: 0;}
.text a {}
.text a:hover { text-decoration: underline;}
.text h6 { font-size:16px;}
.text h5 { font-size:18px;}
.text h4 { font-size:18px;}
.text h3 { font-size:24px;}
.text h2 { font-size:30px;}
.text h1 { font-size:36px;}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	padding-bottom: 15px;
	text-transform: none;
}
.text dt, .text strong, .text b { font-weight: normal !important; font-family: 'GothamMedium', sans-serif;}

/* PAGE NAVIGATION */
.page_navigation { border: none; padding: 0;}
.page_navigation ul li a { border-color: #ddd;}
.page_navigation ul li a { background: #f9f9f9; color: #4b4b50;}
.page_navigation ul li a:hover { background: #f1f1f1;}
.page_navigation ul li a.current { color: #fff; background: #FB932A; border: 1px solid #FB932A;}

/* ALIGNMENTS */
.wp-caption {
	border: 1px solid #ddd;
	background-color:#fff;
	color:#999;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/************************************/
/************ SHORTCODES ************/

/* Icons */

.shortcode-icon.custom { color: #FB932A !important;}

/* Buttons */

.shortcode-button { font-family: 'GothamMedium', sans-serif;}
.shortcode-button.default { background: #353A40 !important;}
.shortcode-button.custom { background: #FB932A !important;}

/* Alerts */

.shortcode-alert.custom { background: #FB932A !important; color: #fff;}
.shortcode-alert.light-grey { background: #F3F6FA !important;}
.shortcode-alert.light-grey a,
/*.shortcode-alert.white a { color: #FB932A !important;}*/
.shortcode-alert.white a.shortcode-button.custom { color: #fff !important;}
.shortcode-alert.custom a.shortcode-button.white { color: #FB932A !important;
-webkit-box-shadow:inset 0 0 0 2px #fff;
   -moz-box-shadow:inset 0 0 0 2px #fff;
	-ms-box-shadow:inset 0 0 0 2px #fff;
	    box-shadow:inset 0 0 0 2px #fff;
}
.shortcode-alert.custom a.shortcode-button.white:hover { color: #fff !important; background: #FB932A !important;
-webkit-box-shadow:inset 0 0 0 2px #fff;
   -moz-box-shadow:inset 0 0 0 2px #fff;
	-ms-box-shadow:inset 0 0 0 2px #fff;
	    box-shadow:inset 0 0 0 2px #fff;
}

/* Quotes */

/* Lists */

.shortcode-list.custom li i { color: #FB932A !important;}

/* Video */



/************************************/
/************* END CSS! *************/