@import  https://fonts.googleapis.com/css?family=Lato:300,400,700;

html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font: normal 100% Lato,Arial,Helvetica,sans-serif;
    color: #69c4fa;
    background: #fff url(../images/background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

p {
    padding: 0 0 10px;
    text-shadow: 0 1px 0 #0D0D76;
}

img {
    border: 0;
}

h1,h2,h3,h4,h5,h6 {
    font: normal 175% Lato,Arial,Helvetica,sans-serif;
    color: #FFF;
    text-shadow: 1px 1px #18330B;
    letter-spacing: -1px;
    margin: 0 0 10px;
}

h2 {
    font: normal 165% Lato,Arial,Helvetica,sans-serif;
}

h3 {
    font: normal 130% Lato,Arial,Helvetica,sans-serif;
}

h4,h5,h6 {
    margin: 0;
    padding: 0;
    font: normal 150% Lato,Arial,Helvetica,sans-serif;
    line-height: 1.5em;
}

h5,h6 {
    font: normal 95% Lato,Arial,Helvetica,sans-serif;
    color: #888;
    padding-bottom: 15px;
}

a {
    color: #0D0D76;
    font-weight: 700;
    background: transparent;
    outline: none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

ul {
    margin: 2px 0 22px 30px;
    line-height: 1.7em;
    font-style: normal;
    font-size: 100%;
}

ol {
    margin: 8px 0 22px 20px;
}

ol li {
    margin: 0 0 11px;
}

#main,#header,#banner,#menubar,#site_content,#footer,#content_blue {
    margin-left: auto;
    margin-right: auto;
}

#header {
    height: 400px;
    width: 960px;
    background: transparent url(../images/header_2.jpg) no-repeat;
}

#menubar {
    width: 960px;
    height: 100px;
    background: rgba(0,0,0,0.8);
}

#welcome {
    width: 296px;
    height: 70px;
    padding-top: 10px;
    padding-left: 10px;
    float: left;
    text-align: center;
    margin: 0 auto;
}

#welcome h1 a {
}

#menu_items {
    float: right;
    height: 76px;
    margin-right: 20px;
    padding-top: 22px;
    width: 634px;
}

ul#menu {
    margin: 0;
    float: right;
}

ul#menu li {
    font: normal 85% Lato,Arial,Helvetica,sans-serif;
    padding: 0;
    list-style: none;
    margin: 2px 0 0;
    display: inline;
    background: transparent;
}

ul#menu li a {
    float: left;
    font: normal 140% Lato,Arial,Helvetica,sans-serif;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    text-shadow: none;
    margin: 6px 0 0 10px;
    padding: 10px;
    background: transparent;
}

ul#menu li.current a,ul#menu li:hover a {
    color: #FFF;
    background: #0D0D76;
    background: -moz-linear-gradient(#191997,#0D0D76);
    background: -o-linear-gradient(#191997,#0D0D76);
    background: -webkit-linear-gradient(#191997,#0D0D76);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border: 0;
    -webkit-box-shadow: rgba(0,0,0,0.5) 0 0 5px;
    -moz-box-shadow: rgba(0,0,0,0.5) 0 0 5px;
    box-shadow: rgba(0,0,0,0.5) 0 0 5px;
}

#site_content {
    width: 960px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 20px;
    background: transparent url(../images/transparent_light.png) repeat;
}

.sidebar_container {
    float: left;
    margin: 20px 20px 0;
    width: 220px;
    padding: 0 15px;
    background: #0d0d76;
}

.sidebar {
    float: left;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.sidebar_item {
    font: normal 100% Lato,Arial,Helvetica,sans-serif;
}

.sidebar h2 {
    font: normal 140% Lato,Arial,Helvetica,sans-serif;
    color: #FFF;
    text-shadow: 0 1px 0 #285412;
}

.sidebar h3 {
    color: #FFF;
    text-shadow: 0 1px 0 #285412;
}

.sidebar p {
    font: normal 100% Lato,Arial,Helvetica,sans-serif;
    color: #69c4fa;
    text-shadow: 0 1px 0 #285412;
}

#content {
    width: 680px;
    margin-bottom: 20px;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 20px;
    text-align: justify;
}

.content_item {
}

.content_container {
    width: 310px;
    padding: 5px;
    margin-right: 10px;
    float: left;
}

.content_images_text {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.content_image {
    width: 300px;
    height: 150px;
    margin-right: 10px;
    float: left;
}

.content_image img {
    border: 2px solid #2e2d5b;
}

.content_image_right {
    width: 300px;
    height: 150px;
    float: left;
}

.image_text {
    width: 330px;
    float: right;
}

.image_text_left {
    width: 330px;
    float: left;
    margin-right: 10px;
}

#footer {
    width: 960px;
    padding: 20px 0;
    text-align: center;
    background: rgba(0,0,0,0.8);
    color: #FFF;
}

#footer a,#footer a:hover {
    text-decoration: none;
    padding-bottom: 20px;
    color: #FFF;
    font-weight: 400;
}

#footer a:hover {
    text-decoration: underline;
}

.readmore {
    font: bold 100% Lato,Arial,Helvetica,sans-serif;
    height: 15px;
    margin-left: 95px;
    width: 90px;
    padding: 5px 5px 10px 7px;
    background: #3F861B;
    background: -moz-linear-gradient(#191997,#0D0D76);
    background: -o-linear-gradient(#191997,#0D0D76);
    background: -webkit-linear-gradient(#191997,#0D0D76);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border: 0;
    -webkit-box-shadow: rgba(0,0,0,0.5) 0 0 5px;
    -moz-box-shadow: rgba(0,0,0,0.5) 0 0 5px;
    box-shadow: rgba(0,0,0,0.5) 0 0 5px;
}

.readmore a {
    color: #1D1D1D;
}

.button_small {
    font: normal 100% Lato,Arial,Helvetica,sans-serif;
    height: 15px;
    width: 90px;
    padding: 5px 5px 10px 7px;
    background: #3F861B;
    background: -moz-linear-gradient(#191997,#0D0D76);
    background: -o-linear-gradient(#191997,#0D0D76);
    background: -webkit-linear-gradient(#191997,#0D0D76);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border: 0;
    -webkit-box-shadow: rgba(0,0,0,0.5) 0 0 5px;
    -moz-box-shadow: rgba(0,0,0,0.5) 0 0 5px;
    box-shadow: rgba(0,0,0,0.5) 0 0 5px;
}

.button_small a {
    color: #FFF;
    padding-left: 5px;
}

.form_settings {
    margin: 15px 0 0;
}

.form_settings p {
    padding: 0 0 4px;
}

.form_settings span {
    float: left;
    width: 280px;
    text-align: left;
}

.form_settings input,.form_settings textarea {
    padding: 2px;
    width: 299px;
    font: 100% arial;
    border: 1px solid #BBB;
    background: #FFF;
    color: #47433F;
}

.form_settings input[type="checkbox"] {
    padding: 2px 0;
    width: 15px;
    font: 100% arial;
    border: 0;
    background: #FFF;
    color: #47433F;
    margin: 28px 0;
}

.form_settings .submit {
    font: bold 100% arial;
    width: 99px;
    margin: 0 0 0 206px;
    height: 26px;
    padding: 2px 0 3px;
    cursor: pointer;
    background: #3F861B;
    background: -moz-linear-gradient(#82AC10,#3F861B);
    background: -o-linear-gradient(#82AC10,#3F861B);
    background: -webkit-linear-gradient(#82AC10,#3F861B);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border: 0;
    -webkit-box-shadow: rgba(0,0,0,0.5) 0 0 5px;
    -moz-box-shadow: rgba(0,0,0,0.5) 0 0 5px;
    box-shadow: rgba(0,0,0,0.5) 0 0 5px;
    color: #FFF;
}

/*..... CONTACT US ......*/
#contact_content {
    padding: 20px;
}

#contact_content .map {
    width: 470px;
    float: left;
}

#contact_content .detail {
    width: 425px;
    float: left;
    margin-left: 20px;
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
    color: #FFF;
    font-size: 18px;
}

#contact_content .detail a {
    color: #FFF;
}

.contact-us {
}

.contact-us .get-touch {
    padding: 90px 0;
    display: inline-block;
}

.contact-us .container .map {
    margin: 0;
}

.contact-us .container .detail {
    margin: 0;
}

.contact-us .container .detail span {
    padding: 0 15px;
    margin: 0;
    background: #fff;
    color: #00B;
    font-size: 20px;
    display: block;
    line-height: 56px;
}

.contact-us .leave-msg {
    padding: 90px 0;
}

.contact-us .leave-msg .form {
}

.contact-us .leave-msg .form input[type=text] {
    width: 100%;
    padding: 0 12px;
    border: solid 1px #b1b1b1;
    height: 48px;
}

.contact-us .leave-msg .form input[type=submit] {
    width: 100%;
    border: none;
    background-color: #434A5A;
    color: #fff;
    padding: 14px 0;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    margin: 10px 0 0;
}

.contact-us .leave-msg .form textarea {
    width: 100%;
    height: 220px;
    padding: 12px;
}

.contact-us::-webkit-input-placeholder {
/* WebKit browsers */
    color: #767676 !important;
}

.contact-us:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
    color: #767676 !important;
}

.contact-us::-moz-placeholder {
/* Mozilla Firefox 19+ */
    color: #767676 !important;
}

.contact-us:-ms-input-placeholder {
/* Internet Explorer 10+ */
    color: #767676 !important;
}

.contact-us .our-location {
    padding: 90px 0;
}

.contact-us .our-location .map {
    height: 460px;
}

.contact-us .our-location .map iframe {
    border: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.get-directions {
    text-align: center;
    margin: 40px 0 0;
}

.get-directions input[type="submit"] {
    background: url(../images/directions-btn.jpg) no-repeat;
    width: 60px;
    height: 61px;
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
    position: relative;
    top: -6px;
}

.get-directions input[type="text"] {
    padding: 15px 2% 17px;
    width: 86%;
    max-width: 556px;
    font-size: 22px;
    color: #747474;
    font-weight: 400;
    font-family: 'Raleway',sans-serif;
    border: solid 1px #BEBEBE;
    border-radius: 10px;
    margin: 0 10px 0 0;
}

/* styling for the slideshow on the homepage */
ul.slideshow {
    list-style: none;
    width: 880px;
    height: 450px;
    overflow: hidden;
    position: relative;
    margin-left: 0;
    padding: 0;
}

ul.slideshow li {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
}

ul.slideshow li.show {
    z-index: 500;
}

ul img {
    border: none;
}

#slideshow-caption {
    width: 900px;
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 500;
}

#slideshow-caption .slideshow-caption-container {
    padding: 20px 25px 0;
    z-index: 1000;
}

#slideshow-caption p {
    padding: 0;
    font: normal 130% georgia,sans-serif;
    color: #FFF;
}

.col-33 {
    float: left;
    width: 31%;
    margin-right: 10px;
}

.cobertura-table {
    border: 1px solid #FFF;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.cobertura-table td,
.cobertura-table th {
    border: 1px solid #FFF;
    padding: 5px;
    overflow: hidden;
    text-align: left;
}

.cobertura-table td:nth-child(3n+3),
.cobertura-table th:nth-child(3n+3) {
    text-align: center;
}

.cobertura-table td:nth-child(2),
.cobertura-table th:nth-child(2) {
    width: 80px;
}

.cobertura-table td:nth-child(3n+1),
.cobertura-table th:nth-child(3n+1) {
    font-weight: bold;
    text-align: center;
    color: #FFF;
}

.cobertura-table th {
    color: #FFF;
    text-shadow: 0 1px 0 #285412;
}