/*
Theme Name: Snowland
Theme URI: https://wordpress.org/themes/snowland/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: snowland

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */
@charset "utf-8";
/* CSS Document */
*{padding:0; margin:0;}
html,body{
	height:100%;
}
body{
	font-family:open sans, sans-serif;
    font-size: 16.5px;}

p {line-height: 1.6; }

.body-wrapper {overflow: hidden; background: url('./images/snowland_bg_2.jpg'); background-size: cover; }

.product_section {overflow: hidden; background: url('./images/snowland_bg_2.jpg'); background-size: cover; }

.blue-box {background: #185baa; }
.blue-box h3 {color: #fff; font-size: 16px; margin: 25px 0 0; text-transform: uppercase; letter-spacing: 0.75px;  }
.profile_post .container.profile_summary .blue-box p {margin: 0; }

.padding_n{
	padding:0;
}
.lang_options{
	background-color:#e1ebf0;
}
.lang_options .lang_list{
	text-align:right;
	list-style:none;
	padding:10px 0;
	margin:0;
}

.menu-main-menu-chinese-container {position: relative; top: 50%; }

.lang_list li{
	display:inline-block;
}
.lang_list li a{
	padding:0 25px 0 45px;
	display:block;
	color:#000;
	font-size:16px;
	font-weight:300;
	text-decoration:none;
	text-transform:capitalize;
}

h2 {text-shadow: 2px 2px 1px #103b6f; }

.custom_navbar{
	background-color:#185baa;
	position:relative;
	z-index:9;
}
.custom_navbar .navbar{
	margin-bottom:0;
}

.collapse {display: block; }

.custom_navbar .navbar-header a.navbar-brand{
	float:none;
	height:auto;
}
.custom_navbar .collapse.navbar-collapse{
	float:right;
	height:200px !important;
}
.custom_navbar .collapse.navbar-collapse .navbar-nav{
	position:relative;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
} 
.custom_navbar .navbar-nav li{
	float:none;
	display:inline-block;
	position:relative;
}
.custom_navbar .navbar-nav li a{
	font-weight:600;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
    text-shadow: 2px 2px 1px #103b6f;
}
.custom_navbar .navbar-nav li a:hover, .custom_navbar .navbar-nav li a:focus{
	background-color: #fff;
	outline:0;
    color: #185BAA;
    text-shadow: none;
}

.section_1{
	position:relative;
	z-index:0;
	overflow:hidden;
	height:480px;
	background-image:url(images/header_img.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
#slider1 .nivo-imageLink img{
	width:100% !important;
}
.section_1 .theme-light.slider-wrapper {
    padding: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.section_1 .theme-light .nivo-controlNav {
    bottom: 80px;
    left: 50%;
    padding: 0;
    position: absolute;
    text-align: left;
    transform: translateX(-50%);
    z-index: 10;
}

.menu-main-menu-container {margin-top: 11%; }

.nav>li>a {padding: 10px 13px!important;}

.section_1 h1{
	color:#fff;
	font-size:48px;
	font-weight:600;
	text-shadow:1px 1px 2px rgba(0,0,0,0.6);
	padding:80px 0;
}
.section_1 h1 span{
	margin-top:30px;
	display:block;
}

.no-padding-right {padding-right: 0px; }
.no-padding-left: {padding-left: 0px;}

.section_2{
	background-color:#e1ebf0;
	height:250px;
}
.section_2 .about_cont{
	padding:0 85px;
	transform:translateY(-25%);
}
.about_cont .about_text{
	background-color:#185baa;
	color:#fff;
	padding:20px 60px 30px;
}
.about_text h3{
	font-size:26px;
	font-weight:600;
    margin-bottom: 15px; 
}
.about_text div{
	font-size:20px;
    font-weight: 300; 
    line-height: 1.5;
}

ul.footer_menu {margin-top: 25px; }

.section_3{
	background-color:#e1ebf0;
	padding-bottom:50px;
}
.section_3 > div img{
	position:relative;
	max-width:100%;
    width: 100%;
    height: 100%;
    max-height: 190px;
	margin-bottom:0;
}
.menu-main-nav-container {
    height: 100%;
    position: relative;
}

h6 {font-size: 20px; line-height: 1.6; font-weight: 300; }

/*product_page*/
.product_section .product_name{
 background-color:#185baa;
 color:#fff;
 font-weight:600;
 padding:15px;
 text-transform:capitalize;
    margin-bottom: 25px;
}

.product_section .product_name h2 {font-family: 'Roboto Slab', 'Droid Serif', 'open sans', sans-serif; margin-top: 10px; font-weight: 300; }

.container.product_summary{ width: 75%; background: #fff; padding: 5px 20px 0; box-shadow: 0 0 20px rgba(0,0,0,0.4);}

.fa {width: 30px; }

.product_section .product_description strong{
 font-size:16px;
 text-transform:capitalize;
}
.product_description .product_text{
 line-height:1.8;
 text-transform:capitalize;
}
.product_details{
 background-color:#E1EBF0;
 padding:15px;
}
.product_details .product_image{
 text-align:center;
}
.product_details .catch_details, .product_details .specification_details{
 margin-top:25px;
}
.product_details .catch_details h4, .product_details .specification_details h4{ text-transform:capitalize; font-weight:600; font-size: 19px; }

.catch_details ul, .specification_details ul{
 margin-top:15px;
 padding:0 20px;
    font-size: 15px;
}
.product_details .associate_image{
 margin-top:20px;
}
/*location page*/
.location_section > .container{
	padding:30px 0;
}
.location_head{
	background-color:#185baa;
	color:#fff;
	font-weight:600;
	padding:15px;
	text-transform:capitalize;
}
.location_section .all_logos{
	padding:30px 0;
	border-bottom:1px solid #ccc;
}
.location_section .all_logos > div{
	text-align:center;
}
.location_section .all_logos img{
	max-width:100%;
}
.location_section .locations{
	padding:30px 0;
}
.locations > div{
	margin-bottom:10px;
	padding:20px 0;
	border-bottom:1px solid #ccc;
}
.loc_address h4{
	text-transform:capitalize;
	font-weight:600;
	color:#185BAA;
}
.location_section .loc_map{
	border-left:1px solid #ccc;
}
.location_section .rel_images > div{
	text-align:center;
}
.location_section .rel_images img{
	max-width:100%;
}
.locations .loc_map{
	border-left:1px solid #ccc;
}
/*single_post*/
.post_head{
	background-color:#185baa;
	color:#fff;
	font-weight:600;
	padding:15px;
	text-transform:capitalize;
}
.post_summary{
	padding:30px 0;
}
.post_summary .post_images{
	text-align:center;
}
.post_summary .post_images img{
	max-width:100%;
	margin-bottom:20px;
}
/*profile_page*/

.profile_post {width: 75%; margin: 0 auto; padding: 5px 20px; background: #fff;  box-shadow: 0 0 20px rgba(0,0,0,0.4); }
.profile_post .container.profile_summary {width: 100%;}
.profile_post .profile_head {padding-top: 0px; }
.profile_post .profile_head h2 {margin-top: 20px!important; font-family: 'Roboto Slab', 'Droid Serif', 'open sans', sans-serif; font-weight: 300!important;  }
.profile_post .profile_head h1 {margin-top: 0!important; }
.profile_post .container.profile_summary .floatright {float: right; }
.profile_post .container.profile_summary .fullwidth {width: 100%; margin: 15px 0; height: auto;}

.product_description .fullwidth {width: 100%; margin: 15px 0; height: auto; }
.sales-enquiry {width: 80%; margin: 25px auto; background: #185BAA; border-radius: 16px; padding: 12px 0; text-align: center; }
.sales-enquiry a {text-align: center; color: #fff; font-size: 20px; letter-spacing: 0.5px; text-transform: uppercase; }

.profile_post .container.profile_summary h4 {font-family: 'Roboto Slab', 'open sans', sans-serif; font-weight: 400; font-size: 19px; margin: 35px 0 10px; color: #185baa;  }

.profile_head{
	background-color:#185baa;
	color:#fff;
	font-weight:600;
	padding:15px;
	text-transform:capitalize;
}
.profile_summary{
	padding:30px 0;
}
.profile_summary .company_logo{
	text-align:center;
	margin-bottom:30px;
}
.profile_summary .profile_images{
	text-align:center;
}
.profile_summary .profile_images img{
	max-width:100%;
	margin-bottom:20px;
}
/*gallery*/

.gallery {width: 75%; margin: 0 auto; padding: 5px 20px; box-shadow: 0 0 20px rgba(0,0,0,0.4); }

.gallery_head{
	background-color:#185baa;
	color:#fff;
	font-weight:600;
	padding:15px;
	text-transform:capitalize;
}

.gallery .fullwidth {width: 100%; margin: 15px 0; height: auto; }

.gallery h2.gallery_head {margin-top: 20px!important; font-family: 'Roboto Slab', 'Droid Serif', 'open sans', sans-serif; font-weight: 300!important; }

.office_details.all_details h4 {font-size: 22px; }
.office_details.all_details h5 {font-size: 19px; font-weight: 600; margin: 15px 0 5px; line-height: 1.3; }
.office_details.all_details p { line-height: 1.5!important; }

.gallery_summary{
	padding:30px 0;
}
.gallery_summary > div{
	margin-bottom:30px;
}
.gallery_summary img{
	max-width:100%;
}
.gallery_summary .ngg-gallery-thumbnail-box{
	width:25%;
	margin:0;
	padding:7.5px 15px;
}
.gallery_summary .ngg-gallery-thumbnail-box img{
	max-width:100% !important;
}
.gallery_summary .slideshowlink{
	display:none;
}
/*contact us*/
.gallery .contact_head{
 background-color:#185baa;
 color:#fff;
 font-weight:600;
 padding:15px;
 text-transform:capitalize;
}
.gallery .all_details{
 padding:20px 0;
 /*border-bottom:1px solid #ccc;*/
}
.gallery .all_details h4{ 
 font-weight:600;
}
.gallery .director_details .fa{
 margin-right:10px;
}
.contact_images{
 text-align:center;
}
.contact_images img{
 max-width:100%;
 margin-bottom:20px;
}
footer{
 background-color:#185baa;
 padding:30px 0; 
}
footer h3{
 text-transform:uppercase;
 color:#fff;
 font-size:21px;
 font-weight:600;
}
footer p, footer li a, footer p a{
 color:#fff;
 font-size:16px;
}
footer li a{
 text-transform:uppercase;
 
 padding:5px 0;
 display:block;
}
footer p a{
 text-decoration:none;
 padding:5px 0;
}
footer li a:hover, footer p a:hover{
 color:#fff;
 text-decoration:none;
}
footer li{
 list-style:none;
}
footer p .fa{
 margin-right:10px;
}

.custom_navbar .container {width: 1200px; }

/*11/03/16*/
.custom_navbar .sub-menu{
	position:absolute;
	top:100%;
	left:0;
	width:250%;
	display:block;
	background-color:#fff;
	padding:10px 0;
	z-index:99;
	display:none;
    border-radius: 0 0 4px 4px;
}
.custom_navbar .sub-menu li{
	display:block;
}
.custom_navbar .sub-menu li a{
	padding:2px 0 2px 15px;
	display:block;
	text-decoration:none;
	color:#185BAA;
	text-shadow:none;
	font-size:16px;
    text-transform: none; 
    line-height: 2; 
}
.custom_navbar .sub-menu li a:hover{
	background-color:#185BAA;
	color:#fff;
}
.custom_navbar .navbar-nav > li:hover .sub-menu{
	display:block;
}

.featured_image img, .product_image img, .associate_image img{
	width:100%;
    height: auto; 
}
.custom_navbar .menu-item-has-children:hover{
	background-color:#fff;
}
.custom_navbar .menu-item-has-children:hover a{
	color:#185BAA;
	text-shadow:none;
}
.section_1  .ms-skin-default .ms-nav-prev{
	left:-200px;
}
.section_1  .ms-skin-default .ms-nav-next{
	right:-200px;
}
.section_1 .ms-slide-info.ms-dir-h{
	position:absolute !important;
	top:50%;
	left:50%;
	width:70%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.section_1 .ms-slide-info.ms-dir-h h2{
	text-align:left !important;
	color:#fff;
	font-size:45px;
	font-weight:700;
}
.section_1 .ms-slide-info.ms-dir-h p{
	text-align:left !important;
	color:#fff;
	font-size:30px;
	font-weight:500;
	line-height:1.2;
	text-shadow:2px 2px 1px #103b6f;
}
.section_1 > .container{
	display:none;
}
.profile_summary .ngg-gallery-thumbnail-box{
	width:45%;
	float:left;
	margin:7.5px 0;
	
}
.profile_summary .slideshowlink{
	display:none;
}
.profile_summary .ngg-gallery-thumbnail-box:nth-child(even){
	margin-right:7.5px;
}	
.profile_summary .ngg-gallery-thumbnail-box:nth-child(odd){
	margin-left:7.5px;
}	
.profile_summary .ngg-gallery-thumbnail{
	width:100%;
}
.profile_summary .ngg-gallery-thumbnail a{
	display:block;
}
.ngg-gallery-thumbnail a img {
    left: 50%;
    max-width: 100% !important;
    position: relative;
    transform: translateX(-50%);
}
.profile_summary .ngg-gallery-thumbnail img{
	border:0 none;
	padding:0;
	margin:0;
}
.profile_summary .ngg-gallery-thumbnail img:hover {
    background-color: transparent;
}
.fancybox-title-inside #fancybox-title-inside{
	font-weight:700;
	color:#686868;
	font-size:16px;
	text-transform:capitalize;
}
@media screen and (min-width:320px) and (max-width:640px) {

	.container.product_summary {width: 100%; }
	
	.lang_list li {width: 25%; }

	.lang_list li a{
		padding:0px 15px;
	}

	.custom_navbar .collapse.navbar-collapse {height: 200px!important }

	/*.custom_navbar .collapse.navbar-collapse {
		float: none;
	}
	.custom_navbar .collapse.navbar-collapse .navbar-nav{
		padding:20px 0;
		top:auto;
		-webkit-transform:translateY(0%);
		-moz-transform:translateY(0%);
		-ms-transform:translateY(0%);
		-o-transform:translateY(0%);
		transform:translateY(0%);
	}
	.custom_navbar .navbar-nav li {
		display: block;
	}
	.custom_navbar .navbar-toggle{
		border:1px solid #ccc;
		margin-right:0;
	}
	.custom_navbar .navbar-toggle .icon-bar{
		background-color:#ccc;
	}*/
	.section_2{
		height:auto;
	}
	.section_2 .about_cont {
		padding: 40px 0px;
		transform: translateY(0%);
	}
	.section_2 .about_cont p{
		font-size:16px;
	}
	.all_logos img{
		margin-bottom:20px;
	}
	.rel_images img{
		margin-bottom:20px;
	}
	.section_3{
		text-align:center;
	}
	.section_3 img{
		margin-top:20px;
	}
	.custom_navbar .sub-menu{
		position:absolute;
	}
	.section_1  .ms-skin-default .ms-nav-prev{
		left:0px;
	}
	.section_1  .ms-skin-default .ms-nav-next{
		right:0px;
	}
	.section_1 .ms-slide-info.ms-dir-h h2{
		font-size:20px;
	}
	.section_1 .ms-slide-info.ms-dir-h p{
		font-size:16px;
	}
	.section_1 .ms-inner-controls-cont, .section_1 .ms-container, .section_1 .master-slider {
		height: 100%;
	}
}
@media screen and (min-width:641px) and (max-width:991px) {

	.section_1 h1 {font-size: 38px; }
	.section_2 .about_cont {padding: 0 10px; }
	.about_cont .about_text {padding: 20px 30px 30px; }
	.section_3 > div img {max-height: 200px; }

	.container.product_summary{ width: 95%;}
	.container {width: 100%; }
	.custom_navbar .collapse.navbar-collapse {float: left;}
	.custom_navbar .container {width: 100%; }
	.custom_navbar .navbar-header {
		float: none;
	}
	.custom_navbar .collapse.navbar-collapse {height: 100px!important; }
	.custom_navbar .navbar-brand{
		display:block;
		text-align:center;
	}
	.custom_navbar .navbar-brand > img {
		display: inline-block;
	}
	.custom_navbar .navbar-nav li a {
		padding: 15px 8px;
	}
	.custom_navbar .sub-menu li a{
		padding:2px 0 2px 15px;
	}	
	.section_2 {
		height: 250px;
	}
	.custom_navbar .collapse.navbar-collapse{
		padding:0;
	}
	.section_1  > div, .section_1  > div > div#slider1{
		height:100%;
	}
	
	.section_1  .ms-skin-default .ms-nav-prev{
		left:0px;
	}
	.section_1  .ms-skin-default .ms-nav-next{
		right:0px;
	}
	.section_1 .ms-slide-info.ms-dir-h h2{
		font-size:25px;
	}
	.section_1 .ms-slide-info.ms-dir-h p{
		font-size:20px;
	}
	.section_1 .ms-inner-controls-cont, .section_1 .ms-container, .section_1 .master-slider {
		height: 100%;
	}
	.section_1 .ms-view{
		height:100% !important;
	}
	.section_2 .about_cont {
		transform: translateY(-20%);
	}
	.section_2 {
		height: auto;
	}
}
@media screen and (max-width:640px){

	.product_section .product_name h2 {font-size: 26px!important;}
	.product_description p {font-size: 15px; }
	.section_1 h1 {
		font-size: 40px;
		margin: 0;
		padding: 30px 0;
	}    
	.profile_post {width: 100%; margin: 0 auto; padding: 5px 20px; box-shadow: none; }
    
	.section_1 {
		height: 300px;
	}
	.section_1  > div, .section_1  > div > div#slider1{
		height:100%;
	}
	 #slider1 .nivo-imageLink img {
		height:300px !Important;
	}
	.section_1 .theme-light .nivo-controlNav {
		bottom: 0;
	}
	#slider1 .nivo-imageLink img {
		height:200px !Important;
	 }

	.container {width: 100%; }
	.custom_navbar .collapse.navbar-collapse {float: left;}
	.custom_navbar .container {width: 100%; }
	.custom_navbar .navbar-header {
		float: none;
	}
	.custom_navbar .collapse.navbar-collapse {height: 100px!important; }
	.custom_navbar .navbar-brand{
		display:block;
		text-align:center;
	}
	.custom_navbar .navbar-brand > img {
		display: inline-block;
	}
	.custom_navbar .navbar-nav li a {
		padding: 15px 8px;
	}
	.custom_navbar .sub-menu li a{
		padding:2px 0 2px 15px;
	}	
	.custom_navbar .collapse.navbar-collapse{
		padding:0;
	}
	
}

@media screen and (max-width:480px){

	.profile_summary .ngg-gallery-thumbnail-box { width:100%; float:left; margin:0; }

	.product_description img {width: 45%; height: auto; display: inline; padding-right: 2%;}
	.container.product_summary {width: 100%; }
	.custom_navbar.collapse.navbar-collapse {height: 320px!important;}
	.lang_list li {width: 30%; }
	.about_cont .about_text {padding: 20px 20px 30px;}
	.about_text div {font-size: 17px!important;}
	.custom_navbar .collapse.navbar-collapse {height: 200px!important; }

 .section_1 h1 {
	font-size: 20px;
	margin: 0;
	padding: 10px 0;
 }
 .section_1 {
	height: 200px;
 }
 #slider1 .nivo-imageLink img {
	height:200px !Important;
 }
}
@media screen and (min-width:992px) and (max-width:1199px){
	.section_2 {
		height: 220px;
	}
	.custom_navbar .navbar-nav li a{
		padding:10px 5px;
	}
	.custom_navbar .sub-menu li a{
		padding:2px 0 2px 15px;
	}
	.custom_navbar .collapse.navbar-collapse {
		padding: 0;
	}
	.section_1 .theme-light .nivo-controlNav {
		bottom: 90px;
	}
	#slider1 .nivo-imageLink img {
		height:100% !Important;
	}
	.section_1  > div{
		height:100%;
	}
	.section_1  > div > div#slider1{
		height:100%;
	}
	.section_1  .ms-skin-default .ms-nav-prev{
		left:0px;
	}
	.section_1  .ms-skin-default .ms-nav-next{
		right:0px;
	}
	.section_1 .ms-slide-info.ms-dir-h h2{
		font-size:30px;
	}
	.section_1 .ms-slide-info.ms-dir-h p{
		font-size:25px;
	}
	.section_1 .ms-inner-controls-cont, .section_1 .ms-container, .section_1 .master-slider {
		height: 100%;
	}
	.section_1 .ms-view{
		height:100% !important;
	}
	.section_2 .about_cont {
		transform: translateY(-20%);
	}
	.section_2 {
		height: 400px;
	}
}