@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);


.btn {

    display: inline-block;
    padding: 6px 34px 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    background-image: none;
    text-shadow: none;
    border-radius: 0;
    line-height: 24px;
    border:none;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.btn:hover {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.btn-default {border:1px solid #ccc;}

blockquote h3 {margin-top: 0; font-style: normal;}



/*main*/
html, body {position: relative; width: 100%; height: 100%;}
::selection {
    background: #0777AC;
    color: #fff;
    }

::-moz-selection {
    background: #0777AC;
    color: #fff;
}
body {
font-size: 14px;
font-family: 'Open Sans', arial, sans-serif;
line-height: 1.7em;
background: #ffffff;
color: #757575;
}



section, footer {background-color: #fff; z-index: 2; position: relative;}
img {max-width: 100%;}


.row{
	padding:0;
	margin:0;
	width:100%;
}

#wrap {
     padding:0;
	 margin:0;
    -moz-box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2);
 
 }
#wrap > .row {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
/*horizontal slider*/
.horizontal_slider_list_wrapper {
    /*position: relative;*/
    margin-top: 37px;
}
.horizontal_slider_list_wrapper > div {
    overflow: hidden;
}
ul.horizontal_slider_list {
    padding: 0;
    margin: 0;
}
ul.horizontal_slider_list li {
    display: block;
    float: left;
    height: 100%;
}
.es-nav {
    position: absolute; right: 0; top: -38px;
}
.es-nav span {
cursor: pointer;
display: inline-block;
height: 23px;
text-indent: 100%;
width: 23px;
font-size: 0;
color: transparent;

-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.es-nav span.es-nav-prev{
background: url(../img/arrows-horizontal.png) no-repeat 0 0 #0777AC;
}
.es-nav span.es-nav-next{
background: url(../img/arrows-horizontal.png) no-repeat -23px 0 #0777AC;
margin-left: 7px;
}
.es-nav span.es-nav-next:hover, .es-nav span.es-nav-prev:hover {
background-color:#0777AC;
}
.related_posts_list {padding-left: 0; list-style: none;}

.horizontal_slider_item, .related_posts_item, .thumbnail {
    border-radius: 0;
} 
#portfolio .item_title {
    position: absolute;
    padding: 0;
    right:15px;
    left:15px;
    bottom: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

 .related_posts_item > h4 {padding:18px 0; margin:0; font-size: 18px;}
 .related_posts_item > h4 > a {color:#0777AC;}
.horizontal_slider_item > h4, 
#portfolio .item_title h4 {margin:0; padding: 16px 0; font-size: 20px;} 
.horizontal_slider_item > h4 > span.heart, 
.related_posts_item > h4 > span.heart, 
#portfolio .item_title h4 > span.heart {float: right; padding:1px 0 1px 21px; font-size: 14px; color: #fff; position: relative;}
.horizontal_slider_item > h4 > span.heart:before, 
.related_posts_item > h4 > span.heart:before, 
#portfolio .item_title h4 > span.heart:before{
    position: absolute;
    display: block;
    content: '\e17f';
    font-family: 'DX-Icons-2';
    left: 4px;
    color:#0777AC;

}
#portfolio .item_title h4 > a, 
.horizontal_slider_item > h4 > a {color:#fff;}
#portfolio .item_title h4 > a:hover,
.related_posts_item > h4 > a:hover,
.horizontal_slider_item > h4 > a:hover {color: #0777AC;}
.portfolio_item_image, .horizontal_slider_introimg {position: relative; overflow: hidden;}
.portfolio_item_image > div {position: absolute;display: block; height: 100%;top:0; bottom:0; left: 0; right: 0; background-color: #111; background-color: rgba(0, 0, 0,0.6);
}

.horizontal_slider_item .portfolio_item_image {
    left:0; right: 0; text-align: center; line-height: 1.9em;
}
.horizontal_slider_item_description {
padding: 20px 0px 20px;
}
.horizontal_slider_item_description h3{ font-size: 19px; margin:0 0 10px 0; text-transform: none;}
.horizontal_slider_item_description h3 a{color:#fff;}
.horizontal_slider_item_description h3 a:hover{opacity: 0.8;}

.p-view, .p-link {
/*    visibility: hidden;*/
    display: block;
    height: 50px;
    width: 50px;
    margin-left: -53px;
    position: absolute;
    top: 10%;
    left: 50%;
    background-color:#0777AC;
    border-radius: 4px;
}
.p-link {
    margin-left: 5px;
}
.p-view:before, .p-link:before{
    font-family: 'DX-Icons-2';
    font-size: 30px; 
    font-weight: normal;
    color:#ffffff;
    content: "\e18a";
    line-height: 50px;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out; 
    -o-transition: 0.3s all ease-in-out; 
    -ms-transition: 0.3s all ease-in-out; 
    transition: 0.3s all ease-in-out;    
}
.p-view:hover, .p-link:hover{
background-color: #4A4A4A;
}
.p-view:hover:before, .p-link:hover:before{
}
.p-link:before{
    content: "\e010";   
}


.horizontal_slider_item img,.portfolio_item_image img { 
    -webkit-transition: 0.3s all ease-in-out; -moz-transition: 0.3s all ease-in-out; -o-transition: 0.3s all ease-in-out; -ms-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out;
    display: block;
    width: 100%;
}

.horizontal_slider_item:hover img, .portfolio_item_image:hover img {opacity: 0.9;
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.horizontal_slider_item:hover .p-view, .portfolio_item_image:hover .p-view {opacity: 1;}

/*gallery*/
ul#portfolioContainer {padding: 0; margin: 0; list-style: none; text-align: center; }
#portfolio h4 {margin-top: 0;}
#portfolio .isotope-item {/*max-width: 100%; */overflow: hidden; width: 25%; float: left; margin-left: -1px;}
@media screen and (max-width: 991px) {
    #portfolio .isotope-item {width:33.3333%}
}
@media screen and (max-width: 767px) {
    #portfolio .isotope-item {width:50%}
}
@media screen and (max-width: 450px) {
    #portfolio .isotope-item {width:100%}
}
#portfolio .item_title p {padding: 0 0 22px; margin: 0; color:#fff;}
#portfolio .item_title h4 {margin: 0px 0 9px; padding: 0;}

#featuresContainer .isotope-item {margin-left: -1px; width:360px; margin:10px;}

#filtrable {padding: 0; margin-top: -30px;}
#filtrable li {
display: inline-block;
margin-right: 5px;
}
#filtrable a {
font-size: 0.95em;
padding: 7px 16px;
margin: 40px 0 30px;
display: inline-block;
border:2px solid #0777AC;
color:#0777AC;
}
#filtrable a:before {
    font-family: 'DX-Icons-2';
    content: "\e062";
    padding-right: 10px;
}
#filtrable a:hover, 
#filtrable a.selected {
background-color: #0777AC;
color:#ffffff;
}
#filtrable a:hover {
    /*opacity: 0.8;*/
}
.portfolio_loadmore {
    margin: 30px 0 40px !important;
}
#gallery_container {position: fixed; width:100%; height: 100%; background: #fff; z-index: 10000; top:0; bottom: 0; left: 0; right: 0; top:-100%; overflow: auto; display: none;}
/*gallery single item*/
#portfolio_nav {margin-top: 40px;}
#portfolio_nav + #middle {margin-top: 0px; padding-top: 0;}
#portfolio_nav a {color:#4A4A4A; font-size: 36px; margin:0 30px;}
#portfolio_nav a:hover {color:#0777AC;}
.description {margin-bottom: 26px}
.skills, .client { border-bottom: 1px solid #e1e1e1; padding-bottom: 6px; margin-bottom: 10px;}
.location {margin-bottom: 27px;}
.skills > span, .client > span, .location > span {
   font-weight: 700;
}
.skills > a, .client > a, .location > a {
   color: #0777AC; 
}
.skills > a:hover, .client > a:hover, .location > a:hover {
   color: #0777AC; 
}
/*.gallery-single h1 {margin: -9px 0 44px !important;}*/
/*.gallery-single h3 {margin: 14px 0 19px;}*/

/* Isotope Filtering */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item[style] {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/*blog*/

.blog {margin-top: 7px;}
.blog .entry-thumbnail:first-child{margin: 0px 0px 20px;}
.blog article + article {margin-top: 44px; padding-top: 44px; border-top: 1px solid #e1e1e1;}
h2.entry-title {margin: 36px 0 20px; font-size: 35px;}
h2.entry-title a {color:#0777AC;}
h2.entry-title a:hover {color:#0777AC;}
.format-small-image h2.entry-title {margin-top: 0;}
.entry-meta {margin: 20px 0; padding:8px 0; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; font-size: 12px;}
.entry-meta .comments-link {float: right;}
.entry-meta .comments-link a, .reply a{color:#0777AC;}
.entry-meta .comments-link a:hover, .reply a:hover{color:#0777AC;}
.entry-tags {background: url(../img/tags_icon.png) no-repeat 0 2px transparent; padding-left: 27px; margin-top: 29px;}
.blog .read-more {margin-top: 21px;}
.blog .format-small-image .entry-thumbnail  {margin-bottom: 0;}
img.alignleft {
float: left;
margin: 5px 20px 5px 0;
}
footer.bottom-entry-meta {margin: 33px 0;}
.tags {border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; padding: 36px 0;}
.tags h3 {display: inline-block; margin:4px 0 0; }
.tags-links {position: relative; top:-3px; left:4px;}
.tags a,.tagcloud a {
font-size: 0.9em;
padding: 4px 10px;
border:1px solid #e1e1e1;
margin-bottom: 4px;
display: inline-block;
background-color: transparent;
}

.tags a:hover, .tagcloud a:hover {background-color: #fcfcfc;}

.author-meta {margin: 40px 0 50px; padding: 29px 68px 13px; border: 1px solid #e1e1e1; }
.author-meta > img {display: block; float:left; max-width: 200px; margin: 10px 30px 10px 0;}
.author-meta h3 {margin: 12px 0 18px;}
.author-meta p:after{display: table; content: " "; clear:both;}

.related-posts > h3 {margin-bottom: 34px;}

.comments-area {margin: 96px 0 40px;}
.comments-title {font-size: 24px; margin-bottom: 30px;}
.comments-area ol {list-style: none; padding-left: 0;}
.comments-area li {padding: 26px 0 5px;}
.comments-area ol.children li{padding: 30px 0 0 70px;}
.comments-area ol.children ol ol li{padding-left: 0;}
/*.comment-author, .comment-metadata, .reply {display: inline-block;}*/
.comment-meta {position: relative;}
.comment-metadata {border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; margin: 3px 0 10px 100px; font-size: 12px; padding:11px 0;}
.comment-author a{font-size: 14px; position: relative; top:-5px;}
.comment-author img {max-width: 70px; margin-right: 28px; float: left;}
.reply {position: absolute; right: 0; top:36px; font-size: 12px;}
.comment-content {padding: 0 0 9px 100px;}

.comment-respond {margin-top: 56px;}
.comment-reply-title {margin-bottom: 26px;}
.comment-respond label, .contact-form label {display: none;}
form.contact-form {margin-top: 18px; margin-bottom: 20px;}
p.comment-form-author, p.comment-form-email, p.comment-form-url {
    width:33.33333%; float:left; margin-bottom: 10px;
}
p.comment-form-author, p.comment-form-email {padding-right: 10px;}
p.comment-form-comment:before, p.contact-form-message:before {
    display: table; content: " ";
}
.comment-respond p.form-submit {text-align: center; margin-top: 40px;}

@media (max-width: 570px) {
    .comments-area ol.children li{padding: 30px 0 0 30px;}

    p.comment-form-author, p.comment-form-email, p.comment-form-url, p.contact-form-name, p.contact-form-email, p.contact-form-subject {
        float: none; padding: 0 8px 0 0; width: 100%;
    }
    p.contact-form-message {padding-right: 8px;}
}

/*widgets*/
.single_teaser {text-align: center; margin:20px 0 43px;}
.single_teaser.icons [class^="dx-icon-"] {
    font-size: 40px;
}
.single_teaser.icons.style1 [class^="dx-icon-"] {
    font-size: 60px;
    line-height: 130px;
    color: #0777AC;
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 7px;
    border-radius: 100%;

    -webkit-box-shadow: 0 0 0 3px #0777AC;
    box-shadow: 0 0 0 3px #0777AC;

    -webkit-transition: -webkit-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: -moz-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -o-transition: -o-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -ms-transition: -ms-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.single_teaser.icons.style1:hover [class^="dx-icon-"] {
    color:#0777AC;
    -webkit-box-shadow: 0 0 0 16px #0777AC;
    box-shadow: 0 0 0 16px #0777AC;

    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.single_teaser h3 {margin-top: 20px;}
.single_teaser h3 a{color:#0777AC;}
.single_teaser h3 a:hover{color:#0777AC;}
.single_teaser p.introtext { margin: 10px 0 10px; }
/*.single_teaser a.readmore {color: #0777AC;}
.single_teaser a.readmore:hover { color:#0777AC; }*/
.single_teaser.icons.style2 {
    position: relative;
    margin-top: 0;
    padding:30px 0 3px; 
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.single_teaser.icons.style2 .icons_introimg {display: block;}
.single_teaser.icons.style2 [class^="dx-icon-"] {
    font-size: 96px; border-radius: 0; background: transparent; color:#ffffff;}
.single_teaser.icons.style2 h2 {color:#fff; font-size: 24px; margin: 12px 0 9px; }
.single_teaser.icons.style2 h3 {
    font-size: 18px; margin: 2px 0; text-transform: capitalize;
}
.single_teaser.icons.style2:hover {margin-top:-1px;}
.single_teaser.icons.style2:hover h2{color: #0777AC;}
.single_teaser.icons.style2:hover [class^="dx-icon-"]:before {color:#0777AC;}
.single_teaser.icons.style2:hover h3{color:#0777AC;}

.single_teaser.icons.style3 {background-color: rgba(255,255,255,0.1); margin:0; padding: 20px 20px 14px; border:1px solid rgba(255,255,255,0.2); border-radius: 6px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.single_teaser.icons.style3:hover {background-color: transparent; border-color: transparent;}


.single_teaser.icons.style3 [class^="dx-icon-"] {
border-radius: 100%;
width: 90px;
height: 90px;
margin: 0 auto 10px;
display: inline-block;
background: #ffffff;
color: #0777AC;
overflow: hidden;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
line-height: 90px;
font-size: 50px;
}
.single_teaser.icons.style3:hover [class^="dx-icon-"] {
color:#0777AC;
opacity:0.5;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
transform:rotate(-45deg);
}

.single_teaser.icons.style4 [class^="dx-icon-"] {
font-size: 50px;
margin-top: 50px;
position: absolute;
top:100px;
margin-left: -25px;
}
.single_teaser.icons.style4 h2 {
    display: inline-block;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    color:#fff;
    -webkit-border-radius: 100%;
    -moz-border-radius:  100%;
    border-radius:  100%;
    line-height: 150px;
    font-size: 35px;
    width: 160px;
    height: 158px;
    font-weight: 300;
}
.single_teaser.icons.style4 h3 {
    color:#fff;
    margin-top: 40px;
}
.single_teaser.icons.style5 {
    overflow: hidden;
    padding: 20px;
    border-radius: 8px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.single_teaser.icons.style5:hover {
    background-color: rgba(0,0,0,0.3);
}
.single_teaser.icons.style5 [class^="dx-icon-"]{
    color: #AAA;
    font-size: 60px;
    text-shadow: 1px 0px 1px rgba(255,255,255,0.8);
    line-height: 80px;
    width: 100%;
    height: 80px;
    text-align: center;
    display: block;
}


/*.widget_categories > h3 {margin-bottom: 13px;}*/
.widget_categories ul, .widget_archive ul, .widget_recent_entries ul {list-style:none; padding-left: 20px;}
.widget_categories li, .widget_archive li, .widget_recent_entries li {padding: 3px 0; color: #0777AC;}
.widget_categories a, .widget_archive a, .widget_recent_entries a {color:#0777AC; position: relative; padding: 0 !important;}
.widget_categories a:before,  .widget_archive a:before,  .widget_recent_entries a:before{ /*background-color: #0777AC; width:4px;*/ height: 4px; content:''; position: absolute; display: block; left:-14px; top:7px; border:3px solid transparent;
border-left-color: #0777AC;
}
.widget_categories a:hover,  .widget_archive a:hover,  .widget_recent_entries a:hover, .widget_nav_menu a:hover {color:#0777AC;}
.widget_nav_menu a { padding: 0px 0 10px 30px !important; color:#0777AC;}
.widget_nav_menu [class*="dx-icon-"] {
font-size: 19px;
display: inline-block;
margin-right: 20px;
position: absolute;
top: 2px;
left:-4px;
}
.widget_tag_cloud > h3 {margin-bottom: 26px;}
.widget_news > h3{margin-bottom: 7px;}
.widget_news ul{list-style: none; padding-left: 0;}
.widget_news li{padding: 18px 0 6px;}
.widget_news a {color: #0777AC;}
.widget_news a:hover {color: #0777AC;}
.widget_news li + li {border-top: 1px solid #e1e1e1;}
.news_introimg {float:left; max-width: 80px;}
.news_right {margin-left: 100px;}
.news_right h5 {margin-top: 6px; font-size: 16px;}
.search-field {max-width: 180px; background-color: transparent;}
.widget_social_links > h3 {margin-bottom: 13px;}
.widget_social_links ul {padding-left: 0; list-style: none;}
.widget_social_links a[class^="socialico-"] { padding: 0px 0px 0px 40px; font-size: inherit !important; color:#0777AC;}
.widget_social_links a[class^="socialico-"]:before {top:-3px;}
.widget_social_links a[class^="socialico-"]:hover { color:#0777AC;}
.widget_social_links li {padding:6px 10px 6px 0; vertical-align: bottom;}
.widget_schedule dt {font-weight: normal;}
.widget_schedule .dl-horizontal dt {width: 80px; text-align: left;}
.widget_schedule .dl-horizontal dd {margin-left: 100px; text-align: right;}
.widget_testimonials {
    padding:20px;
}
.widget_testimonials .carousel-introtext{
    position: relative;
    padding: 10px 10px 10px 50px;
    font-size: 24px; 
    line-height: 1.2em;
    text-align: center;
}
.widget_testimonials .carousel-introtext:before{
    font-family: 'fontello';
    display: block;
    position: absolute;
    font-size: 20px;
    left: 0px;
    content: '\e818';
}
.widget_testimonials .carousel-readmore{
    padding: 20px 10px;
    text-align: center;
    font-style: italic;
}
.widget_testimonials .carousel-readmore span{display: block; text-align: center; max-width: 60px; margin: 0 auto 14px;}
.widget_testimonials .carousel-readmore span img{border-radius: 100%; padding: 3px; border: 1px solid #fff;}
.widget_testimonials .carousel-control.right, .widget_testimonials .carousel-control.left {
    display: block; width:50px; height: 50px; top:50%; right: 0px; margin-top: -25px; z-index: 10;
}
.widget_testimonials .carousel-control.left {
    left:0; right: auto;
}
.widget_testimonials .carousel-control.right:before {
    font-family: 'fontello';
    content: "\e841";
    font-size: 50px;
}
.widget_testimonials .carousel-control.left:before {
font-family: 'fontello';
content: "\e840";
font-size: 50px;
}

.thumbnail > img {border-radius: 3px; }
.thumbnail {
    position: relative;
    border-radius: 3px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.thumbnail:hover {
    top:-3px;
      -webkit-box-shadow:  0 1px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.thumbnail .caption {padding: 16px 20px 9px; line-height: 1.3em; position: relative;}
.thumbnail .caption h4 {font-size: 20px; margin:6px 0 0px; }
.thumbnail .caption h4+p {font-style: italic;}
.thumbnail .caption p.team-social {margin-top: 20px;}

.team .container {max-width: 450px;}
.team h3 {background-color: #0777AC; color:#fff; border-radius: 3px; display: inline-block; padding: 20px 30px; margin:20px 0 0;font-weight: 200;}
.team h4 {font-weight: 200; opacity: 0.6;}
.team-contacts {font-style: italic;opacity: 0.6;}
.team.owl-theme .owl-controls .owl-buttons div {font-size: 30px;}
.team .owl-prev {left:10%;}
.team .owl-next {right:10%;}
.team .item {padding-bottom: 60px}
.team1 {background: url(../example/team1.jpg) no-repeat 0 100% transparent;}
.team2 {background: url(../example/team2.jpg) no-repeat 0 100% transparent;}
.team3 {background: url(../example/team3.jpg) no-repeat 0 100% transparent;}

.dxsingle_teaser_left {}
.dxsingle_teaser_right {margin: 0 180px 23px 0; padding: 20px 20px 36px; text-align: right; font-size: 16px;}

.style2 .dxsingle_teaser_right {margin-right: 100px;}
.dxsingle_teaser_right h3 {margin: 0 0 10px; font-size: 26px; text-transform: uppercase;}
.dxsingle_teaser_right h3 a{color:#0777AC;}
.dxsingle_teaser_right h3 a:hover{color:#0777AC;}
.left_icons{
    position: relative;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;    
}
.left_icons [class^="dx-icon-"] {
    display: block;
    font-size: 150px;
    color:#4A4A4A;
    border-radius: 100%;
    margin:0 20px;
    position: absolute;
    top:50%;
    right: 0;
    margin-top: -75px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear; 
}
 @media screen and (max-width: 767px) {
    .dxsingle_teaser_right {
        margin-right: 100px;
    }
    .left_icons [class^="dx-icon-"] {
        font-size: 80px;
        margin-top: -40px;
    }
 }
.left_icons:hover  {color:#ffffff; background-color: #0777AC;}
.left_icons:hover a {color:#bbbbbb;}
.left_icons a:hover {color:#222222;}
.left_icons:hover [class^="dx-icon-"] {color:#fff;
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.left_icons.style2 [class^="dx-icon-"] {
    color:#fff;
    background-color:#0777AC;
    text-align: center;
    font-size: 30px;
    width: 70px;
    height: 70px;
    padding: 0;
    line-height: 70px;
    border-radius: 100%;
}
.left_icons.style2:hover [class^="dx-icon-"] {
    background: transparent;
    -moz-transform: rotate(360deg) scale(1.8);
    -ms-transform: rotate(360deg) scale(1.8);
    -webkit-transform: rotate(360deg) scale(1.8);
    transform: rotate(360deg) scale(1.8);
}
.left_icons.style2 .dxsingle_teaser_right {}
.twitter {text-align: center; font-size: 24px; line-height: 1.5em;}
.twitter .tweet_time{display: block; margin: 0 0 30px; font-size: 14px; text-transform: uppercase;}
.twitter .flex-direction-nav {display: none;}
.twitter.flexslider .slides img {width:auto; margin: 50px 0 10px; display: inline-block;}
/*circle progress bars*/
.chart {
  position: relative;
  display: inline-block;
  text-align: center;
  background: #ebebeb;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin:20px 0;
}
.chart canvas {
}
.percent {
  display: block;
  position: absolute;
  top:50%;
  left:50%;
  font-size: 50px;
  margin-top: -0.3em;
  margin-left: -0.8em;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

/*pricing tables*/
.pricing-table {
    overflow: hidden;
    list-style: none;
    padding: 0;
    text-align: center;
    border: 1px solid #F5F5F5;
    border-radius: 8px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;

}
.pricing-table.style2 {background-color: #ffffff; border: none; position: relative;}
.pricing-table:hover {
    -webkit-transition: all .05s linear;
    -moz-transition: all .05s linear;
    -o-transition: all .05s linear;
    -ms-transition: all .05s linear;
    transition: all .05s linear;
    box-shadow: 0px 0px 10px #f1f1f1;

}
.pricing-table.style2:hover {
    box-shadow: 0px 0px 10px #f1f1f1;
    top:-2px;
}
.pricing-table.style2:hover li.plan-name{background-color:#0777AC;}
.pricing-table li {}
.pricing-table ul {list-style: none; padding: 0;}
.pricing-table ul li{padding: 10px 0; border-top: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; }
.pricing-table li + li {border-top:0;}
.pricing-table li p {padding:0 4px; margin:0;}
.pricing-table li.plan-price {padding: 30px 0 10px; background-color: #0777AC; color:#fff;}
.pricing-table.style2 li.plan-price {padding: 30px 0 10px; background-color: #ffffff; color:inherit;}
.pricing-table li.plan-name {font-size: 1.6em; padding: 32px 0 32px; font-family: 'Open Sans', arial, sans-serif; sans-serif; text-transform:uppercase;}
.pricing-table.style2 li.plan-name {font-size: 1.3em; padding: 14px 0 14px; color:#ffffff; background: #4A4A4A; }
.plan-price span + span {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;

}

.plan-price span:first-child {
    font-size: 19px;
    position: relative;
    top: -14px;
    font-weight: 700;
}
.call-to-action {}
.call-to-action a {display: block; padding:20px 0; text-transform: uppercase;}
.style2 .call-to-action a {display: inline-block; padding:10px 33px; margin: 30px 0;}
.call-to-action a:hover {}

/*flickr*/
ul#flickr {margin: 0; padding: 0;}
ul#flickr li {
    background-color: #C4C4C4;
    display: inline-block;
    line-height: 0 !important;
    list-style: none outside none;
    margin: 0 5px 5px 0;
}

/*Call Out*/
.bs-callout {
    border-left: 3px solid #EEEEEE;
    margin: 20px 0;
    padding: 30px;
}
.bs-callout h4 {
    margin-bottom: 5px;
    margin-top: 0;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout-danger {
    background-color: #FDF7F7;
    border-color: #EED3D7;
}
.bs-callout-danger h4 {
    color: #B94A48;
}
.bs-callout-warning {
    background-color: #FAF8F0;
    border-color: #FAEBCC;
}
.bs-callout-warning h4 {
    color: #8A6D3B;
}
.bs-callout-info {
    background-color: #F4F8FA;
    border-color: #BCE8F1;
}
.bs-callout-info h4 {
    color: #34789A;
}

/*front page images*/
.front-image-wrapper {margin-top: 40px;}
.front-image-wrapper img {
    opacity: 0;
    position: absolute;
            left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;
}
.front-image-wrapper img.front-image-active {
    
}
.front-image-indicators {
    margin:37px 0; padding: 0; text-align: center;
}
.front-image-indicators li {
    display: inline-block;
    height: 26px;
    cursor: pointer;
}

.front-image-indicators li.img-tablet {
    width: 13px;
    margin-right: 6px;
    background: url(../img/icon-tablet.png) no-repeat 0 100% #0777AC;
}
.front-image-indicators li.img-desktop {
    width: 30px;
    margin-right: 2px;
    background: url(../img/icon-desktop.png) no-repeat 0 100% #0777AC;    
}
.front-image-indicators li.img-phone {
    width: 13px;
    background: url(../img/icon-phone.png) no-repeat 0 100% #0777AC;    
}
.front-image-indicators li.active {
    background-color: #4A4A4A !important;
}

/*page preloader*/
.preloader  {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: url(../example/logo.png) no-repeat 50% 50% #fff;*/
    background: #fff;
    z-index: 10000;
    height: 100%;
 }

.preloaderimg  {
     width: 80px;
     height: 80px;
     position: absolute;
     left: 50%;
     top: 50%;
     background: url(../img/preloader.gif) no-repeat 50% 50% transparent;
     margin:-40px 0 0 -40px;
}

/*prettyPhoto*/
div.facebook .pp_expand{background:url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px; margin-top: -2px;}
div.facebook .pp_nav .pp_play{background:url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px; overflow: hidden;}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;/*margin:10px 0 2px;*/ padding:7px 10px; background-color: #fff;}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%; -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none;}
a.pp_previous{background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%;-webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none;}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:30px;top:7px;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

/* 
 *  Core Owl Carousel CSS File
 *  v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
    
.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../img/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
*   Owl Carousel Owl Demo Theme 
*   v1.24
*/

.owl-theme .owl-controls{
    text-align: center;
}

.owl-buttons {position: absolute; top:50%; width: 100%; margin-top: -13px;}
.owl-prev, .owl-next {
    position: absolute;
    left:0;
}
.owl-next {right: 0; left:auto;}
.owl-prev:before, .owl-next:before {
    font-family: 'fontello';
    content: '\e83e';
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;

}
.owl-prev:before {content: '\e83d';}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    font-size: 16px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #4A4A4A;
    opacity: 0.4;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    color: #0777AC;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #4A4A4A;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(../img/AjaxLoader.gif) no-repeat center center
}


/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/


.bx-wrapper {
    position: relative;
    margin: 0 auto 40px;
    padding: 0;
    *zoom: 1;
    overflow: hidden;
}

ul.bxslider {margin: 0; padding: 0; }
ul.bxslider li{}
.bx-wrapper img {
    max-width: 100%;
    display: block;
    
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -20px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: bold;
    color: #fff;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #0777AC;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 3%;
/*    background: url(images/controls.png) no-repeat 0 -32px;*/
}

.bx-wrapper .bx-next {
    right: 3%;
/*    background: url(images/controls.png) no-repeat -43px -32px;*/
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    outline: 0;
    /*text-indent: -9999px;*/
    z-index: 9999;
    font-size: 0;
    color:transparent;
    /*display: none;*/
}
.bx-wrapper .bx-controls-direction a:before {font-family: 'fontello'; content:'\e80a'; font-size: 30px; color:#fff;
    -webkit-transition: all 0.11s linear 0s;
    -moz-transition: all 0.11s linear 0s;
    -o-transition: all 0.11s linear 0s;
    -ms-transition: all 0.11s linear 0s;
    transition: all 0.11s linear 0s;
}
.bx-wrapper .bx-controls-direction a:hover:before {color:#0777AC;}
.bx-wrapper .bx-controls-direction a.bx-prev:before {content:'\e801';}
.bx-wrapper .bx-controls-direction a.disabled {
    /*display: none;*/
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute ;/*fixed*/
    top:121px;
    left: 0;
    width: 100%;
}

.bx-wrapper .bx-caption p, .bx-wrapper .bx-caption h3 {
color:#fff;
text-shadow:1px 1px 0 #000;
font-weight: bold;
line-height: 1.4em;
}
 .bx-wrapper .bx-caption h3 {
    text-transform: none;
    font-size: 40px; /*letter-spacing: -0.1em;*/
    line-height: 1.2em;
 }
 .bx-wrapper .bx-caption p {
    text-transform: none;
    font-size: 22px; /*letter-spacing: -0.1em;*/
    line-height: 1.2em;
 }

 .bx-wrapper .bigger {
    font-size: 54px; /*letter-spacing: -0.1em;*/
    line-height: 1.2em;
 }

 @media screen and (min-width: 1px) and (max-width: 479px) {
    .bx-wrapper .bx-caption {top:47px !important;padding-left: 15px; padding-right: 15px;}
    .bx-wrapper .bx-prev {	left: 2%;}
    .bx-wrapper .bx-next {	right:2%;}
    .bx-wrapper .bx-caption .spc {display: none !important;}
    .bx-wrapper .bx-caption br {margin-top: 5px !important;}
    .bx-wrapper .bx-caption h3 { font-size: 22px !important; line-height: 1.1em !important; margin-top: 2px !important;}
    .bx-wrapper .bx-caption p { font-size: 15px !important; line-height: 1.3em !important; margin-top: 11px !important;}
     #mainslider{margin-top: 110px}
     .bx-wrapper .bigger {font-size: 26px; line-height: 1.2em;}
        
    #mainmenu {
      padding-top:0px;
      padding-bottom:  0px !important;
      top: 103px !important;
      left: -7px !important;
      -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.5); 
      box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.5);  
    }

     .sf-menu a{
       font-size: 14px; 
    }    
     .sf-menu li ul li {
        height:19px;
    }
    .sf-menu li ul li:nth-child(1) {
        height:19px;margin-top: -2px
    }

     
    #orzabanner {
        margin:5px 7px 0px 0px;
        z-index: 1 !important;
        background-color: #ffffff;
        padding: 5px 7px 3px 7px;
        -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.5); 
        box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.5);
    }
    #orzabanner span{
       font-size: 15px; color:#1C1B17;
    }
    #orzabanner span span{
       font-size: 17px; color:#0777AC;margin-left: 5px
    }    
    #orzabanner br{
       display: none
    }  
}
}
     
 @media screen and (min-width: 480px) and (max-width: 799px) {
     #mainslider{margin-top: 110px}/*****110**/
}
 @media screen and (min-width: 480px) and (max-width: 767px) {
    .martoph{margin-top: 110px}
}
     
 @media screen and (min-width: 480px) and (max-width: 599px) {
    .bx-wrapper .bx-caption {top:80px !important; padding-left: 17px !important; padding-right: 15px;}
    .bx-wrapper .bx-caption .spc {display: none !important;}
    .bx-wrapper .bx-prev {	left: 2%;}
    .bx-wrapper .bx-next {	right:2%;}
    .bx-wrapper .bx-caption br {margin-top: 2px !important;}
    .bx-wrapper .bx-caption h3 { font-size: 29px !important; line-height: 1.1em !important; margin-top: 11px !important; margin-bottom: 11px !important;}
    .bx-wrapper .bx-caption p { font-size: 19px !important; line-height: 1.0em !important; margin-top: -2px !important;}
    .bx-wrapper .bigger {font-size: 39px; line-height: 1.2em;}
    #logo {
        Xmargin:23px 130px !important;
        z-index: 0;
    }
    #logo img{
    }
    #mainmenu {
      padding-top:17px;
      padding-bottom:  0px !important;
      top: 43px !important;
      left: -7px !important;
      -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.5); 
      box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.5);  
    }
    .sf-menu {
       height: 293px !important;
       width: 433px !important; 
    }
     .sf-menu a{
       font-size: 14px; 
    }
    #mainmenu > li:nth-child(1) {
        height:25px;margin-top: -17px
    }
    #mainmenu > li:nth-child(2) {
        height:25px;
    }
    #mainmenu > li:nth-child(4) {
        height:16px;line-height:7px;margin-top: -24px;margin-left: 220px;
    }
    #mainmenu > li:nth-child(5) {
       position: absolute;z-index: 1;height:25px;line-height:19px;top: 153px;left:0px !important;
    }
    #mainmenu > li:nth-child(6) {
        height:25px;line-height:19px; padding-top: 107px; padding-bottom: 20px;
    }
    #mainmenu > li:nth-child(7) {
        height:25px;line-height:19px; padding-top: 7px; padding-bottom: 40px;
    }
    li.dropdown:nth-child(4) > ul:nth-child(2){ margin-top: -18px;}
     .sf-menu li ul li {
        height:19px;
    }
    .sf-menu li ul li:nth-child(1) {
        height:19px;margin-top: -2px
    }
    .sf-menu li ul:nth-child(2) {
        height:19px;margin-top: -2px
    }
    #orzabanner {
        margin:5px 11px 0px 0px;
        z-index: 10;
        background-color: #ffffff;
        padding: 5px 7px 3px 7px;
        -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.5); 
        box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.5);
    }
    #orzabanner span{
       font-size: 15px; color:#1C1B17;
    }
    #orzabanner span span{
       font-size: 21px; color:#0777AC;
    }    
}
     
 @media screen and (min-width: 600px) and (max-width: 767px) {
    .bx-wrapper .bx-caption {top:90px !important; }
    .bx-wrapper .bx-caption .xspc {display: none !important;}
    .bx-wrapper .bx-caption br {margin-top: 2px !important;}
    .bx-wrapper .bx-caption h3 { font-size: 29px !important; line-height: 0.8em !important; margin-top: 11px !important;}
    .bx-wrapper .bx-caption p { font-size: 19px !important; line-height: 1.0em !important; margin-top: -2px !important;}
    .bx-wrapper .bigger {font-size: 41px; line-height: 1.2em;}
} 
     
 @media screen and (min-width: 600px) and (max-width: 767px) {
    .bx-wrapper .bx-caption {top:103px !important;}
    .bx-wrapper .bx-caption .xspc {display: none !important;}
    .bx-wrapper .bx-caption br {margin-top: 2px !important;}
    .bx-wrapper .bx-caption h3 { font-size: 33px !important; line-height: 1.1em !important; margin-top: 11px !important;}
    .bx-wrapper .bx-caption p { font-size: 19px !important; line-height: 1.1em !important; margin-top: -2px !important;}
    #orzabanner {
        margin:11px 15px 0px 0px;
        z-index: 10;
        background-color: #ffffff;
        padding: 5px 7px 3px 7px;
        -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.5); 
        box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.5);
    }
    #orzabanner span{
       font-size: 15px; color:#1C1B17;
    }
    #orzabanner span span{
       font-size: 21px; color:#0777AC;
    }
} 
     
 @media screen and (min-width: 768px) and (max-width: 799px) {
    #mainslider {margin-top: 0px !important;}
     .bx-wrapper .bx-caption {top:200px !important; left:10px !important; }
    .bx-wrapper .bx-prev {	left: 1.5%;}
    .bx-wrapper .bx-next {	right:2%;}
    .bxx-wrapper .bx-caption .xspc {display: none !important;}
    .bxx-wrapper .bx-caption br {margin-top: 2px !important;}
    .bxx-wrapper .bx-caption h3 { font-size: 29px !important; line-height: 0.8em !important; margin-top: 11px !important;}
    .bxx-wrapper .bx-caption p { font-size: 17px !important; line-height: 1.0em !important; margin-top: -2px !important;}
} 

@media (min-width: 768px) and (max-width: 992px){
    #logo {
        margin:-43px 20px;
        z-index: 10;
    }
    #logo img{
       width:270px !important;
    }    
    #fr4zz {
        margin:-3px 30px;
        z-index: 10;
    }
    #header{
        padding-top: 70px !important;
    }
    .sf-menu > li {
       padding: 0px 5px 
    }
    .sf-menu > li > a {

        padding:79px 13px 23px 11px;/*16-17*/
        color:#363636;
        font-weight: 700;
        font-size: 15px
    }
    .zbx-wrapper .bx-caption br {margin-top: 2px !important;}
    .bx-wrapper .bx-caption h3 { font-size: 43px !important; line-height: 1.1em !important; margin-top: 11px !important;}
    .bx-wrapper .bx-caption p { font-size: 31px !important; line-height: 1.1em !important; margin-top: -2px !important;}
    .bx-wrapper .bigger {font-size: 47px; line-height: 1.2em;}
}    

@media (min-width: 992px) and (max-width: 1199px){
    #logo {
        margin:23px 0px 0px 0px;
        z-index: 10;
    }
    #logo img {
        width: 260px;
    } 
    .sf-menu > li > a {

        padding:79px 11px 23px 11px;/*16-17*/
        color:#363636;
        font-weight: 700;
        font-size: 15px
    }
}    
   
  @media (min-width: 1200px) {
      
  }
