/*--------------------------------------------------------------
>>> 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 - OUR CLIENTS
16 - MEDIA QUERIES

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


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

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext");

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

html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

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

::selection {
    background: #ffc31d!important;
    color: #fff
}

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

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

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

body {
    /*    background: #f8f8f8;*/
    background: url('../images/bg-2.jpg') no-repeat fixed;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    min-width: 320px;
    color: #666;
    font-size: 15px;
    font-weight: 400;
}


#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', sans-serif;
    font-size: 14px;
    font-weight: 700;
}


/*------------------------------
		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: url(../images/icons/piksel01.png);
    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: url(../images/icons/piksel01.png);
    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: 21px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

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

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

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

.copyright {
    color: #222;
    font-weight: 600;
}

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

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

.bottom_wrapper {
    background: #fff;
    padding: 30px 0;
}

.bottom_title {
    font-weight: 600;
    color: #ffc31d;
    font-size: 24px;
    padding: 20px 0 0;
    border-bottom: 1px solid #ffc31d;
    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: 400;
    line-height: 45px;
    color: #444;
    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 #ececec;
    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: #ffc31d;
    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: 400;
    font-size: 16px;
    line-height: 20px;
    color: #222;
    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: #ffc31d;
}

.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: 14px;
    line-height: 20px;
    color: #666;
    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: #ffc31d;
    border-color: #ffc31d;
    -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;
}

.heading {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 30px;
    color: #ffc31d;
    line-height: 30px;
    padding: 0px 0 15px 0;
    margin: 0 0 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #ececec;
    position: relative;
    letter-spacing: -1px;
}

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


h1 {
    color: #222;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    padding: 20px 0 5px 0;
    margin: 00;
    position: relative;
}

h2 {
    color: #222;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    padding: 20px 0 5px 0;
    margin: 00;
    position: relative;
}

h3 {
    color: #222;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    padding: 0px 0 10px 0;
    margin: 0;
}

h4 {
    color: #222;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    padding: 0px 0 10px 0;
    margin: 0;
}

h5 {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 0px 0 10px 0;
    margin: 0;
}

h6 {
    color: #222;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    padding: 0px 0 10px 0;
    margin: 0;
}

.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/bg2.jpg") left top repeat;
}

.services_wrapper .services_txt1 {
    line-height: 36px;
    padding: 0;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 32px;
    color: #222;
    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-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 {
    margin-bottom: 10px;
}

.news_img {
    border-radius: 50%;
    border: 1px solid #fff;
}

.services .banner .banner_inner .txt1 {
    font-family: 'Open Sans', sans-serif;
    color: #222;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 600;
}

.services .banner .banner_inner .txt2 {
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
    font-weight: 400;
}

.button1 {
    display: inline-block;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #ffc31d;
    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: #FFA000;
    color: #fff;
}

.button2 {
    display: inline-block;
    text-decoration: none;
    float: right;
    font-size: 10px;
    color: #666;
    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: #FFA000;
}

.page_image {
    padding-bottom: 20px;
}

.page_image img {
    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: 12px;
    height: 12px;
    background: #222;
    border-radius: 50%;
    margin: 0 3px;
}

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

.pagination1 a span {
    display: none;
}

.caroufredsel_slide1 {}

.caroufredsel_slide1 .img {
    width: 100%;
}

.caroufredsel_slide1 .txt1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #222;
    padding-top: 15px;
}

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


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

#slider2_wrapper {
    margin-top: 35px;
    padding-bottom: 60px;
    background-color: #fdfdfd;
}

#slider2 {
    position: relative;
}

.slider2_txt1 {
    line-height: 36px;
    padding: 0;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 32px;
    color: #222;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 60px;
}

.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: #ffc31d;
    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: #FFA000;
}

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

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

.carousel1 .carousel1_inner a .txt1 {
    font-family: 'Open Sans' sans-serif;
    color: #222;
    font-weight: 600;
    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: #222;
}

.carousel1 .carousel1_inner a .txt2 {
    font-size: 15px;
    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: #222;
}


/*------------------------------
		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: #ffc31d;
}

.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: #ffc31d;
}

.testimonial1 {}

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

.testimonial1 .txt2 {
    margin-left: 80px;
    padding-top: 14px;
    font-size: 14px;
    text-align: right;
}

.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: #666;
    font-size: 15px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 1.6;
}

.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 #fafafa;
    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 #fafafa;
    color: #222;
}

.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: 15px;
    font-weight: 400;
    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: #222;
}


/*------------------------------
		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: #ffc31d;
}

#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: 15px;
    font-weight: 400;
    white-space: nowrap;
    letter-spacing: 0px;
    background: #ececec;
    padding: 0px 20px;
    color: #666;
}

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

.phone {
    color: #222;
    padding: 20px;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #fff;
    background: #ffc31d;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: 15px 0;
}

.fasize {
    font-size: 32px;
}


.marker {
    color: #222;
    padding: 20px;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #fff;
    background: #ffc31d;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: 15px 0;
}

.mail {
    color: #222;
    padding: 20px;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #fff;
    background: #ffc31d;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: 15px 0;
}

.calendar {
    color: #222;
    padding: 20px;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #fff;
    background: #ffc31d;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: 15px 0;
}


/*------------------------------
		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: #ffc31d;
    line-height: 140px;
    text-shadow: 1px 1px white, -1px -1px #ececec;
    letter-spacing: 2;
    margin: 60px 0;
}

.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;
    margin-bottom: 60px;
}


/*------------------------------
		15 - OUR CLIENTS
------------------------------*/

.client1 a {
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
    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;
}

.client1 a .txt2 {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    line-height: 1.2;
    color: #ffc31d;
    border: 1px solid #ececec;
    padding: 35px 0;
}

.client1 a .txt2:hover {
    background: #fff;
    color: #FFA000;
    z-index: 5;
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.client1 a .txt2 span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #666;
    padding-top: 5px;
}

.client1 a ul {
    padding: 0;
    margin: 0 0 40px;
    list-style: none;
}

.client1 a ul li {
    display: block;
    border-bottom: 1px solid #ececec;
    color: #999999;
    padding: 15px 0;
}

.client1 a .txt3 {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 2px;
    background: #fff;
    color: #35373e;
    padding: 13px 40px;
    border: 1px solid #e8e8e8;
    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;
}

.client1 a:hover .txt3 {
    background: #000;
    color: #fff;
}


/*------------------------------
		16 - 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: 45px;
        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: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    }
    .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) {
    
    .caroufredsel_slide1 .txt1 {
        font-size: 18px;
        line-height: 18px;
        padding-top: 20px;
    }
    
    .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;
    }
    
    .menu_wrapper {
    padding-top: 10px;
    }
    
    .testimonial1 .txt1 {
    padding-left: 0px;
    background: #fff;
    font-style: italic;
    font-size: 14px;
    }
    
    .testimonial1 .txt2 {
    margin-left: 0px;
    padding-top: 14px;
    font-style: italic;
    font-size: 12px;
    }
}


/* 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) {
    .menu_wrapper {padding-top: 136px;
    }
    .services_wrapper {
    padding-bottom: 20px;
    background: #ececec;
    }
    
    .thumbnails1 .thumbnail figure img {
    width: 50%;
    border-radius: 50%;
    }
    
    h3{
        text-align: center;
    }
    
    .testimonial1 .txt1 {
    padding-left: 0px;
    background: #fff;
    font-style: italic;
    font-size: 14px;
    }
    
    .testimonial1 .txt2 {
    margin-left: 0px;
    padding-top: 14px;
    font-style: italic;
    font-size: 12px;
    }
    


}


/* 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;
    }
    .services_wrapper {
    padding-bottom: 20px;
    background: #ececec;
    }
    
    .thumbnails1 .thumbnail figure img {
    width: 50%;
    border-radius: 50%;
    }
    
    h3{
        text-align: center;
    }
    
    .testimonial1 .txt1 {
    padding-left: 0px;
    background: #fff;
    font-style: italic;
    font-size: 14px;
    }
    
    .testimonial1 .txt2 {
    margin-left: 0px;
    padding-top: 14px;
    font-style: italic;
    font-size: 12px;
    }
      
}

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

hr {
    margin: 20px 0 0 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}

.cdate {
font-size:10px;
}

.img-portfolio{
	width: 200px;
	margin: 5px;
	height: 200px;
}

#footer_language_list{
	text-align: center;
}

#footer_language_list ul{
	list-style: none;
	margin:0;
	padding:0;
}

#footer_language_list ul li img{
	margin-right:5px;
}

#footer_language_list ul li{
	display:inline;
	margin:0 5px 0 5px;
	padding:0;
}

#footer_language_list ul li a, #footer_language_list ul li a:visited{
	color: #fff;
	text-decoration:underline;
}

#footer_language_list ul li a:hover, #footer_language_list ul li a:active{
	color: #fff;
}
