/*
Theme Name: Realogic
Theme URI: https://www.studio98.com/
Author: Studio98
Author URI: https://www.studio98.com/
Description: Realogic Responsive theme
Version: 1.0
Text Domain: gliesewp
*/

@import url("//fonts.googleapis.com/css?family=Montserrat:400,700");

body { 
	background:#ffffff; 
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	line-height:26px;
	color:#363636;
	}
	
h1,.h1 {font-size: 40px;}
h2,.h2 {font-size: 32px;}
h3,.h3 {font-size: 24px;}
h4,.h4 {font-size: 21px; font-weight:bold; letter-spacing:2px;}
h5,.h5 {font-size: 16px; font-weight:bold; letter-spacing:2px;}
h6,.h6 {font-size: 12px;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	margin: 30px 0 15px;
}
a,
a:hover { color:#e37025;}
p{
	margin-bottom: 15px;
}	

h4 span,.h4 span{ display:block; font-family: 'Alegreya', serif; font-size:34px; font-style:italic; text-transform:none; font-weight:100; margin-bottom:10px;}

.heading { 
	position:relative;
	padding-bottom:20px;
	margin-bottom:60px;}

	.heading:after { 
		position: absolute;
		width:52px;
		height:2px;
		background:#000;
		content:"";
		left:50%;
		bottom:0;
		margin-left:-26px;}

.padded {padding-top:80px; padding-bottom:80px;}
.padded60 {padding-top:60px; padding-bottom:60px;}
	
.img-rounded { border-radius: 3px; }
.img-round { border-radius: 1000px !important; }

.img-thumbnail {
    padding: 0px;
    border: 1px solid #e2e2e2;
    border-radius: 0px;
}

.panel {
	-webkit-box-shadow: 1px 1px rgba(230,231,232,.75);
	-moz-box-shadow: 1px 1px rgba(230,231,232,.75);
	box-shadow: 1px 1px rgba(230,231,232,.75);}
	
.relative { position:relative;}

.vcenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.modal-content {
    border-radius: 0px;
}

.modal-body {
    padding: 0px;
}

.modal-body .inner {
	padding:50px;}
	
.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: .7;
}

.line-height1 { line-height:1;}
.line-height1-5 { line-height:1.5;}
.line-height2 { line-height:2;}

.weight100 { font-weight:100;}
.weight200 { font-weight:200;}
.weight300 { font-weight:300;}
.weight400 { font-weight:400;}
.weight500 { font-weight:500;}
.weight600 { font-weight:600;}
.weight700 { font-weight:700;}
.weight800 { font-weight:800;}
.text-upper { text-transform:uppercase;} 

.lead-medium {font-size: 24px; position:relative;}
.lead-large {font-size: 27px; position:relative;}
.lead-xlarge {font-size: 33px; position:relative;}

.color-white { color:#ffffff;}
.color-black { color:black;}
.color-orange { color:#e37025;}


.row.no-pad {
	margin-right:0;
	margin-left:0;}

.row.no-pad > [class*='col-'] {
	padding-right:0;
	padding-left:0;}
	
.container-fluid.no-pad {
	padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto; }

.form-control {
    border: 1px solid #b7b6aa;
    border-radius: 0px;
	height: 37px;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.gform_wrapper {
    margin: 0 0 1em 0 !important;
}

.gform_wrapper ul li.gfield {
    margin-bottom: 30px;
}

.input-nl {
    border: 0;
	height:49px;
}

.hide-label label { display:none;}
	
@media only screen and (max-width : 767px) {
h1,.h1 {font-size: 27px;}
h2,.h2 {font-size: 23px;}
h3,.h3 {font-size: 19px;}
h4,.h4 {font-size: 15px;}
h5,.h5 {font-size: 12px;}
h6,.h6 {font-size: 10px;}

.lead-medium {font-size: 18px; font-weight:600;}
.lead-large {font-size: 18px; font-weight:600;}
.lead-xlarge {font-size: 18px; font-weight:600;}

.padded,
.padded60 {padding-top:40px;padding-bottom:40px;}
.navbar-nav > li > .dropdown-menu {
    left: 5px !important;
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: none;
    border: none !important;
}
.gfield.col-md-6{
width: 100% !important;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important;
}
}
@media only screen and (max-width : 480px) {
.team-page .team .box .imgz .over p {
    line-height: 1.2;
}
.modal-body .inner {
    padding: 10px;
}
.team-page .modal .inst {
    margin-bottom: 15px !important;
}
.main-slider .align-bottom {
	bottom: 10% !important;
}
}

/**
 * Buttons
 * ----------------------------------------------------------------------------
 */

.btn {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	border-radius:0;
	padding-top:10px;
	padding-bottom:10px;
	font-family: 'Montserrat', sans-serif;}
	
.btn-sm {
	padding-top:5px;
	padding-bottom:5px;}

.btn-prevnext {
	margin:10px 0;
	background:#E36F26;}
	
.btn-primary,
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit] {
    color: #fff;
    background-color: #E36F26;
    border-color: #E36F26;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:2px;
}

.btn-primary:hover,
.btn-primary:focus,
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type=submit]:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;}
	
	
	
	
.gform_wrapper input.button, 
.gform_wrapper input[type=submit] {
    text-transform: uppercase;
    font-size: 11px !important;
	padding: 7px 10px;
    letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	}

	
	
	
	
	
	
	
	
.btn-subscribe {
	border:7px solid #fff;}
	
.btn-subscribe:hover,
.btn-subscribe:focus {
    border-color: #fff;}
	
	
/**
 * Set Font Family
 * ----------------------------------------------------------------------------
 */

h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; }
	

/**
 * Header
 * ----------------------------------------------------------------------------
 */
 
.navbar {
	background-color: #fff;
	border-radius:0;
	position:relative;
	z-index:10;
	padding:28px 0 40px 0;
	border: none;
	margin-bottom:0;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.navbar-right {
  margin-right: 0;}

.navbar-brand{
    line-height: 55px;
    height: 55px;
    padding-top: 0;}

.navbar-brand img { 
	height:55px; 
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	margin-top:6px}


.navbar-nav{ margin-top:12px;}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	left:12px !important;
	border:1px solid #d4d5d3;
	border-radius:0;
	background:#ffffff;
	min-width: 300px !important;}

.dropdown-menu > li > a {
	padding: 3px 15px;
	font-size:13px;
	line-height: 1.82857143;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	color: #949494;}
	
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #f36f1a;
	background-color: #fff;}
	
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #f36f1a;
	background-color: #fff;}
  
.caret {
	display: none;}


@media only screen and (min-width : 767px) {
.dropdown:hover .dropdown-menu {
	display: block;}
}

.navbar-default .navbar-nav > li > a {
	color: #000;
	text-transform:uppercase;
	font-weight:400;
	font-size: 14px;
	letter-spacing:0px;
	padding-left:12px;
	padding-right:12px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;}
	
	
@media only screen and (max-width : 1200px) {
.navbar-brand{
    line-height: 37px;
    height: 37px;}

.navbar-brand img { 
	height:37px; 
	margin-top:13px}
	
.navbar-default .navbar-nav > li > a {
	letter-spacing:0px;}
}


@media only screen and (max-width : 992px) {
.navbar-brand{
    line-height: 25px;
    height: 25px;}

.navbar-brand img { 
	height:25px; 
	margin-top:20px}
	
.navbar-default .navbar-nav > li > a {
	font-size: 12px;
	padding-left:5px !important;
	padding-right:5px !important;}
	
.navbar-nav > li > .dropdown-menu {
	left:5px !important;}
}
	

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #f36f1a;
	background-color: transparent !important;}
	
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #f36f1a;
	background-color: transparent !important;}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #8896a5;
	background-color: transparent !important;}
  
@media (max-width: 981px) {
.navbar-default .navbar-nav > li > a {
	padding-left:15px;
	padding-right:15px;}
}
  
@media (max-width: 767px) {
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;}

.navbar-default .navbar-toggle {
	border: none;
	background-color:#e37025;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	margin-right: 0px;
	border-radius: 0px;}
  
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #8896a5;}
	
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;}
	
.navbar {
	-webkit-box-shadow: 0 0 10px 0 rgba(23,42,72,0.5);
	box-shadow: 0 0 10px 0 rgba(23,42,72,0.5);
	padding:6px 0 !important;
	background:#fff !important;}

.navbar-default .navbar-nav > li > a {
	padding-left:0px;
	padding-right:0px;}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #f6f7f9;}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #8896a5;}

.navbar-brand{
    line-height: 25px;
	padding-left:0;
    height: 25px;}
	
.navbar-brand img { 
	height:25px;
	margin-top:10px;}
}	

/**
 * Main Slider
 * ----------------------------------------------------------------------------
 */  
.main-slider {
	top:-135px;
	z-index:9;
	position:relative;
	
    margin-bottom: -135px;
}
 
.main-slider .item{
	position:relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color:#fff;
	padding: 0;
	height:100vh;
	max-height:800px;
	font-size:75px;
	line-height:1;
	margin:0;}
	
.main-slider .align-bottom {
	position: absolute;
	bottom: 10%;
	width:100%;
	left:0;
}

	
	
.main-slider .owl-controls {
	top:-70px !important;
	position:relative !important;
	left:50% !important;
	margin-left:-568px !important;
	width:300px !important;
	text-align:left !important;
}


@media only screen and (max-width : 1200px) {
.main-slider .owl-controls {
	margin-left:-472px !important;
}
}


@media only screen and (max-width : 992px) {
.main-slider .owl-controls {
	margin-left:-360px !important;
}
}

@media (max-width: 768px) {
.main-slider {
	margin-top:0px;}
	
.main-slider .owl-controls {
	top:-47px !important;
	position: inherit !important;
	left: auto !important;
	margin-left: inherit !important;
	width: auto !important;
	text-align: center !important;
}
}

.owl-carousel .owl-controls .owl-page span {
    width: 11px !important;
    height: 11px !important;
    background: #fff !important;
	margin: 5px 4px !important;
    filter: Alpha(Opacity=100) !important;
    opacity: 1 !important;
}

.owl-carousel .owl-controls .owl-page.active span {
    filter: Alpha(Opacity=100) !important;
    opacity: 1 !important;
	background: #e37025 !important;
}
	
.main-slider .owl-controls .owl-buttons div {
	padding: 0px;}

.main-slider .owl-controls .owl-buttons div {
	position: absolute;}
 
.main-slider .owl-controls .owl-buttons .owl-prev,
.main-slider .owl-controls .owl-buttons .owl-next{
	left: 43px;
	top: 50%;
	margin-top:-20px; 
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	background:transparent;
	border:2px solid #102757;
	color:#102757;
	font-size:43px;
	opacity:0;
	padding:0;
	padding-right:5px;
	height:54px;
	line-height:48px;
	text-align:center;
	width:54px;}

.main-slider:hover .owl-controls .owl-buttons .owl-prev,
.main-slider:hover .owl-controls .owl-buttons .owl-next{
	opacity:1;}
 
.main-slider .owl-controls .owl-buttons .owl-next{
	left:auto;
	right: 43px;
	padding-left:7px;}

.main-slider .owl-controls .owl-buttons .owl-prev:hover,
.main-slider .owl-controls .owl-buttons .owl-next:hover{
	border:2px solid #7f9b36;
	color:#7f9b36;}

@media only screen and (max-width : 1200px) {
.main-slider .item{
	height:700px;
	font-size:65px;

}

}

@media only screen and (max-width : 992px) {
.main-slider .item{
	height:500px;
	font-size:55px;

}
.main-slider .align-bottom {
	bottom: 16%;
}
}

@media (max-width: 768px) {

	
.main-slider .owl-controls .owl-buttons .owl-prev,
.main-slider .owl-controls .owl-buttons .owl-next{
	opacity:1;}
	
.main-slider .item{
	height:300px;
	text-align:center;
	font-size:30px;}
	
.main-slider .align-bottom {
	bottom: 24%;
}

.main-slider .owl-controls .owl-buttons .owl-prev,
.main-slider .owl-controls .owl-buttons .owl-next{
	margin-top:0px; 
	font-size:30px;
	height:36px;
	line-height:28px;
	width:36px;
	display:none;}

.main-slider .owl-controls .owl-buttons .owl-prev{
	margin-top:-15px;
	left:10px;}
	
.main-slider .owl-controls .owl-buttons .owl-next{
	margin-top:-15px;
	right:10px;}
}


			


/**
 * Our Clients	
 * ----------------------------------------------------------------------------
 */  

.our-clients { margin-top:40px;}

.our-clients .title{
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:18px;
	margin-top:34px;
	}
	
#our-clients {
	padding:0 50px;
	margin:0;}

.our-clients .item{
	position:relative;
	padding: 0;
	margin:0;}
	
.our-clients .owl-controls {
	margin-top:0px !important;}
	
.our-clients .owl-controls .owl-buttons div {
	padding: 0px;}

.our-clients .owl-controls .owl-buttons div {
	position: absolute;}
 
.our-clients .owl-controls .owl-buttons .owl-prev,
.our-clients .owl-controls .owl-buttons .owl-next{
	left: 0px;
	top: 50%;
	margin-top:-15px; 
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	background:transparent;
	color:#d0d0d0;
	font-size:33px;
	padding:0;
	opacity:1;
	padding-right:5px;
	height:20px;
	line-height:20px;
	text-align:center;
	width:20px;}

.our-clients .owl-controls .owl-buttons .owl-next{
	left:auto;
	right: 0px;
	padding-left:7px;}

.our-clients .owl-controls .owl-buttons .owl-prev:hover,
.our-clients .owl-controls .owl-buttons .owl-next:hover{
	color:#e37025;}

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

.our-clients .title{
	font-size:17px;
	letter-spacing:1px;
	margin-top:25px;
	}
}

@media only screen and (max-width : 992px) {
.our-clients .title{
	margin-top:20px;
	}
}

@media (max-width: 768px) {
	
#our-clients {
	padding:0 0px;
	margin:0;}
	
.our-clients .title{
	margin-top:0px;
	margin-bottom:30px;
	text-align: center;
	}

.our-clients .item{
	position:relative;
	padding: 0;
	margin:0;}
	
.our-clients .owl-controls .owl-buttons .owl-prev,
.our-clients .owl-controls .owl-buttons .owl-next{
	top: 0;
	margin-top:-60px; 


}
}


/**
 * Footer widgets
 * ----------------------------------------------------------------------------
 */
	
footer.footer-widgets { 
	margin: 33px 0 0 0;
	padding:20px 0 0 0;
	background:#303030;
	color:#888888;
	font-family: 'Montserrat', sans-serif;}

	footer.footer-widgets .widget {
		margin:0 0 10px 0;
		font-size:14px;
		padding:0px;}	
		
		footer.footer-widgets .widget hr {
			border-color:#888888;
			margin-bottom:30px;}	
			
		footer.footer-widgets .widget h5 {
			color:#fff;}		
		
		footer.footer-widgets .widget ul {
			padding:0;
			margin:0;
			list-style-type: none;}
			
			footer.footer-widgets .widget ul li a{
				color:#888888;
				display:block;
				padding:2px 0px;}
				
			footer.footer-widgets .widget ul li a:hover{
				color:#e37025;
				text-decoration:underline;}
				
			footer.footer-widgets .widget ul li ul{
				padding-left:20px;}
				
			footer.footer-widgets .widget ul li ul li ul{
				padding-left:20px;}
				
	.by-studio { font-size:11px; margin-bottom:10px; text-transform:uppercase;}

/**
 * Team Page
 * ----------------------------------------------------------------------------
 */  
	
	.team-page {}

.team-page .team-heading { margin-bottom:60px; margin-top:40px;}
.team-page .team-heading:after{
	content: ' ';
	display: block;
	width: 100px;
	background: #e37025;
	height: 5px;
	margin: 15px auto 0;
}

.team-page .team .box {
	position:relative;
	margin-bottom:20px;
	cursor:pointer;}
	
.team-page .modal .inst { margin-bottom:50px;}

.team-page .modal .logo-small { margin:0 auto; margin-top:40px;}

.team-page .modal h5 {
	margin-bottom:15px;}	
		
.team-page .team .box .imgz {
	position:relative;
	margin-bottom:20px;
	}	
	
	.team-page .team .box .imgz .over{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(43,43,43,0.8);
		padding:15px;
		color:#fff;
		opacity:0;
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		text-align:center;}
		
		.team-page .team .box:hover .imgz .over{
			opacity:1;}
				
		.team-page .team .box .imgz .over p{
			color:#fff;
			font-size:15px;}
			
			.team-page .team .box .imgz .over p .f-link { color:#e37025; text-decoration:underline;}
		
		

		
/**
 * Social Profiles
 * ----------------------------------------------------------------------------
 */  
 
.social-profiles {
	margin-left: 10px;
	margin-right: 0;
	padding: 0;
	margin-top:23px;
	list-style: none;
	overflow: hidden;}
	
	.social-profiles li {
		list-style: none;
		float: left;
		margin-left: 2px;
		margin-bottom: 2px;
		display: block;}
		
		.social-profiles li a {
			width: 30px;
			height: 30px;
			-webkit-transition: all 200ms ease-in-out;
			-moz-transition: all 200ms ease-in-out;
			-ms-transition: all 200ms ease-in-out;
			-o-transition: all 200ms ease-in-out;
			transition: all 200ms ease-in-out;
			display: block;
			position: relative;
			background: none;
			color:#303030;
			font-size: 0;}
			
			.social-profiles li a.facebook:hover {color: #39599f;}
			.social-profiles li a.twitter:hover {color: #269fd8;}
			.social-profiles li a.googleplus:hover {color: #ca4638;}
			.social-profiles li a.linkedin:hover {color: #007ab9;}
			.social-profiles li a.youtube:hover {color: #cf3427;}
			.social-profiles li a.vimeo:hover {color: #63cece;}
			.social-profiles li a.pinterest:hover {color: #c12128;}
			.social-profiles li a.instagram:hover {color: #517fa6;}
			
			.social-profiles li a:before {
				position: absolute;
				font-family: FontAwesome;
				font-size: 18px;
				text-align: center;
				line-height: 30px;
				width: 100%;}
				
			.social-profiles li a.facebook:before {content: '\f09a';}
			.social-profiles li a.twitter:before {content: '\f099';}
			.social-profiles li a.googleplus:before {content: '\f0d5';}
			.social-profiles li a.linkedin:before {content: '\f0e1';}
			.social-profiles li a.youtube:before {content: '\f16a';}
			.social-profiles li a.vimeo:before {content: '\f194';}
			.social-profiles li a.pinterest:before {content: '\f231';}
			.social-profiles li a.instagram:before {content: '\f16d';}

/**
 * Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size:12px;
	background:none;
	margin:10px 0 20px 0;
	font-family: 'Montserrat', sans-serif;
	border:0;}

.entry-meta > span {
	margin-right: 20px;}

.entry-meta > span:last-child {
	margin-right: 0;}

.featured-post:before {
	font-family: FontAwesome;
	content: "\f0a1";
	margin-right: 2px;}

.entry-meta a:before {
	margin-right: 4px;}
	
.entry-meta .date a:before {
	font-family: FontAwesome;
	content: "\f133";}

.comments-link a:before {
	font-family: FontAwesome;
	content: "\f075";
	margin-right: 2px;
	position: relative;}

.entry-meta .author a:before {
	font-family: FontAwesome;
	content: "\f007";
	position: relative;
	top: -1px;}

.categories-links a:first-child:before {
	font-family: FontAwesome;
	content: "\f192";}

.tags-links a:first-child:before {
	font-family: FontAwesome;
	content: "\f02c";
	position: relative;}

.edit-link a:before {
	font-family: FontAwesome;
	content: "\f040";
	position: relative;}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {

}


/**
 * Paginate
 * ----------------------------------------------------------------------------
 */
.wp-paginate { margin-top:30px !important; margin-bottom:30px !important; font-family: 'Montserrat', sans-serif;}
.wp-paginate a {
    background: #fff !important;
    border: 1px solid #dfdfdf !important;
    color: #bbbbbb;
    margin-right: 4px;
    padding: 0px !important;
	width:40px;
	height:40px;
	display:inline-block;
	line-height:40px;
}

.wp-paginate a:hover {
    background: #fff !important;
	border-color:#bbbbbb !important;
	color:#303030 !important;
}


.wp-paginate .current {
    color: #fff;
    background: #e37025 !important;
    border: 1px solid #e37025 !important;
    margin-right: 4px;
	width:40px;
	height:40px;
	display:inline-block;
	line-height:40px;
	text-align: center;
    padding: 0 !important;
}

@media only screen and (max-width : 767px) {
.wp-paginate { margin-top:30px !important;}
	
.wp-paginate a {
    margin-right: 2px !important;
	width:30px;
	height:30px;
	line-height:30px;
}

.wp-paginate .current {
    margin-right: 2px !important;
	width:30px;
	height:30px;
	line-height:30px;
}
}



/**
 * Post
 * ----------------------------------------------------------------------------
 */
 
.entry-content {}

	.entry-heading { font-size: 21px; margin-top:80px;  font-weight:bold; letter-spacing:2px;}
	
	.entry-title { font-size: 21px; margin-top:0px;  font-weight:bold; letter-spacing:2px;}
	.entry-thumbnail { margin:0 0 40px 0;}


.article-wrap {
	border-bottom:1px solid #bbbbbb;
	padding-bottom:50px;
	margin-bottom:50px;}
	
	.article-wrap figure{
		padding:0 0 0 30px;}

	.article-wrap h5{
		color:#000;
		margin-bottom:30px;
		margin-top:15px;}
	
		.article-wrap h5 a{
			color:#000;}
			
			.article-wrap h5 a:hover{
				color:#e37025;
				text-decoration:none;}
				
		.article-wrap h5 span.datez{
		
		font-weight: normal;
    display: block;
    padding: 10px 0;
		}

			
@media only screen and (max-width : 767px) {
.article-wrap {
	padding-bottom:30px;
	margin-bottom:30px;}
	
	.article-wrap figure{
		padding:10px;}

	.article-wrap h5{
		margin-bottom:20px;
		font-size:15px;}
		
	.article-wrap h5 span.datez{
		display:block;
		margin-left:0;}
}



/**
 * page Intro
 * ----------------------------------------------------------------------------
 */
.page-intro {
	background-color:#666;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	background-image:url(images/page-hero.jpg);
	position:relative;
	color:#fff;
	padding:80px 0;
	font-size:15px;
	line-height:27px;
	margin-bottom:50px;}
	
.page-intro.with-submenu { margin-bottom:0;}
.page-intro.team { margin-bottom:40px;}
	
	.page-intro .overlay{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		content:"";
		background:rgba(0,0,0,0.65);}
	
	.page-intro h1{
		text-transform: lowercase;
		margin:0 0 30px 0;
		font-size:75px; }
		
@media only screen and (max-width : 1200px) {
.page-intro {
	padding:65px 0;
	margin-bottom:80px;}
	
	.page-intro h1{
		font-size:65px; }
}

@media only screen and (max-width : 992px) {
.page-intro {
	padding:55px 0;
	margin-bottom:70px;}
	
	.page-intro h1{
		font-size:55px; }
}

@media (max-width: 768px) {
.page-intro {
	padding:45px 0;
	margin-bottom:40px;}
	
	.page-intro h1{
		font-size:30px; }
}

/**
 * Submenu for page
 * ----------------------------------------------------------------------------
 */
.submenu-on-page {
	background:#202020;
	margin-bottom:100px;}
	
	.submenu-on-page ul{
		margin:0;
		padding:0;
		list-style:none;
		text-align:center;
		text-transform:uppercase;}
		
	.submenu-on-page ul li{
		margin:0;
		padding:0;
		display:inline-block;
		position:relative;}
	
		.submenu-on-page ul li a{
			color:#696969;
			display:block;
			padding:12px;}

		.submenu-on-page ul li a:hover{
			color:#e37025;
			text-decoration:none;}
			
			.submenu-on-page ul li.active a{
				color:#fff;
				text-decoration:none;}
				
			.submenu-on-page ul li.active:before{
				position:absolute;
				bottom:-9px;
				left:50%;
				content:"";
				margin-left:-10px;
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 10px 10px 0 10px;
				border-color: #202020 transparent transparent transparent;}

@media (max-width: 768px) {
.submenu-on-page {
	margin-bottom:40px;
	padding:10px 0;
	font-size:13px;}
	

	.submenu-on-page ul li{
		display:block;}
	
		.submenu-on-page ul li a{
			padding:0px 12px;}



				
			.submenu-on-page ul li.current-menu-item:before{
				display:none;}
}
				
/**
 * Sidebar
 * ----------------------------------------------------------------------------
 */
	
.widget-area {}

	.widget-area .widget {
		background:#fff;
		color:#888888;
		margin:0 0 90px 0;
		font-size:13px;
		letter-spacing:2px;
		line-height:1.5;
		font-family: 'Montserrat', sans-serif;}
		
		.widget-area .widget ul {
			padding:0;
			margin:0;
			font-size:13px;
			text-transform:uppercase;
			list-style-type: none;}
			
			
			.widget-area .widget ul li{
				border-bottom:1px solid #bbbbbb;}
			
			.widget-area .widget ul li a{
				color:#303030;
				display:block;
				padding:8px 0px;}
				
				.widget-area .widget ul li.current-menu-item,
				.widget-area .widget ul li.current-menu-item a { font-weight:bold; color:#000;}
				
			.widget-area .widget ul li a:hover{
				color:#e37025;
				text-decoration:none;}
				
			.widget-area .widget ul li ul{
				padding-left:20px;}
				
			.widget-area .widget ul li ul li{
				border-top:1px solid #bbbbbb;
				border-bottom:0;}
				
			.widget-area .widget ul li ul li ul{
				padding-left:20px;}		

		.widget-area .widget .widget-title { margin-bottom:10px; line-height:1; color:#fff; padding:10px; background:#303030;}
		.widget-area .widget ul,
		.widget-area .widget ol,
		.widget-area .widget dl {
			margin:0; }



@media (max-width: 992px) {
	.widget-area { margin-top:80px;}
}

/**
 * Images
 * ----------------------------------------------------------------------------
 */
 
.alignleft {
	float: left;}

.alignright {
	float: right;}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;}

img.alignleft {
	margin: 5px 20px 5px 0;}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;}

img.alignright {
	margin: 5px 0 5px 20px;}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;}

img.aligncenter {
	margin: 5px auto;}

img.alignnone {
	margin: 5px 0;}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;}


/**
 * Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;}

.comments-title {
	font-size: 18px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-top:50px;}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;}

.comment-list .children{
	margin-left: 50px;
	width:calc(100% - 50px);
	float:left;}

.comment-list li{
	float:left;
	
	width:100%;}

.comment-list li article{ 
	background:none; 
	padding:1.25em 0; 
	margin-bottom:0;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	
	box-shadow: none;}

.comment-list li .comment-body{
	float:left;
	
	width:100%;}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	float:left;}

.comment-list > li:last-child:after {
	display: none;}

.comment-body {
	padding: 1.25rem 0;
	position: relative;
	float:left;}

.comment-author {
	float: left;
	max-width: 100px;}

.comment-author.vcard {
	display: inline-block;
	margin: 0;
	border: 0;
	padding: 0;}

.comment-author .avatar {
	display: block;}

.comment-author .fn {
	word-wrap: break-word;}

.comment-reply-link,
.comment-reply-login {
	font-style: normal;
	font-weight: normal;}

.comment-author .url {
	color: #000;
	font-style: normal;
	font-weight: normal;}

.comment-author .fn{
	color: #000;
	position:relative;
	font-style: normal;
	padding:15px;
	font-weight: normal;
	}


.says {
	display: none;}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;}



.comment-list .edit-link {
	margin-left: 20px;}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 100px);
	width:         calc(100% - 100px);
	word-wrap: break-word;}


.comment-meta,
.comment-meta a {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;}

.comment-metadata {
	margin-bottom: 20px;
	padding-bottom:10px;
	margin-top:20px;
	font-size:14px;
	border-bottom:1px dotted #ccc;}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;}

.comment-awaiting-moderation {
	color: #a2a2a2;}

.comment-awaiting-moderation:before {
	content: "\f05e";
	font-family: FontAwesome;
	margin-right: 5px;
	position: relative;
	top: -2px;}

.comment-reply-link:before,
.comment-reply-login:before {
	font-family: FontAwesome;
	content: "\f112";
	margin-right: 3px;}

/* Comment form */
.comment-respond {
	background:#fff;
	margin-bottom:50px;
	padding: 0;
	width:100%;
	float:left;}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;}

.comment-reply-title {
	font-size: 24px;
	font-weight:300;
	margin-top:30px;}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	text-indent:-9999px;
	overflow: hidden;
	position:relative;
	width: 16px;}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;}

.comment-reply-title small a:before {
	font-family: FontAwesome;
	content: "\f00d";
	position:absolute;
	top:0;
	right:0;
	font-style:normal;
	text-indent:0;
	vertical-align: top;}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;}

.comment-form .comment-notes {
	margin-bottom: 2.5rem;
	color: #999;
	font-size:0.8rem;}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;}

.comment-form .required {
	color: #ed331c;}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;}

.comment-form textarea {
	width: 100%;}

.form-allowed-tags,
.form-allowed-tags code {
	color: #999;}

.form-allowed-tags code {
	margin-left: 3px;}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 1.25rem;}

.comment-navigation {
	padding: 20px 0 30px;
	width: 100%;
	float:left;}
	
	.comment-navigation .section-heading {
		font-weight: 300;
		font-size: 1.8rem;
		font-style:italic;
		margin-top:1.25rem;}
	
	.comment-navigation .nav-previous {
		float:left;}
		
	.comment-navigation .nav-next {
		float:right;}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;}
	
	
	
	
	
@media only screen and (max-width : 767px) {
.comment-author {
	max-width: 50px;}

.comment-author.vcard img {
	width:36px;
	height:36px;}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	width: -webkit-calc(100% - 50px);
	width:         calc(100% - 50px);}

.comment-list .children{
	margin-left: 25px;
	width:calc(100% - 25px);
	float:left;}
	
.comment-metadata {
	margin-bottom: 10px;
	padding-bottom:10px;
	margin-top:0px;
	font-size:12px;}
}	
	
	
	
	

/**
 * Block Grid
 * ----------------------------------------------------------------------------
 */

[class*="block-grid-"] {
  display: block;
  margin: -15px;
  padding: 0;
}

.block-grid-team {
  margin: 0px;

}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
.block-grid-item {
  display: inline;
  margin: 0;
  padding: 15px;
  height: auto;
  float: left;
  list-style: none;
}
.block-grid-item.team {
  float: none;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  padding:15px;
}


.block-grid-xs-1 > .block-grid-item {
  width: 100%;
}
.block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-1 > .block-grid-item:nth-of-type(1n+1) {
  clear: both;
}
.block-grid-xs-2 > .block-grid-item {
  width: 50%;
}
.block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-2 > .block-grid-item:nth-of-type(2n+1) {
  clear: both;
}
.block-grid-xs-3 > .block-grid-item {
  width: 33.333333333333336%;
}
.block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-3 > .block-grid-item:nth-of-type(3n+1) {
  clear: both;
}
.block-grid-xs-4 > .block-grid-item {
  width: 25%;
}
.block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-4 > .block-grid-item:nth-of-type(4n+1) {
  clear: both;
}
.block-grid-xs-5 > .block-grid-item {
  width: 20%;
}
.block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-5 > .block-grid-item:nth-of-type(5n+1) {
  clear: both;
}
.block-grid-xs-6 > .block-grid-item {
  width: 16.666666666666668%;
}
.block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-6 > .block-grid-item:nth-of-type(6n+1) {
  clear: both;
}
.block-grid-xs-7 > .block-grid-item {
  width: 14.285714285714286%;
}
.block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-7 > .block-grid-item:nth-of-type(7n+1) {
  clear: both;
}
.block-grid-xs-8 > .block-grid-item {
  width: 12.5%;
}
.block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-8 > .block-grid-item:nth-of-type(8n+1) {
  clear: both;
}
.block-grid-xs-9 > .block-grid-item {
  width: 11.11111111111111%;
}
.block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-9 > .block-grid-item:nth-of-type(9n+1) {
  clear: both;
}
.block-grid-xs-10 > .block-grid-item {
  width: 10%;
}
.block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-10 > .block-grid-item:nth-of-type(10n+1) {
  clear: both;
}
.block-grid-xs-11 > .block-grid-item {
  width: 9.090909090909092%;
}
.block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-11 > .block-grid-item:nth-of-type(11n+1) {
  clear: both;
}
.block-grid-xs-12 > .block-grid-item {
  width: 8.333333333333334%;
}
.block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-12 > .block-grid-item:nth-of-type(12n+1) {
  clear: both;
}
@media (min-width: 768px) {
  .block-grid-sm-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-sm-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-sm-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-sm-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-sm-3 > .block-grid-item {
    width: 33.333333333333336%;
  }
  .block-grid-sm-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-sm-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-sm-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-sm-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-sm-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-sm-6 > .block-grid-item {
    width: 16.666666666666668%;
  }
  .block-grid-sm-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-sm-7 > .block-grid-item {
    width: 14.285714285714286%;
  }
  .block-grid-sm-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-sm-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-sm-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-sm-9 > .block-grid-item {
    width: 11.11111111111111%;
  }
  .block-grid-sm-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-sm-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-sm-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-sm-11 > .block-grid-item {
    width: 9.090909090909092%;
  }
  .block-grid-sm-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-sm-12 > .block-grid-item {
    width: 8.333333333333334%;
  }
  .block-grid-sm-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .block-grid-md-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-md-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-md-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-md-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-md-3 > .block-grid-item {
    width: 33.333333333333336%;
  }
  .block-grid-md-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-md-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-md-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-md-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-md-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-md-6 > .block-grid-item {
    width: 16.666666666666668%;
  }
  .block-grid-md-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-md-7 > .block-grid-item {
    width: 14.285714285714286%;
  }
  .block-grid-md-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-md-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-md-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-md-9 > .block-grid-item {
    width: 11.11111111111111%;
  }
  .block-grid-md-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-md-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-md-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-md-11 > .block-grid-item {
    width: 9.090909090909092%;
  }
  .block-grid-md-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-md-12 > .block-grid-item {
    width: 8.333333333333334%;
  }
  .block-grid-md-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .block-grid-lg-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-lg-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-lg-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-lg-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-lg-3 > .block-grid-item {
    width: 33.333333333333336%;
  }
  .block-grid-lg-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-lg-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-lg-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-lg-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-lg-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-lg-6 > .block-grid-item {
    width: 16.666666666666668%;
  }
  .block-grid-lg-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-lg-7 > .block-grid-item {
    width: 14.285714285714286%;
  }
  .block-grid-lg-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-lg-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-lg-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-lg-9 > .block-grid-item {
    width: 11.11111111111111%;
  }
  .block-grid-lg-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-lg-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-lg-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-lg-11 > .block-grid-item {
    width: 9.090909090909092%;
  }
  .block-grid-lg-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-lg-12 > .block-grid-item {
    width: 8.333333333333334%;
  }
  .block-grid-lg-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}

.gfield.col-md-6{
clear: right !important;
padding: 0;
    width: 49.5%;
}
.download-box{
    border: 1px solid #ddd;
}
.Button--launcher{
border: solid 1px;
    cursor: pointer;
border-radius: none;
}
.zenbx .btn-info{
	padding: 0;
    background: #E37025;
    position: fixed;
    right: 0;
	z-index: 99999;
	top: 23%;
}
#zendsk{
	min-height: 295px;
    width: 635px;
    border: 0;
}
.zenbx .modal-header{
	padding: 5px 10px;
}
.zenbx .modal-content{
	min-width: 640px;
    width: 100%;
	border-radius: 18px;
}
.zenbx  .modal{
	    margin-top: 70px;
}
footer .gform_wrapper label{
display:none;
}
footer .gform_wrapper ul li.gfield{
margin-bottom: 5px;
}
.elp_lablebox{
display: none;
}
.elp_textbox_class {
    width: 100% !important;
    padding: .313em 0;
    letter-spacing: normal;
    text-indent: .25em;
}
.elp_button button, html input[type="button"], input[type="reset"], input[type="submit"]{
    color: #fff;
    background-color: #0f0f0f;
    border-color: #0f0f0f;
    letter-spacing: 2px;
    width: auto;
    /*max-width: 106px;*/
    height: 46px;
}
.elp_button button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.btn-lg, .btn-orange{
    background: #E37025;
border: #E37025;
}
.btn-lg, .btn-orange:hover{
    background: #E37025;
border: #E37025;
}
img{
display: block;
    max-width: 100%;
    height: auto;
}
.comments-area{
display: none;
}

.main-slider .item:after{
	content: " " ;
	position: absolute;
	top:0;left: 0;bottom: 0;right: 0;
	background:rgba(0,0,0,.5);
}
.page-id-2337 .download-box {
    border: 0;
}

.page-id-2337 #primary h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.row.download-box .pagination {
    width: 100%;
    text-align: right;
}
.row.download-box .pagination a {
    font-weight: 600;
    font-size: 20px;
}
@media(max-width:767px){
#main-slider .owl-item .item {
    height: 415px;
}
#main-slider .owl-item .item img {
    margin-left: auto;
    margin-right: auto;
	max-width: 115px;
}
}