﻿@import "http://webfonts.ru/import/designosaur.css";

html {
    height: 100%;
    padding: 0;
    margin: 0;
	overflow-y:hidden;
}
body {
    height: 100%;
    padding: 0;
    margin: 0;overflow-y:hidden;
    /*display: none;*/
}
.clear:after {
    display: table;
    content: "";
    clear: both;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    vertical-align: bottom;
}
div {
    padding: 0;
    margin: 0;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
    ul > li {
        padding: 0;
        margin: 0;
        list-style: none;
    }
	
	
	


.app-font {
    color: rgba(255,255,255,1);
    font-family: 'Designosaur';
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5em;
}
.app-col-12 {
    width: 100%;
}
.app-col-6 {
    width: 50%;
    float: left;
}

/*===> Main CSS <===*/
.app-global-background {
    width: 100%;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*===> Backgrounds <===*/

.app-index {
    background: url(../AppImages/Index/Background.jpg);
}
.app-ourservices {
    background: url(../AppImages/OurServices/Background.jpg);
}
.app-contacts {
    background: url(../AppImages/Contacts/Background.jpg);
}
.app-price {
    background: url(../AppImages/Price/Background.jpg);
}
.app-usefulinformation {
    background: url(../AppImages/UsefulInformation/Background.jpg);
}
.app-reviews {
    background: url(../AppImages/Reviews/Background.jpg);
}

/*=====================*/

.app-wrapper {
    width: 960px;
    margin: 0 auto;
}
.app-navigation {
    padding: 20px 70px 20px 70px;
    margin: 0;
    width: 100%;
}
    .app-navigation > .app-list {
        padding: 0;
        margin: 0;
        width: 100%;
    }
        .app-navigation > .app-list li {
            padding: 0;
            margin: 0;
            float: left;
			
			text-transform:uppercase;
			position:relative;
        }
		.app-navigation > .app-list li ul
		{
		display:none;
		position:absolute;
		top:30px;left:0px;
		width:700px;
		background:#D2C291;
		z-index:99999!important;
		opacity:0.9;
		}
		.app-navigation > .app-list li:hover ul
		{
		display:block;
		}
		
            .app-navigation > .app-list li a {
                padding: 0;
                margin: 0;
                font-size: 14px;
                color: #ffffff;
                text-decoration: none;
                display: block;
                padding-left: 10px;
                padding-right: 10px;
                margin-left: 10px;
                margin-right: 10px;
            }
			
			.app-navigation > .app-list li:hover ul li{
		width:49%;
		
		}
		  .app-navigation > .app-list li:hover ul li a {
		   padding-left: 0px;
                padding-right: 0px;
                margin-left: 5px;
                margin-right: 5px;display:block;
		  }
            .app-navigation > .app-list  li  a:hover {
                border-bottom: 2px solid #ffffff;
            }
			
			.app-navigation > .app-list  li ul li a:hover {
                border-bottom: 2px solid #ffffff;
				padding-bottom:0px;
            }
			.app-navigation > .app-list  li ul li a {
                
				padding-bottom:2px;
            }
            .app-navigation > .app-list  li  .active {
                border-bottom: 2px solid #ffffff;
            }

.app-content {
    width: 100%;
    padding: 0 20px 0 20px;
    margin: 0;
    margin-top: 20px;
}
    .app-content > .app-description {
        padding: 50px 20px 144px 20px;
        margin: 0;
        border-right: 2px solid #ffffff;
        text-align: right;
    }
        .app-content > .app-description > .app-img {
            height: 400px;
        }
        .app-content > .app-description > .ourservices {
            padding-top: 80px;
            padding-right: 30px;
        }
        .app-content > .app-description > .useful-info {
            padding-top: 120px;
            padding-right: 30px;
        }
    .app-content > .app-services {
        padding: 0px 20px 40px 20px!important;
		
        margin: 0;
        border-left: 2px solid #ffffff;
    }
    .app-content > .app-notop-padding {
        padding-top: 0;
        padding-bottom: 24px;
    }
        .app-content > .app-services > .app-text {
            height: 460px;
        }
        .app-content > .app-services > .app-align-center {
            text-align: center;
            padding-top: 90px;
        }
        .app-content .app-scroll {
            overflow-y: auto;
        }
        .app-content .app-no-scroll {
            overflow: auto;
        }
            .app-content > .app-services > .app-text > p {
                padding: 0;
                margin: 0;
                margin-right: 3px;
            }
            .app-content > .app-services > .app-text > h4,
            .app-content > .app-services > .app-text > h5 {
                padding: 0;
                margin: 0;
                margin-bottom: 5px;
                margin-top: 5px;
                font-weight: 400;
            }
            .app-content > .app-services > .app-text > .app-contact-mail {   
                font-size: 24px;
                cursor: pointer;
            }
            .app-content > .app-services > .app-text > .app-contact-adress {   
                font-size: 18px;
                cursor: pointer;
            }
            .app-content > .app-services > .app-text > .app-btn {   
                cursor: pointer;
                background: none;
                border: 3px solid #ffffff;
                text-transform: uppercase;
                color: #ffffff;
                font-weight: 600;
                padding: 2px 10px 2px 10px;
                font-size: 16px;
                outline: none;
            }

            .app-content > .app-services .app-float {
                float: left;
                margin-left: 20px;
            }
                .app-content > .app-services > .app-text > .app-price-item {
                    text-align: center;
                    cursor: pointer;
                    margin-top: 5px;
                    display: block;
                    text-decoration: none;
                    color: #ffffff;
                }
                    .app-content > .app-services > .app-text > .app-price-item > span {
                        display: block;
                        font-size: 12px;
                        text-align: center;
                        width: 122px;
                        line-height: 1em;
                        margin-bottom: 5px;
                    }
                    .app-content > .app-services > .app-text > .app-price-item > .app-image {
                        border: 2px solid #ffffff;
                        width: 122px;
                        height: 122px;
                        text-align: center;
                        padding-top: 15px;
                    }

            .app-price-form {
                text-align: center;
                font-size: 18px;
                line-height: 1.3em;
            }
            .app-price-form > hr {
                width: 160px;
                height: 4px;
                background: #ffffff;
                border: none;
                margin-top: 2px;
                margin-bottom: 20px;
            }

            .app-content > .app-services > .app-text > .app-list {
            }
                .app-content > .app-services > .app-text > .app-list > li {
                    list-style-image: url(../AppImages/too.png);
                    margin-left: 40px;
                    margin-top: -7px;
                }
                .app-content > .app-services > .app-text > .app-list > li > a {
                    color: #ffffff;
                    font-size: 18px;
                    text-decoration: none;
                }
    .app-content > h1 {
        padding: 0;
        margin: 0;
        margin-bottom: 30px;
        font-size: 24px;
        text-align: center;
        font-weight: 400; 
		line-height:2!important;
    }
	h1{margin-top:0px!important;}
	.app-services .app-text h1
	{
	line-height:1!important;
	}
    .app-content > .app-container {
        padding-left: 96px;
        padding-right: 96px;
        position: relative;
    }
        .app-content > .app-container > .app-close {
            display: block;
            position: absolute;
            top: -40px;
            right: 60px;
            text-decoration: none;
        }
        .app-content > .app-container > .app-text {
            height: 500px;
            font-size: 18px;
            line-height: 1.5em;
        }

/*===> Modal Wondow Styles <===*/
.app-modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(000, 000, 000, 0.6);
    z-index: 900;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
}
.app-modal-window {
     width: 605px;
     margin: 0 auto;
     margin-top: 10%;
     margin-bottom: 50px;
     position: relative;
     background: rgba(000, 000, 000, 0.7);
     padding: 60px 120px 40px 120px;
     display: none;
 }
     .app-padding-10 {
         padding: 35px 5px 35px 10px !important;
     }
     .app-padding-0 {
         padding: 0 !important;
     }
    .app-modal-window > .app-close-modal {
         position: absolute;
         top: 5px;
         right: 5px;
         cursor: pointer;
     }
     .app-modal-window form .app-form-item {
         margin-bottom: 10px;
     }
    .app-modal-window form label {
         display: block;
         color: #ffffff;
         font-size: 18px;
         line-height: 1em;
     }
     .app-modal-window form input[type=text] {
         display: block;
         background: none;
         border: 3px solid #ffffff;
         width: 100%;
         padding: 5px;
         outline: none;
         color: #ffffff;
     }
     .app-modal-window form input[type=submit] {
         background: none;
         border: 3px solid #ffffff;
         padding: 5px;
         padding-left: 30px;
         padding-right: 30px;
         outline: none;
         color: #ffffff;
         cursor: pointer;
     }
    .app-modal-window form textarea {
         display: block;
         background: none;
         border: 3px solid #ffffff;
         width: 100%;
         height: 80px;
         padding: 5px;
         outline: none;
         color: #ffffff;
         resize: none;
     }

    .app-modal-window .app-price-form {
        text-align: center;
        font-size: 18px;
        line-height: 1.3em;
        display: none;
    }
        .app-modal-window .app-price-form > hr {
            width: 160px;
            height: 4px;
            background: #ffffff;
            border: none;
            margin-top: 2px;
            margin-bottom: 20px;
        }

    .app-modal-window .app-target {
        line-height: 1.2em;
        font-size: 19px;
        display: none;
    }
        .app-modal-window .app-target > img {
            width: 100%;
        }

/*===> Slider Css <===*/
.app-slider-body {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto !important;
}
    .app-slider-body .app-slider-float {
        float: left;
    }
    .app-slider-body > .app-slider-arrow {
        width: 15%;
        text-align: center;
    }
        .app-slider-body > .app-slider-arrow > .app-arrow {
            border: 2px solid #ffffff;
            padding: 5px 12px 5px 12px;
            cursor: pointer;
            margin-left: 15px;
            margin-top: 230px;
        }
    .app-slider-body > .app-slider-content {
        width: 70%;
        position: relative;
        height: 478px;
		height: 558px;
    }
        .app-slider-body > .app-slider-content > .app-page {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            opacity: 0;
            z-index: 99;
        }
        .app-slider-body > .app-slider-content > .isActive {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            opacity: 1;
            z-index: 100;
        }
            .app-slider-body > .app-slider-content > .app-page > .app-item {
                width: 100%;
            }
                .app-slider-body > .app-slider-content > .app-page > .app-item > .app-popup {
                    width: 50%;
                    float: left;
                    cursor: pointer;
                }
                .app-slider-body > .app-slider-content > .app-page > .app-item > .app-popup-offset {
                    margin-left: 50%;
                }
                .app-slider-body > .app-slider-content > .app-page > .app-item > .app-popup-left {
                    padding-left: 10px;
                }
                .app-slider-body > .app-slider-content > .app-page > .app-item > .app-popup-right {
                    padding-right: 10px;
                }
                    .app-slider-body > .app-slider-content > .app-page > .app-item > .app-popup > span,
                     .app-slider-body > .app-slider-content > .app-page > .app-item > .app-popup > a {
                        display: block;
                        border: 2px solid #ffffff;
                        height: 140px;
                        text-align: center;
                        font-size: 24px;
                        padding: 20px 7px 0 7px;
                        text-decoration: none;
                        color: #ffffff;
                    }
                    .app-slider-body > .app-slider-content > .app-page > .app-item > .app-popup > img {
                        width: 100%;
                    }
                    .app-slider-body > .app-slider-content > .app-page > .app-item > .app-popup > .uppercase {
                        text-transform: uppercase;
                    }
    .app-slider-body > .app-slider-footer {
        float: left;
        width: 100%;
        text-align: center;
    }
        .app-slider-body > .app-slider-footer > .app-slider-nav {
            margin-left: 5px;
            margin-right: 5px;
            cursor: pointer;
        }
            .app-slider-body > .app-slider-footer > .app-slider-nav:hover {
                text-decoration: underline;
            }
        .app-slider-body > .app-slider-footer > .nav-active {
            text-decoration: underline;
        }
		
		.forma .success
		{
		color:#fff;
		display:block;
		width:100%;
		padding:25px 0px;
		text-align:center;
		text-transform:uppercase;
		font-size:16px;
		}
		
		
		

.preload{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:99999999;
	background:#3295c9 url(../AppImages/logo.png) no-repeat center center;
	background-size: 427px auto;
}


.preload .proghres-bar{
	position:absolute;
	width:100%;
	height:10px;
	background:white;
	bottom:30px;
	left:0;
	
	
	-webkit-transition: all 3s linear;
	-moz-transition: all 3s linear;
	-ms-transition: all 3s linear;
	-o-transition: all 3s linear;
	transition: all 3s linear;
}


.lightbox{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.75);
	z-index:9999999;
	display:none;
}

.lightbox .lightbox-inner{
	position:absolute;
	width:80%;
	height:80%;
	top:10%;
	left:10%;
	border:5px solid white;
	background:white;
}

.lightbox .lightbox-inner img{width:100%;}
.lightbox .lightbox-inner .scroll-pane{width:100%; height:100%;}
.lightbox .lightbox-inner .close{}
