
body, #wrapper, .css3-spinner, #header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark){
    background-color: transparent;
}
body {
    background: #000000;
}
#header.transparent-header {
    background-color: transparent;
}
#primary-menu ul > li a div {
    font-weight: 400;
    text-shadow: none;
}
#primary-menu ul > li {
/*
    width: auto;
*/
}
#primary-menu ul > li a {
/*
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
*/
    font-family: 'Roboto',serif;
}
#landing-carousel.owl-carousel .owl-nav [class*=owl-] {
    opacity: 1;
}
#landing-carousel.owl-carousel .owl-nav .owl-prev {
    left: -75px;
    top: 30%;
    width: 50px;
    height: 50px;
    background: transparent;
}
#landing-carousel.owl-carousel .owl-nav .owl-next {
    right: -75px;
    top: 30%;
    width: 50px;
    height: 50px;
    background: transparent;
}
.owl-carousel .owl-nav [class*=owl-]:hover{
	background-color: transparent !important;
}
#landing-carousel.owl-carousel .owl-nav [class*=owl-]{
	border: 0 !important;
}
#pagesLanging {
}
#pagesLanging form > .row {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;

}
#pagesLanging form > .row::before {
    background: #373a36;
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
	left: 0;
}
#pagesLanging form .formRow {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    box-shadow: 0 0 12px -2px #000;
    padding: 0;
}
#pagesLanging form input {
    width: 100%;
    padding: 5px 10px;
    color: #000;
    font-size: 13px;
    font-family: 'Roboto',serif;
}
#pagesLanging form textarea {
    width: 100%;
    resize: none;
    padding: 5px 10px;
    color: #000;
    height: 70px;
    font-size: 13px;
    font-family: 'Roboto',serif;
}
#pagesLanging form .formRow.formMessage {
    height: 70px;
}
#pagesLanging form .formRow.formOps {
    background: #fcc847;
}
#pagesLanging form .formRow.formOps {
    background: #fcc847;
    text-align: center;
    font-size: 13px;
    padding: 4px;
}
#pagesLanging form .formRow.formOps input {
    display: inline-block;
    width: auto;
    margin-top: 3px;
    position: absolute;
    margin-left: -17px;
}
#pagesLanging form .formRow.formButton {
    box-shadow: none;
}
#pagesLanging form .formRow.formButton input {
    background: #fcc847;
    border: 0;
    width: auto;
    float: right;
    padding: 10px;
}
#landing-carousel .item-content {
    width: 50%;
    float: left;
}
#landing-carousel .item-image {
    width: 50%;
    float: left;
    padding-right: 6%;
}
#landing-carousel .item-content h1 {
    color: #ffffff;
    font-family: 'Roboto Slab',serif;
    font-size: 60px;
    line-height: 55px;
}
#landing-carousel .item-content h1 span{
	color: #ffffff;
}
#landing-carousel .item-content p {
    font-family: 'Roboto',serif;
    font-size: 15px;
}
#landing-carousel.owl-carousel .owl-nav .owl-next {
    right: 0;
}
#landing-carousel .item-content a.golink {
    display: inline-block;
    margin-top: 40px;
    background: #373a36;
    padding: 15px 35px 15px 15px;
    color: #fff;
}
#landing-carousel .item-content a.golink::after {
    content: url(../img/detailInfo.png);
    position: absolute;
    margin-left: 4px;
    margin-top: 2px;
}
@media screen and (max-width: 1060px){
	#landing-carousel.owl-carousel .owl-nav .owl-prev {
        left: -25px;
    }
    #landing-carousel.owl-carousel .owl-nav .owl-next2{
        right: -25px;
    }
}
@media screen and (max-width: 1060px){
	#pagesLanging {
	    margin-top: 140px;
	}	
	#landing-carousel.owl-carousel .owl-nav button img {
	    display: none;
	}
}
@media screen and (max-width: 767px){
	#landing-carousel .item-content {
	    width: 100%;
	    float: left;
	}
	#landing-carousel .item-image {
    display: none;
}
body {
    background: #fcc847 !important;
    }
}
@media screen and (max-width: 500px){
	#landing-carousel .item-content h1 {
		 color: #373a36;
		 font-family: 'Roboto Slab',serif;
		 font-size: 50px;
		 line-height: 45px;
	}
}
 #header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark) {
	background-color: #000000;
}
#pagesLanging .pageTitle {
    display: inline-block;
    width: auto;
    color: #fff;
    font-size: 55px;
}





