/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Merriweather);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {font-family: 'Merriweather', serif;color: #666;background: #fff;font-size: 14px;line-height: 1.6em;font-weight: 400;}
html, body {width:100%; padding:0; margin:0;}

::-moz-selection{background:#000;color:#fff;text-shadow:none}
::selection{background:#000;color:#fff;text-shadow:none}

html {-webkit-text-size-adjust: none;}
.video embed,.video object,.video iframe {width: 100%; height: auto;}
img{max-width:100%;	height: auto;width: auto\9; /* ie8 */}

h1 {font-size: 36px;}
h2 {font-size: 34px;}
h3 {font-size: 30px;}
h4 {font-size: 26px;}
h5 {font-size: 24px;}
h6 {font-size: 20px;}

h1,h2,h3,h4,h5,h6 {font-weight: 600;color: #000;}

p { color:#333;}

a {
   color: #17B3E8;
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
}

a:hover,
a:focus {color: #666;text-decoration: none;}

input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="search"], textarea, .form-control, select {
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #999999;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 1.2;
    margin: 10px 0;
    outline: medium none;
    padding: 5px 10px 0;
    transition: border-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
    width: 100%;
	background-color: transparent;
    border: 2px solid #444444;
}

.f-right{float: right;}
.f-left{float: left;}
.t-center{text-align: center; margin: 0 auto;}
.t-right{text-align: right;}
.t-left{text-align: left;}

.post{}
.post:after, .post:before, article:after, article:before, section:after, section:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

.clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:after, .clearfix:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.text-primary {
    color: #6b2347;
}

hr {max-width: 50px;
    border-color: #6b2347;
    border-width: 5px;}

body {background-color: #f2e8f3;}

header {
    background: url(../img/bg1.png) no-repeat scroll 150%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 600px;
}

.foto {text-align: right;vertical-align: bottom; display: table-cell;}
.foto img {height: 550px; margin-top: 50px; margin-right: -70px}

.foto-xs {text-align: center; display: table-cell;}
.foto-xs img {margin-top: 50px; max-height: 275px;}

.main-text {color: #6b2347;}
.main-text h4, .main-text h5, .main-text h6 {font-size: 34px; margin: 25px;}
.main-text h5 { margin-left: 50px;}
.main-text h6 { margin-left: 95px;}

.main-text h1 {font-size: 28px; line-height: 60px; margin-top: 90px; width: 300px;}
.main-text h1::first-line {font-size: 42px;}
.main-text h2 {font-size: 20px;}
.main-text div {margin-top: 150px;}
.main-text p {font-style: italic; font-size: 1.5em}
.main-text ul li {color: black;font-size: 1.5em; font-style: italic;}
.main-text ul {margin-bottom: 25px}

.main-text-xs {text-align: center;}
.main-text-xs h1 {font-size: 22px; line-height: 36px; margin-top: 30px; max-width: 300px;text-align: center; display: inline-block}
.main-text-xs h1::first-line {font-size: 28px;}
.main-text-xs h2 {font-size: 18px; margin-bottom: 50px}
.main-text-xs h4, .main-text-xs h5, .main-text-xs h6 {font-size: 28px; margin: 5px;}
.main-text-xs li {color: black;font-size: 1em; text-align: left}

.text-muted {font-size: 18px;}

blockquote, blockquote p {font-style: italic; color: #6b2347!important;}

@media all and (max-width: 1200px) {
    .main-text h4, .main-text h5, .main-text h6 {font-size: 24px; margin: 10px;}
    .main-text h1 {font-size: 28px;}
    .main-text h1::first-line {font-size: 32px;}
}

@media all and (max-width: 660px) {
    header {height: 700px;}

    header h1#logo {
        display: block;
        float: none;
        margin: 0 auto;
        height: 100px;
        line-height: 100px;
        text-align: center;
    }

    header nav {
        display: block;
        float: none;
        height: 50px;
        text-align: center;
        margin: 0 auto;
    }

    header nav a {
        line-height: 50px;
        margin: 0 10px;
    }

    header.smaller {
        height: 75px;
    }

    header.smaller h1#logo {
        height: 40px;
        line-height: 40px;
        font-size: 30px;
    }

    header.smaller nav {
        height: 35px;
    }

    header.smaller nav a {
        line-height: 35px;
    }

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{background: none;}
.navbar-default {border-color: transparent;background-color: #fff; color: #6b2347; border-bottom: 2px solid #6b2347}
.navbar-default .navbar-brand {font-family: Helvetica,Arial,cursive;color: #6b2347; font-weight: bold;}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {color: #af0b7c;}

.navbar-default .navbar-toggle {border: none;background-color: #6b2347;}
.navbar-default .navbar-toggle span.icon-bar{background-color: #fff;}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {background-color: #6b2347;}

.navbar-default .nav li a {text-transform: uppercase;font-family: Helvetica,Arial,sans-serif;font-weight: bold;letter-spacing: 1px;color: #6b2347;}
.navbar-default .nav li a:last-child{color: #6b2347;}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {outline: 0;color: #af0b7c;}

.navbar-default .navbar-nav>.active>a {border-radius: 0;color: #ddd;background: none;}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {}

.logo {
    height: 100%;
    margin-right: 20px;
    padding-left: 10px;
}


@media(min-width:768px) {
    .hidden-sm {display: none;}

    .navbar-default .page-scroll span {display: none;}
    .navbar-default.navbar-shrink .page-scroll span {display: inline;}

    .navbar-default {
        padding: 20px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 1.7em;
        padding: 5px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    .navbar-default.navbar-shrink {
        padding: 0;
        background-color: #fff;
		border-bottom: 2px solid #6b2347;
    }

	.navbar-default.navbar-shrink .nav li a{color: #6b2347;}
	.navbar-default.navbar-shrink .nav li a:hover,
	.navbar-default.navbar-shrink .nav li a:focus
	{color: #af0b7c;}

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

@media(max-width:768px) {
    .navbar-default .navbar-collapse {border-color: rgba(255,255,255,.02); background: rgba(255, 255, 255, 0.8)}
}

#page-content{}

/* ---HomePage--- */
.box-content {padding: 75px 0;}
.box-content .heading{margin-bottom: 50px; text-align: center;}
.box-content.box-style-1{background-color: #F6F7F8;}
.box-content.box-style-2{background-color: #fff;}
.box-content.box-style-4{background-color: #6b2347;}

.box-content.box-1 {}

.box-content.box-2 .service-box {margin: 20px auto 0;}
.box-content.box-2 .service-box h3{font-size: 22px;}
.portfolio-box {display: block;position: relative;margin: 0 auto;}
.portfolio-box .portfolio-box-caption {display: block;position: absolute;bottom: 0;width: 100%;height: 100%;text-align: center;color: #fff;opacity: 0;background: rgba(175, 11, 124, 0.9);-webkit-transition: all .35s;-moz-transition: all .35s;transition: all .35s;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {position: absolute;top: 50%;width: 100%;text-align: center;transform: translateY(-50%);}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {padding: 0 15px;font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {text-transform: uppercase;font-size: 14px;font-weight: 600;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {font-size: 18px;}
.portfolio-box:hover .portfolio-box-caption {opacity: 1;}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.box-content.box-3{}
.box-content.box-3{text-align: center;background: #552559;color: #fff;}
.box-content.box-3 img{max-width: 120px;margin-bottom: 15px;margin-bottom: 30px;}
.box-content.box-3 .comment {color: #fff;margin-bottom: 50px;background: #682E66;padding: 40px 40px;}
.box-content.box-3 p {color: #fff;}
.box-content.box-3 span {font-weight: bold;font-size: 17px;text-transform: uppercase;text-shadow: none; }


.box-content.box-4 {background-color: #fff;}
.box-content.box-4 .service-box {margin: 20px auto 0; cursor: pointer; padding: 10px 0; border: 2px solid transparent;}
.box-content.box-4 .service-box:hover {background-color: #f2e8f3; border: 2px solid #682E66;}
.box-content.box-4 .service-box h3{font-size: 22px;}

.box-content.box-5 {}

.box-content.box-5 {}
.box-content.box-5 .box-item{background-color: #fff;margin-bottom: 30px;border: 1px solid #eee;}
.box-content.box-5 .box-item .content{padding: 10px 30px 30px;}
.box-content.box-5 .box-item .content h3{font-weight: bold;color: #111;font-size: 19px;margin-bottom: 20px;text-transform: uppercase;}
.box-content.box-5 .box-item .content p {color: #666;}
.box-content.box-5 .box-item .content span{color: #bbb;font-size: 15px;}

.box-content.box-6 {}
.box-content.box-6 .box-item{color:#fff;}
.box-content.box-6 .box-item p{color:#fff;}
.box-content.box-6 blockquote {position: relative;padding: 50px 100px 20px;text-align: center;font-size: 40px; border:none;line-height: 1.2;}
.box-content.box-6 blockquote:before, .box-content.box-6 blockquote:after {position: absolute;width: 50px;height: 50px;font-size: 100px;line-height: 1; }
.box-content.box-6 blockquote:before {top: 0;left: 0;content: "\201C"; }
.box-content.box-6 blockquote:after {top: 0;right: 0;content: "\201D"; }
@media only screen and (max-width: 1100px) {
 .box-content.box-6 blockquote {font-size: 30px; }
 }
@media only screen and (max-width: 960px) {
 .box-content.box-6 blockquote {padding: 30px 60px;font-size: 22px; }
 .box-content.box-6 blockquote:before, .box-content.box-6 blockquote:after {width: 30px;height: 30px;font-size: 70px; }
 }
@media only screen and (max-width: 690px) {
 .box-content.box-6 blockquote {padding: 10px 30px;font-size: 20px; }
 .box-content.box-6 blockquote:before, .box-content.box-6 blockquote:after {font-size: 35px; }
 }

/*.box-content.box-7 {background-color: #fff}*/
.box-content.box-7 .box-item{margin-bottom: 40px; display: inline-block;}
.box-content.box-7 span{display: block; font-weight: bold; margin-top: 10px;}
.box-content.box-7 img{margin: 5px;border-radius: 50%;}

.box-content.box-8{color: #eee;}
.box-content.box-8 p {color: #eee;}
.box-content.box-8 .heading h2{color: #fff;}
.box-content.box-8 h3 {margin-bottom: 13px;font-size: 35px;font-size: 24px;margin-top: 10px;color: #fff;}
.box-content.box-8 input {background: #fff;border-radius: 4px;-webkit-border-radius:4px;-moz-border-radius:4px;border: 1px solid #c76b23;color: #333 !important;}
.box-content.box-8 textarea {background: #fff;border-radius: 4px;-webkit-border-radius:4px;-moz-border-radius:4px;height: 120px;border: 1px solid #c76b23;color: #333;}
.box-content.box-8 input::-webkit-input-placeholder, .box-content.box-8 textarea::-webkit-input-placeholder { color: #aaa; }

#main-content {}
@media(max-width:767px){
	#main-content {margin-top: 80px;}
}

article{}
article:after, article:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
article .info {margin: 5px 0 10px 0;}
article .info span{display: block;}
article .info a{color: #17B3E8;text-decoration: none;}
article .info a:hover {color:#000;}
article h1 {font-size: 30px;}
article h2 {font-size: 22px;}
article img{width:auto;}


footer{color: #999999;background-color:#222222;font-size: 13px;}
footer p{color: #666}
footer ul {padding: 0;margin-top: 10px;}
footer ul li{list-style: none;}
footer a {color: #999;}
footer a:hover {color: #fff;text-decoration: underline;}

footer .col-footer{margin: 10px 0 30px;}

footer .wrap-footer{padding-top:40px; background-color: #222;}
footer .bottom-footer{background-color: #29282E;color: #fff;text-align: center;padding: 10px 0px;}
footer ul.social-buttons li a{display: block;width: 35px;height: 35px;border-radius: 100%;font-size: 20px;color: #222;background-color: #fff;transition-duration: 0.4s;}
footer ul.social-buttons li a:hover{background-color: #17B3E8;color: #fff;}
footer ul.social-buttons li a i{margin-top: 7px;}

.footer-title:before {background-color: #6b2347;content: "";height: 1em;left: 0;margin-top: -0.5em;position: absolute;top: 50%;width: 3px;}
.footer-title {display: block;font-weight: bold;letter-spacing: 1px;margin-top: -5px;padding-left: 13px;position: relative;text-transform: uppercase;font-size: 14px;color: #fff;}

.footer-tags a{color: #999; border: 1px solid #999; padding: 4px 10px;line-height: 2.2;font-size: 13px;text-transform: capitalize;}
.footer-tags a:hover{color: #fff;text-decoration: none;}

.widget_recent_entries li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #999999;
    font-size: 11px;
    margin-bottom: 0;
    padding: 15px 0 16px;
    text-transform: uppercase;
}
 .widget_recent_entries li a:before {
    content: "";
    font-family: "FontAwesome";
    left: 0;
    line-height: 1;
    margin-top: -5px;
    position: absolute;
    top: 50%;
}
.widget_recent_entries li a {font-weight:bold;text-transform:uppercase;color:rgba(153,153,153,1.0);display:inline-block;position:relative;padding-left:14px;letter-spacing:1px;font-size: 10px;}

.contact h2{font-size: 34px; font-weight: 500;letter-spacing: 3px;padding-top: 50px ;text-align: center;}
#contact .box-item { margin-top: 40px;}
#contact .heading { margin-bottom: 0}
#contact .alert {margin-top: 20px;}

.contacts .row {margin-top: 25px}
.contacts .fa, .contacts .fab {
    color: #fff;
    margin: 20px;
}

.contacts a {
    color: #fff;
    margin: 20px;
}

.contacts a:hover {
    text-decoration: underline;
}

#ff label {cursor:pointer;margin:0;display:block;font-weight:bold;}
#ff input {display:block;width:100%;color:#000;padding:10px;margin: 5px 0 25px 0;}
#ff textarea {display:block;width:100%;height:200px;background-color:#fff; color:#000;padding:10px;margin: 5px 0 25px 0;}

#ff .sendButton {border: none;cursor:pointer;background-color: #000;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;;width:100px;color:#ffffff;}
#ff .sendButton:hover {background-color: #333;}

.message{text-align: center;margin: 50px 0;}
.message .wrap{	padding: 50px; background: #ffffff; border: 1px solid #333333;display: inline-block;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;}
.message .back{margin-top: 30px;}

.btn {
	border-radius: 2px;
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;	
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 13px;
}
a.btn:focus{outline: 0;}

.btn-skin {padding: 7px 25px;line-height: 26px;font-weight: bold;background-color: #fff; color: #6b2347}
.btn-skin:active, .btn-skin:hover{padding: 7px 25px;line-height: 26px;font-weight: bold;background-color: #af0b7c; color: #fff}

.modal .btn {background-color: #6b2347;}
.modal .btn:active, .modal .btn:hover {background-color: #af0b7c; color: #fff}

.service-box .btn {background-color: #6b2347; margin-top: 10px; margin-bottom: 10px}
.service-box .btn:active, .service-box .btn:hover {background-color: #af0b7c; color: #fff}

.service-box img {
    height: 95px;
}

@media(max-width:767px) {
    .feedback-box img {
        margin-bottom: 50px;
    }
}

@media(min-width:768px) {
    .m112 {margin-top: 112px}
    .m100 {margin-top: 100px}
}




/* User styles */
@media screen and (min-width: 911px) {
    .ant-carousel {
        max-width: 810px;
    }
}

@media screen and (min-width: 641px) and (max-width: 910px) {
    .ant-carousel {
        max-width: 540px;
    }
}

@media screen and (max-width: 640px) {
    .ant-carousel {
        max-width: 270px;
    }
}

.ant-carousel {
    margin: 50px auto auto;
    padding-top: 10px;
    border: 1px solid #ccd;
    background-color: white;
}

.ant-carousel-element {
    width: 270px;
    text-align: center;
}

/* General styles */
.ant-carousel {
    width: auto;
    position: relative;
}

.ant-carousel-hider {
    overflow: hidden;
}

.ant-carousel-list {
    width: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
}

.ant-carousel-element {
    display: block;
    flex: 0 0 auto;
}

/* Navigation item styles */
div.ant-carousel-arrow-left,
div.ant-carousel-arrow-right {
    width: 22px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    opacity: 0.6;
    z-index: 32;
}

div.ant-carousel-arrow-left {
    left: -40px;
    top: 40%;
    display: block;
    background: url("http://pvbk.spb.ru/inc/carousel/ant-files/ant-arrow-left.png") no-repeat;
}

div.ant-carousel-arrow-right {
    right: -40px;
    top: 40%;
    display: block;
    background: url("http://pvbk.spb.ru/inc/carousel/ant-files/ant-arrow-right.png") no-repeat;
}

div.ant-carousel-arrow-left:hover {
    opacity: 1.0;
}

div.ant-carousel-arrow-right:hover {
    opacity: 1.0;
}

div.ant-carousel-dots {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 30;
    text-align: center;
}

span.ant-dot {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    padding: 0;
    display: inline-block;
    background-color: #BBB;
    border-radius: 5px;
    cursor: pointer;
}