@font-face {
    font-family: 'OceaniaBold';
    src: url('/css/fonts/oceania-bold-webfont.eot');
    src: url('/css/fonts/oceania-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/oceania-bold-webfont.woff') format('woff'),
         url('/css/fonts/oceania-bold-webfont.ttf') format('truetype'),
         url('/css/fonts/oceania-bold-webfont.svg#OceaniaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OceaniaRegular';
    src: url('/cssmooth_hovers/fonts/oceania-regular-webfont.eot');
    src: url('/css/fonts/oceania-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/oceania-regular-webfont.woff') format('woff'),
         url('/css/fonts/oceania-regular-webfont.ttf') format('truetype'),
         url('/css/fonts/oceania-regular-webfont.svg#OceaniaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*   { padding: 0px; margin: 0px;}
a img{
    border-style:none;
}
a span{cursor: pointer;}
a:link,a:visited { outline:none; text-decoration: none; color: #fff;}
.textgrad{
    filter: alpha(opacity=00);
    opacity: 0;
}
.label{
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
    position: relative;
}
.l_button a{
   font-size: 18px;
   line-height: 20px;
   font-style: italic;
   width: 110px;
}
.hiddenError {
    display: none;
    color: #ff0000;
}
.register_error{
    -moz-box-shadow: 0 0 6px 2px #ff0000;
    -webkit-box-shadow: 0 0 6px 2px #ff0000;
    box-shadow: 0 0 6px 2px #ff0000;
}
#newsletter_register_hidden{
    clear:both;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #ff0000;
    position:relative;
    display: none;
}
#newsletter_response{
    clear:both;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #000000;
    position:relative;
    display: none;
}
#finalMessage{font-size: 14px;}
.lida_textarea{
    position:relative;
}
.lida_textarea textarea{
    background-color: transparent;
    border: 1px solid #fff;
    width: 290px;
    height: 70px;
    color: #ffffff;
    padding: 4px;
}
.lida_textarea textarea:focus,.lida_input_big input:focus,.lida_input input:focus{
    -moz-box-shadow: 0 0 6px 1px #ffffff;
    -webkit-box-shadow: 0 0 6px 1px #ffffff;
    box-shadow: 0 0 6px 1px #ffffff;
}
.message{
    position:relative;
    line-height: 16px;
}
.contact_message{
    color:#ff0000;
}
.lida_input_big{
    background: url("/images/input_big.png") no-repeat scroll 0 0 transparent;
    height: 23px;
    margin-bottom: 14px;
    position: relative;
    width: 300px;
}
.lida_input_big input{
    background-color: transparent;
    border: medium none;
    color: #FFFFFF;
    font-size: 12px;
    height: 19px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    width: 292px;
    padding-top: 2px;
}
.lida_input{
    background: url("/images/input.png") no-repeat scroll 0 0 transparent;
    height: 23px;
    margin-bottom: 14px;
    position: relative;
    width: 154px;
}

.lida_input input{
    background-color: transparent;
    border: medium none;
    color: #FFFFFF;
    font-size: 12px;
    height: 19px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    width: 146px;
    padding-top: 2px;
}
h1{
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    word-wrap: break-word;
    display: block;
    position: relative;
    margin-bottom: 6px;
}
h2{
    color: #9024ff;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    word-wrap: break-word;
}
span.campaign_title_small{
    color: #9024ff;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    word-wrap: break-word;
    cursor:default;
}
span.campaign_title_small.multiline {
    display: block;
    margin-bottom: -1em;
}
h3{color: #0067B3;font-size: 12px;line-height: 16px;word-wrap: break-word;}
h3.normal{color: #0067B3;font-size: 14px;line-height: 20px;word-wrap: break-word;}
h2.white{color:#ffffff;}
h3.black{
        color: #000000;
    font-size: 16px;
    line-height: 18px;
}
h2.bold{font-weight: bold;}
#imagePreloaderHeader{display:none;}
body{
    font-family: 'OceaniaRegular';
    font-size:12px;
    color: #464749;
    min-width: 976px;
    width: 100%;
    overflow-y: scroll;
}
.body_white{
    background-color: #ffffff;
}
.body_black{
    background-color: #000000;
}
.smooth_hover_short {
    transition: all 0.1s ease-in-out  0s;
    -moz-transition: all 0.1s ease-in-out  0s;
    -webkit-transition: all 0.1s ease-in-out  0s;
    -o-transition: all 0.1s ease-in-out  0s;
    -ms-transition: all 0.2s ease-in-out 0s;
}
.smooth_hover {
    transition: all 0.3s ease-in-out  0s;
    -moz-transition: all 0.3s ease-in-out  0s;
    -webkit-transition: all 0.3s ease-in-out  0s;
    -o-transition: all 0.3s ease-in-out  0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.smooth_hover_long_color {
    transition: color 0.3s ease-in-out  0s;
    -moz-transition: color 0.3s ease-in-out  0s;
    -webkit-transition: color 0.3s ease-in-out  0s;
    -o-transition: color 0.3s ease-in-out  0s;
    -ms-transition: color 0.3s ease-in-out 0s;
}
ul#menu_items{
    display:block;
    float: left;
}
ul#menu_items li{
    display:block;
    float: left;
}
#main_menu_big{
    left: 232px;
    position: absolute;
    top: 30px;
}
ul#menu_items li a{
    display: block;
    font-size: 14px;
    width: 240px;
    padding: 2px 4px;
    position: relative;
    color:#ffffff;
    height: 60px;
}
ul#menu_items li a span,.gal_button a span{
    cursor: pointer;
}
.gal_button h2,.gal_icon_right h2{
    color:#fff;
}
.gal_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.menu_title{
    font-family: 'OceaniaBold';
    font-size: 28px;
    display: block;
    padding-bottom: 6px;
    width: 80%;
}

.menu_subtitle{
    font-family: 'OceaniaRegular';
    font-size: 12px;
    display: block;
    width: 80%;
}
a.smooth_hover_long {
    transition: all 0.3s ease-in-out  0s;
    -moz-transition: all 0.3s ease-in-out  0s;
    -webkit-transition: all 0.3s ease-in-out  0s;
    -o-transition: all 0.3s ease-in-out  0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.relative{position:relative;}
.absolute{position:absolute;}
.page_width{width:976px;margin:auto;}
.left{float:left;}
.clear{clear:both;}
.hidden{display:none;}
.sBlock{display:block;}
#gallery{position:relative;width: 100%;background-color: #000000;z-index: 21;}
#gallery_wrapper{
    position:relative;
    width: 100%;
/*    max-width: 1662px;*/
    max-width: 1251px;
    margin:auto;
    height: auto;
    overflow: hidden;
}
.gallery_wrapper_max_height{
    max-height: 578px;
}
#gallery_wrapper_container{
    position:relative;
    float:left;
    display:block;
    width: 100%;
    max-width: 1662px;
/*    max-width: 1251px;*/
}
.main_gal_no_height{
    height: 0px;
}
.main_gal_height{
    height: 130px;
}
.main_gal_height_full{
    height: 594px;
}
#gallery_wrapper_left,#gallery_wrapper_right{
    float:left;
    display:block;
    position:relative;
    height: 100%;
}
#gallery_wrapper_left {
    width: 50%;
   /*width: 100%; */
}
#gallery_wrapper_right {
    width: 50%;
}
#gallery_wrapper_left_over,#gallery_wrapper_right_over{
    position: absolute;
    top:0px;
    left: 0px;
    height: 100%;
    overflow: hidden;
    display: none;
    width: 100%;
}
#gallery_wrapper_left_over{
}
#gallery_wrapper_right_over{
}
#main_content{
    background-color: #000000;
}
#main_wrapper{
    position:relative;
    background-color: #000000;
    
}
#ajax_wrapper{
    position: relative;
    zoom:1;
    /*display: none;*/
    margin-top: 20px;
    background-color: #000000;
    height: 480px;
}
#ajax_wrapper a{
    color: #9024ff;
    display:block;
}
#ajax_wrapper a:hover{
    color: #ffffff;
}
.gal_button{
    position: absolute;
    top: 60%;
    height: 60px;
    width: 260px;
    color: #ffffff;
    margin-top: 0px;
    -webkit-transition: margin-top 0.9s ease-in-out;
    -moz-transition: margin-top 0.9s ease-in-out;
    transition: margin-top 0.9s ease-in-out;
}
#gallery_wrapper_container.closed .gal_button {
    margin-top: -30px;
    top: 50%;
}
.gal_img_camp{
    cursor: default;
}
.gal_img_camp img{

}
.lazy{
    display:none;
}
.left_button{
    right: 30px;
}
.right_button{
   left: 15px;
/* left:70%;*/
}
.gal_icon_left{
    background: url("/images/gal_icon.png") no-repeat scroll 0 0 transparent;
    width: 33px;
    height: 33px;
    position:relative;
    display: block;
}
.gal_icon_left_link{
    display: block;
    float: left;
    padding: 12px;
    position: relative;
    color: #ffffff;
}
.gal_icon_right{
/*    background: url("/images/gal_icon_right.png") no-repeat scroll 0 0 transparent;*/
    border: 1px solid #FFF;
    min-width: 195px;
    position:relative;
    display: block;
    float:left;
    color: #ffffff;
}
#gallery_wrapper_right .gal_icon_right {
    width:190px;
}
.icon_title h2 {
    font-size: 28px;
    color: #fff;
    padding-top: 5px;
    position:relative;
    display:block;
}
.icon_title{
    font-size: 19px;
    left: 10px;
    text-align: center;
    filter: alpha(opacity=00);
    opacity: 0;
}
.gal_icon_right .icon_title {
    line-height: 1.1em;
    width: auto;
    border-bottom: 1px solid #FFF;
    display: block;
    padding: 0px 0px 7px;
    right: 10px;
    margin: 10px 10px 0px;
}
.icon_title.small{
    font-size: 15px;
   }
.icon_subtitle{
    font-size: 12px;
    text-align: center;
    display: block;
    padding: 4px 10px 7px 10px;
}
.gal_icon_right .icon_subtitle {
    width: auto;
    right: 10px;
}
.fullwidth{
    width:100%;
    position:relative;
}
#main_menu{
    background-color: #000000;
    height: 94px;
}
#main_menu_container{
    padding-top: 16px;
    position: relative;
}
#main_menu a:hover{
    /*color:#d6aeff;*/
}
#footer{
    background-color: #fff;
    height: 160px;
    zoom:1;
}
#footer_container {
    position: relative;
}
.footer-banner {
    padding-top: 25px;
    position: absolute;
    right: 50%;
    width: 50%;
    left: 0;
    box-sizing: content-box;
}
.footer-banner a {
    margin-right: 266px;
    display: block;
    text-align: right;
}
.footer-banner img {
    width: 100%;
    max-width: 360px;
}
#container{
    position:relative;
    color:#fff;
    line-height: 18px;
    zoom:1;
}
.campaign_image{
    position:relative;
    width: 176px;
    height: 267px;
}
.campaign_image_original{
    width: 176px;
    height: 267px;
    position:relative;
    display: block;
    background-color: #000000;
}
.campaign_image a{
    background-color: #000000;
    position:relative;
    display:block;
}
.campaign_image_hover{
    width: 176px;
    height: 267px;
    position:absolute;
    top:0;
    left:0;
    display: none;
    background-color: #000000;
}
.campaign_item{
    width: 245px;
    height: 100%;
    position:relative;
    float:left;
    display:block;
}
#main_logo{
    position:relative;
    width: 113px;
    margin-left: 20px;
    float: left;
}
#main_logo a{display:block;}
#main_logo2{
    left: 150px;
    padding-top: 30px;
    position: absolute;
    top: 0;
    width: 10px;
    height: 42px;
    display:none;
}
#main_logo2 a{display:block;}
#main_logo2_container{
    position:relative;
}
#main_logo2_container a{
    position:relative;
    display:block;
    width: 10px;
    height: 42px;}
#container_left{
    position:relative;
    width: 154px;
    margin-left: 20px;
}
#directions_panel{color: #DDDDDD;}
#logo_original,#logo_hover{
    position:absolute;
    width: 10px;
    height: 42px;
    top:0px;
    left:0px;
}
#logo_hover{
    display:none;
    z-index: 11;
}
#logo_original{
    z-index: 10;
}
#logo_lida_original{
    position:absolute;
    width: 113px;
    height: 61px;
    top:0;
    left:0;
    z-index: 10;
}
#logo_lida_over{
    position:absolute;
    width: 113px;
    height: 61px;
    top:0;
    left:0;
    display:none;
    z-index: 11;
}
#container_right{
    position:relative;
    width: 800px;
}
.campaign_item_text,.campaign_footer{
    clear:left;
    position:relative;
    width: 210px;
    word-wrap: break-word;
}
.campaign_item_text{
    display: block;
    height: 119px;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom:6px;
}
.campaign_footer{

}
#small_boxes{
    margin-left: 64px;
    overflow: hidden;
    position: relative;
    display: block;
    float: left;
}
#fcont{
    padding-top: 25px;
    width: 746px;
    margin-left: 208px;
}
/*.fcont_item{
    width: 220px;
    height: 160px;
    padding-left: 26px;
}*/
.fcont_item{
    width: 194px;
    height: 160px;
    padding-left: 26px;
    margin-left: 26px;
}
#company_profile{top:63px;left: 0px;}
#company_profile_link{
    display: block;
    margin-left: 25px;
    position: relative;
}
.black_icon{
    width: 19px;
    height: 19px;
    background: url("/images/black_arrow.png") no-repeat scroll 0 0 transparent;
}
.left_black_icon{
    position:absolute;
    top:2px;
    left:0px;
}
#footer a{
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}
#footer a:hover{
    color: #9024FF;
}
#register_newsletter_button{
    display: block;
    left: 196px;
    position: absolute;
    top: 33px;
}
#newsletter_register{
    border: 1px solid #000000;
    display: block;
    float: left;
    padding: 3px;
    position: relative;
    width: 155px;
}
#newsletter_register:focus{
    -moz-box-shadow: 0 0 4px 0 #000000;
    -webkit-box-shadow: 0 0 4px 0 #000000;
    box-shadow: 0 0 4px 0 #000000;
}
/*gallery array buttons*/
.carusell_area ul {
    display: block;
    float: left;
    height: 478px;
    margin: 0px;
    padding: 0px !important;
}
#image-previous-photo {
    left: 0;
}
#image-previous-photo, #image-next-photo {
    background-color: #000000;
    height: 400px;
    position: absolute;
    top: 0;
    width: 20px;
    z-index: 5;
    display:none;
}
#image-previous-photo{
    padding-right: 20px;
}
#image-next-photo{
    padding-left: 20px;
}
#image-next-photo {
    right: 0;
}
#image-previous-photo a, #image-next-photo a {
    display: block;
    float: left;
    height: 448px;
    position: relative;
    width: 20px;
    z-index: 5;
}
#image-previous-photo a span.prev,#image-next-photo a span.next {
    display: block;
    font-size: 12px;
    margin-left: 0px;
    margin-top: 120px;
    position: relative;
    width: 20px;
    height: 20px;
}
#image-previous-photo a span.prev{
    background: url("/images/gal_icon_small_left.png") no-repeat scroll 0 0 transparent;
}
#image-next-photo a span.next {
    background: url("/images/gal_icon_small_right.png") no-repeat scroll 0 0 transparent;
    left: 0px;
}
.small_gallery{
    clear: left;
    float: left;
    position: relative;
    background-color: #000000;
}
#site_created{
    position:absolute;
    left: 26px;
    top: 115px;
}
#site_created a{
    font-size: 11px;
    color:#818386;
}
#site_created a:hover{color:#000000;}
.video_image_link{
    width: 137px;
    height:58px;
    position:relative;
    clear:left;
    display: block;
    margin-top: 11px;
}
.video_img,.video_img_on,.video_img_hover{
    position:absolute;
    top:0px;
    left:0px;
    width: 137px;
    height:58px;
}
.video_img_on{
    background: url("/images/video_on.png") no-repeat scroll 0 0 transparent;
}
.video_img_hover{
    background: url("/images/video_on_over.png") no-repeat scroll 0 0 transparent;
    display: none;
}
#campaign_gallery{
    position:relative;
    background-color: #000000;
    zoom:1;
    z-index: 20;
}
.campaign_ajax{display: block;}
#campaign_gallery_container{
    position:relative;
    zoom:1;
    height: 600px;
}
#social{
    position:absolute;
    top: 82px;
    left: 26px;
}
#social a {
    display:inline-block;
    width: 24px;
    height: 0;
    vertical-align: middle;
    padding-top: 24px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}
#social .facebook {
    background-image: url('../images/facebook.svg');
    background-size: 24px 24px;
    margin-right: 4px;
}
#social .facebook:hover {
    background-image: url('../images/facebook-hover.svg');
}
#social .instagram {
    background-image: url('../images/instagram.svg');
    background-size: 24px 24px;
}
#social .instagram:hover {
    background-image: url('../images/instagram-hover.svg');
}

.no-svg #social .facebook {
    background-image: url('../images/facebook.png');
}
.no-svg #social .facebook:hover {
    background-image: url('../images/facebook-hover.png');
}
.no-svg #social .instagram {
    background-image: url('../images/instagram.png');
}
.no-svg #social .instagram:hover {
    background-image: url('../images/instagram-hover.png');
}
/*campaign gallery*/
#topContent{position:relative;}
#topGalleryArea{
    background-color: #000000;
    width: 975px;
    height: 599px;
    margin: auto;
    position: relative;
    top: 0px;
    overflow: hidden;
}
.projectImageContainer{
    position:relative;
    clear: left;
    float: left;
    height: 599px;
}
.projectImageContainer a {
    display: block;
    float: left;
    width: 975px;
    height: 599px;
}
.projectImageContainer a img {
    display:none;
}
.projectImageContainer a.selected img {
    display: block;
}
#campaign-previous-photo, #campaign-next-photo {
    height: 100%;
    position: absolute;
    top: 0;
    width: 33px;
    z-index: 6;
}
#campaign-previous-photo{
    left: 0;
    padding-left: 60px;
}
#campaign-next-photo{
    padding-right: 60px;
    right: 0;
}
#campaign-previous-photo a,#campaign-next-photo a{
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 33px;
    position: relative;
    top: 60%;
    width: 33px;
    z-index: 6;
}
#campaign-previous-photo a{
    background-image: url("/images/gal_icon_left.png");
}
#campaign-next-photo a{
    background-image: url("/images/gal_icon.png");
}
.overview_container{
    padding-left: 62px;
    position:relative;
}
.overview_container_left{
    width: 350px;
}
.overview_container_right{
    margin-left: 148px;
    width: 238px;
}
.overview_container_right2{
    margin-left: 20px;
    width: 360px;
}
#map_canvas{}
#map_canvas_container {
    height: 255px;
    width: 360px;
    z-index: 1;
}
#c_first_page_content{
    position:absolute;
    width: 100%;
    z-index: 2;
    top:0;
    left:0;
}
#address h2{font-size: 14px;line-height: 18px;}
#map-search-form input[type="text"] {
    border: 0 none;
    color: #9024FF;
    float: left;
    font-size: 14px;
    height: 13px;
    margin-top: 0;
    padding: 6px;
    width: 238px;
    font-size: 12px;
}
#map-search-form input[type="button"] {
    background-color: #9024FF;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    height: 25px;
    outline: medium none;
    text-shadow: 0 0 20px #FFFFFF;
    width: 110px;
    font-size: 14px;
}
#c_page_links{
    left: 50px;
    position: absolute;
    top: 310px;
}
#right_button_text{
    position:absolute;
    top:400px;
    right: 34px;
    text-shadow: 0 0px 6px #000, 0 0px 6px #000;
}
#c_first_page_content a{
    text-shadow: 0 0px 6px #000, 0 0px 6px #000;
}
#c_description{
    position:relative;
    margin-left: 40px;
}
.cmp_descr_item{
    padding-top: 1px;
}
#c_description a{
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    margin-bottom: 8px;
}
#c_description a:hover{
    color: #9024FF;
    text-shadow: 0 0px 0px #000000;
}
#c_description p{
    color: #ffffff;
}
#right_button_text{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    cursor: default;
}

/*
 * Changes
*/

#gallery_wrapper_left {
    width: 100%!important;
}

#gallery_wrapper_right {
    display: none;
}