@charset "utf-8";
/*
 Theme Name:   Moesia Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Moesia Child Theme
 Author:       Vladimir Eric
 Author URI:   http://artitall.com
 Template:     moesia
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  moesia-child
*/

/* CSS Document */

/* 
font-family: 
regular	italic	bold
400		400i	700

bg
black 	#212121
orange 	#ff6b53
gray	#dadada

text gray #444444

/* display .....................................................*/
.d_flex{
	display: flex;
}
.d_inblock{
	display: inline-block;
}
.d_tcell{
	display: table-cell;
}
.d_block{
	display: block;
}
.w_100perc{
	width: 100%;
}
.hideMe{
	max-height:1px;
	opacity:0;
	overflow:hidden;
	text-wrap:none;
	line-height:.1px;
}
.killMe{	
	display:none !important;
	max-height:1px;
	opacity:0;
	overflow:hidden;
	text-wrap:none;
	line-height:.1px;
}
/* special style ...................................................*/
.cat{
	padding: 30px 0;
}
.cat h2{
	font-size: 48px;
}
.cat_inl{
	font-size:24px;
    	line-height: 26px;
		text-align:right;
}
.cat_inl > strong{
	display: block;
    color: #212121;
    	letter-spacing: .2em;
    margin: 0 auto;
    width: auto;
}
/*
.cat_inl > em{
    background: red;
    color: #212121;
    display: block;
    margin: 15px auto;
    padding: 15px;
    width: 30%;
}*/
.cat_inl .boxed{
    border: #fff 1px solid;
    letter-spacing: .2em;
	margin:30px 0;
    padding: 30px;
    position: relative;
}
.cat_inl .boxed strong{
	color: #212121;
    display: block;
    margin: 5px;
    padding: 5px;
}
/*
.cat_inl .boxed strong:nth-child(2){
		top: 140px;
		left: 15%;	
}
.cat_inl .boxed strong:nth-child(3){
		top: 170px;
		left: 35%;	
}
.cat_inl .boxed strong:nth-child(4){
		top: 150px;
		left: 55%;	
}*/
/* background ...................................................*/
.bg_gray{
	background-color: #dadada;
}
.bg_dgray{
	background-color: #444;
}
.bg_black{
	background-color: #222;
}
.bg_white{
	background-color: #fff;
}
.bg_begue{
	background-color: #f0e9e0;
}
.bg_orange{
	background-color: #ff6b53;
	    border: 1px solid #ff6b53;
}
/* font  ...................................................*/
@font-face {
    font-family: myCodeBold;
    src: url('fonts/code_bold.otf');
    font-weight: bold;
} 
.txt_big{
	font-size: 1.5em;
}
.txt_med{
	font-size: 1.25em;
	    line-height: 1.1em;
}
.va_middle{
	vertical-align: middle;
}
.col_black{
	color:#222;
}
.col_gray{
	color:#dadada;
}
.col_orange{
	color:#ff6b53;
}
.col_white{
	color:#fff;
}
.darkText{
	color:#444;
	font-size:17.5px;	
}
.linkBlue{
	color:blue !important;
}
.white_link{
	color: #ccc;
}
.white_link:hover{
	color: #fff;
}
.no_underline{
	text-decoration:none;
}
.text-light{
	font-weight: 200;
}
.text-normal{
	font-weight: 400;
}
.text-bold{
	font-weight: 700;
}
.text-danger{
	color: #ff6b53;
}
.text-shadow{
	text-shadow: 1px 1px 1px #000;
}
.text-center,
.text-center p{
	text-align:center;
}
.alignLeft{
	text-align:left;
}
.alignRight{
	text-align:right;
}
.alignCenter{
	text-align:center;
}
.floatr{
	float:right !important;
}
.underlinedimg,
.underlinedimg_wh{
	background: url(img/underline_smudge.png) no-repeat center bottom;
		background-size: cover;
	padding-bottom: 20px;
}
.underlinedimg_wh{
	background: url(img/underline_smudge_wh.png) no-repeat center bottom;	
}
/* spaces ...................................................*/
.padd0{
	padding:0 !important;
}
.padd30{
	padding: 30px;
}
.padd0-30{
	padding: 0 30px !important;
}
.padd10-30{
	padding: 10px 30px !important;
}
.padd70{
	padding: 70px;
}
.padd70-0{
	padding: 70px 0;
}
.padd100{
	padding:100px;
}
.padd100-0{
	padding:100px 0;
}
.paddBott0,
.paddBott0 .widget,
.paddBott0 [class^="widget"]{
	padding-bottom:0 !important;
}
.paddTop0,
.paddTop0 .widget,
.paddTop0 [class^="widget"]{
	padding-top:0 !important;
}
.paddLeft20{
	padding-left:20px;
}
.paddLeft30{
	padding-left:30px;
}
.paddTop30{
	padding-top:30px;
}
.paddTop70{
	padding-top:70px;
}
.paddBott70{
	padding-bottom:70px;
}
.paddTopDiv2_0 > div > div{
	padding-top:0 !important;
}
.paddBottDiv2_0 > div > div{
	padding-bottom:0 !important;
}
.marg0,
.so-panel.widget .widget-title.marg0{
	margin:0;
		margin-top:0;
		margin-right:0;
		margin-bottom:0;
		margin-left:0;
}
.margTop_0{
	margin-top:0;
}
.margTop_30{
	margin-top:30px !important;
}
.margBott_0{
	margin-bottom:0;
}
.margBott_70{
	margin-bottom:70px !important;
}
.margTopDiv2_0 > div > div{
	margin-top:0 !important;
}
.margBottDiv2_0 > div > div{
	margin-bottom:0 !important;
}
.abs-space_bott0{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}
.abs-space_top0{
	margin-top:0 !important;
	padding-top:0 !important;
}
.child_panel_padd0 .so-panel{
	padding:0 !important;
}
/* general ................................................*/
h1, h2, h3, h4, h5, h6{
	font-weight:500;
}
.nolink {
   pointer-events: none;
   cursor: default;
}
.no_subborder::after{
    border-bottom: 0 !important;
}
.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.posRelative{
	position: relative;
}
body{
	background:#dadada;
	color:#333 !important;
}
body.custom-background {
    background-color: #fff !important;
}
a{
	color:#EF4135;
}
a:hover{
	color:#222;
}
a:hover, a:focus{
	text-decoration:none !important;
}
a[class$="button"]{
	box-shadow:none !important;
}
.site-logo {
	max-width: 180px;
}
.is-sticky .site-logo {
	max-width: 130px;
}	
input[type="input"], 
input[type="textarea"], 
input[type="submit"], 
submit.welcome-button{
	color:#212121 !important;
    border: 1px solid #888;
    box-shadow: none;
}
/* ===================================== */
.topbar_ad{
	background-color:#fff;
	color: #222;
	font-family: 'BenchNine', sans-serif;
	font-weight: 300;
	font-size: 48px;
	line-height: 1em;
	padding-top: 5px;
}
.topbar_ad .floatr{
	color: #bbb;
}
.topbar_ad .floatr span{
	display:block;
	/* color: #dadada; */
	font-size:24px;
	line-height: .8em;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
    text-align: right;
}
/* header *************************************************/
.top-bar .container{
	display:block;
}
.site-header{
	text-align: center;
}
.header-image{
	display:none;
}
.site-branding{
	padding: 20px 15px !important;
}
.site-branding a{
	display: block;
    position: relative;
    	z-index: 9;
}
.is-sticky .site-branding{
	padding: 10px 15px !important;
}
.stuck .site-branding, 
.site-branding{
	padding-left:0px;
}
.social_topm{
	display: block;
    float: none;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 30px;
	width: 100% !important;
}
.is-sticky .social_topm{
    top: 0px;
}
.is-sticky .main-navigation li{
	padding: 10px 10px 10px 10px;
		padding-right: 0;
}
.social_topm .social-widget li a::before{
	font-size:30px;
}
.social-widget ul {
	margin: 0;
}
.social-widget li {
	display: inline-block;
	padding: 3px;
}
.social-widget li:before {
	content: '';
	margin: 0;
}
.social-widget li a {
	text-decoration: none;
}
.social-widget li a::before {
	font-size: 32px;
	line-height: 1em;
}
.is-sticky .alignRight{
	padding:0;
}
.is-sticky .social-widget li a::before {
	font-size: 16px;
	line-height: 1em;
}
.main-navigation{
	padding-right:0;
}
.menu-toggle{
	position:relative;
		z-index: 9;
}
.sticky-wrapper .welcome-button{
	padding: 5px 10px;
}
.main-navigation.col-md-8{
	margin-top: 30px;
}
#site-navigation{
	z-index:9;
}
.is-sticky #site-navigation.main-navigation.col-md-8{
	margin-top: 0px;
}
/* welcome ......................................*/
.welcome-title,
.welcome-desc,
.welcome-button,
.call-to-action {
	position: relative;
	z-index: 999;
}
.welcome-title{
	background: url(https://mockup0.starkcrew.com/wp-content/themes/moesia_mockup0/img/logo_wh_blOut-.png) no-repeat center bottom;
	font-size: 30px;
		line-height: 32px;
	min-width: 400px;
    margin-left: 0;
	padding-bottom: 130px;
	text-align: center;
	top: 20px;
}
.welcome-button,
#undefined-sticky-wrapper .welcome-button,
#masthead .welcome-button, 
#masthead .call-to-action{
	background-color: #fff !important;
	color: #212121 !important;
    padding: 10px !important;
}
.welcome-button.bluebg,
#undefined-sticky-wrapper .welcome-button.bluebg,
#masthead .welcome-button.bluebg{
	background-color:#4cc2ca !important;
}
.welcome-button.bluebg:hover,
#undefined-sticky-wrapper .welcome-button.bluebg:hover,
#masthead .welcome-button.bluebg:hover{
	color:#fff !important;
}
#masthead ::selection,
#masthead .welcome-button:hover, #masthead .welcome-button:visited, #masthead .call-to-action:hover, #masthead .call-to-action:active,
#undefined-sticky-wrapper .welcome-button:hover, #undefined-sticky-wrapper .welcome-button:visited,
.welcome-button:active, .call-to-action:active{
	color: #212121 !important;
}
img.welcome-img{
	position: absolute;
		top: 30px;
		left: 30px;
    z-index: 9;
}
.welcome-desc{
	line-height: normal;
}
.welcome_box{
    background:rgba(0,0,0,.65);
    border-radius: 5px;
    color: #fff;
    font-family: 'BenchNine', sans-serif;
		font-weight: 700;
    font-size: 48px;
    display: inline-block;
    max-width: 30%;
    line-height: .9em;
    margin: 0 auto;
    padding: 30px;
		padding-bottom: 20px;
    position: relative;
    top: 30px;
    z-index: 9999;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
.welcome_box span{
	color: #ff6b53;
		font-size: 24px;
		line-height: 1.1em;
	display: block;
    padding:10px 30px;
    	margin: 0 -30px -10px;
}
.butts{
	position: relative;
    text-align: center;
    width: 100%;
}
#masthead .welcome-button:hover {
    background-color: #ff6b53 !important;
    cursor: pointer;
    color: #fff !important;
}
.welcome-button,
.call-to-action{	
    border-radius: 3px;
	box-shadow:none;
    line-height: 1em;
    text-align: center;
    width: auto;
    	min-width: 40%;
}
/*.social_topm */
.welcome-button{
    width: 150px !important;
    min-width: 0;
}
.welcome-button{
    display: inline-block;
    margin: 10px;
	top: 0;
}
.butts img{
	opacity: .75;
    position: absolute;
    	right: 30px;
    z-index: 9;
}
.butts img:hover{
	opacity: 1;
}	
.slogan{
	color: #fff;
	    font-family: 'BenchNine', sans-serif;
    	font-weight: 700;
		font-size: 48px;
		line-height: 1em;
		text-shadow: 2px 2px 2px #212121;
	display: block;
		margin-left: 10px;
	position: relative;
		z-index: 1;
	text-transform: uppercase;
}
.slogan br{
	display: none;
}
.slogan h2{
	font-size: 1.5em;
	    font-family: 'BenchNine', sans-serif;
    	font-weight: 700;
		color: #fff;
		line-height: 1em;
	margin: 5px 0;
}
.slogan img{
	margin-top: 5px;
	opacity: 1;
	position: relative;
		right: auto;
}
/* menu ........................*/
.stuck .main-navigation > ul{
	margin-top:20px;
}
.stuck .main-navigation ul.sub-menu{
	margin-top:0 !important;
}
.main-navigation ul ul li{
	font-family: Ubuntu;
}
.main-navigation li,
.stuck .main-navigation li{
	padding: 10px;
	padding-right:0;
	text-transform:lowercase;
}
/* content ================================================*/
/* sections == panel-grid --------------------------------------------*/
.panel-grid{
	background-color:transparent;
	border-bottom: none;
	margin-bottom:0 !important;
}
.d_flex2-2 .panel-grid-cell{
    float: left;
	width:50%;
}
.widget-title{
	font-weight: 500;
}
/* buttons .....................................*/
.comment-respond input[type="submit"],
.welcome-button{
	font-family: myCodeBold;
	letter-spacing: .1em;
}
.comment-respond input[type="submit"]:hover,
.welcome-button:hover{
	background:#000;
}
/* widgets ....................................*/
.widget-area{
	opacity: .5;
}
.widget-area:hover{
	opacity: 1;
}
.no_title .widget-title.widgettitle{
	display: none;
}
/* employees ........................................*/
.page-template-page_front-page-php section{
	background-color:transparent;
}
.page-template-page_front-page-php section.employees-area{
	background:#444;
}
.page-template-page_front-page-php section.employees-area h3{
	color:#ff6b53;
}
.page-template-page_front-page-php section.employees-area h4.employee-name{
	color:#999;
	font-family: myCodeBold;
}
/* CAT top ............................................*/
/* services ...........................................*/
body:not(.home) #services{
	padding:0;
}
#why_starkcrew .widget_text,
#pgc-3950-6-0 .widget_custom_html,
#portfolio .widget_text:first-child,
#pgc-3950-2-0 .widget_custom_html:first-child,
#pgc-3950-10-0 .widget_moesia_latest_news,
#blog #latest-news{
    margin-bottom: 0 !important;
	padding-bottom: 0;
}
#pgc-3950-10-0 .widget widget_custom_html{
	padding-bottom:80px;
}
#blog .widget_custom_html{
	padding-top:0 !important;
	text-align:center;
}
#why_starkcrew h3.widget-title::after,
#portfolio h3.widget-title::after{
	display:none;	
}
#portfolio .widget_custom_html:nth-child(2) h3.widget-title,
#services h3.widget-title{
	display:none;
}
h4.service-title{
	font-family: myCodeBold;
}
/* chat ..........................................*/
.ifc.ifc-popup #ifc-app .ifc-chat-list-container .ifc-chat-list{
	background-color: #fff !important;
}
.ifc-chat-list-header{
	background-color: #ef4135 !important;
}
/* hubspot leadin ....................................*/
button.leadinModal-close{
	box-shadow:none;
}
/* content *******************************************/
.page-template-page_front-page-php section:first-of-type{
	margin-top: 0 !important;
}
body.home .panel-grid{
	background-color:#fff;
}
/*
body.home .section_Moesia_Services,
body.home .section_Moesia_Facts,
body.home .section_Moesia_Latest_News{
	background-color:#dadada !important;
}
body.home .panel-grid.section_Moesia_Blockquote{
	background-color:#fff !important;
}*/
/* intro text and video ---------------------*/
/*
#pg-1608-1,
#panel-1608-4-0-2{
	padding-top: 0;
}
#panel-1608-1-1-0{
	padding: 0;
}
.container#panel-1608-1-0-0,
.container#panel-1608-1-1-0{
    width: auto;
}
.panel.widget_text#panel-1608-1-0-0{
    padding: 0;
}
#panel-1608-1-1-0 .widget-title{
	display: none;
}
*/
/* testimonials ...........................................*/
/*
.section_Moesia_Testimonials{
	background:#ff6b53 !important;
	padding: 0;
}
.section_Moesia_Testimonials section{
	background-color:transparent;
}
*/
.section_Moesia_Testimonials .section .widget-title:after{
	border-bottom: 6px double #eee;
}
.section_Moesia_Testimonials .client-function{
	color: #666;
}
.testimonial-body span, 
.testimonial-body p {
    font-weight: bold;
		color:#333 !important;
    text-transform: uppercase;
}
.testimonial-body{
    border: 3px solid #444;
}
.client-name,
.section_Moesia_Testimonials .client-function {
    color: #fff;
}
.widget span.client-function{
    color: #212121;
}
#testimonials .testimonial .testimonial-body a:after{
	font-family: FontAwesome;
		font-size: 24px;
	content: "\f03d";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
}
#testimonials .testimonial .testimonial-body a,
#testimonials .testimonial .testimonial-body a:hover{
	cursor:hand;
	text-decoration:none;
}
/* video */
.fluid-width-video-wrapper{
	width: 500px;
	padding-top:0 !important;
	text-align: center;
}
:not(.testimonial-body) .fluid-width-video-wrapper{
	height: 270px;
}
:not(.testimonial-body) .fluid-width-video-wrapper.testimonial_video{
	clear:both;
	height:auto; 
}
:not(.testimonial-body) .fluid-width-video-wrapper iframe{
	position:relative !important;
	width: 650px !important;
		max-width:90% !important;
}
.widget_moesia_video_widget iframe{
	display: block;
	margin: 0 auto;
}
/* page */
.page-template-page_testimonials #page{
    background-color: #ff6b53;
}
.page-template-page_testimonials .entry-header{
    border-bottom: none;
}
.page-template-page_testimonials h1.entry-title{
	color: #444 !important;
    	font-size: 56px;
    	text-align: center;
    	text-transform: uppercase;
    margin-bottom: 60px;
    	margin-top: 80px;
}
.page-template-page_testimonials #sidebar-footer{
	display:none;
}
/* projects == clients .......................................*/
.project .project-image{
	text-align:center;
}
.project:nth-of-type(3n+1){
	clear:none;
}
.project:nth-of-type(6n+1){
	clear:both;
}
.project-image,
.slick-initialized .slick-slide{
	background-color:transparent;
	display:table-cell;
	height: 199px;
	vertical-align: middle;
}
.slick-initialized .slick-slide{
	float:none;	
}
.link-icon, 
.pp-icon{
	font-size: 20px;
	height: 35px;
	width: 35px;
}
.link-icon .fa,
.pp-icon .fa{
	position: relative;
	top: 7px;
	left: 0;
}
.link-icon .fa:hover,
.pp-icon .fa:hover{
	color:#fff;
}
.project-descript{
	line-height: 1.2em;
	min-height: 50px;
	padding-bottom: .5em;
	text-align: center;
}
.project-descript strong{
	display: block;
}
/* portolio .................................... */
.section_Moesia_Video_Widget:nth-child(n+2) .widget_moesia_video_widget{
	margin-bottom:10px;	
	padding-bottom: 30px;
}
.section_Moesia_Video_Widget:nth-child(n+2) .widget_moesia_video_widget:last-child{
	margin-bottom:30px !important;	
}
.section_Moesia_Video_Widget:nth-child(n+2) .widget_moesia_video_widget:nth-child(n+2){
	padding-top:0;
}
.section_Moesia_Video_Widget:nth-child(n+2) .widget_moesia_video_widget:nth-child(n+2) h3{
	display:none;
}
/* .fact......................................*/
.fact{
	border-bottom: 1px solid #fff;
}
/* blockquote .................................*/
.bg_orange blockquote:before{
	color:#fff;
}
/* content ************************************************/
/* entries .......................*/
.entry-footer .edit-link{
	display:none;
}
/* section defined by type: .section_Moesia_Blockquote, etc. */ 
.site-content{
	margin-top:0;
}
.page .hentry,
.widget-area{
	border:none;
}
.entry-title, .entry-meta{
	color: #ff6b53 !important;
}
.entry-header {
	border-bottom: 2px dotted #ebebeb;
}
h2 {
	font-size: 20px;
}
.rightCol{
	/* margin-left:5%; */
	/* width:35% !important; */
}
.nav-links a:hover{
	color:#fff;
}
a.contact_icon{
	color:#aaa;
	display:inline-block;
	margin-right:20px;
}
a.contact_icon:hover{
	color:#ff6b53;
}
a.contact_icon:hover .service-icon{
	background-color:#ff6b53;
}
a.contact_icon i{
	margin-right:10px;
}
.contact_icon .service-icon{
	background-color:#aaa;
	display: inline-block;
	margin: 0 10px 20px 0;
}
span.contact_desc{
	display:inline-block;
	/* max-width:70px;
	width:70px; */
	vertical-align: top;
}
.alignright{
	float:none;
}
.wpcf7{
	clear:both;
}
/* comments ....................*/
.author-bio > div:first-child{
	background:url(img/logo2black_tmp.png) center center no-repeat;
	    background-size: contain;
	opacity:.3;
}
.author-bio > div:first-child img{
	opacity:0;
}
/* flow register .......................*/
#contact_row .widget_custom_html{
	margin-bottom:0 !important;
}
#flow_register h3{
	margin-bottom:0px !important;
}
#contact h3{
	margin-bottom:20px !important;
}
#flow_register iframe{
	max-width:100%;
		width:100%;
		height:680px;
}
/* typeform contact .................*/
.typeform-widget{
	min-height:700px !important;
}
/* contact ...............................*/
#contact h1{
	text-align:center;
}
#contact .wpcf7-form textarea{
    width: 100%;
}
.g-recaptcha.wpcf7-recaptcha > div{
    margin: 0 auto;
    	margin-bottom: 15px;	
}
#contact_row .widget_text{
	margin-bottom:0;
	padding-bottom:0;
}
#contact_row h1{
	font-size:56px;
}
.pg-1608-10 .panel.widget{
	padding: 0;
}
.widget_pagesinwidgets_page_section{
	max-width: 100%;
}
div.wpcf7-mail-sent-ok{
    color: #16B26D;
		font-size: 24px;
    	text-align: center;
    	text-transform: uppercase;
    margin-top: 0 !important;
}
.wpcf7-form input,
.wpcf7-form textarea{
	background-color: #ffffff;
	border-radius: 20px;
	padding: 10px 30px;
	position: relative;
}
.wpcf7-form .welcome-button{
	border-radius: 5px;
    display: block;
    line-height: 1.1em;
	margin: 0;
	padding: 10px 20px;
	
    margin: 0 auto;
}
.wpcf7-form.sent > :not(.wpcf7-response-output){
	display: none;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors,
span.wpcf7-form-control-wrap,
span.wpcf7-not-valid-tip{
	border:none;
}
div.wpcf7-mail-sent-ok{
	color:#398f14;
}
div.wpcf7-mail-sent-ng {
	color:#ff0000;
}
div.wpcf7-spam-blocked {
	color:#ffa500;
}
div.wpcf7-validation-errors {
    color: #EF4135;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 0;
    margin-left: 0;
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}
/* news ..................................................*/
.so-panel.widget_custom_html .add_in{
	color:#333;
    display: block;
	text-align: center;
}
.so-panel.widget_custom_html .add_in a,
.all-news{
	background-color: #ef4135;
	border:none;
	box-shadow: none;
	box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
	display: table;
	margin: 5px auto;
	font-family: myCodeBold;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .1em;
	min-width: 150px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.panel.widget_text .add_in a:hover,
.all-news:hover{
	background-color: #000;
}
.all-news:hover{
	color: #fff;
	box-shadow: none;
}
/* portfolio page ...................................*/
#isotope-container .isotope-item:hover{
	opacity:.5;
}
#isotope-container .iso-link{
    background-color: transparent;
    border-left: none;
	right: 0;
}
#isotope-container .isotope-overlay,
#isotope-container .iso-link i{
	display:none;
}
.-skin-default .-items .-item .itembox{
	border-radius:0;
		-webkit-border-radius:0;
		-moz-border-radius:0;
}
.-skin-default .-item .title{
    font-size: 24px;
}
.-skin-default .-items .-item .itembox .-mask, .-skin-default .-items .-item .itembox .genericon{
    background: #000;
    opacity: 0.175;
}
.itembox img{
	width: 100%;
}
.itembox h2{
	font-weight: normal;
}
.nimble-portfolio .widget, .nimble-portfolio .widget a{
    color: #888;
}
.-filters{
	text-transform:uppercase;
}
.-skin-default .-filters .-filter.active{
	background-color:#EF4135;
	color: #fff;
		font-weight:bold;
}
.-links{
	padding:15px;
}
.folio_location{
	font-weight:bold;
}
.folio_location::before{
	content:'';
	font-family:FontAwesome;
	padding-right: 5px;
}
/* contact ...............................................*/
/* sidebar ***************************************************/
/* footer ***************************************************/
#colophon .menu{
	display:none;
}
#sidebar-footer .sidebar-column{
	width:100% !important;
}
.entry-footer {
	border-bottom: 2px dotted #ff6b53;
}
.site-footer{
	color:#8d8d8d;
	padding-top:0;
}
.site-info > div{
	display:inline-block;
}
.foot_cnt{
	background-color:#8d8d8d;
    color: #d8d8d8;
	margin-bottom: 15px;
	padding:30px 0;
}
.foot_cnt .container h2,
.footer-widget-area .container h2{
	color:#aaa;
	margin-top:0;
}
.footer-widget-area .container h2{
	color:#737373;
}
.foot_cnt .content-area2.col-md-5{
	margin-bottom:30px;
}
.foot_cnt .content-area2 a{
	display:block;
	font-size:.7em;
	text-transform:uppercase;
}
.foot_cnt .content-area2 a:hover{
	color:#fff;
	text-decoration:none;
}
.foot_cnt .rightCol{
	text-align: right;
}
.foot_cnt .rightCol a{
	display:inline-block;
	margin-left:10px;
	width:auto; 
}
.menu-footer-menu-container{
	float:right;
	width:60%;
}
.menu-footer-menu-container ul,
.menu-footer-menu-container li{
	text-align:right;
}
.menu-footer-menu-container li{
	display: inline;
	list-style: none;
	padding-left: 15px;
	text-transform:lowercase;
}
.menu-footer-menu-container a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.menu-footer-menu-container a:hover {
	color: #ff6b53;
}
.my_scroll_down_fixed,
.my_scroll_down_fixed:link,
.my_scroll_down_fixed:active,
.my_scroll_down_fixed:visited
{
	bottom:10px;
	color:#ff6b53;
	position:fixed;
	right:10px;
	text-decoration:none;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	z-index: 99999;
}
.my_scroll_down_fixed:hover{
	color:#000;
}
ul.micros_list{
	list-style: none;
	margin: 0;
	text-align: right;
}
ul.micros_list li{
	display: inline-block;
}
ul.micros_list li a:hover{
	color:#fff;
}
/*
@media only screen and (max-width: 1920px) and (min-width: 992px){
	.content-area{
		width: 60%;
	}
}
*/
@media screen and (max-width: 1280px){
	.welcome_box{
		font-size: 36px;
	}
}
@media screen and (orientation:landscape) and (max-width: 1280px){
	.slogan img{
		display: none;
	}
}
@media screen and (max-width: 1024px){
	.has-banner:after, section {
		background-size: cover !important;
	}	
	.welcome_box{
		max-width: 50%;
	}
	/* blockquote ...........................*/
	#blockquote .bq-text{
		float: none;
		width: 100%;
	}
	#blockquote cite{
		display: block;
		text-align: right;
		width: 100%;
	}
}
@media screen and (orientation:landscape) and (max-width: 1024px){
	.slogan{
		display: none;
	}
}
@media only screen and (max-width: 991px) {
	.topbar_ad .container {
		text-align:center;
	}
	.topbar_ad .floatr{
		display:none;
	}
	.d_flex{    
		display: block !important;
    	text-align: center;
	}	
	.d_flex2-2 .panel-grid-cell{
		width:100%;
	}
	:not(.testimonial-body) .fluid-width-video-wrapper {
    	width: 100% !important;
	}
	:not(.testimonial-body) .fluid-width-video-wrapper iframe{
		position:relative !important;
		width: 400px !important;
	}
	.fluid-width-video-wrapper{
		height: 250px;
	}
	.main-navigation.col-md-8{
		margin-top: 0;
	  	min-width: 100%;
	}
	.menu-toggle{
		margin: 0px;
			margin-bottom: 20px;
	}
	.main-navigation.toggled .nav-menu{
		background: #222;
		position: absolute;
		z-index: 8;
	}
	.is-sticky .main-navigation li{
	    padding: 10px 10px 10px 10px;
    		padding-right: 0;
	}
	.welcome-title{
		min-width: 0;
			max-width: 30%;
	}
	.welcome_box{
		font-size: 36px;
	}
	.slogan img{
		display: none;
	}
	#pgc-1608-1-0, #pgc-1608-1-1{
		width: 100%;
	}
	#pgc-1608-1-0 *, #pgc-1608-1-1 *{
		text-align: center;
	}	
	#pgc-1608-1-0 .widget{
		padding-left:0 !important;
	}
	.project:nth-of-type(6n+1){
		clear:none;
	}
	.project:nth-of-type(2n+1){
		clear:none;
	}
	.project:nth-of-type(4n+1){
		clear: both;
	}
	#pgc-1608-10-0, #pgc-1608-10-2{
		width: 0;
	}
	#pgc-1608-10-1{
		width: 100%;
	}
	/* contact and reg .............. */
	#contact_row .panel-grid-cell-empty{
		display:none;
	}
	#contact_row .panel-grid-cell-mobile-last{
		width:100%;
	}
}
@media screen and (orientation:portrait){
	.topbar_ad .container {
		text-align:left;
	}
	.topbar_ad .floatr{
		display:block;
	}
}
@media only screen and (max-width: 767px) {
	.welcome-title{
		min-width: 0;
    		max-width: 30%;
	}
	.welcome_box{
		font-size: 24px;
	}
	.social_topm.container{
		width: auto !important;
	}
	.social_topm{		
		top: auto;
		right: 0;
		bottom: 10px;
		float: none;
	}
	.cat_inl{
	    margin-bottom: 30px;
		text-align:center;
	}
	.project:nth-of-type(4n+1){
		clear: none;
	}
	.project:nth-of-type(3n+1){
		clear: both;
	}
}
@media screen and (orientation:portrait) and (max-width: 767px){
	.welcome_box{
		font-size:36px;
	}
}
@media only screen and (max-width: 616px) {
	img.welcome-img{
		max-width: 65px;
	}
	.col-xs-4{
		float:none;
		margin:0 auto;
		width: 90%;
	}
	.project{
		clear: both !important;
	}
	.project-image{
		display:block;
		height:auto;
	}
	.slogan{
		font-size: 36px;
	}
}
@media screen and (orientation:portrait) and (max-width: 991px){
	img.welcome-img{
		max-width: 105px;
		position: absolute;
			top: 5px;
			left: auto;
			right: 5px;
		z-index: 9;
	}
	.butts{
		max-width: 50%;
		position: absolute;
			top:0;
		padding-left: 0;
		text-align: left;
	}
	.welcome-button, .call-to-action{
		box-shadow: none;
		width: 150px;
			max-width: 150px;
		padding: 5px 10px;
	}
	.welcome-button:nth-child(2){
		display: block;
		margin-top: 0;
	}
	.welcome_box{
		border: none;
		border-radius: 0;
		box-shadow: none;
		max-width: 100%;
		padding: 10px;
		position: absolute;
			top: auto;
			bottom: 0;
			right: 0;
	}
	.welcome_box span{
		margin: 15px -10px -10px;
		padding: 10px;
	}
	.welcome-button, .call-to-action{
		min-width: 130px;
		padding: 10px 10px;
	}
	.slogan{
		font-size: 48px;
		margin-left: 10px;
	}
	.slogan br{
		display: block;
	}
	.slogan h2{
		margin: 5px 0;
	}
	.slogan img{
		margin-top: 5px;
		position: relative;
			left: 0;
	}
}
@media only screen and (max-width: 480px) {
	.slogan img{
		display: none;
	}
}
@media only screen and (max-width: 416px) {
	.fluid-width-video-wrapper iframe{
		position:relative !important;
		width: 300px !important;
	}
	.fluid-width-video-wrapper{
		height: 200px;
	}
	.welcome_box{
		font-size: 18px;
	}	
	.slogan{
		font-size: 24px;
			line-height: 1em;
			text-shadow: 2px 2px 2px #212121;
		display: block;
			margin-left: 10px;
		position: relative;
			z-index: 1;
		text-transform: uppercase;
	}
}
@media screen and (max-width: 416px) and (orientation:portrait){
	.welcome_box{
		font-size:24px;
	}
}
@media only screen and (max-width: 380px) {
	.welcome-button, .call-to-action {
		min-width: 130px;
		padding: 10px 10px;
	}
}