@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700|Roboto+Condensed:700,400&subset=cyrillic-ext,latin);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic-ext);

.sans {
    font-family: 'PT Sans', sans-serif;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.roboto-cond {
    font-family: 'Roboto Condensed', sans-serif;
}

.width {
    min-width: 1000px;
    max-width: 100%;
}

.mheight {
    min-height: 350px;
}

.dnone {
    display: none;
}

.clearfix {
    clear: both;
}

.transition, .transition a,.transition span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pluso-more {
    display: none !important;
}

.goog-te-gadget-icon {
	display: none;
}

::selection {
    background: #C41230;
    color: #fff;
}
::-moz-selection {
    background: #C41230;
    color: #fff;
}