@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
body,
html {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: #6f6f6f;
}
::-webkit-scrollbar { width: 2px;  }/* for vertical scrollbars */
::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.5); }

@media (min-width: 1200px) { 
    .container { width: 1100px }
}
h1 {
    font-weight: 600;
}
h1 small { text-transform: lowercase }
h2 {
    line-height: 10px;
    font-weight: 300;
}

.con1 {
    font-size: 20px;
	color:#FFFFFF;
}

.con12 {
    font-size: 16px;
	color:#527fdd;
}
.con12:hover {
	color:#eaff00;
}
.con15 {
    font-size: 20px;
	color:#000;
	
}
.con2 {
    font-size: 16px;
	color:#757575;
}
h5 { font-size: 16px }
p { font-size: 14px ;}
a {
    color: inherit;
    transition: all 0.5s;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #DB3838;
}

.highlight { color: #DB3838;}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block }
* html .clearfix { height: 1% }
.clearfix { display: block }
/* Navigation */
#menu {
    margin-bottom: 0;
    background-color: #f96609;
    padding: 0px 0;
    height: auto;
    border: 0px;
}
.navbar-brand img {
    height: 147px;
    width: 394px;
}
.navbar-brand { padding: 10px 15px }
.navbar-nav > li > a {
    font-size: 13px;
    font-weight: 700;
    padding: 18px 16px;
    margin: 8px 4px;
    text-transform: uppercase;
    transition: all 0.5s;
    color: #616161;
}
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #DC3838;
}

#header .breadcrumb > li a { color: #ffffff }
/* Home Style */
#home {
    background: url(../imgx/bg/aaa.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #828282;
}
#home .overlay {
    /* Opera 11.10+ */
  /* W3C */
    padding: 5% 0;
    background-attachment: fixed;
/*    background: rgba(138, 0, 0, 0.16);
*/    text-align: left;
}
#home h1 { color: #010101; line-height: 50px; font-size: 44px;text-align: left;}
.content-heading p.lead { margin-bottom: 42px; color: #010101;text-align: left;font-size: 21px;font-weight: 500;}
a.goto-btn {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    transition: all 0.5s;
}
a.goto-btn:hover {
    color: #FEFFFF;
    background: #000;
}

/* Home Section Style 4 - App Header Style*/
#home.app .overlay { padding: 10% 0 5% 0 }
#home.app {background: url(../imgx/bg/02.html);}
a.goto-btn { margin-right: 30px ; border: #fff 1px solid; padding: 12px 18px; color: #eaff00;text-align: left;float: left;margin-top: 0;}
.ipad-wrapper .app-wrap {
    position: relative;
    width: 395px;
}





/* Footer */
#footer {
    padding: 20px 0 10px;
    background-color: #f8970a;
    color: #ffffff;
}
ul.social li a i {
    font-size: 18px;
    background: transparent;
    width: 32px;
    height: 32px;
    padding: 7px 0;
    text-align: center;
    border-top-left-radius: 0;
    border: 1px solid transparent;
    color: #ffffff;
    transition: all 0.5s;
}
