/* Basic Styles
================================================== */
body{ 
    font-family: 'Raleway', sans-serif !important;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;	
    cursor:default;
    font-size: 14px;
    font-weight: 500;
    color:#7a7a7a;
}

html {
    -webkit-text-size-adjust: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline:none;
}
a {
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
a.hover-color{
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in; 
}
a.hover-color:hover{
    color:#0FAF97 !important;
}
img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;

}
p.lead{
    font-weight: 400;
}
/*margin spaces*/
.space-10{
    width:100%;
    height: 10px;
    clear: both;
}
.space-20{
    width:100%;
    height: 20px;
    clear: both;
}
.space-30{
    width:100%;
    height: 30px;
    clear: both;
}
.space-40{
    width:100%;
    height: 40px;
    clear: both;
}
.space-50{
    width:100%;
    height: 50px;
    clear: both;
}
.space-70{
    width:100%;
    height: 50px;
    clear: both; 
}
.margin-btm-20{
    margin-bottom: 20px;
}
.margin-btm-40{
    margin-bottom: 40px;
}

/*--------padding------------*/
.padding-40{
    padding: 40px 0;
}
/* Enable custom submit button styling in Safari mobile */
input[type='submit']
{
    -webkit-appearance: none; 
}

::-moz-selection {
    color: #fff;
    text-shadow:none;
    background-color: #0FAF97;
}

::selection {
    color: #fff;
    text-shadow:none;
    background-color: #0FAF97;
}

p, blockquote {
    line-height: 23px;
}

blockquote {
    font-style: italic;
}
iframe, fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
.responsive-video {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 50.25%;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*==================== ========*/
/*========= Forms =========*/
/*============================*/
.form-box{
    padding: 15px;
    background: #fff;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control{
    display: inline-block;
   -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #f7f7f7;
    border:1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1) inset;
    font-size: 12px;
    color: #7a7a7a;
height:40px;
    background: #FFF;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus{
    border: 1px solid #b3b3b3;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; line-height: 50px; margin-bottom: 20px;}
h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }

em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }
h3.subtitle{
    font-weight: 800;
    font-size: 18px;
    color:#b3b3b3;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}
h4.heading-mini{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color:#000;
    margin-bottom: 10px;
}

h3.heading-sec{
    font-weight: 600;
    display: block;
    margin-bottom: 40px;
    color:#000;
    font-size: 23px;
    text-transform: uppercase;
    text-align: center;
}

.header-main{
    width:100%;
}
/*******************bootstrap overrides **************************/
.main-logo { margin-top: 6px; text-indent: 100%; white-space: nowrap; overflow: hidden;}
.navbar-default {
    background-color: #fff;
    border-color: #eeeeee;
    -webkit-box-shadow: 0 5px 6px -6px #ccc;
    -moz-box-shadow: 0 5px 6px -6px #ccc;
    box-shadow: 0 5px 6px -6px #ccc;
    width:100%;
    padding: 10px 0;
}
.navbar{
    border-radius: 0;
    margin-bottom: 0px;
}
.nav-center {
    margin:0;
    float:none;
}
.navbar-brand{
    color:#555 !important;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #0FAF97;
    background-color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #fff;
    color: #0FAF97;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #0FAF97;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #888;
    font-size: 13px;
    font-weight: 700;
	text-transform: uppercase;
}

/*sticky header*/
.sticky-nav{
    width:100%;
	height:80px;
}

/*DROPDOWN*/
/*============================*/
/*======dropdowm menu=========*/
/*============================*/
.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 190px;
    background-color: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top: 2px solid #0FAF97 !important;
}
.navbar .dropdown-menu li a{
    color:#888;
    padding: 9px 20px;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 500;
    font-size: 15px;
    text-transform: lowercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.navbar .dropdown-menu li:last-child a{
    border-bottom: none;
}
.navbar .dropdown-menu li a:hover{
    background: #0FAF97;
    color:#fff;
}

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 0px 0px;
  clear: both;
  font-weight:300;
  color: #262626;
  line-height: 1.428571429;
  white-space: normal;
   text-transform: lowercase;
}

.dropdown-menu-large .dropdown-header > a:focus{
  color: #428bca;
  text-transform: lowercase;
}

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
text-transform: lowercase;
  text-decoration: none;
  color: #0FAF97;
}

.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #75CEA1;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  font-family: 'time new roman', serif;
  font-size: 18px;
  padding: 0px 0px;
  color: #428bca;
}



/*top bar*/
.top-bar{
    background-color: #f9f9f9;
}
.top-bar .info {
    margin: 0px;
}
.top-bar .info li {
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    color:#555;
    font-weight: 500;
    font-size: 13px;
}
.top-bar .info li a{
    color:#555;
    margin-right: 10px;
}

/*flex slider*/
.slider-reg{
    width:100%;

}
.main-flex-slider{
    position: relative;
}
.main-flex-slider .flex-control-nav {
    bottom: 30px;
    margin: 0;
    height: 14px;
    z-index: 10;
}
.main-flex-slider .flex-control-paging li a{
    background-color: #fff !important;
}
.main-flex-slider .flex-control-paging li a.flex-active{
    background-color: #0FAF97 !important;
}
.slider-overlay{
    background-image: url('../img/.png');
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

.slider-text{
    text-align: center;
}
.slider-text h1{
    color:#fff;
    margin-top: 150px;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}
@media(max-width:1024px){
    .slider-text h1{
        margin-top: 100px;
    }   
}
.slider-text p{
    color:#fff;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 20px;
}
.slide-btn{
    margin-top: 40px;
     font-family: 'Raleway', sans-serif !important;
     font-style: normal !important;
}
.slide-btn .btn-white{
    padding: 14px 25px;
}
/*-----------------------------------services and features------------------------------------------*/
.services-box{
    text-align: center;
    margin-bottom: 10px;
    padding: 15px 10px;
}
.services-box i{
    color:#0FAF97;
    font-size: 24px;
    margin-bottom: 15px;
    width:70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #0FAF97;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.services-box h1{
    font-size: 20px;
    margin-bottom:0px;
    color:#333;
}
.services-box:hover i{
    border-color: #0FAF97;
    background-color: #0FAF97;
    color:#fff;
}
/*services option 2*/
.services-icon i{
    color:#0FAF97;
    width:80px;
    line-height: 80px;
    height: 80px;
    font-size: 34px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.services-text h4{
    color:#fff;
    margin-bottom: 15px;
}

/*features*/
.features h3{
    font-weight: 800;
    color:#fff;
}
.features p{
    color:#fff;
}
/*==========================content regions==========================*/
#content-region-1{
    background-color: #000;
}
#content-region-2{
    background: url('../img/img-1.jpg') no-repeat top center scroll;
    padding: 80px 0;
    width:100%;
    overflow: hidden;
}

/*==========================portfolio ==========================*/
.portfolio-sec{
    border: 1px solid #eeeeee;
    color: #000000;
    background-color: #ffffff;
    position: relative;
}
.portfolio-thumnail img{
    width:100%;
    height: auto;
}
.portfolio-desc{
    padding: 10px 0;
}
h4.portfolio-post-title{
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
}
.portfolio-post-cat{
    font-family: 'Arial', sans-serif !important;
	display: block;
    letter-spacing: 1px;
    font-size: 12px;
    color: #23458c;
}
.portfolio-post-cat2 span{
    font-family: 'Arial', sans-serif !important;
	letter-spacing: 1px;
    font-size: 12px;
	font-weight: bold;
    color: #23458c;
}

.portfolio-desc .theme-btn-default{
    margin-bottom: -50px; 
}
.flexslider{
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
}
.portfolio-single-desc h3{
    color:#000;
    font-size: 23px;
    font-weight: 800;
}
/*mix it up filter*/
.portfolio-filters{
    margin-bottom: 30px;
    list-style: none;
    padding: 0;
}
.portfolio-filters li{
    display:inline-block;
    border:1px solid #eeeeee;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 12px ;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.portfolio-filters li.active{
    background-color: #0FAF97;
    color:#fff;
    border-color:#0FAF97;
}
#grid .mix{
    display: none;
    opacity: 0;
}
/***************************************news and blog sec**************************************/
/*latest news*/
.news-sec{
    border: 1px solid #eeeeee;
    color: #000000;
    background-color: #ffffff; 
}
.blog-post-title {
    margin-bottom: 5px;
}
.blog-post-title a{
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    color:#000;
}
.news-desc{
    padding: 10px 20px;
}
.news-post-cat{
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    color: #999999;
    margin-bottom: 10px;
}
.news-desc p{
    color:#7a7a7a;
}
.news-thumnail img{
    opacity:.8; 
    filter:alpha(opacity=80); 
}
.news-thumnail img:hover{
    opacity:1;
    filter:alpha(opacity=100);
}
/*blog page*/
.blog-post-section{
    padding: 5px 5px;
	border:
}
.blog-post-img{
    margin-bottom: 30px;
}
.blog-post-header{
    text-align: left;
}
.blog-post-header h3{
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 5px;
	color:#55ACEE;
}
.blog-post-header h3 span{
    font-weight: 200;
    font-size: 16px;
    margin-bottom: 10px;
	color:#7a7a7a;
}
.blog-post-header h3 a{
    color:#000;
}
.blog-post-info{
    text-align: center;
    margin-bottom: 30px;
}
.blog-post-info span{
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color:#999;
}
.blog-post-info span a{
    color:#666;
}
.blog-post-detail{
    margin-bottom: 30px;
}
.blog-post-more{
    margin-bottom: 30px;
}
/*****************************sidebar css****************************/
.sidebar-box{
    margin-bottom: 30px;
}
.event{
    color:000;
}

.sidebar-box h4{
    color:#7a7a7a;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.widget-search .search-form{
    position: relative;
}
.widget-search .search-form i{
    position: absolute;
    top: 0;
    right:10px;
    line-height: 38px;
    text-align: center;
    color: #999;
}
.cat-list{
    padding: 0px;
    list-style: none;
}
.cat-list li{
    padding: 3px 0;
}
.cat-list li a{
    color:#555;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
}
.recent {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}
.recent span img {
    float: left;
    margin-right: 10px;
    width:105px;
    height: 70px;
}
.recent p {
    margin: 0;
    line-height: 18px;
    font-size: 13px;
    overflow: hidden;
}
.recent p a{
    color:#555;
}
.recent .recent-date{
    font-size: 10px;
    color:#999;
    font-weight: 800;
    text-transform: uppercase;
}
.sidebar-box .social-btn li a i{
    background-color: #000;
    color:#fff;
}
.post-comment-wrapper{
    padding: 50px 0;
    display: block;
    border-bottom: 1px solid #eeeeee;
    clear: both;
}
.post-comment-wrapper h3{
    color:#000;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.comment-box{
    margin:15px 0;
    padding: 10px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.comment-box img{
    float:left;
    margin-right:15px;
    width:120px;
    height: 80px;
}
.comment-box p{
    overflow: hidden;
}
.comment-box  span{
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color:#000;
    display: block;
    margin-bottom: 5px;
}
.comment-form-wrapper{
    padding: 40px 0;
    border-bottom: 1px solid #eeeeee;
}
.comment-form-wrapper h3{
    color:#000;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.comment-form-wrapper .form-control{
    margin-bottom: 15px;
}
/*************************************buttons for bizwrap theme********************************/
.btn{
    font-weight: 700;
    font-size: 10px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-border-radius:0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    letter-spacing: 0.1em;
    color: #fff;  
	background-color: #00BFFF;
    border-color: #00BFFF;
}
.btn:hover,.btn:focus{
    color:#fff;
    outline: none;
}

label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

/*button white for colored background*/
.btn-white{
    background-color: transparent;
    color:#fff;
    border-radius: 0;
    border:2px solid #fff;
}
.btn-white:hover{
    background-color: #fff;
    color:#222;
}
.btn-big{
    padding: 14px 25px;
}
/*button default*/
.theme-btn-default{
    background-color: #fff;
    border: 1px solid #eeeeee;
    color:#555;
}
.theme-btn-default:hover{
    color:#fff;
    background-color: #000;
    border-color:#000;
}
/*theme color button*/
.theme-btn-color{
    background-color: #0FAF97;
    border-color:#0FAF97;
    color:#fff;
}
.theme-btn-color:hover{
    color:#fff;
    background-color: #000;
    border-color:#000;
}

/**************************************testimonials******************************************/
.testimonials p.testi-text{
    color:#fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}
.testimonials span.testi-person{
    font-weight: 500;
    color:#fff;
}


/**********************************************footer*****************************************/
#footer{
    background-color: #73787c;
    padding: 60px 0;
}
.footer-col h3{
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    color:#fff;
    margin-bottom:30px;
}

.footer-col h3:first-letter{
    border-bottom: 5px solid #00BFFF;
}
.footer-col p{
    font-size: 14px;
    color:#000;
}

.post-list li a{
    color:#b3b3b3;
    font-weight: 500;
    font-size: 13px;
    display: block;
    padding: 8px 0;        
    border-bottom: 1px solid #444;
}
.footer-col form .form-control{
    background-color: #FFFFFF;
    border: none;
    color:#000000;
    margin-bottom: 15px;
}
.footer-col form .form-control:focus{
    background-color: #e6e6ff;
    border: none;
}
.footer-col form textarea{
    background-color: #111;
    border: none;
    color:#fff;
}
.footer-col form textarea:focus{
    background-color: #333;
    border: none;
}
.footer-col .social-btn li a i{
    color:#fff;
    border: 2px solid #fff;
}
.footer-col .social-btn li a i:hover{
    background-color: #0FAF97;
    border-color: #0FAF97;
}
.footer-bottom{
    padding-top: 60px;
}
.footer-bottom span{
    color:#fff;
    font-weight: 800;
}
/*****************************social buttons************************/
.social-btn li a i{
    width:35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 5px;
}

/****************breadcrumbs*********************************************/
.page-tree-bg{
    background: url('../img/img-555.jpg') no-repeat top center scroll;
    padding: 60px 0;
	height:440px;
    width:100%;
}
.page-tree-bg2{
    background: url('../img/img-556.jpg') no-repeat top center scroll;
    padding: 60px 0;
	height:440px;
}
.page-tree-bg3{
    background: url('../img/img-558.jpg') no-repeat top center scroll;
	padding: 60px 0;
	height:440px;
}
.page-tree-bg4{
    background: url('../img/img-.jpg') no-repeat top center scroll;
    padding: 100px 0;
}
.page-tree-bg5{
    background: url('../img/img-.jpg') no-repeat top center scroll;
    padding: 100px 0;
}

h3.page-tree-text{
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-style: italic;
	color:#fff;
    margin-top:-30px;
}
/***********************bootstrap pagination override***************************/
.pagination li a{
    color:#999;
}
.pagination li a:hover{
    color:#fff;
    background-color: #0FAF97;
    border-color: #0FAF97;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #0FAF97;
    border-color: #0FAF97;
    cursor: default;
}
/**************inner pages css**************************/

/*about page*/
.icon-list li{
    padding: 5px 0;
}
.icon-list li i{
    color:#0FAF97;
    margin-right: 10px;
}
/*team person*/
.person-section{
    border:1px solid #eeeeee;
}
.person-desc{
    padding: 10px 10px;
}
.person-desc h3{
    color:#000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 2px;
}
.person-desc span{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    color:#7a7a7a;
    margin-left: 10px;
}
.person-desc p{
    text-align: left;
    margin-bottom: 5px;
    font-size: 12px;
    color:#23458c;
    font-weight: 500;
    letter-spacing: 2px;

}
.team.social-btn li a i{
    color:#7a7a7a;
    border:2px solid #7a7a7a;
}

.hire-sec .services-icon i{
    background-color: #0FAF97;
    color:#fff;
}
.hire-sec .services-text .heading-mini{
    margin-bottom: 10px;
    color:#333; 
}
/*process*/
.process-box{
    text-align: center;
    padding: 30px 0;
}
.process-box h2{
    font-size: 25px;
}
.process-box i{
    font-size: 54px;
    color:#0FAF97;
    margin-bottom: 20px;
}
/*progress bar*/
h3.heading-progress {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
}
.progress {
    height: 15px;
    line-height: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #E9E9E9;
    border-radius: 0;
}
.progress-bar {
    line-height: 10px;
    background: #0FAF97;
    box-shadow: none;
    -webkit-box-shadow: none;
}


/*************************login or signup form********************/
.my-login-form{
    padding: 30px 20px;
    border:1px solid #eeeeee;
}
.form-btm-link a{
    color:#0FAF97;
}
.form-btm-link a:hover{
    text-decoration: underline; 
}
.form-btm-link span{
    margin:0px 20px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 23px;
}

/*error page*/

.error-digit{
    font-size: 50px;
}
.error-text h3{
    font-family: 'Playfair Display', serif;
    font-style: italic;
}
/*contact*/
.my-contact-form form input{
    background-color: #f7f7f7;
}
.my-contact-form textarea{
    background-color: #f7f7f7;
}
#map-canvas{
    width:100%;
    height:400px;
}




/******************pricing************************/
.pricing-wrapper{
    border:1px solid #eeeeee;
}
.pricing-head{
    padding: 20px 10px;
    background-color: #000000;
    text-align: center;
}
.pricing-head h3{
    margin: 0px;
    color:#fff;
}
.pricing-rate{
    padding: 30px 10px;
    background-color: #0FAF97;
    text-align: center;

}
.pricing-rate h1{
    color:#FFF;
    margin: 0px;
}
.pricing-rate h1 small{
    color:#E9E9E9;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.pricing-desc ul {
    padding-left: 0px;
    margin: 0;
}
.pricing-desc ul li{
    padding: 12px 20px;
    border-bottom: 1px solid #eeeeee;
}
.pricing-select{
    padding: 10px 20px;
    text-align: center;
}
.pricing-select a{
    display: block;    
}
.price-faq-box{
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}
.price-faq-box h3{
    font-size: 20px;
	color:#428bca;
}
.price-faq-box2{
    padding: 20px 0;
    border: 1px solid #eeeeee;
}
.price-faq-box2 h3{
    font-size: 20px;
}

/*****************bootstrap tabs overrides*****************************/
/*tabs*/

.tabs .nav-tabs {
    border-bottom: none;
}
.tabs .nav-tabs  li {
    margin-bottom: 0;
}

@media (max-width: 767px) {
.tabs .nav-tabs  li {
width: 100%;
float: none;
margin-bottom: 2px;
}

.tabs .nav-tabs  li  a {
margin-right: 0 !important;
}
.tabs .nav-tabs  li.active  a {
border-bottom: 2px solid #dcdcdc !important;
}
}
.tabs .nav-tabs  li  a {
background: #f7f7f7;
margin-right: 2px;
border-left: 1px solid #f7f7f7;
border-right: 1px solid #f7f7f7;
border-bottom: none !important;
border-radius: 0;
padding: 12px 20px;
color: #6d6d6d;
position: relative;
}
.tabs .nav-tabs  li  a:after {
content: "";
display: block;
position: absolute;
top: -1px;
left: -1px;
right: -1px;
height: 3px;
}
.tabs .nav-tabs  li  a:before {
content: "";
display: block;
position: absolute;
bottom: -1px;
left: 0;
right: 0;
height: 1px;
}
.tabs .nav-tabs  li  a:hover {
    border-color: #f7f7f7;
}
.tabs .nav-tabs > li > a .fa {
    margin-right: 4px;
}
.tabs .nav-tabs  li.active  a {
    color: #0FAF97;
    border-left-color: #eee;
    border-right-color: #eee;
    background: #fff;
}
.tabs .nav-tabs  li.active  a:after {
    background: #0FAF97;
}
.tabs .nav-tabs  li.active  a:before {
    background: #fff;
}
.tabs .nav-tabs  li.active  a:hover {
    border-bottom-color: #fff;
}
.tabs .tab-content {
    padding: 15px 8px;
    border: 1px solid #eee;
    background: #fff;

}
.tab-content p{
    overflow: hidden;
}
.tabs .tab-content:before,
.tabs .tab-content:after {
    content: " ";
    display: table;
}
.tabs .tab-content:after {
    clear: both;
}
.tabs .tab-content p:last-child {
    margin-bottom: 0;
}

/***********************************************************************************
*************************   Responsive css start here    ***************************
***********************************************************************************/
@media(max-width:768px){
    .slider-text h1{
        margin-top: 70px;
        font-size: 2em;
    }
    .slider-text p{
        display: none;
    }
    .main-flex-slider .flex-control-nav {
        bottom: 10px;
        margin: 0;
        height: 14px;
        z-index: 10;
    }
}
@media(max-width:433px){
    .slider-text h1{
        margin-top: 30px;
        font-size: 16px;
    }  
}


/************version v1.1 css here********************/
.home-slider{
    width:100%;

}
.carousel {
    position: relative;
}
.home-slider .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.home-slider .carousel-inner .item{
    overflow: hidden;
    width:100%;
    height: 550px;
    background-color: #333 !important;
    padding: 100px 0 0;
}

#item-1{
    background-image: url(../img/img-5.jpg);
    width:100%;

}
#item-2{
    background-image: url(../img/img-6.jpg);
    width:100%;
}
#item-3{
    background-image: url(../img/img-4.jpg);
    width:100%;
}

a.carousel-control {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -25px;
    background-image: none !important;
    font-size: 52px;
    font-weight: 300;
    cursor: pointer;
}
a.carousel-control i{
    color:#fff;
}

.slider-wrapper{
    margin-top: 100px;
}
.slider-wrapper h1{
    color:#fff;
    font-weight: 300 ;
}
.slider-wrapper p{
    color:#fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}
.slider-wrapper-2{
    margin-top: 60px;
}
.slider-wrapper-2 h1{
    color:#fff;
    font-weight: 300;
}
.slider-2img{
    margin-top: 60px;
}
.slider-wrapper-2 p{
    color:#fff;
}
.slider-video-wrapper{
    margin-top: 60px;
}
.slider-wrapper-3{
    margin-top: 60px;

}
.slider-wrapper-3 h1{
    color:#fff;
    font-weight: 300;
}
.slider-wrapper-3 p{
    color:#fff;
    font-size: 18px;
    font-weight: 300;
}
/**slider carousel delay**/

.delay-1{
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: none;
    animation-delay: 300ms;
    -o-animation-delay:none;
}
.delay-2{
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: none;
    animation-delay: 600ms;
    -o-animation-delay:none;
}
.delay-3{
    -webkit-animation-delay: 900ms;
    -moz-animation-delay: none;
    animation-delay: 900ms;
    -o-animation-delay:none;
}
.delay-4{
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: none;
    animation-delay: 1200ms;
    -o-animation-delay:none;
}
.delay-5{
    -webkit-animation-delay: 1500ms;
    -moz-animation-delay: none;
    animation-delay: 1500ms;
    -o-animation-delay:none;
}
.delay-6{
    -webkit-animation-delay: 1800ms;
    -moz-animation-delay: none;
    animation-delay: 1800ms;
    -o-animation-delay:none;
}

@media(max-width:767px){
    .slider-wrapper{
        text-align: center;
    }
    .slider-wrapper-2{
        text-align: center;
        margin-top: 50px;
    }
    .slider-wrapper-3{
        text-align: center;
        margin-top: 50px;
    }
    .carousel-indicators {
        bottom: 20px;
    }

}
@media(max-width:360px){
    a.carousel-control{
        display: none;
    }
    .carousel-inner .item{
        padding: 20px 0 0;
    }
    .slider-wrapper,.slider-wrapper-2,.slider-wrapper-3{
        margin-top: 20px;
    }
    .carousel-indicators {
        bottom: 0px;
    }
}
/**************footer option css here********************/
#footer-option{
    background: #121214;
    border-top:8px solid #0FAF97;
    margin-top: 50px;
    padding: 80px 0 0;
    position: relative;
    clear: both;
}
#footer-option .footer-col{
    font-size: 0.9em;
}
#footer-option .footer-col .theme-btn-color {
    height: 34px;
}
#footer-option .footer-col .form-control{
    height: 34px;
    background-color: #eeeeee;
    color:#333;
    margin-bottom: 0px;
}

.footer-col a.tweet-ac{
    display: block;
    color:#fff;

}
.footer-col .tweet-desc {
    margin:5px 0;

}
.footer-col .tweet-desc i{
    margin-right: 10px;
}
.footer-col a.tweet-day{
    display: block;
    color:#fff;
    font-size: 0.9em;
}
.footer-col hr{
    border-color:#333;
}

.footer-copyright{
    background: #0C0C0C;
    border-top: 4px solid #111;
    margin-top: 40px;
    padding: 30px 0 30px;
}
.footer-nav{
    margin: 0;
    padding: 0;
    text-align: right;
}
.footer-nav li a{
    color:#fff;
    font-size: 0.9em;
}
.footer-nav li a:hover{
    color:#0FAF97;
}


.footer-copyright span{
    font-size: 0.9em;
}
@media(max-width:768px){
    .footer-copyright .footer-logo{
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-copyright p{
        text-align: center;
    }
    .footer-copyright .footer-nav{
        text-align: center;
    }
}

/*********************header option 2***************************/

.navbar-inverse {
    background-color: #223741;
    border: none;
    border-radius: 0;
    opacity: .95;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    width:100%;
}
.navbar-inverse .navbar-nav>li>a {
    color: #eee;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #0FAF97;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #0FAF97;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #0FAF97;
}

/* ======= FAQ Section ======= */
.faq {
  padding: 80px 0;
}
.faq .title {
  margin-bottom: 60px;
}
.faq .item {
  padding: 30px;
  background: #f5f5f5;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 3px solid #c4e7d9;
}
.faq .item .question {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 15px;
  color:#428bca;
}
.faq .item .question .fa {
  margin-right: 10px;
  color: #7bcaab;
}
.faq .item .answer {
  color: #777777;
  font-weight: 300;
}
.faq .more {
  margin-top: 30px;
}
.faq .more .title {
  margin-bottom: 15px;
  color: #999999;
  font-size: 18px;
}
.faq .more .btn {
  font-size: 18px;
  padding-left: 30px;
}
.faq .more .btn .fa {
  margin-left: 5px;
}

/*********************nav events***************************/
.nav5 {
list-style: none;
margin: 0;
padding: 0;
width: 200px;
}

.nav5 li {
border-bottom: 1px solid rgb(144,154,181);
}

.nav5 li a:link,
.nav5 li a:visited {
background-color: #CCD6DD;
color: #000;
padding: 0.4em;
display: block;
text-decoration: none;
}

.nav5 li a:hover {
background-color:#1f56a8;
color: rgb(255,255,255);
}

video {
  width: 100%    !important;
  height: auto   !important;
}

/* 
   EFFECT IMG
------------------------------------------------------------------------------------------- */


.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square {
  position: relative;
  width: 316px;
  height: 216px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.circle.effect3 .img {
  z-index: 11;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect3.colored .info {
  background: #1a4a72;
}
.ih-item.circle.effect3 .info {
  background: #333333;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect3 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 18px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect3 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ih-item.circle.effect3.left_to_right .img {
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
}
.ih-item.circle.effect3.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.circle.effect3.left_to_right a:hover .img {
  -webkit-transform: scale(0.5) translateX(100%);
  -moz-transform: scale(0.5) translateX(100%);
  -ms-transform: scale(0.5) translateX(100%);
  -o-transform: scale(0.5) translateX(100%);
  transform: scale(0.5) translateX(100%);
}
.ih-item.circle.effect3.left_to_right a:hover .info {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.circle.effect3.right_to_left .img {
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
}
.ih-item.circle.effect3.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.circle.effect3.right_to_left a:hover .img {
  -webkit-transform: scale(0.5) translateX(-100%);
  -moz-transform: scale(0.5) translateX(-100%);
  -ms-transform: scale(0.5) translateX(-100%);
  -o-transform: scale(0.5) translateX(-100%);
  transform: scale(0.5) translateX(-100%);
}
.ih-item.circle.effect3.right_to_left a:hover .info {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.circle.effect3.top_to_bottom .img {
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.ih-item.circle.effect3.top_to_bottom .info {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.circle.effect3.top_to_bottom a:hover .img {
  -webkit-transform: scale(0.5) translateY(100%);
  -moz-transform: scale(0.5) translateY(100%);
  -ms-transform: scale(0.5) translateY(100%);
  -o-transform: scale(0.5) translateY(100%);
  transform: scale(0.5) translateY(100%);
}
.ih-item.circle.effect3.top_to_bottom a:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.circle.effect3.bottom_to_top .img {
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.ih-item.circle.effect3.bottom_to_top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.circle.effect3.bottom_to_top a:hover .img {
  -webkit-transform: scale(0.5) translateY(-100%);
  -moz-transform: scale(0.5) translateY(-100%);
  -ms-transform: scale(0.5) translateY(-100%);
  -o-transform: scale(0.5) translateY(-100%);
  transform: scale(0.5) translateY(-100%);
}
.ih-item.circle.effect3.bottom_to_top a:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}



.ih-item.square.effect3 {
  overflow: hidden;
}
.ih-item.square.effect3.colored .info {
  background: #1a4a72;
}
.ih-item.square.effect3 .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect3 .info {
  height: 65px;
  background: #333333;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect3 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px 10px 0 4px;
  margin: 4px 0 0 0;
}
.ih-item.square.effect3 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 5px;
  text-align: center;
}
.ih-item.square.effect3 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect3.bottom_to_top .info {
  top: auto;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect3.bottom_to_top a:hover .img {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.ih-item.square.effect3.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect3.top_to_bottom .info {
  bottom: auto;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect3.top_to_bottom a:hover .img {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.ih-item.square.effect3.top_to_bottom a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.press .note {
  color: #56bc94;
  margin-bottom: 30px;
}
.press li {
  margin-right: 30px;
  margin-bottom: 30px;
}
.press li.last {
  margin-right: 0;
}
.press li a img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.press li a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}


/* 
------------------------------------------------------------------------------------------- */
 
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }
 
@media (max-width: 767px) {
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  


