@charset "UTF-8";
body {
	font-size: 14px;
	line-height: 1.5em;
	color: #929292;
	font-family: 'Raleway', sans-serif;
	background: url('../images/background.png');
}
p {
    margin: 0px;
}
h3 {
    font-size: 1.5em;
    font-weight: normal;
    font-family: "Times New Roman", Georgia, Times, serif;
    margin-bottom: 10px;
    margin-top: 10px;
    text-shadow: 3px 3px 3px #111111;
}
.menu-wrapper > .inner,
.services-wrapper > .inner,
.wrapper > .inner,
.footer-wrapper > .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 10px;
}
.services-wrapper > .inner {
    padding: 0;
}
a {
    color: white;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
a:hover,
a:active,
a:focus {
    color: #636161;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

/*ul*/

ul.designed {
	list-style: none;
    list-style-position: inside;
    padding: 0;
    margin: 20px 0px;
}
ul.designed li {
    margin-bottom: 15px;
    padding-left: 25px;
    vertical-align: top;
    display: block;
    color: white;
}
ul.designed li:before {
	content: "";
    background: #DBBA75;
    border-radius: 4px;
    width: 4px;
    height: 4px;
    margin: 6px;
    margin-left: -15px;
    position: absolute;
}

/*footer*/
.footer-wrapper {
    background: rgba(100,100,100,0.1);
    border-top: 5px solid rgba(200,200,200,0.1);
    padding: 10px 0px;
}
.footer-image {
    float: left;
    width: 9.4%;
}
.footer-slogan {
    float: left;
    padding: 4% 0px 0px 20px;
    font: 11px/1.2em "Times New Roman", Georgia, Times, serif;
    color: #7f7f7f;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-contact {
    float: right;
    padding-top: 30px;
}
.footer-contact p {
    padding: 4% 0px 0px 0px;
    font: 14px/1.2em "Times New Roman", Georgia, Times, serif;
    color: #7f7f7f;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: right;
}
/*logo*/
#logo {
    padding-top: 10px;
    background: url('../images/background-light.png') center top no-repeat;
    text-align: center;
    border-bottom: 5px solid rgba(200,200,200,0.1);
}
#logo img {
    width: 8%;
}
#logo > div.inner > .bannerlogodesc {
    text-transform: uppercase;
    color: #a3a3a3;
    font-size: 15px;
    line-height: 40px;
    font-family: "Times New Roman",Times,serif;
}

/*menu*/
.menu-wrapper {
    background: rgba(100,100,100,0.1);
    border-bottom: 5px solid rgba(200,200,200,0.1);
}
.nav {
    display: flex;
    justify-content: space-around;
    position: relative;
    padding: 0;
    margin: 0;
}
.nav li a {
    color: white;
    font-family: "Times New Roman",Times,serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 70px;
    padding: 0 40px;
    font-size: 15px;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
.nav li:hover a {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
.nav li {
    position: relative;
}
.nav li:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: '';
    width: 0;
    height: 70px;
    z-index: -1;
    background: rgba(255,255,255,0.1);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
.nav li:hover:before {
    width: 100%;
    left: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

/*featured-services*/

.services-wrapper {
    margin-bottom: 20px;
    background: rgba(0,0,0,0.2);
    padding-bottom: 17px;
}

.featured-services {
    margin: 0px;
    text-align: center;
}

.service {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    color: white;
}
.service h4 a {
    color: white;
    vertical-align: middle;
    font-size: 24px;
    line-height: 28px;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    text-shadow: 2px 2px 3px #111111;
    font-family: "Times New Roman", Georgia, Times, serif;
}
.service h4:hover a {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.service h4:hover:before {
    opacity: 0.4;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.service-description {
    padding: 10px;
    margin: 0px;
    font: normal 13px/18px "Times New Roman", Georgia, Times, serif;
}
.service h4 {
    margin: 0px;
    padding: 10px;
    cursor: pointer;
    line-height: 31px;
}
.service > .inner {
    border-bottom: 10px solid;
    min-height: 180px;
    border-color: rgba(0,0,0,0.2);
}
.service > .inner:before {
    content: '';
    display: block;
    width: auto;
    height: 40px;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
}
.service:hover .inner:before {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service:before {
    content: '';
    height: 15px;
    width: auto;
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.service.s1:hover:before {
    background: #3F4C54;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.service.s1 > .inner {
    background: #4f5f69;
}
.service.s1 > .inner:before {
    background: rgba(0, 0, 0, 0.2) url('../images/pictogram12.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 10px;
}

.service.s2:hover:before {
    background: #4E6C52;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.service.s2 > .inner {
    background: #628767;
}
.service.s2 > .inner:before {
    background: rgba(0, 0, 0, 0.2) url('../images/pictogram22.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 10px;
}
.service.s3:hover:before {
    background: #89875B;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.service.s3 > .inner {
    background: #aba972;
}
.service.s3 > .inner:before {
    background: rgba(0, 0, 0, 0.2) url('../images/pictogram32.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 10px;
}
.service.s4:hover:before {
    background: #8F4B43;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.service.s4 > .inner {
    background: #b25e54;
}
.service.s4 > .inner:before {
    background: rgba(0, 0, 0, 0.2) url('../images/pictogram42.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 10px;
}

/*ul-designed*/
.mainpage-left {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

/*hivjonminket*/
.mainpage-right {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
}
.mainpage-right p {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #636161;
    font-family: "Times New Roman", Georgia, Times, serif;
    font-size: 29px;
    line-height: 41px;
    text-align: center;
    text-shadow: 1px 1px 2px black;
}
.mainpage-right p.callus {
    margin: 0;
}
.mainpage-right p.phone {
    font-size: 17px;
    line-height: 19px;
}
.mainpage-right p.mail {
    font-size: 15px;
    line-height: 15px;
}
.mainpage-right p.mail a {
    text-transform: initial;
}
.followus img {
    max-width: 150px;
    margin-top: 11px;
}

@media screen and (max-width: 970px) {

    .mainpage-left {
        width: 100%;
    }
    .mainpage-right {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 524px) {
    .service {
        width: 50%;
    }
    .service > .inner {
        min-height: 143px;
    }
    .menu-wrapper > .inner {
        padding: 0;
    }
    .nav {
        display: block;
    }
    .nav li {
        text-align: center;
    }
    .nav li a {
        line-height: 40px;
    }
    .nav li:before {
        height: 40px;
    }

}