/* ==========================================================================
   ForceFive New Styles
   ========================================================================== */

   
/* ==========================================================================
   Section Defaults
   ========================================================================== */
.section {
  padding:2rem 0;
  /*padding:2rem 0 0 0;
  padding: 4rem 0;*/
  position: relative;
}

.section--impact {
  padding: 0;
}


.button_btn {
	/*text-decoration: none;
	color: #fff !important;
	display: inline-block;
	background-color: #76bfbf;
	padding: 10px 30px;
	position: relative;
	border: 1px solid #fff;
	bottom: -45px;
	font-size:.975rem;*/
	-webkit-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
	 -moz-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
	   -o-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
		  transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
}

.button_btn:hover {
	/*background-color: #58585a;
	color:#76bfbf;*/
	-webkit-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
	 -moz-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
	   -o-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
		  transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
}

	.button_btn_wrapper {
		text-align:center;	
	}

.hide-content {
	display: none;
}

@media only screen and (min-width: 40em) {
	/*.button_btn {
		font-size: 1rem;
		position:absolute;
		bottom:-25px;
		padding: 10px 30px;
	}
	
	.button_btn_wrapper {
		text-align:left;	
	}*/
}

/* ==========================================================================
   Column & Row Setup
   ========================================================================== */

.col {
	display: block;
	float:left;
	margin: 0 0 0 1.6%;
}

/* Remove the margin on the first column. Works on all browsers incl. IE7+ */
.col:first-child { margin-left: 0; }

.row {
	clear: both;
	margin: 0 auto;
	*zoom: 1;
}

.row:before,
.row:after {
	content: "";
	display: table;
}

.row:after { clear: both; }


/* ==========================================================================
   Twelve Column Grid
   ========================================================================== */

.grid_12_of_12 { width: 100%; }
.grid_11_of_12 { width: 91.53%; }
.grid_10_of_12 { width: 83.06%; }
.grid_9_of_12  { width: 74.6%; }
.grid_8_of_12  { width: 66.13%; }
.grid_7_of_12  { width: 57.66%; }
.grid_6_of_12  { width: 49.2%; }
.grid_5_of_12  { width: 40.73%; }
.grid_4_of_12  { width: 32.26%; }
.grid_3_of_12  { width: 23.8%; }
.grid_2_of_12  { width: 15.33%; }
.grid_1_of_12  { width: 6.866%; }


/* ==========================================================================
   Impact areas
   ========================================================================== */
	/*.section--impact {
		  background-color: rgba(0,0,0,0.3);
	}*/
	
	.impact {
		position: relative;
		overflow: hidden;
		padding: 7rem 0;
		color: #fff;
	}
	
	.impact__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	}

  .service_area_impact {
	  padding: 7rem 0;
	}


@media only screen and (min-width: 40em) {
  
  
}

/*------- General -------*/
	.text_center {
		text-align:center;	
	}

	.f5-menu {
		background-color: #76bfbf;
	}

	h1 {
		margin-bottom: 10px;
		margin-bottom: 0.625rem;
		font-size: 36px;
		line-height: 1.25;
	}

	h2 {
		margin-bottom: 8px;
		margin-bottom: .5rem;
		font-size: 30px;
		line-height: 1.1666;
	}

	h3 {
		margin-bottom: 6px;
		margin-bottom: 0.375rem;
		font-size: 26px;
		line-height: 1.2857;
	}

	h4 {
		margin-bottom: 5px;
		margin-bottom: 0.3125rem;
		font-size: 22px;
		line-height: 1.25;
	}

	h5 {
		margin-bottom: 5px;
		margin-bottom: 0.3125rem;
		font-size: 21px;
		line-height: 1.25;
	}

	h6 {
		margin-bottom: 5px;
		margin-bottom: 0.3125rem;
		font-size: 20px;
		line-height: 1.2142;
	}	
	p, ol, ul, dl, address {
		margin: 0 0 20px 0;
		/*margin: 0 0 1.5rem 0;*/
		/*font-size: 16px;*/
		font-size: 1rem;
		line-height: 1.5;
		/*font-family: 'Lato', sans-serif;*/
	}
	
	.videoWrapper {
	  position: relative;
	  padding-bottom: 77%; /* 16:9 */
	  height: 0;
	}
	.videoWrapper iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}

	.site-title img {
		vertical-align: text-bottom;
		width:200px;
	}

	.div_outter {
		width: 100%;
		display: inline-table;
		height: 100%;
		
	}
		.div_inner {
			display: table-cell;
			vertical-align: middle;
		}

.flex-content {
	clear: both;
	width: 90%;
	font-size: 16px;
	font-size: 1rem;
	max-width: 1200px;
	margin: 0 auto;
	padding: 32px 0;
	padding: 2rem 0;
	color: #333;
	line-height: 1.5;
	position: relative;
}


@media only screen and (min-width: 50em) {
	.site-title img {
		width:310px;
	}
		
	p, ol, ul, dl, address {
		margin: 0 0 24px 0;
		/*font-size: 16px;*/
		font-size: 1.15rem;
	}
	
	h1 {
		font-size: 48px;
	}
	
	h2 {
		font-size: 30px;
	}
	
	h3 {
		font-size: 26px;
	}
	
	h4 {
		font-size: 22px;
	}
	
	h5 {
		font-size: 20px;
	}
	
	h6 {
		font-size: 18px;
	}
}

@media only screen and (min-width: 60em) { 

}

/*------- Start Header -------*/
	.inner-shadow {
		background-color:rgba(0,0,0,0.3);
		position:absolute;
		width:100%;
		height:100%;
		z-index:10;
		top:0;
	}
	
	.fa-minus:before {
    content: "\f068" !important;
	}
	
	.menu-hamburger p {
		margin-bottom:0;
		font-weight: 700;
		font-size:1.125rem;	
	}
	
	.main-navigation {
		padding:0 !important;	
	}
	
@media only screen and (min-width: 40em) {
	.menu_mobile {
		display:none;	
	}
	
	.menu_desktop {
		display:block;	
	}
	
	.menu-hamburger {
		display:none;	
	}
		
	.main-navigation ul a {
		padding:20px 0 !important;
		font-weight: normal;
	}
	
	.main-navigation ul ul a {
		padding: 0 0 0 20px !important;	
		width: 100% !important;
		font-weight:normal;
		line-height: 50px;
		display:inline-block;
	}
	.main-navigation ul ul {
		width: 250px;
		text-align: left;
		background-color:#83c6c5;
	}
	
	.main-navigation ul ul li {
		width:250px;
	}
	
	.main-navigation ul ul {
		top: 67px;
	}
		
}
	
@media only screen and (max-width: 800px) {
	.main-navigation ul ul {
		width: 100%;
		text-align: center;
		top:0;
	}
	.main-navigation ul a {
		padding:0 !important;
		display:inline-block;
		font-weight: normal;
	}
	
	.main-navigation ul ul a {
		padding: 5px 0 !important;
		background-color:#83c6c5 !important;
	}
			
	.site-content.section-slider, 
	.site-header.section-slider {
		width:100%;
	}
	
	.menu_mobile {
		display:block;	
	}
	
	.menu_desktop {
		display:none;	
	}
	
	#site-navigation .wpml-ls-item {
		display: inline-block;
	}
	.menu-hamburger {
		/*display: inline-block;*/
		position: relative;
		top: 0;
		right: 0;
		background-color: #76bfbf;
		height: 100%;
		width: 100%;
		color: #fff;
		cursor: pointer;
		transition: 0.3s;
		text-align: center;
		z-index: 9999;
		padding: 25px 0;	
		/*padding: 10px 0;*/	
	}
	
	.menu-hamburger.active span {
		left: 46.5%;
	}
	
	.menu-hamburger span {
	  position: absolute;
	  height: 4px;
	  width: 30px;
	  background-color: #fff;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%,-50%);
	  transition: 0.3s;
	}
	
	.menu-hamburger span:before {
	  content: '';
	  position: absolute;
	  top: -5px;
	  /*left: 50%;*/
	  transform: translate(-50%,-50%);
	  background-color: #fff;
	  height: 4px;
	  width: 30px;
	  transition: 0.3s;
	}
	
	.menu-hamburger span:after {
	  content: '';
	  position: absolute;
	  top: 9px;
	  /*left: 50%;*/
	  transform: translate(-50%,-50%);
	  background-color: #fff;
	  height: 4px;
	  width: 30px;
	  transition: 0.3s;
	}
	
	.menu-hamburger.active span { background-color: transparent; }
	.menu-hamburger.active span:before { transform: rotate(45deg);top: 0; }
	.menu-hamburger.active span:after { transform: rotate(-45deg);top: 0; }
	
	#menu-main-menu.mobile-nav {
	  /*display: inline-block;*/
	  display: none;
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100%;
	  transform: translateX(100%);
	  transition: 0.5s;
		z-index: 10;
	}
		
	#menu-main-menu.mobile-nav.active { 
		display: inline-block; 
		transform: translateX(0);
		transition: 0.5s; 
	}
	
	.main-navigation.menu_mobile {
		display: none;
	}

	.main-navigation.menu_mobile.active {
		display: block;
		background-color:#76bfbf;
		padding-top:0;
	}

	
	.main-navigation.menu_mobile.active li {
		width: 100%;
	}

}
	
/*------- End Header -------*/

/*------- Start Flex section -------*/

.column_section {
	text-align: center;
}

span.column_title {
	font-weight: 600;
}

.column_section i:before {
	font-size: 50px;
	margin-bottom: 30px;
	width: 100%;
}

.container-textblock:nth-child(even) {
	background-color: #265FB4;
}

.container-textblock:nth-child(even) h2,
.container-textblock:nth-child(even) h3,
.container-textblock:nth-child(even) p,
.container-textblock:nth-child(even) .testimonial_item {
	color: #fff;
}


.flex-content h1, 
.flex-content h2, 
.flex-content h3, 
.flex-content h4, 
.flex-content h5 {
	margin: 0 0 20px 0;
}

.flex-content h3 {
	font-size: 22px;
}

.flex-content h4 {
	margin: 20px 0 0 0;
	font-size: 18px;
}

.hide-content {
	display: none;
}

.btn_free_estimate {
	background-color: #265FB4;
	color: #fff !important;
	text-decoration: none;
	padding: 10px 15px;
	border: 2px solid #fff;
}


.btn_free_estimate:hover {
	background-color: #fff;
	color: #265FB4 !important;
	border: 2px solid #265FB4;
}

.container-textblock {
	text-align: center;
}

.container-textblock form {
	text-align: left;
}

.container-textblock:nth-child(even) form legend,
.container-textblock:nth-child(even) form label{
	color: #fff;
}

.container-textblock:nth-child(even) .gform_confirmation_message {
	color: #fff !important;

}

.gform_confirmation_message {
	font-weight: 600 !important;
	font-size: 20px !important; 
}

.service_area_item a {
	text-decoration: none;
}

.service_area_item {
	text-align: center;
}

.fomr_on_blue .gfield_required {
	color: #fff !important;
}

.product_content {
	margin-bottom: 50px;
}
.tab_menu_list {
	margin: 0;
	padding: 0;
}

.tab_menu_list li:first-child {
	margin-left: 0;
}

.tab_menu_list li {
	float: left;
	margin-left: 20px;
}

.tab_menu_list li:hover {
	cursor: pointer;
}

.tab-active {
	color: #265fb4;
	font-weight: bold;
}

.features_content ul li {
	list-style:outside;
	padding-bottom: 10px;
}
.icon-item {
	font-size: 42px;
}

/*------- Start Single Product - Window -------*/

	.product_more_details h3 {
		color: #265fb4;
	}
	.product_more_details h4 {
		font-size: 20px;
	}
	.content_image img {
		max-width: 80%;
	}

	.glass_details h5 {
		font-size: 18px;
	}
	.glass_details h5,
	.glass_details p strong {
		color: #265fb4;
	}
		.glass_details p {
			font-size: 16px;
		}

		.glass_details {
			text-align: center;
		}

		.glass_details img {
			max-width: 50%;
		}

	.product_details li {
		margin-bottom: 20px;
		list-style: outside;
	}

	.flex-direction-nav li {
		list-style: none;
	}
	
	.flex-control-paging {
		display: none;
	}

	@media only screen and (min-width: 40em) { 
		
		.glass_details {
			text-align: left;
		}
		
		.content_image img {
			max-width: 50%;
		}
		
		.glass_details img {
			max-width: 100%;
		}
	}


/*------- End Single Product - Window -------*/

/*------- Start Footer -------*/
	@media only screen and (min-width: 40em) { 

	}


/*------- End Footer -------*/

