/*--------------------------------------------------------------
>>> CONTENTS
----------------------------------------------------------------

1  - ADD FONTS
2  - GLOBAL PROPERTIES
3  - HEADER
4  - CONTENT
5  - FOOTER
6  - MAIN MENU
7  - SEARCH FORM
8  - MAIN LAYOUT
9  - CAROUFREDSEL SLIDER1
10 - CAROUFREDSEL SLIDER2
11 - TESTIMONIALS
12 - THUMBNAILS
13 - CONTACTS
14 - 404 PAGE NOT FOUND
15 - MEDIA QUERIES

/*------------------------------------------------------------*/


/*------------------------------
		1 - ADD FONTS
------------------------------*/



/*------------------------------
		2 - GLOBAL PROPERTIES
------------------------------*/

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

::selection {
    background: #20b7f1!important;
    color: #fff
}

::-moz-selection {
    background: #20b7f1!important;
    color: #fff
}

a {
    color: #666666;
    text-decoration: none;
    outline: none
}

a:hover {
    color: #f15b5a;
    text-decoration: none;
    outline: none
}

body {
    background: #f8f8f8;
    border: 0;
    font: 14px 'Open Sans', sans-serif;
    font-weight: 300;
    color: #666666;
    line-height: 1.8;
    min-width: 320px;
}

p {
    font: 13px 'Open Sans', sans-serif;
    font-weight: 300;
    color: #666666;
    line-height: 1.8;
}

#main {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.bg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.bg1 .img {
    width: 100%;
}

#inner {
    position: relative;
    padding-top: 90px;
}

span {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 15px;
}


/*------------------------------
		3 - HEADER
------------------------------*/

header {
    position: absolute;
    left: 0;
    top: -58px;
    width: 100%;
    text-align: center;
}


/*------------------------------
		4 - CONTENT
------------------------------*/

#content {
    padding-top: 0px;
    padding-bottom: 50px;
}

.main #content {
    padding-bottom: 0;
}

.box1 {
    background: #fff;
    padding: 20px 20px 20px;
    position: relative;
    z-index: 20;
    box-shadow: 0px 1px 4px -2px rgba(220, 220, 220, 0.5), 0px 2px 25px -4px rgba(220, 220, 220, 0.5)
}

.box2 {
    background: #fff;
    margin-left: -19px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 19px;
    padding-bottom: 20px;
    box-shadow: 0px 1px 4px -2px rgba(220, 220, 220, 0.5), 0px 2px 25px -4px rgba(220, 220, 220, 0.5);
}

.gallery .box2 {
    padding-bottom: 0px;
}

.box2_2 {
    margin-left: -19px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 19px;
    padding-bottom: 20px;
}

.main #content .box1,
.main #content .box2 {
    height: 430px;
}


/*------------------------------
		5 - FOOTER
------------------------------*/

.social {
    display: inline-block;
    margin: 0 0px;
    padding-top: 0px;
    list-style: none;
    white-space: nowrap;
}

.social li {
    display: inline-block;
    margin: 0 5px 5px 0;
    float: left;
    padding: 6px;
    font-size: 20px;
}

.social li a {
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #20b7f1;
}

.social li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #f15b5a;
}

footer {
    padding: 30px 20px 30px 20px;
    text-align: center;
    background: #fff;
    font-size: 13px;
}

.copyright {
    color: #666;
}

.copyright a {
    color: #20b7f1;
    text-decoration: underline;
}

.copyright a:hover {
    color: #fff;
    text-decoration: none;
}

.bottom_wrapper {
    background: #f8f8f8;
    padding: 20px 0;
}

.bottom_title {
    font-weight: 300;
    color: #20b7f1;
    font-size: 24px;
    padding: 20px 0 20px;
    border-bottom: 1px solid #58cbf7;
    margin-bottom: 20px;
}


/*------------------------------
		6 - MAIN MENU
------------------------------*/

.menu_wrapper {
    padding-top: 65px;
}

.navbar_ {
    margin: 0;
    padding: 0;
    background: none;
    position: relative;
    z-index: 30;
}

.navbar_ .navbar-inner_ {
    padding: 0;
    margin: 0;
    border: none;
    min-height: inherit;
    background: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    filter: none;
}

.navbar_ .btn-navbar {
    background: #4d2f14;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 20px;
    margin-bottom: 15px;
}

.navbar_ .btn-navbar:hover {
    background: #71461f;
}

.navbar_ .btn-navbar .icon-bar {
    background-image: none;
}

.nav-collapse_.collapse {
    position: relative;
    display: block;
    text-align: left;
}

.navbar_ .nav {
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    left: auto;
}

.navbar_ .nav > li {
    position: relative;
    display: block;
    float: none;
    padding-left: 0px;
    white-space: nowrap;
    background: none;
    border: none;
}

.navbar_ .nav > li:first-child {}

.navbar_ .nav > li > a {
    display: block;
    text-decoration: none;
    background: none;
    font-size: 16px;
    font-weight: 100;
    line-height: 50px;
    color: #666;
    text-shadow: none;
    padding: 0px 0 0 0;
    border: none;
    margin: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    position: relative;
    border-bottom: 1px solid;
    border-color: #f8f8f8;
    transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
}

.navbar_ .nav > li > a .over1:before {
    display: block;
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 0;
    top: 0;
}

.navbar_ .nav > li.active > a,
.navbar_ .nav > li.active > a:hover,
.navbar_ .nav > li.active > a:focus,
.navbar_ .nav > li > a:hover,
.navbar_ .nav > li > a:focus,
.navbar_ .nav > li.sfHover > a,
.navbar_ .nav > li.sfHover > a:hover {
    color: #20b7f1;
    text-decoration: none;
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.navbar_ .nav > li.active > a .over1,
.navbar_ .nav > li.active > a:hover .over1,
.navbar_ .nav > li.active > a:focus .over1,
.navbar_ .nav > li > a:hover .over1,
.navbar_ .nav > li > a:focus .over1,
.navbar_ .nav > li.sfHover > a .over1,
.navbar_ .nav > li.sfHover > a:hover .over1 {
    background-position: bottom;
}

.sub-menu ul {
    position: absolute;
    display: none;
    left: 100%;
    top: 0px;
    list-style: none;
    zoom: 1;
    z-index: 109;
    margin: 0;
    margin-left: 20px;
    padding: 0px;
    border: 1px solid #f8f8f8;
    text-align: left;
}

.sub-menu li {
    margin: 0;
    position: relative;
    zoom: 1;
    display: block;
    margin-top: 0px;
    background: #fff;
    border-bottom: 1px solid #f8f8f8;
}

.sub-menu li:first-child {
    margin-top: 0;
}

.sub-menu li a {
    display: block;
    position: relative;
    font-family: 'Open Sans';
    font-weight: 100;
    font-size: 16px;
    line-height: 20px;
    color: #666;
    text-decoration: none;
    padding: 15px 40px 15px 15px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.sub-menu li a:hover {
    text-decoration: none;
    color: #20b7f1;
}

.sub-menu li a em {
    display: inline-block;
    width: 7px;
    height: 10px;
    background: none;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -5px;
}

.sub-menu li a:hover em {
    background-position: bottom;
}

.sub-menu-1 > ul {}

.sub-menu-2 > ul {
    left: 100%;
    top: 0px;
    margin-left: 0px;
}


/*------------------------------
		7 - SEARCH FORM
------------------------------*/

.search-form-wrapper {
    padding-bottom: 0px;
}

.navbar-form {
    float: none;
    position: relative;
    z-index: 11;
    margin: 11px 0px 0 0;
    padding: 0;
}

.navbar-form input {
    width: 100%;
    height: auto;
    font-size: 13px;
    line-height: 20px;
    color: #ececec;
    background: #fff;
    border: 1px solid #ececec;
    margin: 0;
    padding: 10px 50px 10px 10px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navbar-form input:focus {
    color: #20b7f1;
    border-color: #20b7f1;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-form a {
    text-decoration: none;
    margin: 0;
    display: inline-block;
    width: 42px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 7px;
}

.navbar-form a:hover {
    background-position: left;
}


/*------------------------------
		8 - MAIN LAYOUT
------------------------------*/

h1 {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 28px;
    color: #20b7f1;
    line-height: 36px;
    padding: 0px 0 15px 0;
    margin: 0 0 15px;
    text-transform: uppercase;
    border-bottom: 1px solid aliceblue;
    position: relative;
    letter-spacing: -1px;
}

h1:after {
    content: "";
    display: block;
    width: 260px;
    height: 1px;
    background: #20b7f1;
    position: absolute;
    left: 0;
    bottom: -1px;
}

h2 {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 24px;
    color: #20b7f1;
    line-height: 32px;
    padding: 20px 0 5px 0;
    margin: 0 0 15px;
    position: relative;
    letter-spacing: -1px;
}

h3 {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 22px;
    color: #20b7f1;
    line-height: 30px;
    padding: 0px 0 16px 0;
    margin: 0;
}

h4 {
    font-family: 'Open Sans';
    color: #20b7f1;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    padding: 0px 0 10px 0;
    margin: 0;
}

h5 {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    padding: 0px 0 10px 0;
    margin: 0;
    letter-spacing: 1px;
}

h6 {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    padding: 0px 0 10px 0;
    margin: 0px 0px 0px 0px;
}

.upper {
    text-transform: uppercase;
}

.color1 {
    color: #fff;
}

.line1 {
    height: 1px;
    background: #b9b2a2;
    margin: 5px 0;
}

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

.services_wrapper {
    padding-bottom: 20px;
    background: url("../images/services-banner.jpg") left top no-repeat;
}

.services_wrapper .services_txt1 {
    line-height: 36px;
    padding: 0;
    font-family: 'Open Sans';
    font-weight: 100;
    font-size: 32px;
    color: #20b7f1;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.services_wrapper .services_txt2 {
    line-height: 24px;
    padding: 0;
    font-family: 'Open Sans';
    font-weight: 100;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    padding-bottom: 25px;
}

.services .banner .banner_inner {
    padding-bottom: 20px;
    text-align: center;
}

.services .banner .banner_inner .img {
    padding-bottom: 10px;
}

.services .banner .banner_inner .txt1 {
    font-family: 'Open Sans';
    color: #20b7f1;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.button1 {
    display: inline-block;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #20b7f1;
    color: #fff;
    padding: 10px 15px 10px 15px;
    white-space: nowrap;
    letter-spacing: 0px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.button1:hover {
    background: #f15b5a;
    color: #fff;
}

.button2 {
    display: inline-block;
    text-decoration: none;
    float: right;
    font-size: 11px;
    color: #20b7f1;
    margin-top: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
    letter-spacing: 0px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.button2:hover {
    color: #f15b5a;
}

.page_image {
    padding-bottom: 20px;
}

.page_image img {
    max-width: 100%;
}

.google_map {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 0;
    background: none;
    border: none;
    line-height: 1px;
}

.google_map iframe {
    position: relative;
    width: 100%;
    height: 400px;
    border: none;
    background: #fff;
}


/*------------------------------
		9 - CAROUFREDSEL SLIDER1
------------------------------*/

.caroufredsel_slider1_wrapper {
    position: relative;
    padding-bottom: 20px;
}

.caroufredsel_slider1_wrapper .caroufredsel_wrapper {
    width: 100%!important;
}

#caroufredsel_slider1 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

#caroufredsel_slider1 li {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}

.pagination1 {
    position: absolute;
    bottom: 60px;
    right: 0px;
}

.pagination1 a {
    display: inline-block;
    width: 15px;
    height: 14px;
    background: #cce9ef;
    border-radius: 50%;
    margin: 0 3px;
}

.pagination1 a:hover,
.pagination1 a.selected {
    background-position: right;
    background: #20b7f1;
}

.pagination1 a span {
    display: none;
}

.caroufredsel_slide1 {}

.caroufredsel_slide1 .img {
    width: 100%;
}

.caroufredsel_slide1 .txt1 {
    font-family: 'Open Sans';
    font-size: 24px;
    line-height: 32px;
    color: #20b7f1;
    padding-top: 15px;
}

.caroufredsel_slide1 .txt2 {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 26px;
    color: #666;
    padding-top: 5px;
}


/*------------------------------
		10 - CAROUFREDSEL SLIDER2
------------------------------*/

#slider2_wrapper {
    margin-top: 35px;
    padding-bottom: 30px;
    background-color: white;
}

#slider2 {
    position: relative;
}

.slider2_txt1 {
    line-height: 36px;
    padding: 0;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 28px;
    color: #20b7f1;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
}

.slider2_txt2 {
    line-height: 26px;
    padding: 0;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    padding-bottom: 15px;
}

.prev3 {
    display: block;
    width: 56px;
    height: 56px;
    background: url(../images/icons/prev.png) left top no-repeat;
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -25px;
    z-index: 100;
}

.prev3:hover {
    background-position: bottom;
}

.next3 {
    display: block;
    width: 56px;
    height: 56px;
    background: url(../images/icons/next.png) left top no-repeat;
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: -25px;
    z-index: 100;
}

.next3:hover {
    background-position: bottom;
}

.carousel-box {
    position: relative;
}

.carousel-box .inner {
    position: relative;
    overflow: hidden;
}

.carousel.main {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-right: -20px;
}

.caroufredsel_wrapper {
    padding: 0;
    margin: 0;
}

.caroufredsel_wrapper ul {
    padding: 0;
    margin: 0;
}

.carousel-box ul li {
    float: left;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 300px;
    overflow: hidden;
    padding-right: 20px
}

.carousel1 {}

.carousel1_inner {
    text-align: center;
}

.carousel1 .carousel1_inner a {
    position: relative;
    display: block;
    text-decoration: none;
    background: #f8f8f8;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.carousel1 .carousel1_inner a:hover {
    background: #20b7f1;
}

.carousel1 .carousel1_inner a .img {
    width: 100%;
    padding-bottom: 0px;
}

.carousel1 .carousel1_inner a .txt {
    padding: 20px;
}

.carousel1 .carousel1_inner a .txt1 {
    font-family: 'Open Sans';
    color: #20b7f1;
    font-size: 18px;
    line-height: 26px;
    padding-top: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.carousel1 .carousel1_inner a:hover .txt1 {
    color: #fff;
}

.carousel1 .carousel1_inner a .txt2 {
    padding-bottom: 30px;
    padding-top: 10px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.carousel1 .carousel1_inner a:hover .txt2 {
    color: #fff;
}


/*------------------------------
		11 - TESTIMONIALS
------------------------------*/

.testimonials_wrapper {
    position: relative;
    padding-bottom: 20px;
}

.testimonials_wrapper .caroufredsel_wrapper {
    width: 100%!important;
}

#testimonials {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

#testimonials li {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}

.prev_testimonials {
    display: block;
    padding-right: 60px;
    float: right;
}

.prev_testimonials:before {
    font-family: FontAwesome;
    font-size: 24px;
    content: "\f104";
    position: absolute;
    top: -55px;
}

.prev_testimonials:hover {
    background-position: bottom;
    color: #20b7f1;
}

.next_testimonials {
    display: block;
    font-size: 24px;
    z-index: 100;
    float: right;
    padding-right: 20px;
}

.next_testimonials:before {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: -55px;
}

.next_testimonials:hover {
    background-position: bottom;
    color: #20b7f1;
}

.testimonial1 {}

.testimonial1 .txt1 {
    padding-left: 80px;
    background: url("../images/icons/testimonial1.png") 15px 5px no-repeat;
    font-style: italic;
    font-size: 14px;
}

.testimonial1 .txt2 {
    margin-left: 80px;
    padding-top: 14px;
    font-style: italic;
    font-size: 12px;
}

.testimonial1 .txt2_inner {
    display: inline-block;
    padding: 7px 20px 7px 0px;
}


/*------------------------------
		12 - THUMBNAILS
------------------------------*/

.thumbnails {}

.thumbnails .thumbnail {
    line-height: 18px;
}

.thumbnails1 {
    margin: 0 0 0 -30px;
    padding: 0;
}

.thumbnails1 > li {
    width: 206px;
    float: left;
    margin: 0 0 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.thumbnails1 > li.last {
    margin-bottom: 0;
}

.thumbnails1 .thumbnail {
    text-align: center;
    padding: 0;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.thumbnails1 .thumbnail figure {
    margin: 0;
    float: none;
    margin: 0px 0px 20px 0px;
}

.thumbnails1 .thumbnail figure img {
    width: 100%;
    border-radius: 50%;
}

.thumbnails1 .thumbnail .caption {}

.thumbnails2 {
    margin: 0 0 0 -30px;
    padding: 0;
}

.thumbnails2 > li {
    width: 325px;
    float: left;
    margin: 0 0 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.thumbnails2 > li.last {
    margin-bottom: 0;
}

.thumbnails2 .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.thumbnails2 .thumbnail figure {
    margin: 0;
    float: none;
    margin: 0px 0px 20px 0px;
}

.thumbnails2 .thumbnail figure img {
    width: 100%;
}

.thumbnails2 .thumbnail .caption {}

.thumbnails-iisotope {
    margin: 0 0 0 -30px;
    padding: 0;
}

.thumbnails-iisotope > li {
    width: 206px;
    float: left;
    margin: 0 0 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.img-polaroid {
    position: relative;
    padding: 5px;
    background: #e7e0d7;
    border: 1px solid #c4bdab;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.img-polaroid.w1 {
    padding: 10px;
}

.thumbnail .caption {
    padding: 0;
    color: #20b7f1;
    font-size: 15px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
}

.thumb1 {
    margin-bottom: 20px;
}

.thumb1.last {
    margin-bottom: 0px;
}

.thumb1 .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.thumb1 figure {
    margin: 0;
    float: left;
    margin: 0px 20px 20px 0px;
}

.thumb2 figure img {
    width: auto;
}

.thumb1 .caption {}

.thumb2 {
    margin-bottom: 20px;
}

.thumb2.last {
    margin-bottom: 0px;
}

.thumb2 .thumbnail {
    padding: 20px;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid #f5f5f5;
}

.thumb2 figure {
    margin: 0;
    float: left;
    margin: 0px 20px 20px 0px;
}

.thumb2 figure2 img {
    width: auto;
    border-radius: 50%;
}

.thumb2 figure2 {
    margin: 0;
    float: left;
    margin: 0px 20px 20px 100px;
}

.thumb2 figure img {
    width: auto;
    border-radius:50%;
}

.thumb2 .caption {}

.thumb-isotope {}

.thumb-isotope .thumbnail {
    padding: 0px;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.thumb-isotope .thumbnail a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 0px;
    border: 1px solid aliceblue;
    background: white;
    padding: 10px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.thumb-isotope .thumbnail a:hover {
    background: white;
    border: 1px solid aliceblue;
    color: #666;
}

.thumb-isotope .thumbnail a figure {
    position: relative;
    margin: 0;
    float: none;
    margin: 0px 0px 15px 0px;
    padding: 0;
    border: none;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.thumb-isotope .thumbnail a img {
    width: 100%;
}

.thumb-isotope .thumbnail a em {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: url("../images/icons/zoom.png") center center no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.thumb-isotope .thumbnail a:hover em {
    opacity: 1;
    filter: alpha(opacity=100);
}

.thumb-isotope .thumbnail a .caption {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 5px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.thumb-isotope .thumbnail a:hover .caption {
    color: #666;
}


/*------------------------------
		13 - CONTACTS
------------------------------*/

#note {}

.notification_error {
    color: #f00;
    padding-bottom: 10px;
}

.notification_ok {
    text-align: left;
    padding-bottom: 10px;
}

#fields {
    padding-bottom: 0px;
}

#ajax-contact-form .block3 {
    float: left;
}

#ajax-contact-form .block4 {
    float: left;
    padding-left: 30px;
}

#ajax-contact-form .control-group {
    margin-bottom: 10px;
}

#ajax-contact-form .control-label {
    display: none;
}

#ajax-contact-form .controls {
    margin-left: 0;
}

#ajax-contact-form input,
#ajax-contact-form textarea {
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
}

#ajax-contact-form input:focus,
#ajax-contact-form textarea:focus {
    border-color: #20b7f1;
}

#ajax-contact-form textarea {
    height: 124px;
}

#ajax-contact-form input,
#ajax-contact-form textarea {
    width: 311px;
}

#ajax-contact-form .control-group.capthca {
    margin-bottom: 0px;
}

#ajax-contact-form .capthca input {
    width: 106px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

#ajax-contact-form img {
    float: left;
    width: 120px;
    height: 42px;
    margin-bottom: 10px;
}

#ajax-contact-form .submit {
    border: 0;
    margin: 0;
    margin-top: 15px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    white-space: nowrap;
    letter-spacing: 0px;
    background: #f8f8f8;
    padding: 0px 20px;
}

#ajax-contact-form .submit:hover {
    color: #f15b5a;
    background-position: bottom;
}

.phone {
    color: #20b7f1;
    padding: 20px 10px 10px 10px;
    font-family: "Open Sans", sans-serif;
}

.marker {
    color: #20b7f1;
    padding: 20px 10px 10px 10px;
    font-family: "Open Sans", sans-serif;
}

.mail {
    color: #20b7f1;
    padding: 20px 10px 10px 10px;
    font-family: "Open Sans", sans-serif;
}


/*------------------------------
		14 - 404 PAGE NOT FOUND
------------------------------*/

.page_notfound {
    text-align: center
}

.page-404 {
    text-align: center;
}

.page-404 .txt1 {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 140px;
    color: #20b7f1;
    line-height: 140px;
    text-shadow: 1px 1px white, -1px -1px #ececec;
    letter-spacing: 2;
}

.page-404 .txt2 {
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 50px;
    color: #ececec;
    line-height: 50px;
    text-shadow: 1px 1px white, -1px -1px #ddd
}


/*------------------------------
		15 - MEDIA QUERIES
------------------------------*/


/* Large desktop */

@media (min-width: 1200px) {
    .box2 {
        margin-left: -29px;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 19px;
    }
    .box2_2 {
        margin-left: -29px;
    }
    .main #content .box1,
    .main #content .box2 {
        height: 515px;
    }
    .navbar_ .nav > li > a {
        line-height: 60px;
        padding: 0px 0 0 0;
    }
    .thumbnails1 > li {
        width: 192px;
    }
    .thumbnails2 > li {
        width: 415px;
    }
    .thumbnails-iisotope > li {
        width: 266px;
    }
    #ajax-contact-form input,
    #ajax-contact-form textarea {
        width: 401px;
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
    }
    .page_notfound .block1 {
        width: 490px;
    }
    .page_notfound .block2 {
        width: 340px;
    }
    .subpage .box1 {
        position: fixed;
        width: 230px;
    }
}


/* Default landscape and desktop to large desktop */

@media (max-width: 1199px) {}

@media (min-width: 980px) and (max-width: 1199px) {
    .subpage .box1 {
        position: fixed;
        width: 180px;
    }
}


/* Portrait tablet to landscape and desktop */

@media (max-width: 979px) {
    .pagination1 {
        bottom: 50px;
    }
    .caroufredsel_slide1 .txt1 {
        font-size: 30px;
        line-height: 30px;
        padding-top: 10px;
    }
    .caroufredsel_slide1 .txt2 {
        font-size: 14px;
        line-height: 16px;
        padding-top: 7px;
    }
    .nav-collapse_.collapse {
        height: auto!important;
        overflow: visible!important;
    }
    .navbar_ .btn-navbar {
        display: none;
    }
    .page_notfound .block1 {
        width: auto;
        float: none;
    }
    .page_notfound .block2 {
        width: auto;
        margin-left: 0;
        float: none;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .main #content .box1,
    .main #content .box2 {
        height: 330px;
    }
    .navbar_ .nav > li > a {
        font-size: 14px;
        line-height: 38px;
        padding: 0px 0 0 0;
    }
    #menu_bot > li {
        margin-left: 10px;
    }
    #menu_bot > li > a {
        font-size: 14px;
    }
    .thumbnails1 > li {
        width: 152px;
    }
    .thumbnails2 > li {
        width: 244px;
    }
    .thumbnails-iisotope > li {
        width: 152px;
    }
    #ajax-contact-form input,
    #ajax-contact-form textarea {
        width: 230px;
    }
}


/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
    .container {
        width: 440px;
    }
    .box2 {
        margin-left: 0px;
        margin-top: 1px;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .box2_2 {
        margin-left: 0px;
        margin-top: 0px;
        padding-top: 0px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .caroufredsel_slider1_wrapper {
        padding-bottom: 40px;
    }
    .pagination1 {
        bottom: 15px;
        left: 0;
        right: auto;
    }
    .caroufredsel_slide1 .txt1 {
        font-size: 20px;
        line-height: 20px;
        padding-top: 10px;
    }
    .caroufredsel_slide1 .txt2 {
        font-size: 14px;
        line-height: 20px;
        padding-top: 7px;
    }
    .main #content .box1,
    .main #content .box2 {
        height: auto;
    }
    .navbar_ .nav > li > a {
        font-size: 14px;
        line-height: 40px;
        padding: 0px 0 0 0;
    }
    .sub-menu ul {
        position: relative;
        left: 0;
        top: 0;
        margin-left: 0;
    }
    .sub-menu li a {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 20px 10px 10px;
    }
    .menu_bot {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }
    #menu_bot {}
    #menu_bot > li {
        display: block;
        float: none;
        margin-left: 0;
        padding: 3px 0;
        border-bottom: 1px solid #2e2a23;
    }
    #menu_bot > li > a {
        line-height: 30px;
        font-size: 16px;
    }
    .social_wrapper {
        float: none;
        text-align: center;
    }
    .thumbnails1 {
        margin-left: 0;
    }
    .thumbnails1 > li {
        width: 100%;
        margin-left: 0;
    }
    .thumbnails2 {
        margin-left: 0;
    }
    .thumbnails2 > li {
        width: 100%;
        margin-left: 0;
    }
    .thumbnails-iisotope {
        margin-left: 0;
    }
    .thumbnails-iisotope > li {
        width: 100%;
        margin-left: 0;
    }
    #ajax-contact-form .block3 {
        float: none;
    }
    #ajax-contact-form .block4 {
        float: none;
        padding-left: 0px;
    }
    #ajax-contact-form input,
    #ajax-contact-form textarea {
        width: 386px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {}


/* Landscape phones and down */

@media (max-width: 480px) {
    .container {
        width: 300px;
    }
    .navbar_ .nav > li > a {
        font-size: 14px;
        line-height: 35px;
        padding: 0px 0 0 0;
    }
    .google_map iframe {
        height: 240px;
    }
    #ajax-contact-form input,
    #ajax-contact-form textarea {
        width: 246px;
    }
}