a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}
/*------ template stylization ------*/
/* headings, text */
h1, h2, h3, h4, h5, h6 {
    font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace   ;
    color:#603; 
    font-weight: bold;
    line-height: 1.2em;
}
h1 {
    font-size: 100px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -5px;
}
h2 {
    font-size: 40px;
    color: #434343;
    letter-spacing: -2px;
}
h3 {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: -2px;
}
h4 {
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin: 46px 0 18px 0;
}
h5 {
    font-size: 18px;
    color: #939393;
    font-weight: 600;
    letter-spacing: -1px;
}
p {
    margin-bottom: 20px;
}
.lead {
    font-size: 14px;
    line-height: 20px;
    color: #676667;
    margin: 0;
    text-decoration: none;
}
a.lead {
    text-decoration: none;
}
a.lead:hover {
    text-decoration: underline;
}
figure {
    width: 100%;
}
img.img-radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.text-info {
    color: #676667;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
}
.link {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    display: inline-block;
    background: url(../img/marker.gif) right 7px no-repeat;
    padding-right: 10px;
    margin-top: 20px;
    text-decoration: none;
}
.link-2 {
    text-decoration: none;
}
.link-2:hover {
    text-decoration: underline;
}
.clr {
    color: #ffffff;
}
.underline {
    text-decoration: underline;
}
a.underline {
    color: #656566;
}
a.underline:hover {
    color: #ffffff;
    text-decoration: underline;
}
.upper {
    text-transform: uppercase;
}
.top-0 {
    margin-top: 0 !important;
}
.bot-0 {
    margin-bottom: 0 !important;
}
.left-0 {
    margin-left: 0 !important;
}
.last {
    margin-right: 0 !important;
}
.indent-1 {
    margin-top: 58px;
}
.indent-2 {
    margin-top: 50px;
}
.indent-3 {
    padding-top: 23px;
}
.p0 {
    padding-bottom: 0px !important;
}
.p1 {
    margin-bottom: 7px !important;
}
.p2 {
    margin-bottom: 9px !important;
}
.p3 {
    margin-bottom: 40px !important;
}
.img-indent {
    margin: 29px 0 28px 0;
}
.extra-wrap {
    overflow: hidden;
}
ul.list, ul.list-2 {
    margin: 0;
    list-style: none;
}
ul.list li {
    padding: 5px 0 5px 13px;
    background: url(../img/marker.gif) 0 12px no-repeat;
    font-size: 12px;
    line-height: 20px;
}
ul.list li a {
    color: #ffffff;
    text-decoration: underline;
}
ul.list li a:hover {
    text-decoration: none;
}
ul.list-2 li {
    padding: 5px 0 5px 13px;
    background: url(../img/marker.gif) 0 12px no-repeat;
    font-size: 12px;
    line-height: 20px;
}
ul.list-2 li a {
    color: #ffffff;
    text-decoration: none;
}
ul.list-2 li a:hover {
    text-decoration: underline;
}
/**/
/* buttons*/
.btn_ {
    background: #cf3046;
    border: none;
    text-shadow: none;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7px 13px 8px 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}
.btn-small_ {
    padding: 8px 18px 8px 18px;
    color: #ffffff;
}
.btn_:hover {
    color: #000;
    background: #ffffff;
}
/**/
/*----------- Back to top --------------*/
#toTop {
    display: none;
    width: 37px;
    height: 37px;
    overflow: hidden;
    background: url(../img/totop.png) 0 0 no-repeat;
    position: fixed;
    margin-right: -640px !important;
    right: 50%;
    bottom: 40px;
    z-index: 999;
}
#toTop:hover {
    background-position: right 0;
}
#toTop:active, #toTop:focus {
    outline: none;
}
/*------ header ------- */
header {

    background:white;
    position: relative;
    z-index: 999;

}
.header-block {
    //background: url(../img/header-block.jpg) 0 0 repeat-x #1b1b1c;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    //-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    //-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    //box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 999;
}
.header-block-pad {
    padding: 10px 10px 20px 25px;
}
h1.brand {
    display: inline-block;
    margin: 0px;
    padding: 0;
    text-transform: none;
}
h1.brand a {
    display: block;
    font-size: 0;
    line-height: 0px;
}
h1.brand span {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 10px;
    color: #737373;
    font-weight: normal;
    margin: -1px 0 0 2px;
    letter-spacing: 0;
}
.contacts {
    float: right;
    display: inline-block;
    margin: 7px 30px 0 0px;
    padding: 6px 45px 10px 0;
    color: #ffffff;
    line-height: 22px;
    background: url(../img/line-1.png) right 0 repeat-y;
}
.contacts span, .contacts a {
    color: #747474;
    text-decoration: none;
}
.contacts a:hover {
    color: #fff;
}
/* search-form */.navbar-form {
    background: url(../img/form-search.jpg) 0 0 repeat-x #1c1c1c;
    border-bottom: #515152 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 19px 0px 0 0;
    float: right;
}
.navbar-form input {
    background: none;
    border: none;
    box-shadow: none;
    line-height: 18px;
    width: 288px;
    float: left;
    margin: 0px;
    padding-top: 6px;
    padding-bottom: 5px;
}
.navbar-form input:focus {
    box-shadow: none;
}
.navbar-form a {
    margin: 0;
    display: inline-block;
    width: 40px;
    height: 33px;
    background: url(../img/search.png) 0 0 no-repeat;
    float: right;
}
.navbar-form a:hover {
    background: url(../img/search.png) right 0 no-repeat;
}
/**/
/* navbar */
.navbar_ {
    margin: 0px 0 0 0;
}
.navbar_ .navbar-inner_ {
    padding: 18px 0px 19px 45px;
    margin: 0;
    background: url(../img/navbar.png) 0 0 repeat-x;
    border: none;
    min-height: inherit;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/*nav*/
.navbar_ .container {
    position: relative;
}
.nav-collapse_ {
    float: left;
    padding-top: 8px;
}
.nav-collapse_ .nav li {
    margin: 0;
    padding: 0;
    position: relative;
    zoom: 1;
}
.nav-collapse_ .nav > li {
    background: url(../img/line-1.png) 0 0 repeat-y;
    padding: 0 18px 0 18px;
    line-height: 17px;
}
.nav-collapse_ .nav > li > a > em {
    display: inline-block;
    width: 17px;
    height: 15px;
    background: url(../img/home.png) 0 0 no-repeat;
}
.nav-collapse_ .nav > li.li-first {
    background: none;
    padding-left: 0;
}
.nav-collapse_ .nav li a {
    line-height: 17px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: none;
    text-decoration: none;
}
.nav-collapse_ .nav > li > a {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.nav-collapse_ .nav > li.li-first.sfHover a > em, .nav-collapse_ .nav > li.li-first:hover a > em, .nav-collapse_ .nav > li.li-first.active a > em, .nav-collapse_ .nav > li.li-first.active a > em {
    background-position: right 0;
}
.nav-collapse_ .nav > li.sfHover > a, .nav-collapse_ .nav > li.sfHover > a:hover, .nav-collapse_ .nav > li > a:hover, .nav-collapse_ .nav > li.active > a, .nav-collapse_ .nav > li.active > a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #cf3046;
    background: none;
}
.sub-menu > a {
    position: relative;
}
.nav-collapse_ .nav > li.sub-menu > a:before {
    content: " ";
    position: absolute;
    background: url('../img/li-marker.png') left top no-repeat;
    width: 7px;
    height: 5px;
    right: 50%;
    top: 50%;
    margin: 10px -3px 0 0;
}
.nav-collapse_ .nav ul {
    position: absolute;
    display: none;
    width: 158px;
    left: 0px;
    top: 42px;
    list-style: none;
    zoom: 1;
    z-index: 9;
    background: #111111;
    padding: 20px 0 24px 0;
    margin: 0;
}
.nav-collapse_ .nav > li li.sub-menu > a:before {
    content: " ";
    position: absolute;
    background: url('../img/li-marker.png') left top no-repeat;
    width: 7px;
    height: 5px;
    right: 10px;
    top: 10px;
}
.nav-collapse_ .nav ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 15px;
    padding: 7px 10px 8px 24px;
    background: none;
}
.nav-collapse_ .nav > li > ul li > a:hover, .nav-collapse_ .nav > li > ul li.sfHover > a {
    text-decoration: none;
    background: #fff;
    color: #000;
}
.nav-collapse_ .nav ul ul {
    position: absolute;
    display: none;
    width: 158px;
    left: 158px;
    top: -20px;
    height: auto;
    list-style: none;
    z-index: 111;
    background: #111111;
    padding: 20px 0 24px 0;
    margin: 0;
}
/**/
/*social-icons*/
.social-icons {
    float: right;
    display: inline-block;
    margin: 0px 34px 0 0px;
}
.social-icons li {
    float: left;
    display: inline-block;
    margin-left: 3px;
}
.social-icons li a {
    display: block;
}
.social-icons li a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
/**/
/* slider */
.slider {
    position: relative;
    z-index: 1;
    padding: 0;
    margin-top: -68px;
}
.camera_wrap {
    margin-bottom: 0 !important;
}
.camera_thumb {
    width: 150px;
    height: auto;
}
.camera_wrap .camera_pag {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -465px;
    z-index: 999;
}
.camera_wrap .camera_pag .camera_pag_ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
    display: none;
}
.camera_wrap .camera_pag .camera_pag_ul li {
    background: #b2b2b2;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover {
    background: #373737;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
    background: #373737;
    cursor: default;
}
.camera_caption {
    display: none;
}
/*--- header end ------*/
/*------ content ------- */
#content {
    background: url(../img/bg-content.jpg) 0 0 repeat #1f1e21;
}
.main-content {
    padding-bottom: 46px;
}
.sub-content {
    // background: url(../img/sub-content.jpg) 0 0 repeat-x;
    padding-bottom: 46px;
    background-color:black;
}
/* thumbnails */
.thumbnails {
    margin-bottom: 0;
}
.thumbnails li {
    margin-bottom: 0px;
}
.thumbnails .thumbnail {
    background: url(../img/thumbnail-bg.png) 0 0 repeat;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    margin: 28px 0 0 0;
    padding: 0;
}
.thumbnails .thumbnail .caption {
    padding: 27px 0px 23px 21px;
    background: url(../img/thumbnail-caption.png) 0 0 repeat-x #161618;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    overflow: hidden;
}
.thumbnails .thumbnail h3 {
    color: #ffffff;
    font-size: 22px;
    margin: -3px 0 0 0;
}
.thumbnails .thumbnail:hover .caption {
    background: url(../img/thumbnail-caption.png) 0 -204px repeat-x #ac283a;
}
.thumbnails .thumbnail img {
    float: left;
    margin-top: -9px;
}
.thumbnails .thumbnail h5 {
    margin: 0;
}
.thumbnails .thumbnail:hover h5 {
    color: #e397a1;
}
.thumbnails .thumbnail .thumbnail-pad {
    padding: 25px 20px 30px 21px;
}
.thumbnails .thumbnail a.btn_ {
    margin-top: 3px;
    background: #171619;
}
.thumbnails .thumbnail a.btn_:hover {
    background: #cf3046;
    color: #ffffff;
}
.thumbnails .thumbnail_1 a.btn_ {
    margin-top: 3px;
    background: #cf3046;
    color: #ffffff;
}
.thumbnails .thumbnail_1 a.btn_:hover {
    background: #171619;
}
/**/
/* thumbnails_2 */
.thumbnails_2 {
    margin: 0px 0 0 -25px;
    padding-top: 8px;
}
.thumbnails_2 li.thumbnail_2 {
    margin: 0px 0px 24px 25px;
    padding: 0;
    display: block;
    float: left;
    width: 137px;
}
.thumbnails_2 .thumbnail_2 figure {
    margin: 0px 0 16px 0;
}
.thumbnails_2 li.thumbnail_2 .text-info {
    color: #ffffff;
}
/**/
/*lists*/
.lists {
    overflow: hidden;
}
.lists ul {
    margin-top: 15px;
}
.lists-width2 {
    overflow: hidden;
    margin-left: -15px;
}
.lists-width2 ul {
    margin-left: 15px;
    margin-top: 33px;
    width: 140px;
    float: left;
}
/**/
/*banners*/
.banners {
    margin: 0 0 0px -30px;
    overflow: hidden;
}
.banners li {
    margin-left: 30px;
    float: left;
    display: inline-block;
    margin-top: 18px;
}
/**/
/* thumbnail_3 */
.thumbnails_3 {
    margin: 0px 0 0 0px;
}
.thumbnails_3 .thumbnail_3 {
    margin: 27px 0 0px 0px;
}
.thumbnails_3 .thumbnail_3 {
    background: transparent;
    border: none;
    padding: 0;
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.thumbnails_3 .thumbnail_3 figure {
    margin: 0px 0 15px 0;
}
.thumbnails_3 .thumbnail_3 figure img {
    width: 100%;
}
/**/
/* thumbnail_4 */
.thumbnails_4 {
    margin: 0px 0 0 0px;
}
.thumbnails_4 .thumbnail_4 {
    margin: 27px 0 10px 0px;
}
.thumbnails_4 .thumbnail_4 {
    background: none;
    border: none;
    padding: 0;
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.thumbnails_4 .thumbnail_4 figure {
    margin: 0px 0 15px 0;
}
.thumbnails_4 .thumbnail_4 figure img {
    width: 100%;
}
/**/
/*list-news*/
.list-news {
    margin: 0 0 0 0;
    padding-top: 6px;
}
.list-news li {
    display: block;
    margin-top: 30px;
}
.list-news li:first-child {
    margin-top: 0 !important;
}
.list-news li .text-info {
    margin-top: 15px;
}
.list-news li a.btn_ {
    margin-top: 0;
}
/**/
/*list-services*/
.list-services {
    margin: 0 0 0 -40px;
}
.list-services li {
    display: block;
    float: left;
    overflow: hidden;
    margin-top: 20px;
    width: 330px;
    margin-left: 40px;
    min-height: 180px;
}
.list-services li > div {
    overflow: hidden;
}
.list-services li img {
    float: left;
    margin-top: 0px;
}
/**/
.text-block-1 {
    padding-top: 7px;
}
.text-block-1 div {
    overflow: hidden;
    padding-bottom: 5px;
}
.text-block-1 img {
    float: left;
    margin-right: 20px;
    width: auto;
}
/*-- contacts page --*/
.map {
    padding: 7px 0 9px 0;
}
.map iframe {
    width: 100%;
    height: 353px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
}
address strong {
    font-weight: normal;
}
address span {
    display: inline-block;
    width: 70px;
}
.contact-form {
    padding-top: 11px;
}
.contact-form input {
    color: #c4c3c4;
    height: 36px;
    width: 270px;
    padding: 10px 0 11px 18px;
    line-height: 17px !important;
    margin: 0;
    border: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    float: left;
    background: url(../img/form-bg.png) 0 0 repeat;
}
.contact-form label {
    min-height: 56px;
    position: relative;
    overflow: hidden;
    margin: 0;
    display: block;
    width: 100%;
}
.contact-form .error, .contact-form .empty {
    display: none;
    position: relative;
    font-size: 11px;
    line-height: 14px;
    color: #c4c3c4;
    float: left;
    margin: 2px 0 4px 10px;
    min-width: 160px;
}
.contact-form .success {
    display: none;
    padding-bottom: 5px;
}
.contact-form textarea {
    width: 100%;
    height: 246px;
    padding: 9px 0 0 18px;
    margin: 0;
    resize: none;
    color: #939393;
    border: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    float: left;
    background: url(../img/form-bg.png) 0 0 repeat;
}
.contact-form input:focus, .contact-form textarea:focus {
    box-shadow: none;
}
.contact-form .btn_ {
    margin: 31px 0 0 16px;
}
/*privacy*/
.float {
    float: left;
}
.float2 {
    float: right;
}
/**/
/*404 page*/
.block-404 .span8 {
    padding-top: 64px;
    text-align: center;
}
.block-404 .span4 {
    padding-top: 37px;
}
.block-404 h1 {
    margin: 0px;
    font-size: 60px;
}
.block-404 h4 {
    margin: 28px 0 39px 0;
}
.form-404 {
    width: 100%;
    margin-top: 35px;
}
.form-404 input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    border: none;
    background: #fff;
    margin: 0;
    box-shadow: none;
    height: 30px;
    width: 175px;
    line-height: 17px;
    padding: 7px 10px 8px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #656566;
    float: left;
}
.form-404 input:focus {
    box-shadow: none;
}
.form-404 a.btn_ {
    margin: 0;
    width: 91px;
    text-align: center;
    padding: 7px 0 8px 0;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
}
.form-404 a.btn_:hover {
    color: #ffffff;
    background: #171619;
}
/**/
/*-- end contacts --*/
/*--- content end ------*/
/*------ footer ------- */
footer {
    padding: 26px 0 38px 0;
    //background: url(../img/footer.jpg) 0 0 repeat-x;
    background: #06121c;
    color:#FFFFFF;
    position: relative;
}
footer .span8 > a {
    text-decoration: underline;
    color: #cf3046;
}
footer .span8 > a:hover {
    text-decoration: underline;
    color: #ffffff;
}
.footer-menu {
    display: block;
    border-bottom: #373638 1px solid;
    padding: 12px 0 47px 0;
    margin: 0 0 27px 0;
}
.footer-menu li {
    display: inline-block;
    float: left;
    color: #373739;
    font-size: 11px;
    line-height: 15px;
}
.footer-menu li a {
    margin: 0 12px;
    color: #8e8e8e;
    text-transform: uppercase;
    text-decoration: none;
}
.footer-menu li:first-child a {
    margin-left: 0;
}
.footer-menu li a:hover, .footer-menu li a.current {
    text-decoration: underline;
}
/* form newsletter */
form#newsletter {
    margin: 0;
    background: url(../img/newsletter-bg.png) 0 0 repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 25px 27px 28px 28px;
}
form#newsletter input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    border: none;
    background: #fff;
    color: #1e1d20;
    margin: 0;
    box-shadow: none;
    height: 30px;
    line-height: 15px;
    padding: 7px 10px 8px 10px;
    width: 154px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
form#newsletter input:focus {
    box-shadow: none;
}
form#newsletter a.btn_ {
    margin-top: 0;
    width: 91px;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
}
form#newsletter a.btn_:hover {
    color: #ffffff;
    background: #171619;
}
form#newsletter label {
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-weight: bold;
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 16px;
    display: block;
    text-transform: none;
}

/**/
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1200px) {
    .camera_wrap .camera_pag {
        bottom: 48px;
    }
    .camera_wrap .camera_pag .camera_pag_ul li {
        width: 10px;
        height: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .camera_wrap .camera_pag {
        margin-left: -580px;
    }
    .thumbnails .thumbnail h3 {
        font-size: 28px;
    }
    form#newsletter input {
        width: 224px;
    }
    .lists-width2 {
        margin-left: -30px;
    }
    .lists-width2 ul {
        margin-left: 30px;
        width: 170px;
    }
    .thumbnails_2 {
        margin: 0px 0 0 -30px;
    }
    .thumbnails_2 li.thumbnail_2 {
        margin: 0px 0px 24px 30px;
        width: 170px;
    }
    .list-services {
        margin: 0 0 0 -130px;
    }
    .list-services li {
        width: 370px;
        margin-left: 130px;
        min-height: inherit;
    }
    .form-404 input {
        width: 223px;
    }
}

@media (max-width: 1199px) {
}

@media (min-width: 980px) and (max-width: 1199px) {
}

@media (min-width: 979px) {
}

@media (max-width: 979px) {
    .slider {
        height: auto;
    }
    .thumbnails .thumbnail .caption {
        padding: 17px 0px 13px 21px;
    }
    .thumbnails .thumbnail .thumbnail-pad {
        padding: 15px 20px 15px 21px;
    }
    .thumbnails .thumbnail h3 {
        font-size: 28px;
    }
    form#newsletter {
        margin-bottom: 20px;
        padding: 15px 27px 15px 28px;
    }
    form#newsletter input {
        width: 100%;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        border-bottom-right-radius: 3px;
    }
    form#newsletter a.btn_ {
        margin-top: 15px;
        float: right;
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-bottom-left-radius: 3px;
    }
    /**/
    .thumbnails_2 {
        margin: 0px 0 0 -30px;
    }
    .list-services li {
        min-height: inherit;
        width: inherit;
    }
    .cols-1 .span4 img {
        width: inherit !important;
    }
    .thumbnails_2 li.thumbnail_2 img {
        width: 100%;
    }
    .text-block-1 img {
        float: none;
        margin-right: 0px;
        margin-bottom: 20px;
        width: 100% !important;
    }
    .form-404 input {
        width: 100%;
        float: none;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        border-bottom-right-radius: 3px;
    }
    .form-404 a.btn_ {
        float: right;
        margin-top: 20px;
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-bottom-left-radius: 3px;
    }
    .footer-menu li a {
        margin: 0 6px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .navbar-form input {
        width: 120px;
    }
    .contacts {
        margin-right: 20px;
        padding-right: 20px;
    }
    /* navbar */
    .navbar-inner_ .btn-navbar {
        display: none;
    }
    .navbar-inner_ .nav-collapse {
        overflow: visible;
        height: auto;
    }
    .navbar-inner_ .nav-collapse_ .nav > li {
        padding: 0 10px 0 10px;
        float: left;
    }
    .nav-collapse_ .nav > li.li-first {
        background: none;
        padding: 0 18px 0 0px;
    }
    .nav-collapse_ .nav > li > a {
        margin-bottom: 0;
    }
    /**/
    .cols-1 div + div {
        margin-left: 0 !important;
    }
    .cols-1 .span4 {
        width: 100% !important;
    }
    /* */
    .thumbnails .span3 {
        width: 352px;
    }
    .thumbnails .thumbnail p {
        min-height: 60px;
    }
    .thumbnails_2 li.thumbnail_2 {
        margin: 0px 0px 24px 30px;
        float: none;
        width: 228px;
    }
    /**/
    .lists .lists-width2 {
        width: 200px;
    }
    .lists-width2 {
        margin-left: -30px;
    }
    .lists-width2 ul {
        margin-left: 30px;
        width: 40%;
    }
    .thumbnails_4 .span3 {
        width: 352px;
    }
    .camera_wrap .camera_pag {
        margin-left: -350px;
    }
}

@media (max-width: 767px) {
    body {
        padding: 0;
        margin: 0;
    }
    .container {
        padding: 0 20px;
    }
    .header-block-pad {
        padding: 18px 23px 14px 22px;
    }
    .contacts {
        padding-right: 0;
        margin-right: 0;
        margin-left: 40px;
        background: none;
    }
    .navbar-form input {
        width: 200px;
    }
    .navbar-form {
        margin-left: 20px;
    }
    .social-icons {
        margin: 5px 24px 0 0;
    }
    /* navbar */
    .navbar_ .navbar-inner_ {
        padding: 13px 0 10px 22px;
    }
    .navbar_ .nav-collapse_ {
        width: 100%;
        position: absolute;
        left: 0;
        top: 46px;
    }
    .navbar_ .btn {
        display: inline-block;
        float: left;
        background: #ffffff;
        padding: 12px 20px 12px 20px;
        font-family: "Open Sans", sans-serif;
        text-decoration: none;
        margin: 0;
        text-shadow: none;
        color: #000;
        box-shadow: none;
        border: none;
    }
    .navbar_ .btn:hover {
        background-color: #cf3046;
        color: #ffffff;
    }
    .nav-collapse_ .nav {
        position: relative;
        zoom: 1;
        z-index: 999;
        width: 168px;
        background: #111;
        padding: 20px 0 24px 0;
        margin: 0;
    }
    .nav-collapse_ .nav li {
        line-height: 15px;
        background: none;
        margin: 0;
        padding: 0;
        display: block;
    }
    .nav-collapse_ .nav li a {
        font-size: 11px;
        line-height: 15px;
        color: #ffffff;
        font-weight: normal;
        text-shadow: none;
        text-transform: uppercase;
        margin: 0;
        display: block;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        position: relative;
    }
    .nav-collapse_ .nav > li > a,  .nav-collapse_ .nav > li.li-first a {
        padding: 7px 10px 8px 28px;
    }
    .nav-collapse_ .nav > li.sfHover,  .nav-collapse_ .nav > li:hover,  .nav-collapse_ .nav > li.active,  .nav-collapse_ .nav > li.active {
        background: none;
    }
    .nav-collapse_ .nav > li.sfHover > a,  .nav-collapse_ .nav > li.sfHover > a:hover,  .nav-collapse_ .nav > li > a:hover,  .nav-collapse_ .nav > li.active > a,  .nav-collapse_ .nav > li.active > a:hover {
        background: #fff;
        color: #000;
    }
    .sub-menu > a {
        position: relative;
        display: block;
    }
    .nav-collapse_ .nav > li.sub-menu > a:before,  .nav-collapse_ .nav > li li.sub-menu > a:before {
        content: "";
        position: absolute;
        background: url(../img/li-marker.png) left top no-repeat;
        width: 7px;
        height: 5px;
        right: 10px;
        top: 50%;
        margin-top: -3px;
    }
    .nav-collapse_ .nav ul,  .nav-collapse_ .nav ul ul {
        position: relative;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        list-style: none;
        zoom: 1;
        z-index: 9;
        padding: 0px;
        margin: 0;
        background: transparent;
    }
    .nav-collapse_ .nav ul li a {
        display: block;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 15px;
        padding: 7px 10px 8px 35px;
        display: block;
    }
    .nav-collapse_ .nav ul li > a:hover,  .nav-collapse_ .nav ul li.sfHover > a {
        background: #a9a9a9;
    }
    .nav-collapse_ .nav ul ul li a {
        padding: 7px 10px 8px 40px;
        text-transform: none;
    }
    /**/
    /*slider*/
    .camera_wrap .camera_pag {
        margin-left: 0;
        left: 8%;
    }
    .slider {
        padding-top: 68px !important;
        background: #1b1a1d;
    }
    /**/
    .lists-width2 {
        margin-left: -30px;
    }
    /**/
    .footer-menu {
        display: none;
    }
    .float {
        float: right !important;
    }
    .float2 {
        float: left !important;
    }
    /**/
}

@media (min-width: 626px) and (max-width: 767px) {
    .lists-width2 ul {
        margin-left: 30px;
        width: 45%;
    }
    .thumbnails_2 li.thumbnail_2 {
        margin: 0px 0px 24px 30px;
        float: left;
        width: 45%;
    }
    .thumbnails_4 {
        margin-left: -25px;
    }
    .thumbnails_4 .span3 {
        float: left;
        margin-left: 25px;
        width: 45%;
    }
}

@media (max-width: 625px) {
    .navbar-form {
        margin-left: 0;
        float: none;
    }
    .contacts {
        display: none;
    }
    /* contact-form */
    .contact-form input {
        width: 100%;
    }
    .thumbnails_2 li.thumbnail_2 {
        margin: 0px 0px 24px 30px;
        float: none;
        width: auto;
    }
}

/**/
@media (min-width: 482px) and (max-width: 625px) {
    .lists-width2 ul {
        margin-left: 30px;
        width: 40%;
    }
    .thumbnails_2 li.thumbnail_2 {
        margin: 0px 0px 24px 30px;
        float: left;
        width: 42%;
    }
    .thumbnails_4 {
        margin-left: -25px;
    }
    .thumbnails_4 .span3 {
        float: left;
        margin-left: 25px;
        width: 43%;
    }
}

@media (max-width: 481px) {
    .banners li {
        display: block;
        float: none;
    }
    .banners li a {
        display: block;
        text-align: center;
    }
}

@media (min-width: 320px) and (max-width: 481px) {
    .lists-width2 ul {
        margin-left: 30px;
        width: 40%;
        float: left;
    }
}

@media (max-width: 320px) {
    .navbar-form input {
        width: 161px !important;
    }
    .lists-width2 ul {
        margin-left: 30px;
        float: none;
        width: 100%;
    }
    .list-services li img {
        float: none !important;
        margin-bottom: 10px;
    }
    .slider {
        margin-left: -20px !important;
    }
    .camera_pag {
        left: 40px !important;
    }
}
/*Core variables and mixins*/
.clearfix {
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/**** BASE ****/
/*body {
    color: #633;
}*/
a {
    color: #03a1d1;
    text-decoration: none!important;
}
/**** LAYOUT ****/
.list-inline>li {
    padding: 0 10px 0 0;
}
.container-pad {
    padding: 30px 15px;
}
/**** MODULE ****/
.bgc-fff {
    background-color: #fff!important;
}
.box-shad {
    -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 0 rgba(0,0,0,.2);
}
.brdr {
    border: 1px solid #ededed;
}
/* Font changes */
.fnt-smaller {
    font-size: .9em;
}
.fnt-lighter {
    color: #bbb;
}
/* Padding - Margins */
.pad-10 {
    padding: 10px!important;
}
.mrg-0 {
    margin: 0!important;
}
.btm-mrg-10 {
    margin-bottom: 10px!important;
}
.btm-mrg-20 {
    margin-bottom: 20px!important;
}
/* Color  */
.clr-535353 {
    color: #535353;
}

/**** MEDIA QUERIES ****/
@media only screen and (max-width: 991px) {
    #property-listings .property-listing {
        padding: 5px!important;
    }
    #property-listings .property-listing a {
        margin: 0;
    }
    #property-listings .property-listing .media-body {
        padding: 10px;
    }
}

@media only screen and (min-width: 992px) {
    #property-listings .property-listing img {
        max-width: 180px;
    }
}
.col-item {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}
.col-item .photo img {
    margin: 0 auto;
    width: 100%;
}
.col-item .info {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}
.col-item:hover .info {
    background-color: #F5F5DC;
}
.col-item .price {
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}
.col-item .price h5 {
    line-height: 20px;
    margin: 0;
}
.price-text-color {
    color: #219FD1;
}
.col-item .info .rating {
    color: #777;
}
.col-item .rating {
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}
.col-item .separator {
    border-top: 1px solid #E1E1E1;
}
.clear-left {
    clear: left;
}
.col-item .separator p {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}
.col-item .separator p i {
    margin-right: 5px;
}
.col-item .btn-add {
    width: 50%;
    float: left;
}
.col-item .btn-add {
    border-right: 1px solid #E1E1E1;
}
.col-item .btn-details {
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls {
    margin-top: 20px;
}
[data-slide="prev"] {
    margin-right: 10px;
}
.tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
    min-height: 100px;
    border-color: #002400;
    background-color: #FFFFFF;
    color: #321A64;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #FFFFFF;
    border-color: #002400 #002400 transparent;
    color: #600;
}
.nav-tabs > li > a {
    color: #FFF;
    font-weight: bold;
}
.nav-tabs {
    margin-bottom: 0;
    border-color: #002400;
    color: #CCC;
}
.box-rounded {
    border-radius: 30px 30px 30px 30px;
    background-color: #FFFFFF;
    position: relative;
    padding: 50px;
    color: #321A64;
    box-shadow:#009;
    border:1px solid #009;


}
.box-rounded p{

    color: #321A64;



}
.social span
{
    /*background-color:#FFF;*/
    /*border-radius: 50%;*/
    // border-color:#002400; 
    padding:10px;
    color:#39F;
    font-weight: bold;


}
.social1 span
{	 
    padding:2px;
    color:#000;

}
.nopad{
    padding: 0px;
}
.tagline{
    text-align:center;
    color:#000;
    font-size:28px;
    font-weight:bold;
    line-height:2.5em;
    font-family: Arial;

}


/** The Magic **/
.btn-breadcrumb{

    margin-bottom: 5px;  
    margin-top: 15px; 
    margin-left: 12px; 
}
.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;

    left: 100%;
    z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
    padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
    padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
    padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
    border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
    border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
    border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
    border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
    border-left: 10px solid #428bca;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
    border-left: 10px solid #357ebd;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
    border-left: 10px solid #3276b1;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
    border-left: 10px solid #285e8e;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
    border-left: 10px solid #5cb85c;
}
.btn-breadcrumb .btn.btn-success:not(:last-child):before {
    border-left: 10px solid #4cae4c;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
    border-left: 10px solid #47a447;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
    border-left: 10px solid #398439;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
    border-left: 10px solid #d9534f;
}
.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
    border-left: 10px solid #d43f3a;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
    border-left: 10px solid #d2322d;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
    border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
    border-left: 10px solid #f0ad4e;
}
.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
    border-left: 10px solid #eea236;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
    border-left: 10px solid #ed9c28;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
    border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
    border-left: 10px solid #5bc0de;
}
.btn-breadcrumb .btn.btn-info:not(:last-child):before {
    border-left: 10px solid #46b8da;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
    border-left: 10px solid #39b3d7;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
    border-left: 10px solid #269abc;
}
.breadcrumb{
    background: #f2f4f6;
    border-bottom: 1px solid #e6e8e9;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    /*text-transform: uppercase;*/
    font-family: "Open Sans", sans-serif;
    border-radius: 0px;
}








.product-thumb {
    z-index: 100;
    position: relative;
    text-decoration: none !important;
    display: block;
    transition: all 0.3s ease 0s;
    transform: translate3d(0px, 0px, 0px);

    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color:#FFF;
}

.product-header {
    position: relative;
    border-radius: 5px 5px 0px 0px;
}

.product-thumb .product-inner {
    box-sizing: border-box;
    background: #FFF none repeat scroll 0% 0%;
    padding: 20px 22px;
    border-top: medium none;
    position: relative;
    border-radius: 0px 0px 5px 5px;
}

.product-thumb .product-header > img {
    display: block;
    border-radius: 5px 5px 0px 0px;

    width: 100%;
    max-width: none;
    vertical-align: middle; border: 0px none;
} 


.product-thumb .product-title {
    transform: translate3d(0px, 0px, 0px);
    z-index: 2;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: "Roboto",arial,helvetica,sans-serif;
    margin-top: 10px;
    color:#603;
    text-align: center;
}

.product-actions-list {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dashed #E6E6E6;
    text-align: center;
}
.product-actions-list {
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
}


.product-actions-list > li {
    margin-right: 15px;
    display: inline-block;
}

.prop_title{
    font-family:   "Arial Black", sans-serif;
    font-size:18px;
    color:#603;
    text-align:center;

}

.prop_title2{
    font-family:   "Arial Black", sans-serif;
    font-size:14px;
    color:#630;
    text-align:center;

}	
.prop_title1{
    font-family:   "Arial Black", sans-serif;
    font-size:28px;
    color:#FFF;

}

.prop_text1{
    font-family:   "Arial Black", sans-serif;
    font-size:14px;
    color:#069;

}



/* To Dropdown navbar dropdown on hover */
.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    margin-left: -1px;
    /*    -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;*/
}
.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color:#ec3c3c;

}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar-default {
    border: 1px solid #fafafa;
/*    background: #545454;*/
    background: #fafafa;
    background-image: linear-gradient(to bottom, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: Tahoma, Geneva, sans-serif;
}
.navbar-default .navbar-nav > li > a {
    color: #133634;
}
.navbar-nav > .active > a:hover {
    color: #FFF;
}

.navbar-default .navbar-nav > li > a {
    color: #133634;
    font-weight: bolder; 
}
.navbar-nav > .active > a:hover {
    color: #133634;

}



.navbar-inverse {
    border: 1px solid #0f263a;
    background-color: #0f263a;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: Tahoma, Geneva, sans-serif;
}
.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
}
.navbar-nav > .active > a:hover {
    color: #FFF;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
}
.navbar-nav > .active > a:hover {
    color: #FFF;

}
/*.container-fluid{
 //background-color:#535353;
 padding:0px;
}*/


.layout-boxed {
    /*max-width: 1280px;*/
    max-width: 1080px;
    margin: 0 auto;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
    background-color: #333;
}
.wrapper{    
    /*background:#f5f4f4;*/
    background: #fff;;
    position: relative;
    z-index: 999;
}

.bg-note{
    background-image:url('../img/notification.jpg');
    background-repeat: no-repeat;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/*Swiper*/
.swiper-container {
    width: 100%;
    height: 100vh;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.main-slider .slider-bg-position {
    background-size: cover!important;
    background-position: center center!important;
}
.main-slider .swiper-button-prev, .main-slider .swiper-button-next {
    background-image: none!important;
    color: #fff;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}
.main-slider h2 {
    color: #fff;
    font-size: 54px;
    line-height: 59px;
    padding: 0 19%;
    text-transform: uppercase;
}
.main-slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,0.9)
}
.main-slider .swiper-pagination-bullet-active {
    background: #0297ff
}
/* SERVICE SECTION
-------------------------------------------------- */

.service-sec .heading {
    float: left;
    width: 100%;
    margin-bottom: 70px;
    text-align:center;
}
.service-sec h2 {
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    color: #0297FF;
    font-size: 32px;
}
.service-sec h2 small {
    color: #222;
    display: block;
    font-size: 22px;
    margin-bottom: 18px;
}
.service-sec i {
    border: 1px solid #0297FF;
    border-radius: 2px;
    font-size: 25px;
    padding: 12px 0;
    width: 52px;
    color: #0297FF;
    margin-bottom: 20px
}
.service-sec h3 {
    font-size: 23px;
    font-weight: 600;
}
.service-sec p {
    line-height: 22px;
    margin-top: 13px;
    padding: 0 21px;
}
.service-sec .service-block {
    margin-top: 30px;
}

/* ABOUT SECTION
-------------------------------------------------- */
.about-sec {
    background: url('http://grafreez.com/wp-content/temp_demos/burnout/img/para-01.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    position: relative;
}
.about-sec:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(22,122,192,0.8);
    top: 0;
    left: 0
}
.about-sec h2 {
    font-size: 55px;
    font-weight: 800;
    margin-top: 25%;
}
.about-sec h2 small {
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
    padding-left: 10px;
}
.about-sec p {
    font-size: 16px;
}


.action-sec{width:100%; float:left; background:#222}
.action-box{float:left; width:100%; text-align:center;}
.action-box h2{color:#fff; font-size:20px;}


/* Profile container */
.profile {
    margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
    padding: 20px 0 10px 0;
    background: #f5f4f4;
    border:1px solid #000 ;
} 

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    border:2px solid  #A2A4A4; 
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

.profile-usermenu {
    margin-top: 30px;
}

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 14px;
    font-weight: 400;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
}

/* Profile Content */
.profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
}

.one_half.last_column {
    width: 24%;
    /*float: right;*/
    border: 1px solid #e7e7e7;
    border-top-color: rgb(231, 231, 231);
    border-right-color: rgb(231, 231, 231);
    border-bottom-color: rgb(231, 231, 231);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(231, 231, 231);
    border-bottom: 5px solid #efc62c;
    border-bottom-color: rgb(239, 198, 44);
    padding: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 8px #eee;position: relative;
}

.indurial-t-solution{
    background: url(../img/solution-bg.jpg) center center no-repeat fixed;
    background-size: auto;
    background-size: cover;
    padding: 5px 0;
    min-height: 50px;
    clear: both;
    position: initial;
}

.header-top {    
    background: #f2f4f6;
    border-bottom: 1px solid #e6e8e9;
    padding-top: 0.6em;
    /*padding-bottom: 0.6em;*/
    /* text-transform: uppercase; */
    font-family: "Open Sans", sans-serif;
    /*    border-radius: 0px;
        padding: 8px 15px;*/
    margin-bottom: 10px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #46b8da;
}

.dropdown-menu {
    padding: 0px;
    border-radius: 0px;
}


/*login page styles*/

.login-box {
    /*margin: 10px;*/
    height: auto;
    background: #1A2226;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.login-key {
    height: 100px;
    font-size: 80px;
    line-height: 100px;
    background: -webkit-linear-gradient(#27EF9F, #0DB8DE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-title {
    margin-top: 15px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    /*margin-top: 15px;*/
    font-weight: bold;
    color: #ECF0F5;
}

.login-form {
    margin-top: 10px;
    text-align: left;
}

.login-form > input[type=text] {
    background-color: #1A2226;
    border: none;
    border-bottom: 2px solid #0DB8DE;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 0px;
    color: #ECF0F5;
}

.login-form > input[type=password] {
    background-color: #1A2226;
    border: none;
    border-bottom: 2px solid #0DB8DE;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    padding-left: 0px;
    margin-bottom: 20px;
    color: #ECF0F5;
}

.form-group {
    margin-bottom: 10px;
    outline: 0px;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #0DB8DE;
    outline: 0;
    background-color: #1A2226;
    color: #ECF0F5;
}

input:focus {
    outline: none;
    box-shadow: 0 0 0;
}

label {
    margin-bottom: 0px;
}

.form-control-label {
    font-size: 10px;
    color: #6C6C6C;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-outline-primary {
    border-color: #0DB8DE;
    color: #0DB8DE;
    border-radius: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn-outline-primary:hover {
    background-color: #0DB8DE;
    right: 0px;
}

.login-btm {
    float: left;
}

.login-button {
    padding-right: 0px;
    text-align: right;
    margin-bottom: 25px;
}

.login-text {
    text-align: left;
    padding-left: 0px;
    color: #A2A4A4;
}

.loginbttm {
    padding: 0px;
}


.carousel-indicators > .active{
    background-color: #0DB8DE;
    border-color: black;
}


.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #46b8da;
    border-color: #337ab7;
}
.custom-heading {
    position: relative;
    padding:2px;
    font: 600 28px 'Montserrat', sans-serif;
    font-size: 28px;
    color: #5a7391;
    /*text-transform: uppercase;*/
    position: relative;
    /*padding-bottom: 20px;*/
    letter-spacing: 0.3px;
    margin: 4px;
}
.widget_title{
    /*text-transform: capitalize;*/
    font-style: italic;
    font: 600 20px "Open Sans", sans-serif;
    font-style: normal;
    color:#5a7391 ;
    margin: 0px;
    /*text-transform: uppercase;*/

}
.widget_title::before {
    content: "";
    width: 55px;
    height: 3px;
    display: inline-block;
    background: #fab90a;
    background-color: rgb(250, 185, 10);
    position: absolute;
    bottom: 0;
}


/* Example 2 (login form) */
.login_form.modal {
    border-radius: 0;
    line-height: 18px;
    padding: 0;
    font-family: "Lucida Grande", Verdana, sans-serif;
}

.login_form h3 {
    margin: 0;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    background: -moz-linear-gradient(top, #2e5764, #1e3d47);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #1e3d47),color-stop(1, #2e5764));

    font-size: 28px;
    text-transform: none;
    letter-spacing: 0px;

}

.login_form.modal div { padding: 20px 30px;
                        /*border-bottom: 1px solid #ddd;*/ 
                        margin: 0;
                        /*background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #eee),color-stop(1, #fff));*/
                        overflow: hidden;
}
.login_form.modal div:last-child { border: none; }
.login_form.modal div label { float: left; font-weight: bold; color: #333; font-size: 13px; width: 110px; line-height: 22px; }
.login_form.modal div input[type="text"],
.login_form.modal div input[type="password"] {
    font: normal 12px/18px "Lucida Grande", Verdana;
    padding: 3px;
    border: 1px solid #ddd;
    width: 200px;
}

.error-message{
    color: #d43f3a;
}
