/*!
Theme Name: ASQ
Theme URI: http://underscores.me/
Author: Apartnership
Author URI: http://Apartnership.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: asq
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

ASQ is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
@media screen and (max-width: 1440px) {





/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/

.header_top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
  display: flex;
}

.site_lang{
	width: 100%;
	height: 40px;
	padding-top: 5px;
	background-color: rgba(255, 102, 51, 1);
}


.mailicon_header{
	width: 50px;
	height: 40px;
	background-color: rgba(43, 191, 240, 1);
	background-image: url(/wp-content/uploads/images/mail_icon.png);
	background-position: center;
	background-size: auto 100%;

}


.searchform_desktop{
	height: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
  display: flex;
	padding: 0;
	margin: 0;
}



.field_desktop{
padding: 5px 0px !important;
font-size: 1em;
color: white!important;
height: 40px;
width: 0px;
border-radius: 0px !important;
background-color: rgba(103, 188, 70, 1)!important;
border:1px rgba(103, 188, 70, 0) solid !important;
transition: all .5s;

}

.field_destop_extend {width: 300px; padding: 5px 20px !important;}

.field_destop placeholder{font-size: 1em; color: black}

.submit_desktop_none{
	width: 50px;
	height: 40px;

}


.submit_desktop{
	width: 50px;
	height: 40px;


}

.submit_desktop_block{
	display: block;
}




.submit_desktop_displaynone{
	display: none;
}

.main-navigatio-wrap{
	width: 100%;
	background-color: white;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
  display: flex;
	border-bottom: 1px rgba(88, 89, 91, .3) solid;

}

.site-logo{
	height: 80px;
	margin: 10px 30px;
	-webkit-flex: 2;
          flex: 2;
}

.main-navigation{
	width: 100%;
	-webkit-flex: 12;
          flex: 12;
}


.site-logo img{
	height: 100%;
}

#primary-menu{
	width: 100%;
	height: 100px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
  display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
          align-items: center;

}

#primary-menu li{
	font-size: 1.1em;
	margin: 0 12px;

}

#menu-item-17687 .sub-menu {
	width: 148px;
}



html[lang="vi-VN"] #primary-menu li{
	font-family: 'Roboto Condensed', sans-serif;
}


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

	html[lang="vi-VN"] #primary-menu li{
		margin: 0 10px;
		font-size: 0.9em;
		font-family: 'Roboto Condensed', sans-serif;
	}


}



#primary-menu li a{color:rgba(102, 102, 102, 1);}

.main-navigation .sub-menu {
    float: left;
    position: absolute;
    top: 100%;
		padding-top:40px;
    left: -999em;
    z-index: 99999;
		background-color: white;
		width: 280px;
}


html[lang="zh-hant"] .main-navigation .sub-menu {
    width: 200px;
}




html[lang="zh-hans"] .main-navigation .sub-menu {
    width: 200px;
}


html[lang="ko-KR"] .main-navigation .sub-menu {
    width: 220px;
}





#primary-menu li:last-child .sub-menu{
	right: 0px;
	width: 180px;
}


html[lang="zh-hant"] #primary-menu li:last-child .sub-menu{
	right: 0px;
	width: 200px;
}

html[lang="zh-hans"] #primary-menu li:last-child .sub-menu{
	right: 0px;
	width: 200px;
}

html[lang="ko-KR"] #primary-menu li:last-child .sub-menu{
	right: 0px;
	width: 200px;
}


html[lang="vi-VN"] #primary-menu li:last-child .sub-menu{
	right: 0px;
	width: 200px;
}


#primary-menu li:last-child ul li{
	float: left;
}

#primary-menu li:last-child:hover > ul{
	right: -20px;
	float: right;
}




#primary-menu .sub-menu li{
	font-size: 1.0em;
	padding: 10px 0;
	margin: 0 15px;

}

#primary-menu .sub-menu li a{
	background-color: white;

}

#lang{
	margin: 0;
}

.menu-lang-container ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
  display: flex;
	height: 30px;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
  align-items: center;
}

.menu-lang-container li{
	list-style: none;
	padding: 0 20px;
}



.menu-lang-container li a{
	color: white;
	text-decoration: none;
	font-size: 1.0em;
}

/*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/
.site-footer{
	width: 100%;
	background-color: rgba(102, 102, 102, 1);
	color: white;
	text-align: center;
	padding: 10px;
}

.footer_info_nav{
	width: 100%;
	padding: 10px 20px;
	margin: 0 auto;
	text-align: left;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
  display: flex;

}

.footer_signup{
	-moz-flex: 5;
	-o-flex: 5;
	-webkit-flex: 5;
          flex: 5;
}

.footer_nav{
	-moz-flex: 3;
	-o-flex: 3;
	-webkit-flex: 3;
          flex: 3;


}


.footer_nav ul{padding-left: 10px;}


.footer_nav li{
	list-style: none;
	margin: 20px 0;
}

.footer_nav li a{
	text-decoration: none;
	color: rgba(255, 255, 255, 0.6);
	font-size: 1em
}

html[lang="vi-VN"]  .footer_nav li a{
	text-decoration: none;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.9em
}


.footer_signup_title{
	color: white;
	font-size: 1.4em;
	margin-bottom: 0;
}

.footer_signup p{
	font-size: 0.9em;
	font-weight: 400;
	margin: 10px 0 20px;
	line-height: 1.3em;
}


.footer_signup_form{
	display: flex!important;
	display: -webkit-flex!important;
	display: -moz-flex!important;
	display: -o-flex!important;
  display: flex!important;
}


.footer_signup_outter_wrapper .nf-error-msg{color: rgba(241, 102, 35, 1)!important;}

.footer_signup_form nf-fields-wrap{
	width: 100% !important;
	display: flex!important;
	display: -webkit-flex!important;
	display: -moz-flex!important;
	display: -o-flex!important;
  display: flex!important;
}

.footer_sign_up_email{
	border: 1px rgba(241, 102, 35, 1) solid !important;
	padding: 10px 10px!important;
	font-size: 1em!important;
	background-color: rgba(102, 102, 102, 1)!important;
	color:rgba(138, 140, 142, 1)!important;
	border-radius: 0px !important;
}

.footer_sign_up_btn{
background-color:rgba(241, 102, 35, 1) !important;
padding: 10px 20px!important;
color: white!important;
font-size: 1em!important;
border: 1px rgba(241, 102, 35, 1) solid !important;
}


.footer_signup_outter_wrapper nf-field{
	height: auto !important;
	width: 60% !important;
}

/*--------------------------------------------------------------
## homepage
--------------------------------------------------------------*/


.front_seaction_2,.front_seaction_4{
padding: 30px 0px;}

.front_seaction_2_content_wrap, .front_seaction_3_content_wrap{
	width: 100%;
	padding: 0 10px;
}

.front_seaction_2_content_wrap h1{
	color:rgba(77, 77, 79, 1);
	font-size: 1.8em;
	padding: 0 10px;
	font-weight: 400;

}

.seaction_box{
	margin: 0 10px;
	height: 220px;
	flex:1;
	-webkit-flex:1;
	-moz-flex:1;
	-o-flex:1;
}




.seaction_box_title{
	color: white;
	padding: 20% 10px 0;
	font-size: 1.9em;
	text-align: center;
	height: 70%;
}


html[lang="zh-hant"] .seaction_box_title{

	font-size: 1.7em;

}

html[lang="zh-hans"] .seaction_box_title{

	font-size: 1.7em;

}


html[lang="ko-KR"] .seaction_box_title{

	font-size: 1.7em;

}

html[lang="vi-VN"] .seaction_box_title{

	font-size: 1.7em;

}


.seaction_box_link{

		font-size: 1.0em;
}


.seaction_box_link p{
	color: white;
	background-color: rgba(241, 102, 35, 1);
	padding: 10px 30px;
	text-decoration: none;

}



.front_seaction_3{
	padding: 30px 0px;
}





.front_sub_title{
	color: rgba(255, 102, 51, 1);
	font-size: 2.6em;
	font-family: DINWeb;
	margin: 20px auto;
	width: 100%;
	text-align: center;
}

.front_sub_color_bar{
	height: 5px;
	width: 200px;
	background-image: url(/wp-content/uploads/images/color_bar.jpg);
	background-repeat:repeat-y;
	background-size:contain;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

.front_sub_p{
	text-align: center;
	font-size: 1.3em;
	padding: 0 10px;
	line-height: 1.4em;
	margin: 0;
	color: rgba(50, 0, 10, 1);
}

.front_seaction_3_content_wrap{
	margin: 30px auto;
}


.seaction_box_3{
	margin: 0 10px;
	flex:1;
	-webkit-flex:1;
	-moz-flex:1;
	-o-flex:1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
					align-items: center;
}







.front_ros_subtitle{
	color: rgba(255, 102, 51, 1);
	font-size: 1.6em;
	font-family: DINWeb;
	text-align: center;
	width: 100%;
}





.seaction_box_4{
	background-color: white;
margin: 0 5px;
flex:1;
-webkit-flex:1;
-moz-flex:1;
-o-flex:1;
}

.seaction_box_4_title{
	padding: 15px 20px;
	width: 100%;
	background-color: rgba(88, 89, 91,1);
	color: white;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight:lighter;
}

.seaction_box_4_excerpt{
	padding: 15px 20px;
	width: 100%;
	height: 180px;

}

.seaction_box_4_excerpt p{color: rgba(50, 0, 10, 1);
font-size: 1.1em;
line-height: 1.2em;
margin: 0;}



.seaction_box_4_a{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 30px;

}

.seaction_box_4_a a{
	margin: 10px auto 20px;
	padding: 10px 40px;
	border: 1px rgba(255, 102, 51, 1) solid;
	color: rgba(255, 102, 51, 1);
	text-decoration: none;
	font-size: 1.2em;
	transition: all .3s ease-out;

}





.seaction_box_4_a a:hover{
	font-size: 1.3em;
}


#homeslider{
	overflow: hidden;

}

.sa_hover_container{
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
  display: flex;

	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;

}

.slider_wrapper{
	width: 50%;
	padding-top: 7%;
	margin-left: 50px;
}

.slider_wrapper h1{
	color: white;
	font-size:2.0em;
	margin-bottom: 10px;

}

.slider_wrapper p{
	color:rgba(238, 230, 221, 1);
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.3em;

}


.color_black h1{
	color:rgba(77, 77, 79, 1) !important;

}

.color_black p{
	color:rgba(77, 77, 79, 1) !important;
}


.slider_wrapper button{
	padding: 5px 30px;
	margin-top: 15px;
	font-size: 1.3em;
	color: rgba(255, 102, 51, 1);
	border: 1px rgba(255, 102, 51, 1) solid;
	background-color: rgba(0, 0, 0, 0.0);

}

/*--------------------------------------------------------------
## subpage
--------------------------------------------------------------*/

.sub_mainimage{
	width: 100%;
	height: 550px;
}

.sub_title{
	color: white;
	font-size: 2.6em;
	font-family: DINWeb;
	width: 100%;
	text-align: center;
}



.title_image {
	width: 200px;
	margin: 60px auto 0;
	display: block;
}

.sub_title_orange{
	color: rgba(255, 102, 51, 1);
	font-size: 2.6em;
	text-align: center;
	font-family: DINWeb;
	width: 100%;
	margin-top: 30px;


}

.color_bar{
	height: 5px;
	width: 200px;
	background-image: url(/wp-content/uploads/images/color_bar.jpg);
	background-repeat:repeat-y;
	background-size:contain;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 50px;
}

.sub_content_outerwrap{
	padding-bottom: 50px;
}

.sub_content_wrap{
	width: 100%
	padding: 0 20px;
	margin: 0 auto;
}

.sub_content_wrap h2{
	color: rgba(255, 102, 51, 1);
	font-size: 2.2em;
	margin-top: 50px;
}

.sub_content_wrap h3{
	color: rgba(102, 102, 102, 1);
	font-size: 1.4em;
	font-family: DINWeb;
}


.sub_content_wrap p{
	color: rgba(102, 102, 102, 1);
	font-size: 1.2em;
	line-height: 1.3em;
}

.sub_content_wrap p button{
	color: white;
	margin-top: 0.5em;;
	font-size: 1.0em;
	background-color: rgba(255, 102, 51, 1);
	line-height: 1.0em;
	padding: .6em 1.5em .4em;
	border: none;
	transition: all .3s
}


.sub_content_wrap p button:hover{
	background-color: rgba(240, 150, 50, 1);
}

.sub_content_wrap a{
	color: rgba(0, 153, 255, 1);
	text-decoration: none;
}

.sub_content_wrap ul{
	padding: 0;
	margin: 0;
	margin-left: 30px;
	text-align: left;
}

.sub_content_wrap ul li{
	color: rgba(102, 102, 102, 1);
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 20px 0;
}


.sub_content_wrap img{
	max-width: 90%;
	padding: 0 5%;
	height: auto;

}


.sub_content_wrap p img{
	max-width: 100%;
	padding: 0;
	height: auto;

}



/*--------------------------------------------------------------
## smoker
--------------------------------------------------------------*/



.greenbar{
	width: 100%;
	background-image: url(/wp-content/uploads/images/green.jpg);
	background-repeat:repeat;
	text-align: center;
	font-size: 2.4em;
	color: white;
	padding: 20px 0;
}

.greenbar_arrow{
	width: 100%;
	height: 30px;
	background-image: url(/wp-content/uploads/images/green_arrow.png);
	background-repeat: no-repeat;
	background-size: auto 30px;
	margin-bottom: 30px;
}

.sub_content_from_wrap{
	max-width: 1080px;
	padding: 0 20px;
	margin: 0 auto;

}




.sub_content_from_btn{
	padding: 20px;
	color:rgba(255, 102, 51, 1);
	text-align: center;
	border: 1px rgba(255, 102, 51, 1) solid;
	margin: 10px 0;
	font-size: 2.0em

}


.quitline_form{
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	height: 800px;
	transition: all 1s ease-out;
}


.quitline_form_extend{
	height: 800px;
}



/*--------------------------------------------------------------
## Friends & Family
--------------------------------------------------------------*/



.four_step_wrapper{
	max-width: 750px;
	margin: 0 auto;

}

.single_step_wrapper{
	margin: 50px 20px;
}


.step_h3{
	color: rgba(102, 102, 102, 1);
	font-size: 1.6em;
	line-height: 1.6em;
	margin: 0;
}

.four_step_wrapper p{
	color: rgba(102, 102, 102, 1);
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0;
}


.single_step_image{
	width: 20%;
	float: left;
	height: auto;
	position: relative;
}

.single_step_image img{
	width: 100%;
	height: 100%;
	display: block;
}




.single_step_content{
	width: 80%;
	float: left;
	padding: 20px 50px;
	height: auto;
}


.flip-container_wrap{
	max-width: 1080px;
	padding: 0 20px;
	height: auto;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;

}



/* entire container, keeps perspective
.flip-container {
	padding: 0 10px;
	flex:1;
	-webkit-flex: 1;
	-o-flex: 1;
	-moz-flex: 1;
	perspective: 800px;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
}




*/


/* entire container, keeps perspective */
.flip-container {
	margin: 0;
	padding: 0 10px;
	flex:1;
	-webkit-flex: 1;
	-o-flex: 1;
	-moz-flex: 1;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 100%;
	height: 280px;
}

/* flip speed goes here */
.flipper {
			-webkit-transition: 0.6s;
			-webkit-transform-style: preserve-3d;
			-ms-transition: 0.6s;

			-moz-transition: 0.6s;
			-moz-transform: perspective(1000px);
			-moz-transform-style: preserve-3d;
			-ms-transform-style: preserve-3d;

			transition: 0.6s;
			transform-style: preserve-3d;

			position: relative;






		}




.flipper_inner{
width: 100%;
padding: 10px;

}

.back .phone_country{
	color: white;
	font-size: 1.7em;
	line-height: 1.5em;


}


.phone_country{
	text-align: center;
	color:rgba(88, 89, 91, 1);
	font-size: 1.8em;
	margin: 0;

}

.phone_number{
	color:rgba(88, 89, 91, 1);
	font-size: 2.0em;
	text-align: center;
	margin: 5px;
	font-weight: normal;

}

.headphone_icon{
	width: 35%;
	margin: 10px auto;

}

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

/*--------------------------------------------------------------
## Free Media Resource
--------------------------------------------------------------*/


.fmr_div{
	width: 700px;
	min-height: 250px;


}

.fmr_div_inner{
	width: 100%;
	padding: 20px;

}

.fmr_div_arrow{
	width: 700px;
	height: 15px;
	margin-bottom: 50px;
}


.fmr_div h2{
	text-align: center;
	color: rgb(88, 89, 91);
	font-size: 1.6em;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

.fmr_div img{
	text-align: center;
	width: 30%;
	height: auto;
	margin: 20px auto 0;
}

/*--------------------------------------------------------------
## Free Materials
--------------------------------------------------------------*/

.fmh3{
	margin-top: 100px;
	text-align: center;
}

.clickdownload{
	font-size: 1.4em;
	margin: 0;
	padding: 0 50px;
	text-align: center;
	font-weight: normal;
}

.clickdownload a{
	color: rgba(241, 102, 35, 1);
	text-decoration: none;

}

/*--------------------------------------------------------------
## Publications
--------------------------------------------------------------*/



.page-id-1556 p a{
	color: rgba(241, 102, 35, 1);
}


/*--------------------------------------------------------------
## ASQ CALL DATA
--------------------------------------------------------------*/
.call_data_title{
	width: 100%;
	padding: 15px;
	color: rgba(241, 102, 35, 1);
	border: 1px rgba(241, 102, 35, 1) solid;
	text-align: center;
	font-size: 1.5em;
	margin: 10px auto;
	cursor: pointer;

}

.right_orange_arrow{
	margin: 0;
	height: 15px !important;
	padding: 0 15px !important;
 	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	transition: all .3s ease-in-out;

}












.call_data_detail td{
	padding: 15px;
	border: 1px rgba(241, 102, 35, 1) solid;
	transition: all .3s ease-in-out;

}


.call_data_detail td a{
	color: rgba(241, 102, 35, 1);
	transition: all .3s ease-in-out;
	width: 100%;
}

.call_data_detail td:hover{
	background-color: rgba(241, 102, 35, 1);
}

.call_data_detail td:hover a {
	color: white;

}


/*--------------------------------------------------------------
## contact us
--------------------------------------------------------------*/
.contactpage_wrapper{
	width: 100%;
	padding: 0;
	position: relative;

}

.contact_left{
	height: 100%;
	background-image: url(/wp-content/uploads/images/Contact_us_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	top: 0;
	right: 60%;
	bottom: 0;
	left: 0;

}

.contact_right{
	margin-left: 40%;
	padding: 30px;
}


/*--------------------------------------------------------------
## partner promtion
--------------------------------------------------------------*/

.partner_form_h1{
	padding: 20px;
	border: 1px rgba(241, 102, 35, 1) solid;
	color: rgba(241, 102, 35, 1);
	font-size: 1.8em;
	margin-bottom: 0;
	text-align: center;

}



.partnership_form_wrap_border{border: 1px rgba(241, 102, 35, 1) solid ;
border-top: 0px rgba(241, 102, 35, 1) solid;
padding: 50px 50px;
margin-top: 0;}

.partnership_form_wrap .nf-element, .contact_form_wrap .nf-element{
	border: 1px rgba(241, 102, 35, 1) solid !important;
	padding: 10px !important;
	color: rgba(241, 102, 35, 1);
	font-size: 1.2em !important;
	margin: 0 !important;
	font-weight: normal !important;
	border-radius: 0px !important;

}

.partnership_form_wrap .nf-field-label label, .contact_form_wrap .nf-field-label label{
	margin-bottom: 5px !important;
	font-size: 1.0em !important;
	color: rgba(86, 85, 85, 1)!important;
	font-weight:400 !important;

}

.ninja-forms-form-wrap nf-field{
	width: 48% !important;
	min-height: 120px !important;
	height: auto !important;
	float: left!important;
	margin-bottom: 0!important;
}

.ninja-forms-form-wrap nf-field:nth-child(2),.ninja-forms-form-wrap nf-field:nth-child(4), .ninja-forms-form-wrap nf-field:nth-child(6){
	width: 48% !important;
	min-height: 120px;
	height: auto;
	float: right!important;
	margin-bottom: 0!important;
}

.ninja-forms-form-wrap nf-field:nth-child(7),.ninja-forms-form-wrap nf-field:nth-child(8),.ninja-forms-form-wrap nf-field:nth-child(9),.ninja-forms-form-wrap nf-field:nth-child(10){
	width: 100% !important;
	float: left!important;
}

.pp_inside_out_us select {
	border: 6px rgba(241, 102, 35, 1) solid !important;
}

.ninja-forms-form-wrap nf-field:nth-child(10){height: auto;}

.ninja-forms-form-wrap nf-field:nth-child(11){
	float: none!important;
	clear: both!important;
	width: 100%!important;
	text-align: center;
}

.pp_submit_btn{
	background-color: rgba(241, 102, 35, 1)!important;
	color:white!important;
	width: 200px!important;
	text-align: center!important;
}


/*--------------------------------------------------------------
## list
--------------------------------------------------------------*/

.list_content_wrap{
	min-height: 300px;

}

.list_border{border-bottom: 1px #58595B solid;
width: 100%;
margin-bottom:25px; }

.list_content_wrap a{
	font-size: 1.5em;
	color: rgba(241, 102, 35, 1);
}


/***********new free material page*********/


.material_left{
	padding: 0 30px
}


.reset_fliter_btn{
	background-color: #FA603A;
	padding: 10px 30px 5px;
	margin: 20px 0;

}





.free_material_page_hl{
	font-size: 1.8em;
	color:#4D4D4D;
	margin: 20px 0px 0px;
}


.free_material_page_hl_results{
	font-size: 1.8em;
	color:#4D4D4D;
	margin: 20px 0px;
}

.free_material_page_h2{
	margin: 0 0 20px;
	font-size:1.3em;
}


.material_right{
	padding: 0 15px;
}

.materials_nav_btn{
	font-size: 1.3em;
}




.materials_nav{
	padding: 10px 0;
	border-bottom: 3px #FA603A solid;
	margin-bottom:30px;
}


.materials_break{
	padding: 10px 0;
	margin-bottom:30px;
}


.materials_list_wrapper{

	margin-bottom: 30px;
}

.material_thumbnail{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px #4D4D4D solid;
	margin-right: 20px;
}

.material_thumbnail:hover{
	border: 3px #FA603A solid;

}


.materials_info_wrapper{
display: flex;
align-items: center;
height: 120px;
margin-bottom:30px;
}

.materials_info_consumers{
	margin-bottom: 30px
}


.materials_title{
	font-size: 1.6em;

}






}
