
/******************************************** General **********************************************************/

html{
	background-color: #f0f0f0;
}

body{
	font-family: Montserrat;
	font-size: 13px;
}

h1,h2,h3,h4,h5,h6{
	font-family: Fjalla One;
	text-transform: uppercase;
	color: #000;
}

h1.styled{
    font-size: 50px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid #dcc174;
    position: relative;
}

h1.styled:after{
	content: '';
	background: url('/wp-content/uploads/2017/08/icon-dot.jpg')no-repeat bottom right; 
	width: 100%;
	display: block;
	height: 5px;
    position: absolute;
    right: -5px;
    z-index: 1000;
    bottom: -2.5px;
}

p{
	line-height: 2;
}

.ntype-list{
	list-style-type: none;
	padding-left: 0;
}

.nvp100{
	padding-top: 100px;
	padding-bottom: 100px;
}

.nvp80{
	padding-top: 80px;
	padding-bottom: 80px;
}

.nhp80{
	padding-left: 80px;
	padding-right: 80px;
}

.btn.btn-default{
	font-size: 13px;
	text-transform: capitalize;
	background-color: #dcc174;
	border: 1px solid #dcc174;
	border-radius: 0;
	padding: 6px 18px;
}

.wpcf7-submit, .btn.btn-default.black{
	font-size: 13px;
	text-transform: capitalize;
	background-color: #212222;
	border: 1px solid #212222;
	border-radius: 0;
	padding: 6px 18px;
}

.btn.btn-default:hover{
	background-color: #212222;
	border: 1px solid #212222;
	color: #fff;
}

.wpcf7-submit:hover, .btn.btn-default.black:hover{
	background-color: #dcc174;
	border: 1px solid #dcc174;
	color: #fff;
}

.btn.btn-default.view-more{
	font-size: 15px;
    letter-spacing: 1px;
}


.floating.widget{
	background-color: #c01935;
    padding: 5px 9.5px;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
}

.floating.widget a{
	color: #fff;
}

.floating.widget a:hover{
	color: #000;
}

/******************************************** Head **********************************************************/

.site-header.header-v1{
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
}

.main-content-inner{
	margin-top: 84px;
}

.header-middle{
	background: #111;
	min-height: 84px;
}

.navbar-collapse.collapse{
	width: 100%;
	text-align: center;
}

.navbar-nav{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
}

.navbar-nav>li{
	width: 14.2857%;
	margin: 0;
    padding: 32px 0;
}

.navbar-nav>li.nav-logo-left{
	width: 21.424855%;
}

.navbar-nav>li.nav-logo-left a{
	width: 66.6667%;
}

.navbar-nav>li.nav-logo-right{
	width: 21.424855%;	
}

.navbar-nav>li.nav-logo-right a{
	width: 66.6667%;
	margin-left: 33.3333%;
}

.navbar-nav>li>a{
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0;
}

.nav>li>a:focus, .nav>li>a:hover{
	color: #c41d40;
	background-color: transparent;
}

#logo{
	position: absolute;
    top: 0;
    left: 50%;
    margin-left: -52px;
    z-index: 100;
}

/******************************************** Footer **********************************************************/

#footer{
	
}

#footer .footer-inner{
	display: none;
}

#footer h3.widgettitle{}


.footer-widget a{}


#colophon{
	background: #111;
	color: #fff;
	font-weight: lighter;
}


/******************************************** Home  **********************************************************/

.home-section-2 {
	color: #8e8e8e;
}

.home-section-2 .ncol-1{
	padding: 106px 126px 126px 7%;
}

.home-section-2 .ncol-1 .btn.btn-default.black{
	margin-left: 15px;
}


.home-section-3 {
	position: relative;
	background: #d7dae1 url('/wp-content/uploads/2017/08/bg07.jpg')no-repeat;
	background-size: cover;
	overflow: hidden;
}

.home-section-3 .ncol-1{
	position: inherit;
}

.home-section-3 .ncol-1 img{
	position: absolute;
	left: -140px;
}

.home-section-3 .ncol-2{
	float: right;
}

.home-section-3 .ncol-2 .nbox{
	background: url('/wp-content/uploads/2017/08/bg01.jpg')no-repeat;
	background-size: cover;
	color: #fff;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
}

.home-section-3 .ncol-2 .nbox-wrapper{
	padding: 30px 45px;
	border: 2px solid #fff;
}

.home-section-3 .ncol-2 .nbox h1{
	color: #fff;
}



.home-section-4{

}

.home-section-4 ul{
	position: relative;
	margin-top: 45px;
}

.home-section-4 li{
	height: 160px;
    background-color: #dcc174;
    margin: 0;
    padding-top: 36px;
}

.home-section-4 li label{
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
}



/******************************************** About **********************************************************/

.about-section-1{
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
	background: url('/wp-content/uploads/2017/09/bg04-03.jpg')no-repeat;
}

.about-section-1 .ncol-1{
	padding: 100px 50px;
}


.about-section-2 .ncol-2{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: end;
}

/******************************************** Services **********************************************************/


.services-section-1{
	background: url('/wp-content/uploads/2017/08/bg06-01.jpg')no-repeat;
	background-position: 110% 100%;
	padding: 100px 0 250px;
}

/******************************************** News **********************************************************/


.news-section-1 .ncol-2 h1{
	color: #dcc174;
	margin-bottom: 30px;
}

.news-section-1 .ncol-2{
	
}

.news-section-1 .ncol-2 iframe{
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	padding: 15px;
	border-radius: 0 0 20px 20px; 
	margin-bottom: 30px;
}

/******************************************** Contact **********************************************************/

.contact-section-1{
	background: url('/wp-content/uploads/2017/08/bg03.jpg')no-repeat;
	background-size: cover;
}

.contact-section-1 .ncol-1{
	padding-right: 306px;
	padding-top: 80px;
}

.contact-section-1 .ncol-2 .nbox{
	background-color: rgba(157,157,157,.8);
	padding: 50px;
	width: 426px;
	max-width: 100%;
	margin: auto;
}

.contact-section-1 .ncol-2 .nbox .nbox-title{
	font-size: 18px;
	margin-bottom: 25px;
	color: #000;
    line-height: 1.3;
}

.contact-section-2{
	background-color: #000;
	color: #fff;
}

.contact-section-2 ul{
	padding: 30px 0 0 60px;
}

.contact-section-2 li{
	position: relative;
	padding-left: 66px;
	padding-top: 5px;
	line-height: 1.8;
	margin-bottom: 25px;
}

.contact-section-2 .contact-add:before{
	content: '\f041';
	font-family: fontAwesome;
	display: block;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.contact-section-2 .contact-email:before{
	content: '\f003';
	font-family: fontAwesome;
	display: block;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.contact-section-2 .contact-tel:before{
	content: '\f095';
	font-family: fontAwesome;
	display: block;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.contact-section-2 li a{
	color: #fff;
}

.contact-section-2 li a:hover,
.contact-section-2 li a:focus{
	color: #bc1f3e;
}

div.wpcf7{
	text-align: center;
}

.wpcf7 p{
	margin: 0;
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="url"], 
.wpcf7 input[type="password"], 
.wpcf7 input[type="search"], 
.wpcf7 textarea{
	font-size: 13px;
	border-radius: 0;
	border: 1px solid #fff;
}

.wpcf7-form input:not([type="submit"]):not([type="reset"]){
	padding: 8px 10px;
}

.wpcf7 textarea{
	height: 106px;
}


/******************************************** Products **********************************************************/

.product-section-2{
	background: url('/wp-content/uploads/2017/08/bg02.jpg')no-repeat;
	background-size: cover;
	padding: 35px 0 100px;
	background-attachment: fixed;
}

.product-section-2 h1{
	font-size: 50px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

.product-section-2 .su-tabs{
	background: transparent;
}

.product-section-2 .su-tabs-nav span{
	color: #fff;
	border-radius: 0!important;
	padding: 30px 15px 0px;
    text-indent: 20px;
}

.product-section-2 .su-tabs-nav span:after{
	content: '';
	display: block;
	width: 80%;
	height: 1px;
	background-color: #dcc174;
	margin-top: 10px;
}

.product-section-2 .su-tabs-nav span.su-tabs-current,
.product-section-2 .su-tabs-nav span:hover{
	color: #212222;
	border: 0;
	background-color: #dddddd;
}

.product-section-2 .su-tabs-pane{
	background-color: #dddddd;
	padding: 45px;
}

.product-section-2 .foogallery-default a{
	width: 31.3333%;
}



.su-tabs-vertical .su-tabs-nav{
	display: none;
}

.product-section-2 ul{
	float: left;
    width: 30%;
    padding-top: 3px;
}

.product-section-2 li{
    text-indent: 20px;
    margin-bottom: 0;
}

.product-section-2 li:after{
	content: '';
	display: block;
	width: 80%;
	height: 1px;
	background-color: #dcc174;
}

.product-section-2 li a{
	color: #fff;
	padding: 30px 15px 10px;
	display: block;
}

.product-section-2 li a:focus,
.product-section-2 li a:hover,
.product-section-2 li a.current{
	color: #212222;
    border: 0;
    background-color: #dddddd;
}