body {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #444;
    background-color: #fff;
    -webkit-font-smoothing: antialiased!important
}

header {
    background: #1a4c98d9;
    width: 100%;
    left: 0;
    top: 0;
    color: #fff;
    z-index: 999;
    font-family: "Helvetica Neue", Arial
}

#phone strong {
    font-size: 20px
}

ul#top_nav {
    list-style: none;
    padding: 0;
    margin: 4px 25px 0 0;
    font-size: 18px;
    float: right
}

ul#top_nav a {
    color: #fff
}

ul#top_nav a:hover {
    color: #111
}

ul#top_nav li:first-child {
    border-left: none
}

ul#top_nav li {
    display: inline-block;
    border-left: 1px solid #ccc;
    height: 18px;
    line-height: 18px;
    padding-right: 5px;
    padding-left: 7px
}

#lang {
    margin-top: 8px
}

#lang a.dropdown-toggle {
    color: rgba(255, 255, 255, .5)
}

footer nav,
header nav {
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
    left: 0
}

footer {
    background-color: #1a4c98d9;
    margin-top: 60px;
    position: relative;
    color: #fff;
    padding: 30px 0 20px
}

.footer_nav ul {
    list-style: none;
    margin: 0 0 25px;
    padding: 0
}

footer a {
    color: #fff
}

footer a:hover {
    color: #FF6
}

#copy {
    font-size: 12px;
    margin-bottom: 0
}

#contact_footer ul {
    list-style: none;
    margin: -5px 0 20px;
    padding: 0
}

ul#follow_us {
    list-style: none;
    padding: 0;
    margin: 10px 0 15px
}

ul#follow_us li {
    font-weight: 600;
    display: inline-block;
    margin-right: 10px
}

ul#follow_us li a {
    width: 34px;
    color: #fff;
    height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    display: block;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    font-weight: 400
}

ul#follow_us li a:hover {
    border: 2px solid #FF6;
    color: #FF6
}

ul.links {
    list-style: none;
    line-height: 24px;
    font-size: 14px
}

ul.links li a {
    border-bottom: 1px dotted #fff
}

p {
    margin-bottom: 20px
}

blockquote.styled {
    line-height: 20px;
    font-size: 14px;
    font-style: italic
}

p.lead {
    font-weight: 300
}

a {
    color: #1a4c98d9;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

a:focus,
a:hover {
    color: #111;
    text-decoration: none
}

.img-circle.styled {
    background-color: #ededed;
    -moz-box-shadow: 0 0 0 5px #ededed;
    -webkit-box-shadow: 0 0 0 5px #ededed;
    box-shadow: 0 0 0 5px #ededed;
    margin: 5px
}

.img-circle.styled.team {
    background-color: #ededed;
    -moz-box-shadow: 0 0 0 5px #ededed;
    -webkit-box-shadow: 0 0 0 5px #ededed;
    box-shadow: 0 0 0 5px #ededed;
    margin: 5px 15px
}

.img-rounded.styled {
    background-color: #ededed;
    -moz-box-shadow: 0 0 0 5px #ededed;
    -webkit-box-shadow: 0 0 0 5px #ededed;
    box-shadow: 0 0 0 5px #ededed;
    margin: 5px 10px 10px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    color: #222
}

h1 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    line-height: 48px;
    margin: 0;
    padding: 0
}

h2 {
    font-size: 20px;
    margin-top: 10px
}

.feature-box-info h4 {
    margin-bottom: 5px
}

.box_container a h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px
}

footer h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

.list_home h4.p-title {
    margin: 5px 0 3px
}

.info_content h4 {
    margin-bottom: 0
}

.button_medium,
a.button_medium {
    border: none;
    background: #1a4c98d9;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #1a4c98d9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2))) #1a4c98d9;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #1a4c98d9;
    background: -o-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #1a4c98d9;
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #1a4c98d9;
    background: linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #1a4c98d9;
    color: #fff;
    padding: 5px 12px;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
    outline: 0;
    font-weight: 700;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.button_medium:hover,
a.button_medium:hover {
    background: #111;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #111;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2))) #111;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #111;
    background: -o-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #111;
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #111;
    background: linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #111
}

.button_outline,
a.button_outline {
    border: 2px solid #1a4c98d9;
    background: 0 0;
    padding: 12px;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    outline: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.button_outline:hover,
a.button_outline:hover {
    border: 2px solid #111
}

.button_newsletter,
a.button_newsletter {
    border: none;
    background: #111;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #111;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2))) #111;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #111;
    background: -o-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #111;
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #111;
    background: linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #111;
    color: #fff;
    height: 36px;
    line-height: 34px;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    outline: 0;
    position: relative;
    top: 2px
}

.button_newsletter:hover,
a.button_newsletter:hover {
    background: #1a4c98d9;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #1a4c98d9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2))) #1a4c98d9;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #1a4c98d9;
    background: -o-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #1a4c98d9;
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #1a4c98d9;
    background: linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #1a4c98d9
}

.input-group button {
    height: 36px;
    border: none;
    background-color: #1a4c98d9;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 5px
}

.input-group button:hover {
    background-color: #111;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none
}

.input-group button:focus {
    outline: 0;
    border: none
}

a.button_submenu {
    border: none;
    background: #333;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #333;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2))) #333;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #333;
    background: -o-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #333;
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #333;
    background: linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #333;
    color: #fff;
    padding: 5px 12px;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    text-transform: none;
    font-size: 12px;
    cursor: pointer;
    outline: 0;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

a.button_submenu:hover {
    background: #00aeef;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #00aeef;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2))) #00aeef;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #00aeef;
    background: -o-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #00aeef;
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #00aeef;
    background: linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #00aeef
}

#submit-booking,
#submit-contact {
    border: none;
    background: #1a4c98d9;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #1a4c98d9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2))) #1a4c98d9;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #1a4c98d9;
    background: -o-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #1a4c98d9;
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #1a4c98d9;
    background: linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #1a4c98d9;
    color: #fff;
    padding: 8px 15px;
    float: right;
    margin-right: 15px;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
    outline: 0;
    font-weight: 700;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#submit-booking:hover,
#submit-contact:hover {
    background: #111;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #111;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2))) #111;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #111;
    background: -o-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #111;
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #111;
    background: linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #111
}

.box_container a {
    -moz-box-shadow: 0 0 5px rgba(000, 000, 000, .4);
    -webkit-box-shadow: 0 0 5px rgba(000, 000, 000, .4);
    box-shadow: 0 0 5px rgba(000, 000, 000, .4);
    margin-bottom: 10px;
    display: block;
    color: #333;
    position: relative
}

.box_container a i {
    font-size: 42px;
    color: #1a4c98d9;
    width: 42px;
    height: 42px;
    float: right;
    margin: 0 10px 15px 20px
}

.box_container a:hover {
    background-color: #f2f1e6
}

#links img {
    margin-bottom: 30px
}

.btn_gallery {
    font-size: 12px;
    font-weight: 700
}

.tags a {
    display: inline-block;
    margin: 5px 14px 10px 0;
    height: 33px;
    line-height: 33px;
    padding: 0 28px 0 11px;
    color: #646464;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: background .5s ease
}

.tags a:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none
}

ul.recent_post {
    margin-left: 0;
    padding-left: 0
}

ul.recent_post li {
    padding: 0 0 15px;
    margin-bottom: 15px;
    border-bottom: 1px #e7e7e7 dotted;
    list-style: none;
    line-height: 18px;
    color: #888;
    font-style: italic
}

ul.recent_post li div {
    font-weight: 600;
    padding-left: 25px;
    font-style: normal
}

ul.recent_post li:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.post {
    margin-bottom: 20px
}

.post img {
    margin-bottom: 10px
}

.post_info {
    padding: 10px 0;
    border-bottom: 1px #e7e7e7 solid;
    border-top: 1px #e7e7e7 solid;
    margin-bottom: 12px;
    color: #555
}

.post-left {
    float: left
}

.post-left ul {
    margin-left: 0;
    padding-left: 0
}

.post-left ul li {
    float: left;
    margin-right: 10px;
    list-style: none
}

.post-right {
    float: right
}

#comments {
    padding: 10px 0 0;
    margin-bottom: 15px
}

#comments ol,
#comments ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#comments li {
    padding: 0 0 23px;
    list-style: none
}

.avatar {
    float: left;
    margin-right: 11px
}

.avatar img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.comment_right {
    display: table
}

.comment_info {
    padding-bottom: 7px
}

.comment_info span {
    padding: 0 12px
}

#comments ol li ul li {
    padding: 23px 0 0 30px;
    margin: 0
}

#map {
    width: 100%;
    height: 350px
}

ul#contact-info {
    list-style: none;
    margin: 0 0 20px;
    padding: 0
}

ul#follow_us_contacts {
    list-style: none;
    padding: 0;
    margin: 10px 0 20px
}

ul#follow_us_contacts li {
    position: relative;
    padding-left: 45px;
    height: 34px;
    line-height: 34px;
    margin-bottom: 15px
}

ul#follow_us_contacts li a i {
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #c6c6c7;
    color: #c6c6c7;
    display: block;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    font-weight: 400
}

ul#follow_us_contacts li a:hover i {
    border: 2px solid #333;
    color: #333
}

ul.social_team {
    list-style: none;
    padding: 0;
    margin: 5px 0 15px;
    font-size: 16px
}

ul.social_team li {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ededed;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

blockquote.testimonial {
    background: #f2f1e6;
    border-radius: 5px;
    border: 0;
    font-family: Georgia, serif;
    font-style: italic;
    margin: 0;
    padding: 20px 15px 20px 35px;
    position: relative
}

blockquote.testimonial:before {
    left: 7px;
    top: 5px;
    color: #333;
    content: "\201C";
    font-size: 60px;
    font-style: normal;
    line-height: 1;
    position: absolute
}

blockquote.testimonial p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 14px;
    line-height: 20px
}

.testimonial-arrow-down {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f2f1e6;
    height: 0;
    margin: 0 0 0 25px;
    width: 0
}

.testimonial-author {
    margin: 8px 0 0 8px
}

.testimonial-author .img-thumbnail {
    float: left;
    margin-right: 10px
}

.testimonial-author .img-thumbnail img {
    max-width: 60px
}

.testimonial-author strong {
    color: #111;
    display: block;
    padding-top: 7px
}

.testimonial-author span {
    color: #666;
    display: block;
    font-size: 12px
}

.testimonial-author p {
    color: #999;
    margin: 0 0 0 25px;
    text-align: left
}

.price {
    font-size: 42px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    margin-bottom: 15px;
    padding-bottom: 15px
}

.price_2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #777
}

.price small {
    font-size: 18px;
    font-weight: 600
}

.styled-select select {
    background: 0 0;
    width: 107%;
    padding: 5px 5px 5px 15px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 36px;
    margin: 0;
    font-weight: 400;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    color: #999
}

.styled-select {
    width: 100%;
    overflow: hidden;
    height: 36px;
    right center no-repeat #fff;
    border: none;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
    margin-bottom: 15px
}

.styled-select.style_2 select {
    background: 0 0;
    width: 107%;
    padding: 5px 5px 5px 15px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 36px;
    margin: 0;
    font-weight: 400;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    color: #999
}

.styled-select.style_2 {
    width: 100%;
    overflow: hidden;
    height: 36px;
    right center no-repeat #f3f3f3;
    border: none;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
    margin-bottom: 15px
}

.styled-select select::-ms-expand,
.styled-select-2 select::-ms-expand {
    display: none
}

.loader {
    margin-left: 5px;
    position: absolute
}

.error_message {
    color: #F33;
    font-weight: 600;
    margin-bottom: 4px
}

.::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control::-webkit-input-placeholder {
    color: #999
}

input.form-control,
textarea.form-controllabel {
    font-weight: 600
}

.input-icon {
    position: absolute;
    right: 9px;
    top: 6px;
    width: 32px;
    height: 24px;
    text-align: right;
    color: #ccc;
    font-size: 16px;
    line-height: 24px;
    text-shadow: none
}

.form-group {
    position: relative
}

.slider-volume {
    width: 95%;
    margin: 0;
    padding: 0
}

.slider-volume>.dragger {
    width: 16px;
    height: 16px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .5), 0 2px 5px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .5), 0 2px 5px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .5), 0 2px 5px 2px rgba(0, 0, 0, .2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #c5c5c5;
    background: -moz-linear-gradient(90deg, rgba(180, 180, 180, 1) 20%, rgba(230, 230, 230, 1) 50%, rgba(180, 180, 180, 1) 80%);
    background: -webkit-radial-gradient(50% 0, 12% 50%, hsla(0, 0%, 100%, 1) 0, hsla(0, 0%, 100%, 0) 100%), -webkit-radial-gradient(50% 100%, 12% 50%, hsla(0, 0%, 100%, .6) 0, hsla(0, 0%, 100%, 0) 100%), -webkit-radial-gradient(50% 50%, 200% 50%, hsla(0, 0%, 90%, 1) 5%, hsla(0, 0%, 85%, 1) 30%, hsla(0, 0%, 60%, 1) 100%)
}

.slider-volume>.highlight-track,
.slider-volume>.track {
    height: 11px;
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8, #ccc);
    background: -webkit-linear-gradient(top, #f8f8f8, #ccc);
    background: linear-gradient(top, #f8f8f8, #ccc);
    margin-left: -5px;
    -moz-box-shadow: inset 0 2px 5px 1px rgba(0, 0, 0, .1), 0 1px 0 0 rgba(230, 230, 230, .4), inset 0 0 1px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 2px 5px 1px rgba(0, 0, 0, .1), 0 1px 0 0 rgba(230, 230, 230, .4), inset 0 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: inset 0 2px 5px 1px rgba(0, 0, 0, .1), 0 1px 0 0 rgba(230, 230, 230, .4), inset 0 0 1px 1px rgba(0, 0, 0, .2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.slider-volume>.highlight-track {
    background: -moz-linear-gradient(top, #c5c5c5, #a2a2a2);
    background: -webkit-linear-gradient(top, #c5c5c5, #a2a2a2);
    background: linear-gradient(top, #c5c5c5, #a2a2a2)
}

[class^=slider] {
    display: inline-block
}

.output {
    font-size: 20px;
    font-weight: 700;
    color: #999;
    display: inline-block;
    margin-top: 5px
}

#email_newsletter.form-control {
    width: 220px;
    border: none;
    height: 35px;
    margin-top: -2px
}

.pagination>li>a,
.pagination>li>span {
    color: #1a4c98d9
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #1a4c98d9;
    border-color: #1a4c98d9
}

.add_bottom_15 {
    margin-bottom: 15px
}

.add_bottom_30 {
    margin-bottom: 30px
}

.add_bottom_45 {
    margin-bottom: 45px
}

.add_bottom_60 {
    margin-bottom: 60px
}

.border {
    border-right: 1px solid #ededed
}

.breadcrumb {
    background: 0 0;
    padding: 0;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 10px
}

.tp-banner-container {
    margin-bottom: 60px;
    margin-top: 25px
}

.box_style_1 {
    background: #444;
    padding: 35px 25px 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    color: #fff;
    margin-bottom: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.rectangle {
    background: #1a4c98d9;
    height: 30px;
    width: 100%;
    position: relative;
    left: 0px;
    top: -10px;
    float: left;
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
    z-index: 9
}

.rectangle h4 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    margin: 7px 0 0 15px;
    padding: 0
}

.triangle-l {
    border-color: transparent #676005 transparent transparent;
    border-width: 10px;
    height: 0;
    width: 0;
    position: relative;
    left: -36px;
    top: 10px
}

.feature-box {
    clear: both
}

.feature-box .feature-box-icon {
    border: 3px double #ededed;
    border-radius: 45px;
    color: #1a4c98d9;
    display: inline-block;
    float: left;
    height: 45px;
    font-size: 20px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 45px
}

.feature-box .feature-box-info {
    padding-left: 55px
}

ul.list_ok {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 600
}

ul.list_ok li {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px
}

ul.list_ok li:before {
    font-family: fontello;
    content: "\e81a";
    position: absolute;
    left: 0;
    top: 0
}

hr.dashed {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dashed #eee
}

hr .box-ribbon {
    padding: 20px 15px 0;
    background: #f2f2f2;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    position: relative
}

.carousel .item {
    margin: 3px
}

.carousel .item img {
    display: block;
    width: 100%;
    height: auto
}

.tweets-next,
.tweets-prev {
    display: inline-block;
    font-size: 28px;
    color: #FFF;
    margin-top: 15px;
    border: 1px solid #fff;
    height: 32px;
    widht: 32px
}

ul.tweet_list {
    margin-left: 0;
    padding-left: 0
}

.tweets-prev {
    margin-right: 5px
}

.tweet_avatar {
    float: left
}

.tweet_time {
    display: block;
    margin-bottom: 5px
}

.tweet-control {
    margin-bottom: 30px
}

#toTop {
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 11px;
    z-index: 999;
    border: 1px solid #ededed
}

#map_wrapper {
    height: 400px
}

#map_wrapper_2 {
    height: 300px
}

#map_canvas {
    width: 100%;
    height: 100%
}

.info_content {
    width: 300px;
    height: 150px;
    line-height: 16px
}

.info_content p {
    margin-bottom: 0
}

.media.list_1 {
    border-bottom: 1px dashed #ededed;
    padding-bottom: 5px
}

.media.list_1.last {
    border-bottom: none
}

.media.list_home {
    margin-bottom: 5px
}

. media.booking_course {
    margin-bottom: 10px
}

.media.booking_course p {
    font-size: 13px;
    line-height: 16px
}

.media.booking_course .p-title {
    margin: 0 0 5px
}

ul.list_1 {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
    font-weight: 700;
    font-size: 14px
}

ul.list_1 li a {
    text-decoration: none;
    padding: 4px 0;
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid #efefef
}

ul.list_1 li a:after {
    font-family: fontello;
    content: "\e89b";
    float: right
}

.picture {
    position: relative
}

.magnify {
    height: 92%;
    left: 15px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99
}

.panel-title a {
    display: block
}

.tab-content {
    padding-top: 15px
}

.circ-wrapper i {
    margin: 0;
    padding: 15px 0 0;
    font-weight: 700;
    color: #FFF;
    font-size: 36px
}

.circ-wrapper {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: #0cbdaa;
    color: #FFF;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: #0aa594 1px 1px, #0aa594 2px 2px, #0aa594 3px 3px, #0aa594 4px 4px, #0aa594 5px 5px, #0aa594 6px 6px, #0aa594 7px 7px, #0aa594 8px 8px, #0aa594 9px 9px, #0aa594 10px 10px, #0aa594 11px 11px, #0aa594 12px 12px, #0aa594 13px 13px, #0aa594 14px 14px, #0aa594 15px 15px, #0aa594 16px 16px, #0aa594 17px 17px, #0aa594 18px 18px, #0aa594 19px 19px, #0aa594 20px 20px, #0aa594 21px 21px, #0aa594 22px 22px, #0aa594 23px 23px, #0aa594 24px 24px, #0aa594 25px 25px, #0aa594 26px 26px, #0aa594 27px 27px, #0aa594 28px 28px, #0aa594 29px 29px, #0aa594 30px 30px, #0aa594 31px 31px, #0aa594 32px 32px, #0aa594 33px 33px, #0aa594 34px 34px, #0aa594 35px 35px, #0aa594 36px 36px, #0aa594 37px 37px, #0aa594 38px 38px, #0aa594 39px 39px, #0aa594 40px 40px, #0aa594 41px 41px, #0aa594 42px 42px, #0aa594 43px 43px, #0aa594 44px 44px, #0aa594 45px 45px, #0aa594 46px 46px, #0aa594 47px 47px, #0aa594 48px 48px, #0aa594 49px 49px, #0aa594 50px 50px, #0aa594 51px 51px, #0aa594 52px 52px, #0aa594 53px 53px, #0aa594 54px 54px, #0aa594 55px 55px, #0aa594 56px 56px, #0aa594 57px 57px, #0aa594 58px 58px, #0aa594 59px 59px, #0aa594 60px 60px, #0aa594 61px 61px, #0aa594 62px 62px, #0aa594 63px 63px, #0aa594 64px 64px, #0aa594 65px 65px, #0aa594 66px 66px, #0aa594 67px 67px, #0aa594 68px 68px, #0aa594 69px 69px, #0aa594 70px 70px, #0aa594 71px 71px, #0aa594 72px 72px, #0aa594 73px 73px, #0aa594 74px 74px, #0aa594 75px 75px, #0aa594 76px 76px, #0aa594 77px 77px, #0aa594 78px 78px, #0aa594 79px 79px, #0aa594 80px 80px, #0aa594 81px 81px, #0aa594 82px 82px, #0aa594 83px 83px, #0aa594 84px 84px, #0aa594 85px 85px, #0aa594 86px 86px
}

.circ-wrapper.red {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: #f26965;
    color: #FFF;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: #c95754 1px 1px, #c95754 2px 2px, #c95754 3px 3px, #c95754 4px 4px, #c95754 5px 5px, #c95754 6px 6px, #c95754 7px 7px, #c95754 8px 8px, #c95754 9px 9px, #c95754 10px 10px, #c95754 11px 11px, #c95754 12px 12px, #c95754 13px 13px, #c95754 14px 14px, #c95754 15px 15px, #c95754 16px 16px, #c95754 17px 17px, #c95754 18px 18px, #c95754 19px 19px, #c95754 20px 20px, #c95754 21px 21px, #c95754 22px 22px, #c95754 23px 23px, #c95754 24px 24px, #c95754 25px 25px, #c95754 26px 26px, #c95754 27px 27px, #c95754 28px 28px, #c95754 29px 29px, #c95754 30px 30px, #c95754 31px 31px, #c95754 32px 32px, #c95754 33px 33px, #c95754 34px 34px, #c95754 35px 35px, #c95754 36px 36px, #c95754 37px 37px, #c95754 38px 38px, #c95754 39px 39px, #c95754 40px 40px, #c95754 41px 41px, #c95754 42px 42px, #c95754 43px 43px, #c95754 44px 44px, #c95754 45px 45px, #c95754 46px 46px, #c95754 47px 47px, #c95754 48px 48px, #c95754 49px 49px, #c95754 50px 50px, #c95754 51px 51px, #c95754 52px 52px, #c95754 53px 53px, #c95754 54px 54px, #c95754 55px 55px, #c95754 56px 56px, #c95754 57px 57px, #c95754 58px 58px, #c95754 59px 59px, #c95754 60px 60px, #c95754 61px 61px, #c95754 62px 62px, #c95754 63px 63px, #c95754 64px 64px, #c95754 65px 65px, #c95754 66px 66px, #c95754 67px 67px, #c95754 68px 68px, #c95754 69px 69px, #c95754 70px 70px, #c95754 71px 71px, #c95754 72px 72px, #c95754 73px 73px, #c95754 74px 74px, #c95754 75px 75px, #c95754 76px 76px, #c95754 77px 77px, #c95754 78px 78px, #c95754 79px 79px, #c95754 80px 80px, #c95754 81px 81px, #c95754 82px 82px, #c95754 83px 83px, #c95754 84px 84px, #c95754 85px 85px, #c95754 86px 86px
}

.circ-wrapper.blue {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: #00aeef;
    color: #FFF;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: #008bc0 1px 1px, #008bc0 2px 2px, #008bc0 3px 3px, #008bc0 4px 4px, #008bc0 5px 5px, #008bc0 6px 6px, #008bc0 7px 7px, #008bc0 8px 8px, #008bc0 9px 9px, #008bc0 10px 10px, #008bc0 11px 11px, #008bc0 12px 12px, #008bc0 13px 13px, #008bc0 14px 14px, #008bc0 15px 15px, #008bc0 16px 16px, #008bc0 17px 17px, #008bc0 18px 18px, #008bc0 19px 19px, #008bc0 20px 20px, #008bc0 21px 21px, #008bc0 22px 22px, #008bc0 23px 23px, #008bc0 24px 24px, #008bc0 25px 25px, #008bc0 26px 26px, #008bc0 27px 27px, #008bc0 28px 28px, #008bc0 29px 29px, #008bc0 30px 30px, #008bc0 31px 31px, #008bc0 32px 32px, #008bc0 33px 33px, #008bc0 34px 34px, #008bc0 35px 35px, #008bc0 36px 36px, #008bc0 37px 37px, #008bc0 38px 38px, #008bc0 39px 39px, #008bc0 40px 40px, #008bc0 41px 41px, #008bc0 42px 42px, #008bc0 43px 43px, #008bc0 44px 44px, #008bc0 45px 45px, #008bc0 46px 46px, #008bc0 47px 47px, #008bc0 48px 48px, #008bc0 49px 49px, #008bc0 50px 50px, #008bc0 51px 51px, #008bc0 52px 52px, #008bc0 53px 53px, #008bc0 54px 54px, #008bc0 55px 55px, #008bc0 56px 56px, #008bc0 57px 57px, #008bc0 58px 58px, #008bc0 59px 59px, #008bc0 60px 60px, #008bc0 61px 61px, #008bc0 62px 62px, #008bc0 63px 63px, #008bc0 64px 64px, #008bc0 65px 65px, #008bc0 66px 66px, #008bc0 67px 67px, #008bc0 68px 68px, #008bc0 69px 69px, #008bc0 70px 70px, #008bc0 71px 71px, #008bc0 72px 72px, #008bc0 73px 73px, #008bc0 74px 74px, #008bc0 75px 75px, #008bc0 76px 76px, #008bc0 77px 77px, #008bc0 78px 78px, #008bc0 79px 79px, #008bc0 80px 80px, #008bc0 81px 81px, #008bc0 82px 82px, #008bc0 83px 83px, #008bc0 84px 84px, #008bc0 85px 85px, #008bc0 86px 86px
}

.circ-wrapper i.icon-4x {
    font-size: 40px
}

.video {
    width: 100%;
    height: 350px;
    border: 0
}

ul.data-lessons {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 25px
}

ul.data-lessons li {
    display: inline-block;
    margin-left: 2px;
    padding-left: 2px;
    line-height: 16px;
    zoom: 1
}

ul.data-lessons p.no_margin {
    padding: 0;
    margin: 0
}

hr.no_margin {
    margin-top: 0
}

.no_margin_bottom,
a.no_margin_bottom {
    margin-bottom: 0
}

@media only screen and (-Webkit-min-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (min-device-pixel-ratio:1.5) {}

@media (min-width:768px) and (max-width:1200px) {
    .btn_gallery {
        display: none
    }
}

@media (min-width:768px) and (max-width:979px) {
    .border {
        border-right: none
    }
    .btn_gallery {
        display: none
    }
    .btn-group#gallery_btn_set {
        margin-top: -18px
    }
}

@media (max-width:767px) {
    .modal {
        -webkit-overflow-scrolling: touch;
        z-index: 9999
    }
    header {
        position: relative
    }
    #slider_home.tp-banner-container,
    .tp-banner-container {
        margin-bottom: 20px;
        margin-top: 0
    }
    #lang {
        margin-top: 0;
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: -1
    }
    ul#top_nav {
        list-style: none;
        padding: 0;
        margin: 2px 35px 0 0;
        font-size: 12px;
        float: right
    }
    .border {
        border-right: none
    }
    .btn_gallery {
        display: none
    }
    .button_newsletter,
    a.button_newsletter {
        margin-top: 5px
    }
    h1,
    h2 {
        font-size: 30px;
        line-height: 32px
    }
}

@media (max-width:480px) {
    .media.list_1>.pull-left,
    .media.list_1>.pull-right {
        float: none!important;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0
    }
    #slider_home.tp-banner-container {
        margin-bottom: 20px;
        margin-top: 0
    }
    .tp-banner-container {
        margin-bottom: 0;
        margin-top: 10px
    }
    #lang a.dropdown-toggle {
        color: rgba(0, 0, 0, .5)
    }
    ul.data-lessons li {
        display: block;
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
        margin-top: 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;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}