/*  Page styles  */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: rgb(250,250,250);
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
/*  HEADER
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.header {
	width: 100%;
	height: 160px;
	position: fixed;
	display: flex;
    flex-direction: column;
    z-index: 2000;
}

.header .topbar {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: space-between;
    align-items: center;    
    background-color: #fff;
    padding: 0px 1%;
}

.header .topbar .contact_phone {
    width: 30%;
    height: 50px;
    display: flex;
    color: #344966;
    font-weight: 700;    
}

.header .topbar .contact_phone .fas {
    font-size: 3em;
    margin-right: 5px;
}

.header .topbar .contact_phone .main_phone {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 50px;
    justify-content: center;
    padding: 0px 5px;
}

.header .topbar .contact_phone .main_phone .small_red {
    color: #C03221;
    font-size: 0.8em;
    font-style: italic;
    line-height: 1em    
}

.header .topbar .contact_phone .main_phone .phone {
    font-size: 1.2em;
    line-height: 1em    
}

.header .topbar .contact_phone .main_phone .phone a {
    font-weight: 800;
}


.header .topbar .contact_phone .small_blue {
    font-size: 0.8em;
    line-height: 1em; 
    font-style: italic;
    height: 50px;
    padding: 26px 5px 0px;
}

.header .topbar .contact_phone .tf_phone {
    font-size: 1.2em;
    line-height: 1em;
    height: 50px;    
    padding: 22px 5px 0px;    
}

.header .topbar .top_logo {
    width: 18%;
    height: 100px;
        
}

.header .topbar .quote_btn {
    width: 15%;
    margin-left: 15%;
    height: 80px;
    background-color: #C03221;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
	cursor: pointer;    
}

.header .topbar .quote_btn .small_text_line {
    width: 100%;
    font-size: 1em;
    font-style: italic;
    line-height: 1em;
    text-align-last: center;
}

.header .topbar .quote_btn .large_text_line {
    width: 100%;
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1em;
    text-align-last: center;    
    letter-spacing: -1px;
}

.header .bottombar {
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #344966;
    color: #fff;
}

.header .topbar .mobile_nav_btn {
	display: none;
    width: auto;
    font-size: 2.8em;
    padding: 14px 14px 0px 0px;
    cursor: pointer;
    color: #000;
}

.header .topbar .mobile_nav_btn:hover {
    color: #C03221;    
}

.mobile_menu_wrap {
    background-color: rgba(0,0,0,0.9);
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    align-items: center;
    padding-top: 110px;
    position: fixed;
    left: 0px;
    top: -100vh;
    z-index: 1500;
}

.mobile_menu_wrap .menu_item {
    width: auto;
    height: 1.5em;
    font-size: 2em;
    line-height: 1.5em;
    color: #fff;
}

.mobile_menu_wrap .menu_item a {
    color: #fff;
}


.mobile_menu_wrap .selected_menu {
    width: auto;
    height: 1.5em;
    font-size: 2em;
    line-height: 1.5em;
    color: #C03221;        
}


.header .bottombar .menu_item {
    font-size: 1.2em;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 8px;
    border: 1px #344966 solid;
}

.header .bottombar .menu_item a {
    color: #fff;
}

.header .bottombar .menu_item a:hover {
    color: #CDC392;
}

.header .bottombar .selected_menu {
    color: #CDC392;    
    font-size: 1.2em;
    text-transform: uppercase;    
    padding: 5px 15px;
    border-radius: 8px;
    border: 1px #CDC392 solid;
}

.page_container {
    width: 100%;
    height: auto;
    overflow: auto;
}

.pagecontainer {
    width: 100%;
    height: auto;
    overflow: auto;
    padding-top: 120px;
    display: flex;
    flex-direction: column;
}

.pagecontainer .page_wrap {
    width: 100%;
    padding: 40px 2%;
    padding-bottom: 20px;
    height: auto;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.page_container .page_wrap {
    width: 100%;
    padding: 100px 2%;
    padding-bottom: 20px;
    height: auto;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.inside_page_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.inside_page_wrap .image_block {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 450px;
}

.inside_page_wrap .text_block {
    width: 46%;
    padding-top: 10px;
}



.index_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: auto;
    overflow: auto;
    padding-bottom: 20px;    
}

.index_wrap .index_left_side {
    width: 48%;
    height: auto;
    overflow: auto;
    padding-bottom: 20px;    
}

.index_wrap .index_right_side {
    width: 48%;
    display: flex;
    justify-content: space-between;
    height: auto;
    overflow: auto;
    padding-bottom: 20px;    
}

.index_wrap .index_right_side .hp_block {
    width: 46%;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 1px #707070 solid;
    border-radius: 5px;
}

.index_wrap .index_right_side .hp_block .hp_btn {
    width: 100%;
    height: 80px;
    padding: 20px 5%;
    display: flex;
    flex-direction: column;
    color: #fff;
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
}

.index_wrap .index_right_side .hp_block .hp_btn:hover {
    height: 140px;    
    background-color: rgba(0,0,0,0.8);    
}


.index_wrap .index_right_side .hp_block .hp_btn .hp_block_header {
    font-size: 2em;
    font-weight: 800;
    letter-spacing: -1px;
}

.index_wrap .index_right_side .hp_block .hp_btn .hp_block_text {
    margin-top: 10px;
    font-size: 1em;
    line-height: 1.1em;
}

.hp_default_wrap {
    width: 100%;
    padding: 100px 2%;
    background-color: #344966;
    height: auto;
    overflow: auto;
    padding-bottom: 90px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
}

.hp_default_wrap .block_headline_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: auto;
    padding-bottom: 20px;
    color: #A3B0CB;
}

.hp_default_wrap .block_headline_wrap .top_line {
    font-size: 3em;
    font-style: italic;
    line-height: 1em;
    letter-spacing: -1px;
}

.hp_default_wrap .block_headline_wrap .bottom_line {
    font-size: 4.5em;
    font-weight: 800;
    line-height: 1em;    
    letter-spacing: -1px;    
}

.hp_default_wrap .feature_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 570px;
    padding: 50px 0px;
}

.hp_default_wrap .feature_wrap .feature_block {
    width: 30%;
    height: 570px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hp_default_wrap .feature_wrap .feature_block .block_headline {
    width: 100%;
    color: #fff;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 15px;
}

.hp_default_wrap .feature_wrap .feature_block .block_text {
    width: 100%;
    color: #fff;
    font-size: 1em;
    line-height: 1.2em;
    height: 50px;
    overflow: hidden;
    
}

.hp_default_wrap .feature_wrap .feature_block .block_image {
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 25px 0px;
    border-radius: 5px;
}

.hp_default_wrap .feature_wrap .feature_block .block_btn {
    width: 100%;
    background-color: #A3B0CB;
    border-radius: 5px;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    color: #344966;
    cursor: pointer;
}

.hp_default_wrap .feature_wrap .feature_block .block_btn:hover {
    width: 96%;
    background-color: #FFF;
}

.gmap {
	width: 100%;
	height: 500px;
	border-top: 5px solid #434C69;
}

.footer {
	width: 100%;
	height: auto;
	overflow: auto;
	padding-bottom: 20px;
	min-height: 270px;
	display: flex;
	justify-content: space-between;
	padding: 40px 6%;	
    border-top: 4px #344966 solid;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a3b0cb+0,5d6373+34,838a9a+100 */
background: rgb(163,176,203); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(163,176,203,1) 0%, rgba(93,99,115,1) 34%, rgba(131,138,154,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(163,176,203,1) 0%,rgba(93,99,115,1) 34%,rgba(131,138,154,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(163,176,203,1) 0%,rgba(93,99,115,1) 34%,rgba(131,138,154,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3b0cb', endColorstr='#838a9a',GradientType=0 ); /* IE6-9 */
    
}

.footer .site_map_wrap {
	width: 35%;
	height: auto;
	overflow: auto;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.footer .site_map_wrap .sitemap_label {
	width: 100%;
	color: #000;
    text-transform: uppercase;
	font-size: 1.4em;
    font-weight: 600;
	margin-bottom: 10px;
    letter-spacing: -2px;
}

.footer .site_map_wrap .site_block {
	width: 100%;
	font-size: 1em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footer .site_map_wrap .site_block a {
	width: 50%;
	color: #ECEBF3;	
}

.footer .site_map_wrap .site_block a:hover {
	color: #CDC392;
}

.footer .logo_social_wrap {
	width: 25%;
	height: auto;
	overflow: auto;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer .logo_social_wrap .foot_logo {
	width: 100%;
	height: 100px;
}

.footer .logo_social_wrap .socialline {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	overflow: auto;
	padding-bottom: 20px;
	color: #ECEBF3;		
	font-size: 1.6em;
	margin-top: 20px;
}

.footer .logo_social_wrap .socialline .social_btn {
	margin: 0px 5px;
	cursor: pointer;
}

.footer .logo_social_wrap .socialline .social_btn:hover {
	color: #CDC392;
}

.footer .contact_wrap {
	width: 35%;
	height: auto;
	overflow: auto;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.footer .contact_wrap .contact_label {
	width: 100%;
	color: #000;
    text-transform: uppercase;
	font-size: 1.4em;
    font-weight: 600;
	margin-bottom: 10px;
    letter-spacing: -2px;
    text-align: right;
}

.footer .contact_wrap .address_box {
	width: 100%;
	display: flex;
	flex-direction: column;
	color: #ECEBF3;	
	font-size: 1em;
	line-height: 1.1em;	
	text-align: right;
}

.footer .contact_wrap .address_box .title {
	font-size: 1.2em;
    line-height: 1.4em;
}

.footer .contact_wrap .phone_email_box {
	width: 100%;
	display: flex;
	flex-direction: column;
	color: #ECEBF3;	
	font-size: 1em;
	line-height: 1.1em;	
	text-align: right;
	margin-top: 15px;
}

.blackbar {
	width: 100%;
	background-color: #344966;
	color: #fff;
	font-size: 0.7em;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.page_top_image {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 2% 20px;
    display: flex;
    flex-direction: column;
}

.page_top_image h1 {
    color: #CDC392;
}

.page_top_image .subheading {
    color: #fff;
    width: 100%;
    padding: 0px 55% 0px 0px;
    font-size: 1.2em;
    line-heiht: 1.2em;
}

.contact_wrap {
	width: 100%;
	height: auto;
	overflow: auto;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

.contact_wrap .office_block {
	width: 46%;
	height: auto;
	overflow: auto;
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.contact_wrap .office_block .contact_box {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}

.contact_wrap .office_block .contact_box .team_name {
	width: 100%;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1em;
	color: #000;
}

.contact_wrap .office_block .contact_box .team_title {
	width: 100%;
	font-size: 1em;
	font-weight: 400;
	line-height: 1em;
	color: #222;
	font-style: italic;
}

.contact_wrap .office_block .contact_box .team_contact {
	width: 100%;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.2em;
	color: #222;
}


.contact_wrap .contact_map_container {
	width: 60%;
	height: 300px;
	border: 2px #000 solid;
	border-radius: 5px;
}

.contact_wrap .office_block .company_label {
	width: 100%;
	color: #000;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.8em;
}

.contact_wrap .office_block .address_label {
	width: 100%;
	color: #444;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.2em;
}

.contact_map_container {
	width: 100%;
	height: 320px;
	border: 1px #444 solid;
}

/*************************************
	FORMS - NORMAL
*************************************/

.form_side {
	width: 50%;
}

.form-block {
	display: flex;
	flex-direction: column;
	background-color: #D5D5D5;
	width: 100%;
	height: auto;
	overflow: auto;
	border-radius: 5px;
	padding: 2%;
}

.form-block-nb {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	width: 100%;
	height: auto;
	padding: 1% 0%;
}

.form-block .form-title {
	width: 100%;
	font-size: 1.8em;
    color: #224757;;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 1em;
    letter-spacing: -1px;
    word-spacing: -1px;		
}

.form-block .form-row {
  width: 100%;
  padding: 5px 0px;	 
  display: flex;
  flex-direction: row;
}

.form-block .form-row:nth-child(even) {
	background: #CCC;
}

.form-block .form-row .form-label {
    color: #000;
    font-size: 1.2em;
	font-weight: 500;
	letter-spacing: -1px;
    width: 29%;
	text-align: right;
	padding-right: 1%;
}

.form-block .form-row .form-input {
    width: 70%;
}

.form-block .form-row .form-input input {
     font-size: 1.1em;
     border: thin solid #aaa;
	 border-radius: 5px;
	 background: #fff;
     padding: 5px 2%;
     width: 100%;
}

.form-block .form-row .form-input textarea {
     font-size: 1.1em;
     border: thin solid #aaa;
	 border-radius: 5px;
	 background: #fff;
     padding: 5px 2%;
     width: 100%;
  	 font-family: 'Open Sans', sans-serif;	
}

.form-block .form-row .form-input select {
     font-size: 1.1em;
     border: thin solid #aaa;
	 border-radius: 5px;
	 background: #fff;
     padding: 4px 2%;
     width: 100%;
}

.form-block-nb .g-recaptcha {
	width: 50%;
}

.form-block-nb .formbtn {
	width: 50%;
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
    color: #fff;
    line-height: 1em;
    height: 76px;
    cursor: pointer;
    padding: 0;
	background-color: #C03221;
	border-radius: 5px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.form-block-nb .formbtn:hover {
		color: #fff;
		background: #000;
}

.form-block-nb  .formworking {
	display: none;
	width: 50%;
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
	color: #fff;
	background: #000;
    line-height: 76px;
    height: 76px;
    cursor: pointer;
    padding: 0;
	border-radius: 5px;
}


.form-block .form-row .form-input input.invalid, .form-block .form-row .form-input select.invalid, .form-block .form-row .form-input textarea.invalid {
        background: #FFD4D5;
}

.form_comment {
	width: 100%;
	height: 70px;
}

.portfolio_wrap {
    width: 90%;
    margin: 0px 5%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex: 1;
}

.portfolio_wrap .porfolio_box {
    width: 30%;
    height: 400px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.portfolio_wrap .porfolio_box .info_block {
    width: 100%;
    padding: 2%;
    height: auto;
    overflow: auto;
    background-color: rgba(255,255,255,0.5);
    color: #000;
    display: flex;
    flex-direction: column;
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
}

.portfolio_wrap .porfolio_box .info_block .project_name {
    width: 100%;
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
}

.portfolio_wrap .porfolio_box .info_block .project_summary {
    width: 100%;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 500;
    height: 80px;
    display: none;
}

.portfolio_wrap .porfolio_box .info_block .project_btn {
    background-color: #C03221;
    color: #fff;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}

.portfolio_wrap .porfolio_box .info_block .project_btn:hover {
    background-color: #7B251B;
}

.detail_wrap {
	width: 90%;
    margin: 0px 5%;
	display: grid;
	grid-gap: 1%;
	grid-template-columns: 60% 40%;
	grid-template-rows: auto;
}

.detail_wrap .photo_side {
	width: 100%;
	grid-column-start: 1;
	grid-column-end: 1;                                                                                 
	grid-row-start: 1;
	grid-row-end: 1;	
}

.detail_wrap .photo_side .main_image {
	width: 100%;
	height: 690px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    border: #888 thin solid;	
	display: grid;
	grid-template-columns: 8% 84% 8%;
	grid-template-rows: 7% 7% 79% 7%;
}

.detail_wrap .photo_side .main_image .top_bar {
	width: 100%;
	height: 50px;
	background-color: rgba(255,255,255,0.4);
	padding: 5px 2%;	
	margin: 0px 0px 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	grid-column-start: 1;	
	grid-column-end: 4;
	grid-row-start: 1;	
	grid-row-end: 1;
}

.detail_wrap .photo_side .main_image .top_bar .photo_numbers {
	font-size: 1.4em;
  	color:  #212A33;
	letter-spacing: -1px;
	font-weight: 700;
	width: 75%;
	height: 50px;
	line-height: 50px;
}

.detail_wrap .photo_side .main_image .top_bar .return_btn {
	width: 22%;
    padding: 0px 10px;
    color: #fff;
    font-size: 1.1em;
	height: 38px;
	line-height: 38px;	
    text-align: center;
    background-color: rgba(33,42,51,0.7);
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;		
}

.detail_wrap .photo_side .main_image .top_bar .return_btn:hover {
	background-color: #212A33;
	width: 24%;
	border-radius: 10px;	
}

.detail_wrap .photo_side .main_image .left_arrow {
	width: 100%;
	color: rgba(255,255,255,0.5);
	font-size: 4em;
	align-self: center;
 	justify-self: center;
	text-align: center;
	grid-column-start: 1;	
	grid-column-end: 1;
	grid-row-start: 3;	
	grid-row-end: 3;
	cursor: pointer;
}

.detail_wrap .photo_side .main_image .left_arrow:hover {
	color: rgba(255,255,255,1);
	padding-right: 8px;
	font-size: 4.2em;	
}

.detail_wrap .photo_side .main_image .right_arrow {
	width: 100%;
	color: rgba(255,255,255,0.5);
	font-size: 4em;
	align-self: center;
 	justify-self: center;
	text-align: center;
	grid-column-start: 3;	
	grid-column-end: 3;
	grid-row-start: 3;	
	grid-row-end: 3;
	cursor: pointer;	
}

.detail_wrap .photo_side .main_image .right_arrow:hover {
	color: rgba(255,255,255,1);
	padding-left: 8px;	
	font-size: 4.2em;		
}

.detail_wrap .detail_side {
	width: 100%;
	display: flex;
	flex-direction: column;
	height: auto;
	overflow: auto;
	background-color: #F5F5F5;
	color: #000;
	padding: 1%;
	grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 1;	
}

.detail_wrap .detail_side .top_section {
	width: 100%;
	height: 90px;	
	display: flex;
	margin-bottom: 10px;	
}

.detail_wrap .detail_side .top_section .title_box {
	width: 100%;
	display: flex;
	height: 90px;
	flex-direction: column;
	margin-bottom: 10px;
	color: #2F3B49;
}

.detail_wrap .detail_side .top_section .title_box .city {
	font-size: 1.6em;
	font-weight: 600;	
	letter-spacing: -1px;
	height: 1em;
	margin-top: 5px;
}

.detail_wrap .detail_side .top_section .return_btn {
	background-color: #517296;
	color: #fff;
	width: 20%;
	height: 44px;
	font-size: 1em;
	font-weight: 600;
	text-align: center;
	line-height: 44px;
	border-radius: 5px;
	cursor: pointer;
}

.detail_wrap .detail_side .top_section .return_btn:hover {
	background-color: #212A33;
}

.detail_wrap .detail_side .desc_section .block{
	padding: 0px 10px 10px 0px;
	font-size: 0.8em;
	line-height: 1.4em;
}

.product_wrap {
    width: 90%;
    margin: 0px 5%;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 60px;
    flex: 1;    
}

.product_box:nth-child(even) {
    flex-direction: row-reverse;
}

.product_image {
    width: 48%;
    margin: 0px 1%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 370px;
}

.product_detail {
    width: 48%;
    margin: 15px 1% 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.product_detail .product_name {
    color: #344966;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
}

.product_detail .product_desc {
    width: 100%;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 500;
    height: auto;
    overflow: auto;
    padding-bottom: 20px;
}

.product_detail .product_pdf {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.2em;
}

.product_detail .product_pdf .far  {
    margin-right: 10px;
}

.guide-wrap {
	width: 100%;
	height: auto;
	overflow: auto;
	border: 1px #C0C0C0 solid;
	border-radius: 5px;
	padding: 1%;
	margin-bottom: 20px;
	display: none;
	flex-direction: column;
	
}

.guide-wrap-h1 {
	
    font-size: 1.8em;
    font-weight: 500;
    padding-bottom: 20px;
    letter-spacing: -1px;
    color: #000;
    margin-left: 20px;
	
}

.guide-wrap-h1:hover {
	
	cursor: pointer;
	color: #C03221;
	
}

.guide-wrap-h1 .fas {
	
    margin-right: 10px;
	font-size: 0.8em;
    vertical-align: 2px;
	
}

.guide-brand-wrap {
	
	display: none;
	flex-direction: column;
	
}

.guide-brand-wrap h3 {
	
	margin-left: 55px;
    padding-top: 10px;
    font-size: 1.4em;
    font-weight: 500;
	
}

.guide-brand-wrap h3:hover {
	
	cursor: pointer;
	color: #E89F19;		
	
}

.guide-desc {
    width: 100%;
    font-size: 1em;
}

.guide-download {
    	
    padding: 10px 0px;
	font-size: 1.2em;
    
	
}

.guide-wrap .guide-section {

    width: 100%;
	display: flex;
	flex-direction: column;
	
}

.guide-wrap .guide-name {
    
	width: 100%;
    padding: 1%;
	background-color: #e0e0e0;	
	
}

.guide-wrap .guide-name:nth-child(odd) {
	
	background-color: #f3f3f3;
	
}

.guide-wrap .guide-name h3 {
    font-size: 1.2em;
}
