body {
    background:#cecbd6;
    width:100%;
    margin:0 0 0 0;
    padding:0 0 0 0;
}

body,
    h1,h2,h3,h4,h5,
    div, span,
    p, form, label, b, i,
    ul, li
    {
        font-family:Arial, Tahoma, Verdana, sans-serif;
        font-size: 14px;
        color: #222;
        line-height:18px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: bold;
        font-size: 14px;
    }
    .first {
    color:#324f87;
    }
    .second {
        color:#ffb600;
    }
    .third {
        color:#aaa;
    }
    a:link,
    a:visited,
    a:active {
        color:#324f87;
        text-decoration: none;
        font-weight:normal;
    }
    a:hover {
        text-decoration: none;
        color:#ffb600;
        font-weight:normal;
    }
h1 {
    color:#ffb600;
    font-size:18px;
}
h2 {
    color:#324f87;
    font-size:18px;
}





div.c_top {
    background:transparent;
    width:100%;
    display:inline-block;
    margin:0 0 0 0;
    padding:0 0 0 0;
    border-bottom:7px solid #848a9c;
    text-align:center;
}
div.c_top_content {
    background:transparent;
    width:1000px;
    display:inline-block;
    margin:0 auto;
    padding:0 0 14px 0;
    text-align:left;
}
div.c_logo {
    background:transparent;
    width:32%;
    display:inline-block;
    margin:0 0 0 0;
    padding:0 0 0 0;
    float:left;
}
div.c_nav {
    background:transparent;
    display:inline-block;
    margin:58px 0 0 0;
    padding:0 0 0 0;
    float:right;
}
div.c_nav a {
    background:#324f87;
    display:inline-block;
    margin:0 2px 0 0;
    padding:3px 10px 5px;
    float:left;
    color:#fff;
}
div.c_nav a:hover {
    background:#ffb600;
}



div.c_main {
    background:#efeff7;
    width:100%;
    display:inline-block;
    margin:14px 0 0 0;
    padding:0 0 0 0;
    text-align:center;
    border-top:1px solid #848a9c;
    border-bottom:1px solid #848a9c;
}
div.c_main_content {
    background:transparent;
    width:1000px;
    display:inline-block;
    margin:0 auto;
    padding:0 0 0 0;
    text-align:left;
}
div.c_left {
    background:transparent;
    width:49%;
    display:inline-block;
    margin:0 0 0 0;
    padding:0 0 0 0;
    float:left;
}

ul.services {
    background:transparent; 
    list-style-image:url('../../images/domains/ul_arrow.gif'); 
    margin:0px 0 0 22px;
    padding:0 0 0 0;
}
ul.services li {
    background:transparent; 
    margin:0px 0 15px 0; 
    padding:0 0 0 0; 
    font-size:14px; 
    color:#111;

}
span.adress {
    background:transparent;
    width:100%;
    display:inline-block;
    margin:7px 0 0 0;
    padding:7px 0 0 0;
    font-size:12px; 
    border-top:1px solid #fff;
}

div.c_right {
    background:transparent;
    width:49%;
    display:inline-block;
    margin:0 0 0 0;
    padding:0 0 0 0;
    float:right;
}

div.bluebox {
    background:transparent;
    width:100%;
    display:inline-block;
    margin:0 0 0 0;
    padding:0 0 0 0;
}
div.bluebox_title {
    background:#324f87;
    width:90%;
    display:inline-block;
    margin:14px 0 0 0;
    padding:0 5%;
}
div.bluebox_title h1 {
    color:#fff;
    font-size:18px;
}
div.bluebox_content {
    background:#fff;
    width:90%;
    display:inline-block;
    margin:2px 0 0 0;
    padding:7px 5% 14px;
    border-top:1px solid #ddd;
    border-bottom:5px solid #ddd;
}

div.c_bottom {
    background:transparent;
    width:100%;
    display:inline-block;
    margin:0 0 0 0;
    padding:0 0 0 0;
    border-top:7px solid #848a9c;
    text-align:center;
}










/*
 -------------------------------------------------
 Overlay
 -------------------------------------------------
 */
.custombox-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
/*
 -------------------------------------------------
 Modal
 -------------------------------------------------
 */
.custombox-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.custombox-modal {
    height: auto;
    visibility: hidden;
}

/*
 -------------------------------------------------
 Error
 -------------------------------------------------
 */
.custombox-error {
    padding: 20px;
    text-align: center;
    color: #F00;
    font-weight: bold;
    font-size: 14px;
    background-color: #FFF;
    border-radius: 5px;
}

/*
 -------------------------------------------------
 Actions
 -------------------------------------------------
 */
.custombox-show {
    visibility: visible;
}
.custombox-show ~ .custombox-overlay {
    opacity: 1;
    visibility: visible;
}
.custombox-perspective,
.custombox-perspective body {
    height: 100%;
    overflow: hidden;
}
.custombox-perspective body  {
    -webkit-perspective: 600px;
    perspective: 600px;
}
.custombox-container {
    min-height: 100%;
}
.custombox-hide-scrollbar {
    overflow-y: hidden;
}
.custombox-hide-scrollbar body {
    position: relative;
    overflow: hidden;
}

/*
 -------------------------------------------------
 Fade in and scale up
 -------------------------------------------------
 */
.custombox-fadein .custombox-modal-content {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    opacity: 0;
}
.custombox-show.custombox-fadein .custombox-modal-content {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}




/*LIGHTBOX*/
div.news_movie_lightbox {
    background: #fff;
    width: 750px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 2px solid #ccc;
    border-radius: 3px;
    outline: 0 none;
    display:inline-block;
}
div.news_movie_lb_close {
    background:#fff;
    width:100%;
    display:inline-block;
    margin:0 0 0 0;
    padding:0 0 0 0;  
    height:1px;
    overflow:visible;
}
a.news_movie_lb_close {
    background:#eee;
    width:30px;
    height:24px;
    text-align:center;
    display:inline-block;
    margin:0 0 0 0;
    padding:6px 0 0 0;  
    font-weight:bold;
    font-size:18px;
    font-family:Verdana, Arial;
    color:#f55800;
    border:1px solid #ccc;
    border-radius: 30px;
    cursor:pointer;
    float:right;
    position:relative;
    top:-25px;
    left:15px;
}
a.news_movie_lb_close:hover {
    background:#f55800;
    color:#fff;
}

div.news_movie_lb_movie {
    background:transparent;
    width:98%;
    display:inline-block;
    margin:0.5% 1% 1% 1%;
    padding:0 0 0 0;  
}
