/* =========================================================================
    @ font-face
   ========================================================================= */

@font-face {
  font-family: 'Blogger';
  src: url('webfont.eot'); /* IE9 Compat Modes */
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}


/* ==========================================================================
   text
   ========================================================================== */

body, h1, h2, h3, h4, p
{
	font-weight: 300;
    font-family: 'Exo 2', sans-serif;
    color: #858688;
    word-wrap: break-word;
}

a {
    color: #f50072;
}

a:hover {
    color: #ef98b9;
}

h2
{
    font-weight: 400;
    color: #f50072;
    font-size: 1.8em;
    margin-top: 50px;
}


/* ==========================================================================
   images
   ========================================================================== */

img
{
    width: 100%;
    height: auto;
}

.img-circle {
    height: 200px;
    width: auto;
}


/* ==========================================================================
   navigation
   ========================================================================== */

.navbar-default{
     background-color: #ffffff;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
height: 50px;
}

.navbar img
{
    height: 100%;
    width: auto;
}
.navbar-brand {
    padding: 0;
}
.navbar .navbar-collapse {
  text-align: center;
}

.nav>li>a {
    padding-top: 20px;
}
.nav>li>a:hover {
    padding-top: 19px;
}

.navbar-default .navbar-nav>li>a {
    color: #ef98b9;
}

.navbar-default .navbar-nav>li>a:hover {
    background-color: #ffe0f0;
    color: #f50072;
}

.navbar-fixed-top {
    top: 0;
    border-bottom: 1px solid #ddd;
}


/* ==========================================================================
   header
   ========================================================================== */

header {
    margin-top: 50px;
}

header img
{
    width: 100%;
    height: auto;
    
    margin-left: auto;
    margin-right: auto;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img
{
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#bsp .carousel-inner>.item>img {
    height: 800px;
}

/* ==========================================================================
   content
   ========================================================================== */

.container
{
	max-width: 1060px;
}

hr.butterfly, .square
{
	height: 75px;
    background: url(../img/hr.png) no-repeat top center;
    background-size: auto 100%;
    margin: 50px 0;
    border: 0px #ffe0f0;
    clear: both;
    float: none;
}



.hr
{
	margin: 80px 0;
    border: 1px solid #ffe0f0;
}

.intro
{
	padding:0;
}

.intro-text
{
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}

.cool-heading
{
	padding-bottom: 20px;
}

/* ==========================================================================
   google text
   ========================================================================== */

.marketing h2
{
    margin-top: 10px;
}

.marketing p
{
	font-size: 16px;
}

.btn-marketing-stuff
{
	margin-top: 5px;
	padding: 10px 20px;
	background-color: transparent;
	border: 1px solid #aaa;
	font-size: 16px;
	font-weight: 200;
	transition: all 300ms ease-in;
}

.feedbacks-group
{
	border-left: 1px solid #ffe0f0;
}

.feedbacks .list-group-item
{
	margin-bottom: 0;
	border: none;
}

.feedbacks small
{
	color: #b3b3b3;
	font-size: 12px;
}

.quotes
{
	font-size: 40px;
	margin-top: 20px;
	margin-right: 20px;
	float: left;
}

.owner
{
	font-size: 20px;
}

.person-info
{
	font-size: 16px;
    font-weight: 300;
    font-family: 'Exo 2', sans-serif;
    color: #ef98b9;
    font-style:  italic;
}

.person-contact-table
{
	margin: 20px auto;
	text-align: center;
	font-size: 14px;
}

.person-contact li
{
	padding: 5px 0;
}

.list-group {
    margin-left: -15px;
    margin-top: 40px;
    background-color: #fff;
}

.list-group-item
{
	padding-left: 35px;
    border-color: #fff;
    font-size: 0.9em;
}

.list-group .current {
    color: #858688;
    pointer-events: none;
    font-weight: 500;
    background:url(../img/hr.png) no-repeat left; 
    background-size: 30px 30px;
}

a.place-inactive.list-group-item {
    color: #ef98b9 ;
}



/* to remove the flying butterfly remove background img here */
a.list-group-item:hover {
    color: #f50072;
}

a.place-inactive.list-group-item:hover {
    color: #ef98b9 ;
    padding-left: 15px;
    background:none; 
}

a.list-group-item:focus {
    color: #f50072;
}

/* to get rid of the round corners in the list group*/
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 10px;
}
        
.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.place-inactive
{
	background-color: #fff;
	padding-left: 15px;
    font-weight: 400;
    color: #f50072;
    font-size: 1.4em;

}

.photo
{
	margin: 20px 0;
}

.normal-text
{
	font-size: 16px;
}

.place-detail .col-md-8
{
	padding-right: 0;
}

.place-detail .col-md-4
{
	padding-left: 0;
}

.opening-hours th
{
	font-weight: 300;
}

.more-info
{
	width: 100%;
	padding: 7px 0;
	margin-bottom: 50px;
	display: block;
	text-align: center;
	background-color: #f1f1f1;
}

.place-carousel
{
	background-color: #555;
	margin-bottom: 20px;
}

footer
{
	padding-top: 20px;
	padding-bottom: 0px;
	background-color: #fff;
	color: #858688;
}

footer h3
{
	margin:0;
	padding: 0 0 10px;
    color: #f50072;
}

.row-relative
{
	position: relative;
	height: 110px;
}

.left-bottom
{
	position: absolute;
	bottom: 0;
	left: 0;
    color: #000;
    margin-bottom: 30px;
}

.right-bottom
{
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
    color: #000;
    margin-bottom: 30px;
}

.social-networks
{
	padding-bottom: 0;
    float: left;
}
.social-networks:after {
    content: ' | ';
    padding-right: 1rem;
    margin-top: -2px;
}

.social-networks a
{
	color: #f50072;
    font-size: 16px;
    padding-right: 1rem;
    padding-top: 0;
    margin-top: -2px;
}
.social-networks a:hover
{
	color: #ef98b9;
}

.copyright
{
	font-size: 12px;
}

.footer-links
{
	padding-bottom: 5px;
}

.footer-links a
{
	font-size: 16px;
	color: inherit;
}

.footer-address
{
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer-address a
{
	color: inherit;
}




.feedback-form
{
	margin: 50px 0;
}

.feedback-create
{
	text-align: center;
	margin-top: 50px;
}



        /*** concerning FEEDBACK ***/

.feedback-item
{
	padding-bottom: 100px;
    clear:  both;
}

.feedback-item h3
{

	padding-bottom: 50px;
    clear:  both;
}

.feedback-item p {
    float: left;
    padding-left: 20px;
    width: 45%;
    vertical-align: middle;
}

.feedback-photo
{
  float: left;
    width: 45%;
    height: 300px;
    margin-right: 20px;
}

.feedbacks-pagination
{
	text-align: center;
	margin-top: 50px;
}

.pagination>li>a, .pagination>li>span {
    color: #f50072;
}

.pagination>li>a:hover {
    color: #ef98b9;
}

.portfolio-box
{
	margin: 50px 0;
}

.portfolio-item
{
	margin: 20px 0;
	text-align: center;
}

.portfolio-place
{
	font-size: 12px;
	text-align: left;
	padding: 5px 0;
}

.portfolio-item-info
{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.portfolio-item-place
{
	padding: 5px 0;
}

.portfolio-item .glyphicon
{
	font-size: 12px;
}

.about-me
{
	margin: 50px 0;
	position: relative;
}

.about-me-left
{
	padding: 0 3%;
	border-right: 1px solid #ddd;
}

.about-me-right
{
	padding: 0 3%;
	position: relative;
	bottom: 0;
	right: 0;
}

.popover-content
{
	font-size: 12px;
}


.btn-default {
    color: #858688;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #f50072;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


aside {
    background-color: #99CC66;
    color: #fff;
}

aside.cta {
    text-transform: uppercase;
    font-weight: 700;
    width: auto;
    height: 70px;
transform: rotate(-90deg);
-ms-transform: rotate(-90deg); /* IE 9 */
-webkit-transform: rotate(-90deg); /* Safari and Chrome */
-o-transform: rotate(-90deg); /* Opera */
-moz-transform: rotate(-90deg); /* Firefox */
    padding: 5px;
    position: fixed;
    top: 300px;
    top: 40vh;
    right: -75px;
    letter-spacing: 0.2rem;
    text-align: center;
    z-index: 99;
}



aside a {
    color: #fff;
}

aside a:hover {
    color: #fff;
    text-decoration: none;
}

aside .form-group { 
    display: inline;
    width: 26%;
    float: left;
    margin-right: 2%;
}

aside .text-center {
    margin-top: 10px;
    margin-left: 3%;
    text-align: right;
    width: 10%;
}

aside .form-group label {
    display: inline;
    float: left;
    width: auto;
        margin-top: 15px;
    padding-right:20px;

}

aside input.form-control {
    display: inline;
    width: 100%;
    float: left;
    margin-top: 10px;

}

aside h2 {
    display: inline;
/*    float: left;*/
    color: #99CC66;
}

aside#fragen {
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    background-color: #fff;
}


.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default, button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    color: #fff;
    background-color: #99CC66;
    border-color: #99CC66;
}
   

#fragen h2 {
    color: #99CC66;
    padding-top: 20px;
}

.cta h2 {
    color: #99CC66;
}

#reasons {
    max-width: inherit;
    margin-left: auto;
    margin-right: auto;
}

#reasons .credit {
    padding-top: 0;
    margin-bottom: 0;
}

#reasons article {
    float: left;
    width: 45%;
    margin-right:2.5%;
    margin-left: 2.5%;
    margin-top: 0;
}

#reasons article p {
    padding-top: 15px;
}

#reasons article p:nth-child(1) {
    padding-top: 0;
}


#reasons article p.small {
    display: none;
}

#reasons article em {
    font-family: 'Days One', sans-serif;
    color: #f50072;
    font-weight: 600;
    font-size: 3rem;
    font-style: normal;
}

#reasons article img {
    width: 100%;
    height: auto;
    float: none;
    padding-top: 15px;
    padding-bottom: 15px;
}



#steps {
    width: 100%;
    clear: both;
}

#steps article {
    float: left;
    width: 25%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}


#steps article:nth-child(5) {
    clear:both;
}



#steps article p {
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 1.5rem;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    font-weight: 700;
}
#steps article p:nth-child(3) {
    font-size: 1.5rem;
    margin-top: 0;
    font-weight: 400;
}
#steps article h3 {
    font-family: 'Days One', sans-serif;
    padding-top: 15px;
    padding-bottom: 10px;
    text-indent: 15px;
    color: #f50072;
    text-align: left;
    font-size: 2rem;
/*    background-color: #ef98b9;*/
    border-bottom: #f50072 solid 2px;
    font-weight: 700;
    height: 65px;
}

#steps article h3.call {
/*    background-color: #99CC66;*/
    border-bottom: #99CC66 solid 2px;
    color: #99CC66;
}

#steps article h3 span {
    font-size: 4rem;
    text-indent: 10px;
    color: #ccc;
}

#steps article h3.arrow {
    background-image: url(file:///Users/hanna2woa/Documents/Projekte%202015/Kunden/wedding-austria/240815/wedding-austria/img/arrrow.svg);
    background-size: auto 65px;
    background-repeat: no-repeat;
    background-color: #fff;
    margin-left: -1px;
    border-left: 1px solid #ef98b9;
}

#steps article em {
    color: #f50072;
    font-weight: 600;
    font-style: normal;
}
#steps {
    margin-bottom: 300px;
    clear: both;
}


.em {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: -10px;
}

aside#fragen {
    margin-top: 100px;
    border-top: solid 1px #99CC66;
}

header article {
    width:25%;
    float: left;
    background: #e0e0e0;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    padding-top: 90px;
}

header article h1 {
    font-size: 2rem;
    color: #f50072;
}

header main {
    position: absolute;
    bottom: 10px;
}

header article p {
    margin: 0 0 5px;
    font-size: 1.2rem;
    text-align: left;
}
header article p em {
    font-style: normal;
    font-weight: 500;
}



.portfolio p {
    width: 80%;
    padding-top: 20px;
}

.portfolio h2{
    padding-top: 20px;
    font-size: 3rem;
    font-weight: 700;
}


p.intro {
    font-style: italic;
    font-size: 1.7rem;
    padding-top: 20px;
    width: 100%;
}
.show {
    position: absolute;
    top: 20px;
    right: -1000px;
}

.show a {
    color: #fff;
    font-weight: 500;
    opacity: 0.6;
    text-shadow: 1px 1px #000;
}

.close-info {
    position: absolute;
    bottom: 10px;
    left: -20px;
    overflow: visible;
    opacity: 0.6;
}
.close-info a {
    color: #fff;
    text-shadow: 1px 1px #ccc;
}

.overlay { 
  color:#fff;
  position:absolute;
background-color: rgba(240,240,240,0.9);
  z-index:91;
  top:0;
  right:0;
    bottom: 0;
}

header {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.interview {
    margin-bottom: 40px;
    width: 100%;
    font-size: 1.7rem;
}

.interview p {
    padding-top: 20px;
    text-align: left;
    padding-right: 100px;
    color: #f50072;
    width: 100%;
}

.interview .answer {
    padding-left: 100px;
    color: #858688;
}

.interview img {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pictures {
    margin-top: 60px;
    margin-bottom: 40px;
}

.portfolio img {
    margin-top: 0px;
    margin-bottom: 1%;
    width: 100%;
    height: auto;
    float: left;
}
.portfolio img.two {
    width: 49.5%;
    height: auto;
}

.portfolio img.fourth {
    width: 30.5%;
    height: auto;
}

.portfolio img.fourths {
    width: 68.5%;
    height: auto;
}

.portfolio img.space {
    margin-right: 1%
}


.others {
    width: 100%;
    font-size: 1.5rem;
    padding-left: 45px;
    padding-right: 45px;
    left: 0;
}

.others:after {
    clear: both;
}

.others a {
    color: #666;
    text-decoration: none;
}

.others article:nth-child(1) {
    float: left;

}

.others article:nth-child(2) {
    float: right;
    text-align: right;
}

.carousel-inner>.item>img.two, .carousel-inner>.item>a>img.two, img.two {
    float: left;
    width: 50%;
}

.left-bottom {
    width: 50%;
}

.nav.navbar-nav {
    height: auto;
}

p.credit {
    text-align: right;
    font-size: 1.3rem;
    margin-top: -10px;
    margin-bottom: 15px;
}

.aufforderung {
    padding-top: 50px;
    margin-bottom: -50px;
    font-weight: 500;
}

.more-info:before {
    content: 'Скрыть';
}

.more-info.collapsed:before {
    content: 'Читать больше';
}

/*toggle nav*/


#toggle {
  cursor: pointer;
    float: right;
    padding-top: 7px;
    right: 10px;
    display: none;
    text-align: right;
    position: fixed;
}
#menu-toggle {
  display: none; /* hide the checkbox */
}
#menu {
  display: none;
}
#menu-toggle:checked + #menu {
  display: block;
    width: 100%;
    padding: 20px;
    padding-left: 18%;
}

.toggle {
    width: 100%;
    position: static;
} 

.toggle ul {
    margin-top: 20px;
    padding-left: 0;
    border: 0;
    list-style: none;
    text-align: left;
}


.toggle li {
    padding-bottom: 30px;
    font-size: 1.5rem;
}

.toggle li a {
    margin-left: 0;
    margin-bottom: 30px;
    color: #858688;
}

a.cta {
    color: #99CC66;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}


.carousel-indicators li, .carousel-indicators li.active {
    display: none;
}
header .credit, .item .credit {
    margin-top: 5px;
    margin-right: 5px;
}

.item {
    padding-bottom: 50px;
}


.item .credit {
    margin-bottom: -23px;
}

    .left.carousel-control, .right.carousel-control  {
        pointer-events: none;
    }  
    .left.carousel-control a, .right.carousel-control a {
        color: #fff;
        pointer-events: auto;
    }

.carousel {
    background-color: #fff;
}

tbody {
    font-size: 1.2rem;
}

td.text-center, th.text-center {
    text-align: left;
}

td, th {
    width: 45%;
}

.table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding-left: 5%;
}

th{
    color: #f50072;
}


th.text-center {
    padding-left: 5% !important;
    color: #858688;
}



/* BLOG */


div#wedding-austria3ovbmf4t4mdkpf3rn6d5knrqig {
    width: 100%;
}

#wedding-austria3ovbmf4t4mdkpf3rn6d5knrqig ul {
    list-style: none;
    padding-left: 0;
}

#wedding-austria3ovbmf4t4mdkpf3rn6d5knrqig li {
    padding-bottom: 150px;
}

#wedding-austria3ovbmf4t4mdkpf3rn6d5knrqig .headline {
    font-weight: 400;
    color: #f50072;
    font-size: 1.8em;
}

#wedding-austria3ovbmf4t4mdkpf3rn6d5knrqig .tr-caption a {
    font-size: 1.3rem !important;
}

#wedding-austria3ovbmf4t4mdkpf3rn6d5knrqig .tr-caption-container {
    margin-bottom: 40px !important;
}

#wedding-austria3ovbmf4t4mdkpf3rn6d5knrqig a {
    margin-left: 0px !important;
}

#wedding-austria3ovbmf4t4mdkpf3rn6d5knrqig img {
    margin-top: 20px;
}

#blog .col-md-3 {
    padding-right: 50px;
    padding-bottom: 40px;
}

#blog .col-md-3 h3 {
    margin-top: 5px;
}

#creditfooter {
    display: none;
}


.MsoNormal {
    text-align: left !important;
}

.MsoNormal span{
        font-family: 'Exo 2', sans-serif !important;

}

#text {
    display: none;
}

#blog .footer {
    padding-bottom: 300px;
}

/* IMPRESSUM */
.two {
    float: left;
    width: 35%;
    margin-bottom: 100px;
    margin-top: 50px;
}

.square {
    width: 7%;
    clear: none;
    float: left;
    margin: auto 11.5%;
    margin-top: 7%;
}


@media screen and (min-width: 1360px) {
#steps article:nth-child(10) p {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
}

@media screen and (max-width: 1295px) {
header article {
    width:40%;
}
.about-me-left {
    border-right: none;
}
}


@media screen and (max-width: 1232px) {
.carousel-inner>.item>img.two, .carousel-inner>.item>a>img.two, img.two {
    width: 100%;
    height: 300px;
}
    
.carousel-inner>.item>img.minor, .carousel-inner>.item>a>img.minor, img.minor {
    display: none;
}

header article {
    width:90%;
}
    
.show {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
}

.close-info {
    font-size: 2rem;
    left: -40px;
}
    
.overlay {
    display: none;
}
    
.carousel-indicators li, .carousel-indicators li.active {
    margin-right: 20px;
    margin-left: 20px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: none;
}
}

@media screen and (max-width: 991px){
    .stack {
        float: left;
        width: 33.33333333%;
    }
    a.list-group-item {
        padding-left: 15px;
        padding-bottom: 0;
    }
    a.list-group-item:hover {
        background: none;
    }
    
    #text {
        display: inline;
        position: fixed;
        bottom: 0;
        z-index: 300;
        background: #fff;
        border-top: 1px solid #ddd;
        width: 100%;
        padding: 10px 30px;
        box-sizing: border-box;
    }
    
    .close-text {
        margin-top: -30px;
        margin-bottom: 5px;
    }
    
    #blog-text {
        display: none;
    }
    div#blog-text-sticky-wrapper {
        display: none;
    }
    
    .col-md-4.right-bottom {
        margin-bottom: 100px;
    }
    .list-group {
        margin-top: 0;
    }
    .minor {
        height: 50px !important;
    }
    .others {
        font-size: 1.8rem;
        padding-top: 20px;
    }
    #me img.img-circle {
        display: none;
    }
    .list-group .current {
        color: #858688;
        pointer-events: none;
        font-weight: 500;
        background:url(../img/hr.png) no-repeat left; 
        background-size: 30px 30px;
        padding-left: 30px;
    }
}


@media screen and (max-width: 800px) {
    
    .two {
        width: 100%;
        float: none;
    }
#navigation {
    display: none;
}

    .portfolio img.two {
        width: 100%;
    }
    
    
header article {
    padding-top: 20px;
}
    
header main {
    position: relative;
}
   
.row-relative {
    padding-left: 30px;
    padding-right: 30px;
}
footer .left-bottom {
    position: relative;
    width: 100%;
}
footer .right-bottom {
    position: relative;
    text-align: left;
    width: 100%;
}
aside.cta {
    z-index: 99;
    top: 200px;
}
    
aside .form-group { 
    display: inline;
    width: 100%;
    float: left;
    margin-left: 0;
}
    
#toggle {
    display: inline;
    top: 5px;
    right: 10px;
}
    
    .toggle img {
        width: 30px;
        height: 30px;
    }

    
.close-info {
    font-size: 2rem;
    left: -20px;
} 
    
.interview .answer {
    padding-left: 20px;
}
    
.interview p {
    padding-right: 0px;
}

.nav.navbar-nav {
    height: 50px;
}

    header img {
        width: 200%;
        margin-left: -50%;
        margin-right: -50%;
    }
    #blog header img {
        width: 200%;
        margin-left: -100%;
        margin-right: auto;
    }
    #mirabel header img {
        width: 200%;
        margin-left: -15%;
        margin-right: -85%;
    }
    #reasons article {
    float: left;
    width: 100%;
    margin-right:0;
    margin-left: 0;
    margin-top: 90px;
}
#reasons article p.big {
    display: none;
}
#reasons article p.small {
    display: inline;
    padding-top: 15px;
}
    
#steps article {
    float: left;
    width: 100%;
    margin-right:0;
    margin-left: 0;
    margin-top: 90px;
}
    
    

#steps article h3.arrow {
    display: none;
}
    a.list-group-item {
        padding-left: 15px;
        padding-bottom: 0;
        padding-right: 0;
    }
    a.list-group-item:hover {
        background: none;
    }
}

@media screen and (max-width: 400px) {
    .stack {
        float: left;
        width: 45%;
        min-height: 150px;
        overflow: visible;
        word-wrap: normal;
    }   
    .footer-address {
        padding-bottom: 50px;
    }
    
}

.lt-ie9 aside.cta, aside.cta.otherclass {
    text-transform: uppercase;
    font-weight: 700;
    width: auto;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform:  none;
    padding: 5px 10px;
    position: fixed;
    top: 60px;
    right: 50px;
    letter-spacing: 0.2rem;
    text-align: center;
    z-index: 99;
}

aside.cta.otherclass {
    left: 10px;
    right: auto;    
    bottom: 0;
    top: auto;
}

.lt-ie9 aside.cta p, aside.cta.otherclass p {
    margin-bottom: 0;
}

#sitemap ul,  {
    list-style-type: none;
    padding-left: 0px;
}

#sitemap ul a {
    text-decoration: none;
    color: #555;
}

#sitemap ul a:hover {
    text-decoration: underline;
    color: #ef98b9;
}

#sitemap ul>li {
    padding: 5px;
    margin-bottom: 15px;
}

#sitemap ul.list, ul.stoimost {
    padding-left: 30px;
    list-style-type: square;
}

ul.stoimost {
    margin-bottom: 30px;
}

ul.stoimost li {
    margin-bottom: 15px;
    width: 75%;
}

#sitemap .list li {
    margin-bottom: 0px;
    margin-top: 10px;
}



.right.carousel-control, .left.carousel-control {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.video-wrapper iframe {
    width: 100%;
    top:0;
    position: absolute;
    left: 0;
    height: 100%;
}

.video-wrapper {
    position: relative;
    width:100%;
    padding-bottom:56.1775280899%;
    margin-bottom: 1%;
}

.button {
    border-radius: 5px;
    background-color: #fff;
    color: #666;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-image: none;
    border: solid 1px;
}

.button:hover {
    color: #fff;
    background-color: #99CC66;
}