/* ----------------------------------------------------
	SKELETON
------------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Lato',sans-serif;
    font-weight: 300;
    font-size:14px;
    color:#686868;
    line-height:175%;
    background-color:#fff;
    background-repeat:repeat;
    margin-bottom: 40px;
}
h1,h2,h3,h4,h5,h6{
    letter-spacing:0px;
    font-weight:normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight:normal;
    font-family: 'PT Sans',sans-serif;
    line-height:140% !important;
    color:#222222;
}
h1{
    font-size: 22px;
}
h2{
    font-size: 20px;
}
h3{
    font-size: 18px;
}
h4{
    font-size: 16px;
}
h5{
    font-size: 14px;
}
h6{
    font-size: 13px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    color:#222222 !important;
    text-decoration:none !important;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
    color:#fff !important;
}
a {
    color:#222222;
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-transition: background-color .2s linear, color .2s linear;
    -moz-transition: background-color .2s linear, color .2s linear;
    -o-transition: background-color .2s linear, color .2s linear;
    -ms-transition: background-color .2s linear, color .2s linear;
    transition: background-color .2s linear, color .2s linear;
}
a:hover,
a:focus {
    text-decoration: none;
    color:#686868;
}
a.readmore {
    display:block;
    font-style:italic;
}


.lead {
    font-family: 'PT Sans',sans-serif;
    font-size:18px;
}
.hidden{
    display:none
}
.alignleft{
    float:left
}
.alignright{
    float:right
}
.aligncenter{
    margin-left:auto;
    margin-right:auto;
    display:block;
    clear:both
}

mark {
    padding: 6px 12px;
}
section::before,
section::after {
    position: absolute;
    content: '';
    pointer-post-wraps: none;
}
.first {
    clear:both !important
}
.last{
    margin-right:0 !important
}
.nopadding {
    padding: 0 !important;
}


.make-center img {
    margin:auto;
}


.float-right {
    float: right;
    margin: 0px 0px 15px 20px;
}
.float-left {
    float: left;
    margin:0 5px
}



/*------------------------------------------------------------------------/
/ Custom CSS                                                              /
-------------------------------------------------------------------------*/

#header-style-1 {
    padding:7px 0;
    background-color:#ffffff;
    background: rgba(255, 255, 255, 1);
    border-bottom:1px solid #f2f2f2;
}
#header-style-1 .navbar-default {
    background-color:#ffffff;
    background: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 0);
}

#header-style-1 .navbar-brand {
    padding:0;
}
#header-style-1 .navbar {
    margin-bottom:0;
}
#header-style-1 a:hover {
    text-decoration:none;
}
#header-style-1 .navbar-nav > li > a {
    text-transform:uppercase;
    color:#222222;
    font-family: 'PT Sans',sans-serif;
    padding: 7px 18px;
    margin-top:8px;
}
#header-style-1 .navbar-nav > li > a:hover,
#header-style-1 .navbar-nav > li > a:focus,
#header-style-1 .navbar-nav > li > a:active,
#header-style-1 .navbar-default .navbar-nav > .open > a,
#header-style-1 .navbar-default .navbar-nav > .open > a:hover,
#header-style-1 .navbar-default .navbar-nav > .open > a:focus,
#topbar .social-icons span:hover a,
#footer .social-icons-right span:hover a,
#navbar-collapse-1 ul li.active a{
    color:#fff !important;
    -webkit-border-radius: 03px;
    -moz-border-radius: 03px;
    border-radius: 03px;
}

#navbar-collapse-1 ul li a{

    margin:0px 5px 0px 5px;
}

.text-logo{ color: #4cd964; }
.text-white{ color: #ffffff; }


#header-style-1 .navbar-nav > li > a:hover,
#header-style-1 .navbar-nav > li > a:focus,
#header-style-1 .navbar-nav > li >a:active,
#header-style-1 .navbar-default .navbar-nav > .open > a,
#header-style-1 .navbar-default .navbar-nav > .open > a:hover,
#header-style-1 .navbar-default .navbar-nav > .open > a:focus,
#topbar .social-icons span a:hover,
#footer .social-icons-right span a:hover,
#navbar-collapse-1 ul li.active a{
    background-color:#4cd964 !important;
}
#header-style-1.affix a.navbar-brand {
    font-size:16px !important;
    margin:5px 0 0;
}

#header-style-1.affix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top:0;
    padding-top:5px;
    min-height:inherit;
    z-index: 999;
    background:#ffffff;
    background: rgba(255,255,255,1);
    border-bottom: 1px solid #efefef;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
#header-style-1.affix .navbar {
    margin-top:0px;
}
#header-style-1.affix .navbar-brand img {
  /*  width:80%; */
    margin-top:5px
}
/* #header-style-1.affix .navbar-brand {
    line-height:38px;
} */

#topbar {
    /*	background:#fff; */
    background:#f7f7f7;
    z-index:99;
    position:relative;
    border-bottom:1px solid #f2f2f2;
    font-family: 'PT Sans',sans-serif;
}
#topbar,
#topbar a,
#footer,
#footer a{
    color:#000;
}
#topbar .social-icons span.last a,
#footer .social-icons-right span.last a{
    border-right:1px solid #f2f2f2;
}
#topbar .topbar-email,
#topbar .topbar-phone {
    float:left;
    padding:0 15px;
    line-height:42px;
    border-right:1px solid #f2f2f2;
    border-left:1px solid #f2f2f2;
}

#topbar .topbar-email i,
#topbar .topbar-phone i {
    color:#4cd964;
}
#topbar .topbar-phone,
#topbar .topbar-email {
    border-right:none;
}
#topbar .topmenu {
    display:block;
    float:left;
}

.social-icons, .social-icons-right {
    padding:0;
    display:block;
    overflow:hidden
}
.social-icons span a {
    border-left:1px solid #f2f2f2;
    font-size:14px;
    text-align:center;
    width:40px;
    height:42px;
    line-height:42px;
    overflow:hidden;
    display:block;
    float:left
}
.social-icons-right span a {
    border-left:1px solid #f2f2f2;
    font-size:14px;
    text-align:center;
    width:40px;
    height:42px;
    line-height:42px;
    overflow:hidden;
    display:block;
    float:left
}



#footer {
    width:100%;
    background:#f7f7f7;
    font-family: 'PT Sans',sans-serif;
    border-top: 1px solid #888888;
    display: block;
    position: absolute;
    bottom: 0;
    /* Set the fixed height of the footer here */
    height: 40px;

}
#footer .cpright span{
    font-size: 14px;
    height:40px;
    line-height:40px;

}

.dmtop {
    background-color:#4cd964;
    background-image: url(../images/up.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-indent: -999px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    overflow: auto;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

/* custom css */

.gradient {
    filter: none;
}
.doc-top {
    position:relative;
    padding:10px 15px;
    color:#f7f7f7;
    text-align:center;
    text-shadow:0 1px 0 rgba(0,0,0,.1);

    background: #666666;
    background: -moz-linear-gradient(45deg, #666666 0%, #888888 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #666666), color-stop(100%, #888888));
    background: -webkit-linear-gradient(45deg, #666666 0%, #888888 100%);
    background: -o-linear-gradient(45deg, #666666 0%, #888888 100%);
    background: -ms-linear-gradient(45deg, #666666 0%, #888888 100%);
    background: linear-gradient(45deg, #666666 0%, #888888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#888888', GradientType=1 );
    /*
        background-color:#6f5499;
        background-image:-webkit-gradient(linear,left top,left bottom,from(#563d7c),to(#6f5499));
        background-image:-webkit-linear-gradient(top,#563d7c 0,#6f5499 100%);
        background-image:-o-linear-gradient(top,#563d7c 0,#6f5499 100%);
        background-image:linear-gradient(to bottom,#563d7c 0,#6f5499 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);background-repeat:repeat-x
    */
}
.logo-pad{margin:0 auto 30px;}


.doc-top-icon{display:block;font-weight:500;color:#fff;text-align:center;cursor:default;background-color:#563d7c;border-radius:15%}
.doc-top-icon-lg{width:144px;height:144px;font-size:108px;line-height:140px}
.doc-top-icon-outline{background-color:transparent;border:1px solid #cdbfe3}

.half-rule{width:100px;margin:40px auto}
.half-rule-left{width:100px; padding-left: 0px; margin-left: 0;}
.doc-features{
    padding-top:40px;padding-bottom:40px;font-size:16px;line-height:1.5;color:#555;text-align:center;background-color:#fff;border-bottom:1px solid #e5e5e5;
}
.doc-features+.doc-footer{margin-top:0;border-top:0}
.doc-top-title{font-size:30px;font-weight:400;color:#4cd964;}
.doc-features-title{margin-bottom:5px;font-size:30px;font-weight:400;color:#333}


.touch-sidebar{
    padding-top: 60px;
}
.touch-sidebar.affix{position:static}

.google-map{
    width:100%;
    height:450px;
}

/*
Responsiveness

*/
@media (min-width:480px){.doc-top{padding:80px 0}}
@media (min-width:480px){.touch-sidebar{ padding-top: 10px;}}


@media (min-width:768px){.doc-top{padding:30px 0}.doc-top h1{font-size:60px}.doc-top .lead{font-size:24px}}
@media (min-width:768px){.doc-features{padding-top:100px;padding-bottom:100px}.doc-features-title{font-size:40px} .doc-features .lead{max-width:80%;margin-right:auto;margin-left:auto}}
@media (min-width:768px){.nav-padding-left{padding-left: 5%;}}
@media (min-width:480px){.touch-sidebar{ padding-top: 30px;}}


@media (min-width:992px){.doc-top .lead{width:80%;font-size:30px} .nav-padding-left{padding-left: 25%;}}


/* Form Styles */
.success {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.error {
    /* padding: 0.1em; */
    margin-bottom: 0.25rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

form#contact-form label.error {
    font-weight: normal;
    color : red;
    border:none;
    background-color:transparent;
    font-size:12px;
    padding: 2px 5px;
    margin-top: 2px;
}
form#contact-form label.success {
    padding: -2px -5px;
    margin-top: -2px;
}