@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&subset=latin,latin-ext);

/* ==========================================================================
   General
========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
form,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

body.active {
    margin: 0;
    color: #888888;
    padding: 0;
    font-weight: normal;
     background: #252a31 url("../images/bg-pattern.jpg") repeat;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
    font: 14px/22px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.browsehappy { margin: 0.2em 0; 
               background-color: #cccccc; 
               color: #000000; 
               padding: 0.2em 0; 
}
.uppercase { 
    text-transform: uppercase; 
}

/* Anchor
---------------------------------------------------------------------------*/

a {
    color: #d71921;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    outline: none;
    color: #333333;
    text-decoration: none;
}

/* ==========================================================================
Typography
========================================================================== */
h1.active-head {
    font-size: 26px;
    font-weight: 700;
    color: #00b2ed;  
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    color: #444444;
    margin: 0 0 20px;
    font-weight: 400;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
}

h1 { font-size: 30px;}
h2 { font-size: 24px;}
h3 { font-size: 20px;}
h4 { font-size: 18px;}
h5 { font-size: 14px;}
h6 { font-size: 12px;}

p { margin: 0 0 10px;}

b, strong { font-weight: 700;}

.font-size-16 { font-size: 16px;}
.font-size-24 { font-size: 24px;}
.font-size-36 { font-size: 36px;}
.font-size-60 { font-size: 60px;}

.font-weight-600 { font-weight: 600;}
.font-weight-800 { font-weight: 800;}

/* Selection Color
---------------------------------------------------------------------------*/
::selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #adcc1b;
}
::-webkit-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #adcc1b;
}
::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #adcc1b;
}

/* Colors
---------------------------------------------------------------------------*/
.base-color { color: #ce0c21; }
.black-color { color: #333333; }
.gray-color { color: #444444; }

.margin-bottom {
    margin-bottom: 40px;
}

.basecolor {
    background: url("../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #fffc00!important;
    color: #444;
}

/* ==========================================================================
Structure
========================================================================== */

#top-header {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
    color: #999;
    background: #fff;
}
.hide-top-header { display: none; }

/* Info
---------------------------------------------------------------------------*/
#info { padding: 6px 0; }
#info span { margin: 0 10px 0 0; }
#info span:last-child { margin: 0; }
#info a { color: #888888; }
#info a:hover { color: #ce0c21; }

/* Social Icons
---------------------------------------------------------------------------*/
#header-social-icons { float: right; }
#header-social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#header-social-icons ul li {
    float: left;
    display: inline-block;
    -webkit-border-left: 1px solid #efefef;
    -moz-border-left: 1px solid #efefef;
    -o-border-left: 1px solid #efefef;
    border-left: 1px solid #efefef;
}
#header-social-icons ul li:last-child {
    -webkit-border-right: 1px solid #efefef;
    -moz-border-right: 1px solid #efefef;
    -o-border-right: 1px solid #efefef;
    border-right: 1px solid #efefef;
}
#header-social-icons ul li a {
    width: 34px;
    display: block;
    color: #888888;
    line-height: 34px;
    text-align: center;
    -webkit-transition: all 0.0s ease-in-out;
    -moz-transition: all 0.0s ease-in-out;
    -ms-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;
    transition: all 0.0s ease-in-out;
}
#header-social-icons ul li a:hover { color: #ffffff; }

a.twitter:hover { background: url('../images/masksquare.png') no-repeat scroll 50% 50% / 100% 100% #46C0fb; }
a.facebook:hover { background: url('../images/masksquare.png') no-repeat scroll 50% 50% / 100% 100% #4863ae; }
a.google-plus:hover { background: url('../images/masksquare.png') no-repeat scroll 50% 50% / 100% 100% #dd4b39; }

@media only screen and (max-width: 767px) {
    #info {
        text-align: center;
    }
    #info span {
        margin: 0 10px 0 0;
    }
    #info span:last-child {
        display: block;
    }
    #header-social-icons {
        display: none;
    }
    #nav-wrapper .nav > li > a:hover, .nav > li > a:focus, .navbar-nav > li:hover, .navbar-nav > li.active, .navbar-nav > li.active a {
        background-color: #ffffff;
        color: #888888;
    }
    #nav-wrapper .navbar-nav > li {
        margin-left: 0;
        text-align: center;
    }
    #nav-wrapper .navbar-nav > li.active:before, #nav-wrapper .navbar-nav > li:before, #nav-wrapper .navbar-nav > li.active:after, #nav-wrapper .navbar-nav > li:after, #nav-wrapper:after {
        display: none;
    }
}

#nav-wrapper .navbar-toggle {
    border: 1px solid #888888;
    border-radius: 4px;
    color: #888888;
    margin: 0;
    padding: 8px 10px;
}

#nav-wrapper .navbar-brand {
    margin-top: 24px;
    padding: 0 15px;
}

/* Wrapper
---------------------------------------------------------------------------*/

#nav-wrapper {
    width: 100%;
    padding: 0;
    position: relative;
    background-color: #232323;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-bottom: 1px solid #111;
    -moz-border-bottom: 1px solid #111;
    -o-border-bottom: 1px solid #111;
    border-bottom: 1px solid #111;
}

#nav-wrapper::after {
    background: url("../images/header-shadow.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    content: "";
    height: 42px;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 99999;
    width: 100%;
}

#nav-wrapper .navbar {
    border: 0 none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 40px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#nav-wrapper .navbar > .container .navbar-brand, #nav-wrapper .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

#nav-wrapper .navbar-brand {
    height: 40px;
    padding: 0;
}

/*#nav-wrapper .navbar-nav > li {
    margin-left: 20px;
}*/

#nav-wrapper .navbar-brand h1 {
    margin-bottom: 0;
    margin-top: 0;
}

#nav-wrapper .navbar-nav > li > a {
    color: #00b2ed;
    font-size: 15px;
    padding: 30px 15px;
}

#nav-wrapper .navbar-nav > li.active > a {
    color: #fff;
    background: #00b2ed;
}

#nav-wrapper .nav > li > a:hover, .nav > li > a:focus {
    background: #00b2ed;
}
#nav-wrapper .navbar-nav > li > a:hover {
    color: #fff;
}

/* Dropdown-toogle */
#nav-wrapper .navbar-nav .dropdown-menu  {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff;
    border-color: #e0eded -moz-use-text-color;
    border-image: none;
    border-left: 0 none;
    border-radius: 2px;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0 3px;
    min-width: 220px;
    padding: 0;
}

#nav-wrapper .navbar-nav > li.open > a:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    bottom: -1px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    z-index: 1100;
}

#nav-wrapper .navbar-nav > li.open > a:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #e0eded;
    border-image: none;
    border-style: solid;
    border-width: 11px;
    bottom: -1px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -11px;
    position: absolute;
    width: 0;
    z-index: 1100;
}

#nav-wrapper .navbar-nav .dropdown-toggle .caret {
    margin-left: 6px;
}

#nav-wrapper .navbar-nav .dropdown-menu > li {
    border-bottom: 1px solid #e0eded;
}

#nav-wrapper .navbar-nav .dropdown-menu > li > a:hover {
    background: #00b2ed;
    color: #fff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
   background: #00b2ed!important;
}

#nav-wrapper .navbar-nav .dropdown-menu > li:last-child {
    border: 0 none;
}

#nav-wrapper .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
}

@media screen and (max-width: 768px) {
    #nav-wrapper .navbar-nav > li > a {
        padding: 10px 20px !important;
        border-bottom: 1px solid #f2f2f2;
    }
}

/* Left box menu */

#sidebar-menu ul.menu li {
    margin-left:0;
}

#sidebar-menu .nav-pills > li.active > a, #sidebar-menu .nav-pills > li.active > a:hover, #sidebar-menu .nav-pills > li.active > a:focus {
    background-color: #adcc1b;
    color: #fff;
}

#sidebar-menu .nav-pills > li > a {
    color: #adcc1b;  
}

#sidebar-menu .nav > li > a:hover, .nav > li > a:focus {
    background-color: #adcc1b;
    color: #fff;
    text-decoration: none;
}

#sidebar-menu .nav-pills.nav-stacked > li > a {
    border-left: none;
    border-right: none;
    border-top: 1px dotted #ddd;
    position: relative;
}

#sidebar-menu .nav-pills.nav-stacked > li > a:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #adcc1b;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 10px;
}

#sidebar-menu .nav-pills.nav-stacked > li:hover > a:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 10px;
}

#sidebar-menu .nav-pills.nav-stacked > li.active > a:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 10px;
}

#sidebar-menu  .nav > li > a {
    padding-left: 35px;
}

/*-------------------------------------------------------------------*/
/* Footer */
/*-------------------------------------------------------------------*/

#footer {
    background-color: #090a0c;
    color: #858686;
    font-size: 13px;
    padding: 17px 0;
    text-align: center;
}

#footer a, #footer a:hover, #footer a:focus, #footer a:active {
    color: #adcc1b;  
}

#footer p {
    line-height: 100%;
    margin: 0;
    padding: 0;
}

#footer-section {
    background: #252525;
    border-top: 1px solid #000;
    margin: 0;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    width: 100%;
}

#footer-section p {
    line-height: 30px;
    margin: 0;
}

#footer-section #footer-social-icons ul {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#footer-section #footer-social-icons ul li:first-child {
    margin-left: 0;
}

#footer-section #footer-social-icons ul li {
    display: inline-block;
    margin-left: 1px;
    padding: 0;
}

#footer-section #footer-social-icons ul li a {
    border-radius: 4px;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
#footer-section a {
    color: #ffffff;
}
#footer-section #footer-social-icons ul li a i {
    line-height: 30px;
}

#newsletter-section {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

#subscribe {
    background-color: #333333;
    border-radius: 10px 10px 0 0;
    margin: 0 auto 0;
    overflow: hidden;
    padding: 15px;
    position: relative;
    width: 435px;
}

#subscribe .form-control {
    background-color: #ffffff;
    border: medium none;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    float: left;
    height: auto;
    outline: medium none;
    padding: 10px 15px;
    width: 300px;
}

#subscribe button.submit {
    background: url("../images/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% #0591cf;
    border: medium none;
    border-radius: 0 4px 4px 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    padding: 9px 16px;
    width: 105px;
    cursor: pointer;
}
.btn {
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out 0s;
}

/*-------------------------------------------------------------------*/
/* Boxes 1,2,3,4,5,6 */
/*-------------------------------------------------------------------*/

.left-slider-wraper .jmslideshow .slideshow-content {
    border-radius: 0px;
    color: black;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
    opacity: 1;
    padding: 3px 10px 0 20px;
    position: absolute;
    width: 542px;
    z-index: 600;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.slideshow-content a {
    background: #adcc1b;
    padding: 8px 12px;
    display: inline-block;
    color: #fff;
    text-decoration: none; 
    transition: all 0.3s ease-in-out 0s;
    margin-top: 10px;
}

.slideshow-content a:hover {
    background: #00b2ed;
    color: #fff;
    text-decoration: none; 
}


.slideshow-content h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-shadow: 1px 1px 3px #444;
    text-transform: uppercase;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
}

.animation-delay-12 {
    animation-delay: 1.2s !important;
}

.left-slider-wraper {
    padding-right: 0!important; 
}

.banners .baner-right-1,
.banners .baner-right-2,
.banners .baner-right-3,
.banners .baner-right-4 {
    height: 270px;
    color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
}

.banners .baner-right-1 {
    background: #00b2ed;
}

.banners .baner-right-1 h3 {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 700;
    display: block;
    line-height: 30px; 
    margin-bottom: 10px;
}

.banners .baner-right-1 span.title {
    font-size: 23px;
    font-weight: 600;
    display: block;
    line-height: 30px; 
    margin-bottom: 14px;
}

.banners .baner-right-1 span.title-tel {
    font-size: 22px;
    font-weight: 500;
    display: block;
    line-height: 30px;  
}

.banners .baner-right-2 {
    padding-left: 0;
    padding-right: 0;
}

.banners .baner-right-3 { 
    padding-left: 0;
    padding-right: 0;
}
.navbar-right {
    float: right !important;
    margin-right: -30px!important;
}


.banners .baner-right-4 {
    background: #adcc1b;
}

.banners .baner-right-4 h3 {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 700;
    display: block;
    line-height: 30px; 
    margin-bottom: 10px;
}

.banners .baner-right-4 span.title {
    font-size: 23px;
    font-weight: 600;
    display: block;
    line-height: 30px; 
    margin-bottom: 14px;
}

.banners .baner-right-4 span.title-tel {
    font-size: 22px;
    font-weight: 500;
    display: block;
    line-height: 30px;  
}

/*-------------------------------------------------------------------*/
/* Articles & content */
/*-------------------------------------------------------------------*/

#mainContent {
    margin: 40px auto;
    color: #fff;
}

#mainContent p {
    color: #fff;
    text-align: justify;
}

#mainContent h2 {
    border-bottom: 1px solid #eeeeee;
    color: #adcc1b;
    font-size: 1.8em;
    margin: 0 0 20px;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
    letter-spacing: normal;
}

#mainContent ul li {
    color: #666;
    list-style-type: circle;
    margin-left: 14px;
}

.left-box-menu h3 {
    border-bottom: 1px solid #eeeeee;
    color: #adcc1b;
    font-size: 1.8em;
    letter-spacing: normal;
    margin: 30px 0 20px;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

/*-------------------------------------------------------------------*/
/* Section contact */
/*-------------------------------------------------------------------*/

.form-horizontal .control-label {
    text-align: left!important;
}

.contact input:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.contact textarea:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.contact-form label { 
    color: #777; 
    font-weight: 600; 
    font-size: 13px;  
}

.form-horizontal .control-label {
    text-align: left!important;
}

#message {
    margin-bottom: 0!important;
    margin-top: 20px;  
}

dt.message {
    display: none;
}

#message ul li {
    list-style-type: none;
    text-align: center;
}

#system-message {
    margin-bottom:0;
}

#system-message ul {
    margin-bottom:0;
}

h3.head-contact {
    border-bottom: 1px solid #f2f2f2;
    color: #d71921;
    font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 26px;
    padding-bottom: 15px;
}

.contact {
    margin-top: 10px;
    margin-bottom: 40px;
}

.contact input.invalid, .contact textarea.invalid {
    border: 1px solid red;
}
.contact label.invalid {
    color: red;
}

.contact input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.contact textarea {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;  
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.btn-success {  
    border-radius: 3px;
    margin-top: 20px;
}

/* Left menu user */

.nav-pills.nav-stacked > li > a {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.nav-stacked > li + li {
    margin: 0!important;
}

.menu {
    animation-delay: 0.3s;
}

.nav-pills > li > a {
    border-radius: 0!important;
}

.nav-pills.nav-stacked > li > a.border-bottom {
    border-bottom: 1px solid #ddd!important; 
}

/*-------------------------------------------------------------------*/
/* Style for footer widget + Newsletter */
/*-------------------------------------------------------------------*/

#newsletter-main {   
    background: #adcc1b;
    padding: 0; 
}

#newsletter-main .left-text-newsletter {
    padding-top: 17px;
    padding-bottom: 17px; 
}

#newsletter-main .left-text-newsletter p {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

.violet-box-line {
     background: rgba(19, 14, 179, 0.8);
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100px;
}

.violet-box-line span {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 100px;
}

.boxes-center-big {
    background: #adcc1b;
    color: #fff;
    margin-top: 2px;
}

.bottom-widget-1 {
    min-height: 140px!important;
    padding-top: 10px;
    padding-bottom: 20px;
    border-right: 1px solid #fff;
}

.bottom-widget-1 span.title-tel {
    display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}

.bottom-widget-1 h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;  
    font-weight: 600; 
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

.bottom-widget-1 p {
    font-size: 13px;
    line-height: normal;
}

.bottom-widget-1 a.read-more-news {
    background: #fff;
    color: #adcc1b;
    border-radius: 0;
    border: 1px solid transparent;
    outline: 0;
    padding: 5px 8px;
}
 
.bottom-widget-1 a.read-more-news:hover, .bottom-widget-1 a.read-more-news:focus  {
    background: #00b2ed;
    color: #fff;
    text-decoration: none; 
    border: 1px solid transparent;
}

.bottom-widget-2 {
    min-height: 150px!important;
    padding-top: 16px;
    padding-bottom: 10px;
    border-right: 1px solid #fff;
}

.bottom-widget-2 .button {
    background: #fff;
    color: #adcc1b;
    border-radius: 0;
    border: 1px solid transparent;
    outline: 0;
}

.bottom-widget-2 .button:hover, .bottom-widget-2 .button:focus {
    background: #00b2ed;
    color: #fff;
    text-decoration: none; 
    border: 1px solid transparent;
}

.bottom-widget-2 .newsletter-intro-text {
    display: block;
    margin: 0 0 16px 10px;
}

.bottom-widget-2 .newsletter-intro-text i {
    font-size: 20px;
    display: inline-block;
    margin-left: 10px;
    line-height: 20px;
}

.bottom-widget-2 input.inputbox {
    background: transparent;   
    border: 1px solid #fff;
    padding: 5px;
}

.bottom-widget-3 {
    min-height: 150px!important;
    padding-top: 16px;
    padding-bottom: 10px;
}

.bottom-widget-3 a.link-social-media {
    background: #fff;
    color: #adcc1b;
    border-radius: 0;
    border: 1px solid transparent;
    outline: 0;  
    text-align: center;
    padding: 8px 12px;
}

.bottom-widget-3 a.link-social-media:hover, .bottom-widget-3 a.link-social-media:focus {
    background: #00b2ed;
    color: #fff;
    text-decoration: none; 
    border: 1px solid transparent;
}

.boxes-center-big div, .boxes-center-big div p  {
    color: #fff;
}

.grid-container a:hover span {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible!important;
    -webkit-animation-name: fadeOutUp;
    -moz-backface-visibility: visible!important;
    -moz-animation-name: fadeOutUp;
    -o-backface-visibility: visible!important;
    -o-animation-name: fadeOutUp;
    backface-visibility: visible!important;
    animation-name: fadeOutUp;
}

.footer-widget-title {
    color: #fffc00;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 1.6em;
    font-weight: 700;
}

#footer-section .tel-bottom-contact {
    color: #777;
    line-height: 26px;
}

a.btn-moto {
    display: block;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 16px;
    outline: none;
}

a.btn-moto i {
    font-size: 18px;
}

a.btn-moto img {
    margin-bottom: 10px;
}

a.btn-moto:hover {
    text-decoration: none;
}

.imageborder {
    border: 1px solid #ddd;
    padding: 5px;
}
.alignleft {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

.slogan {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 1.4em;
    font-weight: 300;
    line-height: 150%;
}

.offer-1.panel {
    background: #00b2ed;
    min-height: 450px;
    border: none;
}

.offer-1.panel .panel-body, .offer-2.panel .panel-body, .offer-3.panel .panel-body {  text-align: center;  }


.offer-1.panel .panel-heading {
    padding: 0;
}

.offer-1.panel .panel-heading img {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;  
}

.offer-2.panel {
    background: #adcc1b;
    min-height: 450px;
    border: none;
}

.offer-2.panel .panel-heading {
    padding: 0;
}

.offer-2.panel .panel-heading img {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;  
}

.offer-3.panel {
    background: #00b2ed;
    min-height: 450px;
    border: none;
}

.offer-3.panel .panel-heading {
    padding: 0;
}

.offer-3.panel .panel-heading img {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;  
}


.btn-success {
    background-color: #adcc1b!important;
    border-color: #adcc1b!important;
    color: #fff!important;
}