@charset "UTF-8";

.a-b {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 0;
    margin-bottom: 30px;
}

.a-b:before {
    position: absolute;
    content: "";
    background: #ebebeb;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: -50%;
    top: -30%;
    width: 200%;
    height: 60%;
    transition: all ease 0.2s;
}

.a-b:hover:before {
    background: #377E9F;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: -24%;
}

.a-b-c {
    position: relative;
    padding: 25px;
}

.a-b-c-h {
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 3rem;
    min-height: 6rem;
}

.a-b-c-h:after {
    margin: 10px 0;
    display: block;
    width: 44px;
    height: 1px;
    background: #4c9fc7;
    content: "";
}

.a-i-a {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}

.a-i-a:before {
    position: absolute;
    content: "";
    background: #ccc;
    transform: rotate(0deg);
    right: -50%;
    top: -30%;
    width: 200%;
    height: 60%;
    transition: all ease 0.2s;
}

.a-i-a:hover:before {
    background: #377E9F;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: -24%;
}

.a-i-a > * {
    position: relative;
}

.a-i-a-l {
    position: relative;
    z-index: 1;
    color: #000;
}

.a-i-a-l img {
    display: inline-block;
}

.a-i-a-l .btn {
    width: 160px;
}

.price {
    font-size: 3.3rem;
    line-height: 1;
    color: #377E9F;
    font-family: "Montserrat",sans-serif;
    font-weight: bold;
    min-height: 4rem;
    margin-bottom: 42px;
    display: none;
}

.p-25 {
    padding: 25px;
}

.t-c {
	text-align: center;
}

.t-r {
	text-align: right;
}

.m-b-15 {
	margin-bottom: 15px;
}

.m-b-30 {
	margin-bottom: 30px;
}

.d-b {
	display: block;
}

.h2 {
	display: block;
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 3rem;
    min-height: 6rem;
}

.u:after {
    margin: 10px 0;
    display: block;
    width: 44px;
    height: 1px;
    background: #377E9F;
    content: "";
}

.h3 {
	display: block;
    font-size: 1.2rem;
    font-weight: normal;
}

.format {
    display: none;
    font-size: 2.8rem;
    color: #377E9F;
    line-height: 1;
    margin-left: 20px;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 40px);
}

.ws-a #aside-slider-border{
    background: transparent;
    box-shadow: none;
    max-height: 500px;
    max-width: 300px;
}

.ws-a .slide .blog{
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px !important;
}

.ws-a .trendingWordsList{	
    margin-left: 1% !important;
    margin-right: 1% !important;
}