body
    {
        background: #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
	
.tm-white a {
	color: #fff;
}
a{color:#000}
a:hover{color:#333}
h1 { 
    margin-top: 0;
    margin-bottom: 25px; 
}
h1,
h2,
h3,
h4
    {
        font-weight: bold;
    }
p { line-height: 1.6em; }
img
    {
        max-width: 100%;
        height: auto;
    }
.overlay 
    {
       width: 100%;
       height: 100%;
       padding-bottom: 10px;
    }  
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
  
/*----------------- MENU --------------------*/
.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
.navbar-right .dropdown-menu{right:-45px}

}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
/* end page container */
.slides li{position:relative}
.slides li .slidtxt{position:absolute; width:100%; font-family:Arial, Helvetica, sans-serif; color:#fff; top:30%; text-align:center; margin:0 10px}
.slides li .slidtxt .slidtitre{font-size:30px; font-weight:bold}
.slides li .slidtxt p{ font-size:28px}
/* start preloader */
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        /*justify-content: center;*/
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
         width: 30px;
        height: 30px;
        background-color: #dab800;
         margin: 0 auto;
        -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */
.navbar-default
    {
        background: #2a2e33;
		padding:15px 0;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0 !important;
    }
.navbar-default .navbar-brand
    {
        color: #dab800;
        font-size: 30px;
        font-weight: bold;
        height: 70px;
        line-height: 35px;
    }
.navbar-default .nav li a
    {
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        height: 70px;
        line-height: 40px;
        padding: 10px 6px; 
    }
.dropdown-menu{ background-color:#dab800}
.navbar-default .nav li ul li a
    {
        height: 35px; 
        line-height: 15px;
		color:#fff
    }	
	
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current
    {
        color: #dab800;
    }

.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 20px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #dab800;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
     
#home
    {
    color: #fff;
    text-align: center;
    width: 100%;
    }
#page{
	 padding-top: 40px;
     padding-bottom: 10px;
}
#page h1
    {
        font-size: 18px;
		background-color:#dab800; 
		padding:15px 30px;
		color:#FFF;
		font-weight:bold;
		margin:10px 0;
		text-align:center
		
    }
#page p {margin:25px 0;
            font-size:17px;
			text-align:left;
			font-style:italic;}	
#divider
    {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 10px;
    }
#divider .fa
    {
        color: #dab800;
        font-size: 60px;
    }
#divider span , h2.divsp
    {
        font-size: 18px;
		background-color:#dab800; 
		padding:5px 30px;
		color:#FFF;
		font-weight:bold;
		margin:20px 0;
		display:inline-block
		
    }
#feature1 h3{font-size:16px}
#divider p {margin:25px 0;
            font-size:17px;
			text-align:center;
			font-style:italic;}	
/* end divider */

/* start feature */
#feature {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 80px;
}
#feature .fa {
    color: #dab800;
    font-size: 60px;
}
#feature span {
    font-size: 18px;
    background-color: #dab800;
    padding: 5px 30px;
    color: #FFF;
    font-weight: bold;
    margin: 20px 0;

}
#feature p {
    margin: 40px 0 15px 0;
    font-size: 14px;
    text-align: center;
    font-style: italic;
    height: 30px;
}
/* end feature */

/* start feature1 */
#feature1
    {
        padding-top: 60px;
        padding-bottom: 60px;
    }
#feature1 p
    {
        padding-top: 10px;
    }
#feature1 span
    {
        float: left;
    }
#feature1 .fa
    {
        background: #dab800;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
#feature1 img {border-radius:5px;}	
/* end feature1 */

/* start pricing */
#pricing
    {
        background: #f8f8f8;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#pricing h2
    {
        padding-bottom: 60px;
    }
#pricing .pricing
    {
        background: #fff;
    }
#pricing .active
    {
        position: relative;
        bottom: 20px;
    }
#pricing .pricing .pricing-title
    {
        background: #dab800;
        color: #fff;
        font-weight: bold;
        padding: 30px;
    }
#pricing .pricing .pricing-title p
    {
        font-size: 20px;
    }
#pricing .pricing ul
    {
        padding: 0;
        margin: 0;
    }
#pricing .pricing ul li
    {
        display: block;
        list-style: none;
        padding: 16px;
    }
#pricing .pricing .btn
    {
        background: transparent;
        border: 1px solid #dab800;
        border-radius: 0px;
        color: #dab800;
        font-weight: bold;
        padding-right: 40px;
        padding-left: 40px;
        margin-top: 20px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }
#pricing .pricing .btn:hover {
    background: #dab800;
    color: #fff;
}
/* end pricing */

/* start download */
#download
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
#download h2
    {
        padding-bottom: 20px;
    }
#download .btn
    {
        border-radius: 0px;
        font-weight: bold;
        margin-top: 20px;
        padding: 10px 40px 10px 40px;
    }
/* end download */
.slides li{position:relative}
.slides li .slidtxt{position:absolute; width:100%; font-family:Arial, Helvetica, sans-serif; color:#fff; top:30%; text-align:center; margin:0 10px;text-shadow: 1px 1px #000000;}
.slides li .slidtxt .slidtitre{font-size:30px; font-weight:bold}
.slides li .slidtxt p{ font-size:28px}
/* start contact */
#contact
    {
        background:#2a2e33;
        background-size: cover;
        color: #fff;
    }
#contact h2
    {
        padding-bottom: 10px;
		font-size:24px;
		font-family:"Times New Roman", Times, serif;
		font-weight:300;
    }
#contact address
    {
        padding-top: 20px;
    }
#contact address .fa , .socialmedia .fa
    {
        background: #dab800;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 6px;
        margin-right: 10px;
    }
#contact .contact-form
    {
        padding-top: 40px;
    }
#contact .form-control
    {
        border: none;
        border-radius: 0px;
        box-shadow: none;
        margin-bottom: 20px;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        background: #dab800;
        color: #fff;
        font-weight: bold;
        transition: all 0.3s ease;
    }
#contact input[type="submit"]:hover {
    background: #107DB6;
}
/* end contact */

/* start footer */
footer
    {
        background: #fff;
        font-weight: 400;
        text-align: center;
        padding: 20px;
    }
.scrolled{opacity:0.8;
height:65px; padding:0 !important}
.scrolled img{height:40px; margin-top:10px}
.marg25{margin-bottom:25px; margin-top:25px}
.marg35{margin-bottom:35px; margin-top:35px}
.amerror5{ border:solid 2px #d00}
.martb20{margin-top:25px}
.btn-default{background-color:#dab800 !important; color:#fff !important; padding:8px 15px}
@media screen and ( max-width: 991px ) {
    .templatemo-box {
        margin-bottom: 30px;
    }
    #pricing .active {
        bottom: 0;
    }
    .pricing {
        margin-bottom: 20px;
    }
    #feature img, #download img {
        margin-top: 30px;
    }
    #feature1 img {
        margin-bottom: 30px;
    }
}
@media screen and ( max-width: 767px ) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }
    #feature, #pricing, #download {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #contact .overlay {
        padding-top: 40px;
    }
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#dab800}
}
@media screen and ( max-width: 360px ){
    .pricing
        {
            padding-bottom: 40px;
        }
}
.blogimg{text-align:center; margin-bottom:10px}
.blogplus{color:#dab800 !important; font-weight:400}
.bordbottom{border-bottom:solid 1px #ccc}