/*
Theme Name: Flusk
Theme URI: http://themewagon.com/demo/Flusk/
Author: ThemeWagon
Author URI: http://themewagon.com/
Description: Slick One page HTML 5 template powered by Bootstrap 3.
Version: 1.14.11
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: blur, white, one page, parallax, responsive-layout, full-width-template
Text Domain: flusk
*/

/**
* Table of Contents:
*
* 01.0 - Global
* 02.0 - Header
* 03.0 - Drawer with menu
* 04.0 - Parallax styles
* 05.0 - company
* 06.0 - shop
* 07.0 - link
* 08.0 - Contact
* 9.0 - Footer
* 10.0 - Responsive styles
* -----------------------------------------------------------------------------
*/



/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/

* {outline: none !important;}

::selection {
	background-color: #555555;
	color: #fff;
}

html {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	overflow-y: scroll;
}

body {
	color: #333333;	
	background: #FFFFFF;
	font-size:16px;
	line-height: 1.6;
	margin:0;
}

p {margin: 0 0 20px 0;	}

img {max-width: 100%;}

a {
	text-decoration: none;
	outline: none;
}

a{	
	color: #1dbaab;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

a:hover,a:focus {
    opacity: 0.7;
	color: #1dbaab;
}


h1, h2, h3, h4, h5, h6{		
	margin: 0 0 15px 0;	
	color: #333333;
	font-family: 'Noto Serif';
}

h1 i{ color:#1dbaab; padding-right: 10px;}

.mainTxt{ line-height:2; padding-top: 10px;}


/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/

#header{	
	position: relative;			
	text-align: center;
	padding: 0 !important;
}


#header .top {
	position:fixed;
	top:0;
	width: 100%;
	padding: 30px;
	height: auto;
	z-index: 500;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;	
	transition: all .5s;		
}
#header .top.solid {
    background: #1dbaab;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header .top h1{
	margin-bottom: 0;
}
#header .top.solid .toggleDrawer i {
    padding-top: 8px;
}

#header .logo, #header .toggleDrawer{
	color: white;
}

#header .slogan{
	margin-bottom: 15px;
}
#header .slogan img {max-width: 80%;}


#header .secondary-slogan{
	font-size: 22px;
	color: #FFFFFF;
	margin: 60px 0 0;
	line-height: 2;
}

#header > .bottom {
    position: absolute;
    bottom: 75px;
    text-align: center;
    width: 100%;
}
#header > .bottom a img {
    width: 50px;
}
#header > .bottom a {
    opacity: 0.7;
}
#header > .bottom a:hover {
    opacity: 1;
}


/*////////////////////////////////////////////////////////////////////////
//  03 - Drawer with menu
///////////////////////////////////////////////////////////////////////*/

#drawer-right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
	margin-right: -300px;
    width: 300px;
    background: #333333;
    padding: 20px;
    z-index: 999;
}

#drawer-right h1, #drawer-right h2{color: white;}
#drawer-right .nav-pills>li{ margin-top:0;}
#drawer-right .nav-pills>li>a {
	font-size: 18px;
	border-radius: 0;
	border-bottom: 1px solid #555555;
	opacity: 1;
}
#drawer-right .nav-pills>li>a:hover{ background:#555555; opacity:1;}
#drawer-right .nav-pills>li>a:focus{ background:#555555; opacity:1; color: #1dbaab;}

#drawer-right .nav-pills>li>a i{padding-right: 10px;}
#drawer-right .social{margin-top: 30px}
#drawer-right .social ul {
    list-style: none;
    padding-left: 20px;
}
#drawer-right .social ul > li {
    display: inline-block;
}
#drawer-right .social ul > li > a:hover{
	color: white;
}

#drawer-right .cross{ float:right;}


/*////////////////////////////////////////////////////////////////////////
//  04 - Parallax styles
///////////////////////////////////////////////////////////////////////*/

.content-block{
	background:transparent no-repeat center center fixed;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	overflow:hidden;
	padding: 60px 0;
}
.parallax{
	padding: 80px 0;
}

.block-body {
	margin-top: 60px;
}

#header {
	background-image: url(../images/mainBg.jpg);
}
#shop {
	background-image: url(../images/shopBg.jpg);
	color: white;
}
#contact {
	background-image: url(../images/contactBg.jpg);
}


/*////////////////////////////////////////////////////////////////////////
//  05 - Company
///////////////////////////////////////////////////////////////////////*/

#company .service{ background:url(../images/bg01.jpg) repeat; padding:40px 0 0; height:390px; margin-bottom:20px;}
#company .service h2{ line-height: 0.7; letter-spacing: 1px; margin:0 0 30px;}
#company .service h2 .green{ color:#8eece3;}
#company .service h2 .sub{ font-size:12px;}
#company .service p{ line-height:2.2;}
#company .service p span{ font-style:italic; color:#bbbbbb;}




/*////////////////////////////////////////////////////////////////////////
//  06 - shop
///////////////////////////////////////////////////////////////////////*/

#shop h1, #shop h2{
	color: white;
}

#shop .col-md-4 p img{ margin-bottom:8px;}




/*////////////////////////////////////////////////////////////////////////
//  07 - link
///////////////////////////////////////////////////////////////////////*/


#link{
	text-align: center;
	background:url(../images/bg01.jpg) repeat;
}
#link .linkBox img {
    border-radius: 100%;
    margin: 0 auto 8px;
	border: 3px solid #8fece3;
}
#link .linkBox {
	padding: 10px;
}


/*////////////////////////////////////////////////////////////////////////
//  08 - Contact
///////////////////////////////////////////////////////////////////////*/

/* entry --------------------------------------------- */

#contact form#mail_form{
	width : 80%;
	margin : 0 auto;
	padding : 30px 50px;
	background : rgba(255, 255, 255, 0.6);
	border : 1px solid #cccccc;
	border-radius : 7px;
}
#contact form#mail_form dl{
	width : 100%;
	margin : 0 auto;
	overflow : hidden;
}
#contact form#mail_form dl dt{
	clear : both;
	width : 30%;
	float : left;
	border-top : 1px solid #cccccc;
	padding : 15px 0;
	text-align : right;
	overflow : hidden;
	line-height:1.8;
	font-weight:normal;
}
#contact form#mail_form dl dd{
	width : 70%;
	float : right;
	border-top : 1px solid #cccccc;
	padding : 15px 0 15px 30px;
}
#contact form#mail_form dl dt:first-child,
#contact form#mail_form dl dt:first-child+dd{
	border : none;
}

#contact form#mail_form dl dt span.required,
#contact form#mail_form dl dt span.optional{
	display : inline-block;
	float : left;
	font-weight : bold;
	color : #ED4660;
}
#contact form#mail_form .requiredTxt,
#contact form#mail_form dl dd.required span{
	color:#ED4660;
	font-size:80%;
	display:inline-block;
}

#contact form#mail_form input{
	height : 1.8em;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
}
#contact form#mail_form textarea{
	height : 200px;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
}
#contact form#mail_form input:focus,
#contact form#mail_form textarea:focus{
	box-shadow : 0px 0px 5px #8eece3;
	border : 1px solid #8eece3;
	background : #ffffff;
}
#contact form#mail_form input#name_1,
#contact form#mail_form input#name_2,
#contact form#mail_form input#read_1,
#contact form#mail_form input#read_2,
#contact form#mail_form input#phone{
	width : 40%;
}
#contact form#mail_form input#mail_address,
#contact form#mail_form input#mail_address_confirm,
#contact form#mail_form input#address_1,
#contact form#mail_form textarea{
	width : 100%;
}
#contact form#mail_form input#company_name{
	width : 80%;
}
#contact form#mail_form input#postal{
	width : 20%;
}
#contact form#mail_form input#address_1{
	display : block;
	margin-bottom : 7px;
}
#contact form#mail_form input#mail_submit_button{
    color: white;
    background: #1dbaab;
	font-size: 100%;
	font-weight: bold;
	padding: 0 90px;
	height:60px;
	margin: 0 auto;
	display: block;
}
#contact form#mail_form input#mail_submit_button:hover{
	opacity:0.7;
}


/* --responsive------------------------------------------- */

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

#contact form#mail_form{
	width: 100%;
	padding: 20px;
}
#contact form#mail_form dl dt{
	width : auto;
	float : none;
	text-align : left;
	padding : 10px 0 5px;
	font-weight : bold;
}
#contact form#mail_form dl dd{
	width : auto;
	float : none;
	border-top : none;
	padding : 0px 0 13px 0px;
}
#contact form#mail_form dl dt span{
	font-weight : normal;
}
#contact form#mail_form input#name_1,
#contact form#mail_form input#name_2,
#contact form#mail_form input#read_1,
#contact form#mail_form input#read_2,
#contact form#mail_form input#phone{
	width : 45%;
}
#contact form#mail_form input#company_name{
	width : 100%;
}
#contact form#mail_form input#postal{
	width : 35%;
}

#contact form#mail_form dl dt span.required,
#contact form#mail_form dl dt span.optional{
	margin-right : 1em;
}

#contact form#mail_form input{
	height : 25px;
}
#contact form#mail_form input#name_1,
#contact form#mail_form input#name_2,
#contact form#mail_form input#read_1,
#contact form#mail_form input#read_2,
#contact form#mail_form input#mail_address,
#contact form#mail_form input#mail_address_confirm,
#contact form#mail_form input#postal,
#contact form#mail_form input#address_1,
#contact form#mail_form input#address_2,
#contact form#mail_form input#phone,
#contact form#mail_form input#day,
#contact form#mail_form textarea{
	max-width : 98%;
	-webkit-appearance : none;
}
}
/* responsive end */


/*////////////////////////////////////////////////////////////////////////
//  9 - Footer
///////////////////////////////////////////////////////////////////////*/

#footer{ background: #333333; color: white; padding: 10px 0; display: block;}
#footer a{ font-size:85%;}
#footer small{ display: block; text-align:right;}



/*////////////////////////////////////////////////////////////////////////
//  10 - Responsive styles
///////////////////////////////////////////////////////////////////////*/


@media (max-width: 1024px){
.content-block{
	background-attachment:local;
	-webkit-background-size:auto 100%;
	-moz-background-size:auto 100%;
	-o-background-size:auto 100%;
	background-size:auto 100%;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	padding: 40px 0;
}
}

@media (max-width: 480px) {
	#drawer-right {
		padding: 10px 20px;
	}

	#drawer-right .nav-pills>li>a {
		font-size: 17px;
	}

	.nav-stacked>li+li {
		margin-top: 0;
	}

	.nav>li>a {
		padding: 8px 15px;
	}

	#header {
		background-size: cover;
	}
	#header .secondary-slogan {
		font-size: 18px;
		margin: 20px 10px 0;
		line-height: 1.5;
	}
	#header .slogan img {
		max-width: 60%;
	}
}


/*////////////////////////////////////////////////////////////////////////
//  under page common
///////////////////////////////////////////////////////////////////////*/
.underPage{ background:#555555; color:#FFFFFF;}
.underPage h1{ text-align:center; margin-bottom:50px;}
.underPage h1 img{ max-width:40%;}

/*////////////////////////////////////////////////////////////////////////
//  thanks page
///////////////////////////////////////////////////////////////////////*/

#thanks .btnBox{ text-align:center; margin-top:80px;}

#thanks .topBtn{ margin-top:30px;}
#thanks .topBtn a{
	display: block;
	background: #1dbaab;
	padding: 20px 0;
	color: white;
	width: 50%;
	margin: 0 auto;
	border-radius: 5px;
}

#thanks .topBtn a:hover,
#thanks .topBtn a:focus{ text-decoration:none;}

/*////////////////////////////////////////////////////////////////////////
//  policy page
///////////////////////////////////////////////////////////////////////*/

#policy dt{ margin-top: 30px;}
#policy dd{ margin-left: 1.5em;}
