@import url('https://fonts.googleapis.com/css?family=Montserrat:300,500,700');

body {
	font-family: 'Montserrat', sans-serif;
}

#logo {
    margin: 10px;
}

 #logo > a:hover > .fa-stack {
	transform: rotateY(180deg);
}

#logo .text-primary .mmr2-inner {
	color: #40a7ff;	margin-left: 1px;
}

#logo > a:hover > .text-primary .mmr2-inner, #logo > a:focus > .text-primary .mmr2-inner {
	color: #fff;
}

@media (max-width: 1599px) {
.common-home #content > div.row > div.product-layout.product-grid:nth-child(7n) {
	display: none;
}}

#contacts span.phone {
	font-size: 28px;
    color: #333;
    letter-spacing: -1px;
}

.navbar {
    min-height: 40px;
}

.navbar-top-collapse ul.navbar-right {
    background: #ece7ec;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

#menu.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    color: #000000;
    letter-spacing: -0.5px;
    border-right: 1px solid #f1ecec;
    padding: 8px 16px;
    background: #fff;
    border-top-left-radius: 16px;
    border: 1px solid #efe8ee;
    border-bottom: 6px solid #865bc2;
}
#menu.navbar-default .navbar-nav>li:first-child>a {
    padding-left: 15px;
}
#menu.navbar-default .navbar-nav>li>a i.fa {
	color: #865bc2;
}

@media (min-width: 768px) {
.owl-moneymaker2.tilt3d .owl-wrapper .item-text > div {
    -webkit-transform: scale3d(0.66, 0.66, 1);
    transform: scale3d(0.66, 0.66, 1);
    font-size: 55px;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow: 0px 1px 3px #f0ad4e;
}
}

.owl-moneymaker2 .item-text > div {
    font-size: 34px;
}
.owl-moneymaker2.owl-moneymaker2-slideshow.owl-moneymaker2-slideshow-trans-hover .owl-item img {
    opacity: 0.9;
}

.alert-warning {
    color: #31302d;
    background-color: #faba00;
}
#content div > .alert-info {
    background: transparent;
    border: 2px solid #efefe8;
    border-radius: 24px;
}
#column-left > div > .alert-info {
    background: #a87be6;
}
#column-left div[class*="alert-"], #column-right div[class*="alert-"] {
    border-radius: 24px;
    color: #FFF;
}

.links-video {
    list-style: none;
}
.links-video p {
    font-size: 1.2em;
    letter-spacing: -0.5px;
    color: #ada6ad;
}
.links-video a {
    padding: 1em 0 0 1em;
    color: #000000;
}

.modal-content {
    border-radius: 24px;
}

footer {
    background-color: #201e23;
    border-top: 2px solid #000000;
}
footer .h5 {
    border-bottom: 1px solid #292626;
}