@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,latin-ext);

/*-----------------------------------------------------------------------------------*/
/*	1.	Global properties (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/
body{
    color:#787878;
    font-size: 12px;
    font-family: 'Oswald', sans-serif;
    background: #FFFFFF;
	margin:0;
	padding:0;
}
header,
nav,
section,
article{display: block;}

.last{
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.clear{clear: both;}

.alignleft{float: left !important;}
.alignright{float: right !important;}
.aligncenter {text-align: center !important;}
.span6.no-margin-left {margin-left: 0!important;}

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6{
    color: #676767;
    font-family: 'Oswald', sans-serif;
}

h1{
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 22px;
}
h2{
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 20px;
}
h3{
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 18px;
    font-weight:400;
}
h4{
    font-size: 16px;
    margin-bottom: 16px;
}
h5{
    font-size: 14px;
    margin-bottom: 14px;
}
h6{
    font-size: 12px;
    margin-bottom:12px;
}

p{
    margin-bottom: 15px;
    line-height: 20px;
}
* p:last-child{margin-bottom: 0 !important;}

/* Link Styles */
a{
    color: #fff;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #000;}

.title a{
    color: #accbbc;
    font-weight: 600;
    font-size: 12px;
}
h4.title a{
    font-size:16px;
    font-weight:400;
    letter-spacing: 0.05em;
}
.title a:hover{color: #accbbc;}

/*-----------------------------------------------------------------------------------*/
/*	2.	Header, Navigation & Menus
/*-----------------------------------------------------------------------------------*/
.kontakt{
	background: url('../images/bg1.png') repeat;
	position:relative;
	padding-bottom:20px;
	border-top: 1px solid #e5e5e5;
	z-index:2;
	-webkit-box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 3px 3px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 3px 3px rgba(50, 50, 50, 0.2);
}
.kontakt-title{
	text-align:center;
	padding: 50px 0 30px 0;
	font-family: "Oswald", sans-serif;
	text-transform:uppercase;
	letter-spacing: 0.005em;
	font-weight:700;
	line-height:1.5em;
	font-size:48px;
	color: #1b3848;
}
.danekontakt h3{
	font-family:"Open Sans", sans-serif;
	font-weight:700;
	font-size:30px;
	color: #1b3848;
	line-height:1.5em;
	margin:0 0 10px 0;
}
.danekontakt h3 span{
	font-weight:400;
}
.danekontakt p{
	font-family:"Open Sans", sans-serif;
	font-weight:400;
	font-size:18px;
	color: #1b3848;
	line-height:1.5em;
}
.danekontakt p span{
	font-weight:300;
}
.danekontakt h4{
	font-family:"Open Sans", sans-serif;
	font-weight:700;
	font-size:28px;
	color: #1b3848;
	line-height:1.5em;
}
.danekontakt h4 span{
	font-weight:400;
}
.danekontakt a{
	font-family:"Open Sans", sans-serif;
	font-weight:400;
	font-size:18px;
	color: #1b3848;
	text-decoration:none;
}
.danekontakt a:hover{
	color: #1b3848;
	text-decoration:none;
}
#mapka{
	width:100%;
	height:400px;
}
#mapka img{
	max-width:none;
}
#kontakt .divider-hor{
	margin:50px auto;
}
textarea, 
input[type="text"],
input[type="email"]{
	width:100%;
	height:auto;
	padding:5px 7px;
	border-radius:0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
input[type="submit"]{
	background: #ffc000;
	font-size:18px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.005em;
	color:#fff;
	border:0;
	border-radius:0;
	padding:5px 10px;
	text-transform:uppercase;
}
input[type="submit"]:hover{
	background: #230a30;
}

/* Main Menu */
.logo{
	margin: 10px 30px;
	
}
.logo img{
width:100%;
max-width:240px;
}
#mainmenu {
    background: rgba(255,255,255,0.9);
	position:fixed;
    display: inline-block;
    width: 100%;
	z-index:1000;
	height:55px;
}
.res-menu{display: none;}
.res-menu{
    width: auto;
    margin-top: 8px;
	float:right;
}
.menu-tel{
	float:right;
	margin-top:16px;
	margin-right:30px;
	width:40px;
	cursor:pointer;
	display:none;
	z-index:2;
	position:relative;
}

#menu ul {margin: 0 0 -5px 9px;}
#menu > ul{
    display: block;
    margin-left:0;
}
#menu > ul > li{
    list-style: none;
    float: left;
    position: relative;
    padding: 25px 10px;
	color:#000;
}
#menu > ul > li:last-child{
	margin-right:20px;
}
#menu > ul > li:hover{
	background: #230a30;
	color:#fff;
}
#menu > ul > li:hover a{
	color:#fff;
}
#menu > ul > li:hover ul li a{
	color:#90858b;
}
#menu > ul > li:hover ul li a:hover{
	color:#fff;
}
#menu > ul > li > a{
    font-size: 12px;
    font-weight: 400;
    color: #676767;
    display: block;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
	letter-spacing: 0.005em;
}
#menu > ul a:hover{color: #fff;}
#menu .current {
	background: #ffc000;
}
#menu .current:hover a{
	color:#fff;
}
#menu .current a{
    color: #000;
}
#menu .current {
    color: #000;
}
#menu .current ul li a{
    color: #90858b;
}
#menu .current:hover ul li a{
    color: #90858b;
}
#menu .current:hover ul li a:hover{
    color: #fff;
}
#menu ul ul {
    background: none repeat scroll 0 0 #3f2333;
    padding: 10px 0;
    position: absolute;
    width: 150px;
}
#menu > ul > li > ul {
    margin-top: 18px;
    z-index: 99999;
}
#menu ul ul li {
    border-bottom: 1px solid #90858b;
    list-style: none outside none;
    margin: 5px 20px 5px 25px;
    position: relative;
}
#menu ul ul li.last{
    border-bottom: none !important
}
#menu ul ul li.menu-last{border-bottom: none;}
#menu ul ul a{
    display: block;
    padding: 5px 0;
    color: #90858b;
    font-family: 'Oswald', sans-serif;
	letter-spacing: 0.005em;
    font-size: 12px;

}
#menu > ul > li > ul>li>ul {
    border-top: 4px solid #7DA817;
    margin-left: -14px;
    margin-top: -12px;
    }
#menu ul ul a:hover{color: #fff;}
#menu li:hover {visibility: inherit;}
#menu li:hover ul,
#menu li.sfHover ul {
    left: -9px;
    top: 52px;
    z-index: 99;
}
#menu li li:hover ul,
#menu li li.sfHover ul {
    left: 166px;
    top: -2px;
}
#menu ul.menumobile{
	float:none;
	position:absolute;
	display:none;
	width:100%;
	top:55px;
	background: rgba(255,255,255,0.9);
}
#menu ul.menumobile li{
	float:none;
	padding:10px;
	text-align:center;
}
#menu ul.menumobile li:last-child{
	margin:0;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Main Content Styles
/*-----------------------------------------------------------------------------------*/
.container{position: relative;}
#container{
    position: relative;
    background-color: #fff;
}
#container .container{padding: 30px;}

#container .container > .row{margin-bottom: 10px;}
#container .row.last{margin-bottom: 30px;}
.row.da-thumbs{margin-bottom: 0 !important;}
#container .container.uslugi{
	padding:10px 0 10px 0;
}
 /*Paralax Slider*/
.da-slider{
    width: 100%;
    min-width: 520px;
    height: 700px;
    position: relative;
    margin: 0px auto;
    overflow: hidden;
    -webkit-transition: background-position 1s ease-out 0.3s;
    -moz-transition: background-position 1s ease-out 0.3s;
    -o-transition: background-position 1s ease-out 0.3s;
    -ms-transition: background-position 1s ease-out 0.3s;
    transition: background-position 1s ease-out 0.3s;
}
.da-slide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    font-family: 'Oswald', sans-serif;
	letter-spacing: 0.005em;
    text-align: left;
}
/*.da-slide-current{*/
    /*z-index: 1000;*/
/*}*/
.da-slider-fb .da-slide{
    left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
    left: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .backwhite,
.da-slide .da-img{
    position: absolute;
    opacity: 0;
    left: 110%;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p{
    left: 30px;
    opacity: 1;
}
.da-slider-fb .da-slide .da-img, .da-slider-fb .da-slide .backwhite{
    left: 0%;
    opacity: 1;
}
.da-slide h2 {
    color: #000;
    font-family: 'Oswald', sans-serif;
	letter-spacing: 0.005em;
    font-size: 40px;
    font-weight: 600;
    top: 340px;
    width: 45%;
    z-index: 20;
	line-height:1em;
	text-transform:uppercase;
}
.da-slide h2 span{
    font-size: 32px;
    font-weight: 400;
}
.da-slide p {
    color: #000;
    font-family: 'Oswald', sans-serif;
	letter-spacing: 0.005em;
    font-size: 18px;
    font-weight: 300;
    height: 80px;
    line-height: 1.5em;
    top: 60%;
    width: 35%;
	z-index:10;
}
.da-slide .backwhite{
	background: rgba(255,255,255,0.5);
	top: 300px;
    width: 50%;
	z-index:10;
	height:200px;
	border:0;
}
.da-slide .da-img{
    text-align: center;
    width: 100%;
    top: 0px;
    height: 700px;
    line-height: 320px;
    left: 110%; /*60%*/
}
.da-slide .da-link2 {
	width: 100px;
    background: none repeat scroll 0 0 #ffc000;
	color: #fff;
    text-align: center;
	line-height:24px;
    top: 165px;
	z-index:20;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.005em;
    font-size: 24px;
	padding: 5px 10px 5px 10px;
	position: relative;
	left:100%;
	margin-left:-100px;
	border:0;
	text-transform:uppercase;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.da-slide .da-link2:hover{
	background:#230a30;
}
.da-dots{
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0px;
    bottom: 20px;
    z-index: 100;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.da-dots span {
    background: none repeat scroll 0 0 #464646;
	border:1px solid #bdbdbd;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 3px;
    position: relative;
    width: 15px;
}
.da-dots span.da-dots-current{
	background: none repeat scroll 0 0 #f3b40a;
}
.da-slide-current h2,
.da-slide-current p{
    left: 30px;
    opacity: 1;
}
.da-slide-current .da-link{
    left: 45%;
    opacity: 1;
}
.da-slide-current .da-img, .da-slide-current .backwhite{
    left: 0%;
    opacity: 1;
}
/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2{
    -webkit-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -moz-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -o-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -ms-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright p{
    -webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -o-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -ms-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .da-link{
    -webkit-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -moz-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -o-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -ms-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromright .da-img, .da-slide-fromright .backwhite{
    -webkit-animation: fromRightAnim4 0.6s ease-in-out 0.6s both;
    -moz-animation: fromRightAnim4 0.6s ease-in-out 0.6s both;
    -o-animation: fromRightAnim4 0.6s ease-in-out 0.6s both;
    -ms-animation: fromRightAnim4 0.6s ease-in-out 0.6s both;
    animation: fromRightAnim4 0.6s ease-in-out 0.6s both;
}
@-webkit-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 30px; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 30px; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
	0%{ left: 100%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 30px; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 30px; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
	0%{ left: 100%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 30px; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 30px; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
	0%{ left: 100%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 30px; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 30px; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
	0%{ left: 100%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}

@keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 30px; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 30px; opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 100%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
/* Slide in from the left*/
.da-slide-fromleft h2{
    -webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft p{
    -webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .da-link{
    -webkit-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -moz-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -o-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -ms-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromleft .da-img, .da-slide-fromleft .backwhite{
    -webkit-animation: fromLeftAnim4 0.6s ease-in-out  both;
    -moz-animation: fromLeftAnim4 0.6s ease-in-out  both;
    -o-animation: fromLeftAnim4 0.6s ease-in-out  both;
    -ms-animation: fromLeftAnim4 0.6s ease-in-out  both;
    animation: fromLeftAnim4 0.6s ease-in-out  both;
}
@-webkit-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 30px; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 30px; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
	0%{ left: -100%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 30px; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 30px; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
	0%{ left: -100%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 30px; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 30px; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
	0%{ left: -100%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 30px; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 30px; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
	0%{ left: -100%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}

@keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 30px; opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 30px; opacity: 1; }
}
@keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: -100%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
/* Slide out to the right */
.da-slide-toright h2{
    -webkit-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -moz-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -o-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -ms-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    animation: toRightAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-toright p{
    -webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toright .da-link{
    -webkit-animation: toRightAnim3 0.4s ease-in-out both;
    -moz-animation: toRightAnim3 0.4s ease-in-out both;
    -o-animation: toRightAnim3 0.4s ease-in-out both;
    -ms-animation: toRightAnim3 0.4s ease-in-out both;
    animation: toRightAnim3 0.4s ease-in-out both;
}
.da-slide-toright .da-img, .da-slide-toright .backwhite{
    -webkit-animation: toRightAnim4 0.6s ease-in-out both;
    -moz-animation: toRightAnim4 0.6s ease-in-out both;
    -o-animation: toRightAnim4 0.6s ease-in-out both;
    -ms-animation: toRightAnim4 0.6s ease-in-out both;
    animation: toRightAnim4 0.6s ease-in-out both;
}
@-webkit-keyframes toRightAnim1{
	0%{ left: 30px;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 30px;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
	0%{ left: 0%;  opacity: 1; }
	/*30%{ left: 55%;  opacity: 1; }*/
	100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
	0%{ left: 30px;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
	0%{ left: 30px;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
	0%{ left: 0%;  opacity: 1; }
	/*30%{ left: 55%;  opacity: 1; }*/
	100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
	0%{ left: 30px;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
	0%{ left: 30px;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
	0%{ left: 0%;  opacity: 1; }
	/*30%{ left: 55%;  opacity: 1; }*/
	100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
	0%{ left: 30px;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 30px;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
	0%{ left: 0%;  opacity: 1; }
	/*30%{ left: 55%;  opacity: 1; }*/
	100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
	0%{ left: 30px;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 30px;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 0%;  opacity: 1; }
	/*30%{ left: 55%;  opacity: 1; }*/
	100%{ left: 100%; opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft h2{
    -webkit-animation: toLeftAnim1 0.6s ease-in-out both;
    -moz-animation: toLeftAnim1 0.6s ease-in-out both;
    -o-animation: toLeftAnim1 0.6s ease-in-out both;
    -ms-animation: toLeftAnim1 0.6s ease-in-out both;
    animation: toLeftAnim1 0.6s ease-in-out both;
}
.da-slide-toleft p{
    -webkit-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -moz-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -o-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -ms-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toleft .da-link{
    -webkit-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -moz-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -o-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -ms-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
}
.da-slide-toleft .da-img, .da-slide-toleft .backwhite{
    -webkit-animation: toLeftAnim4 0.6s ease-in-out 0.6s both;
    -moz-animation: toLeftAnim4 0.6s ease-in-out 0.6s both;
    -o-animation: toLeftAnim4 0.6s ease-in-out 0.6s both;
    -ms-animation: toLeftAnim4 0.6s ease-in-out 0.6s both;
    animation: toLeftAnim4 0.6s ease-in-out 0.6s both;
}
@-webkit-keyframes toLeftAnim1{
	0%{ left: 30px;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 30px;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: 0%;  opacity: 1; }
	/*70%{ left: 30%;  opacity: 0; }*/
	100%{ left: -100%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
	0%{ left: 30px;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 30px;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
	0%{ left: 0%;  opacity: 1; }
	/*70%{ left: 30%;  opacity: 0; }*/
	100%{ left: -100%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
	0%{ left: 30px;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 30px;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
	0%{ left: 0%;  opacity: 1; }
	/*70%{ left: 30%;  opacity: 0; }*/
	100%{ left: -100%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
	0%{ left: 30px;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 30px;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
	0%{ left: 0%;  opacity: 1; }
	/*70%{ left: 30%;  opacity: 0; }*/
	100%{ left: -100%; opacity: 0; }
}

@keyframes toLeftAnim1{
	0%{ left: 30px;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -100%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 30px;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: 0%;  opacity: 1; }
	/*70%{ left: 30%;  opacity: 0; }*/
	100%{ left: -100%; opacity: 0; }
}
/* Welcome Slogan */
#welcome{
    text-align: center;
    padding: 25px 150px;
margin:45px 0;
}
#welcome h1 {
    color: #2d3a48;
    font-family: 'Oswald', sans-serif;
	letter-spacing: 0.005em;
    font-size: 48px;
    font-weight: 600;
    line-height: 1em !important;
    margin-bottom: 10px !important;
}
#welcome h1 span{
    font-size: 32px;
    font-weight: 400;
}
#welcome p {
    color: #9fbcae;
    font-size: 12px;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 20px;
}
h3.title{
	color:#000;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.005em;
	font-weight:600;
	font-size:32px;
	line-height:1.0em;
}
h3.title span{
	color:#000;
	font-weight:400;
	font-size:24px;
}
.divider-blok{
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.services-icon{
	background: #261b2c;
}
.services-icon img{
	width:100%;
}
.services-icon img:hover{
	opacity:0.6;
}
.service-text{
	font-family: "Open Sans", sans-serif;
	font-weight:400;
	font-size:14px;
	color:#323232;
	height: 85px;
}
.service-link{
	width: 80px;
	margin-top:20px;
    background: none repeat scroll 0 0 #ffc000;
	color: #fff;
    text-align: center;
	line-height:18px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.005em;
    font-size: 18px;
	padding: 7px 7px;
	position: relative;
	border:0;
	float:right;
	text-transform:uppercase;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.service-link:hover{
		background:#230a30;
		color:#fff;
}

article.span3 h4{
    margin-top: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*	4.	Footer Styles
/*-----------------------------------------------------------------------------------*/
/* Footer Menu */
#footer-menu {
    width: 100%;
	background:#261b2c;
	font-family: "Open Sans", sans-serif;
	font-weight:300;
	font-size:14px;
	color:#fff;
}

#footer-menu .container{
    padding-top: 10px;
    padding-bottom: 0;
}
#footer-menu a {
    color: #fff;
    font-weight: 600;
	font-family: "Open Sans", sans-serif;
	font-size:16px;
	font-style: italic;
}
#footer-menu a:hover{

color: #fff;
}


/* Back to Top */
#toTop {
    background: url("../images/ui.totop.png") no-repeat scroll left top transparent;
    border: medium none;
    bottom: 6px;
    display: none;
    height: 40px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    text-indent: -999px;
    width: 40px;
	z-index:10000;
}
#toTopHover {
    background: url("../images/ui.totop.png") no-repeat scroll left -40px transparent;
    display: block;
    float: left;
    height: 40px;
    opacity: 0;
    overflow: hidden;
    width: 40px;
}
#toTop:active, #toTop:focus {
    outline: medium none;
}
.contactModal{
display: block;
font-family: "Oswald", sans-serif;
font-size: 16px;
line-height: 1.5em;
color: #000;
}
/*-----------------------------------------------------------------------------------*/
/*	12.	Responsive Fixes
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 1199px)  and (max-width: 1318px){
.da-slide h2{
	font-size:40px;
}
.da-slide h2 span{
	font-size:26px;
}

}
@media only screen and (min-width: 1024px)  and (max-width: 1199px){
.da-slide h2{
	font-size:40px;
}
.da-slide h2 span{
	font-size:26px;
}
}
@media only screen and (min-width: 769px)  and (max-width: 1023px){
.da-slide h2{
	font-size:36px;
}
.da-slide h2 span{
	font-size:24px;
}

    #welcome{padding: 0;}
}

@media (max-width: 768px){
    .container{
	padding: 0 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
    #menu ul.menu{display: none;}
	.menu-tel{display:block;}
    .res-menu{display: block; margin-right:30px;}
    .logo{text-align:center; ;}
    #welcome{padding: 0;}
	#welcome h1{
		font-size:36px;
	}
	#welcome h1 span{
		font-size:24px;
	}
    #footer-menu .span8 span, #footer-menu .span4 span{
        margin-bottom: 15px;
        text-align:center;
		float:none !important;
    }
	.da-slider{
        min-width:300px;
        height: 455px;
        margin:0;
            }
    .da-slide h2 {
        font-size: 30px;
        font-weight: 400;
        top:130px;
		width:70%
    }
	.da-slide h2 span{
		font-size:24px;
	}
    .da-slide p {
        font-size: 14px;
        line-height: 20px;
        top: 125px;
        width:65%
    }
	.da-slide .backwhite{
		top:100px;
		height:165px;
		width:80%;
	}
	.da-slide .da-link2{
		top:130px
	}
	.da-slide .da-img{
		height:455px;
	}
}

@media (max-width: 480px){
	#welcome h1{
		font-size:24px;
	}
	#welcome h1 span{
		font-size:18px;
	}
    #menu{
        float: none;
    }
    #header .logo img {
     float:none;
    }
	.res-menu{margin:8px auto 10px auto;}
   .da-slider{
        min-width:300px;
        height: 455px;
        margin:0;
            }
    .da-slide h2 {
        font-size: 24px;
        font-weight: 400;
        top:130px;
		width:70%
    }
	.da-slide h2 span{
		font-size:18px;
	}
    .da-slide p {
        font-size: 14px;
        line-height: 20px;
        top: 125px;
        width:65%
    }
	.da-slide .backwhite{
		top:100px;
		width:80%;
	}
	.da-slide .da-img{
		height:455px;
	}
	
	.mobilecontainer{
		padding-left:20px;
		padding-right:20px;
	}
	#welcome{
		padding-left:20px;
		padding-right:20px;
	}

}
@media (max-width: 385px){
	#menu ul.menumobile{
		top:90px;
	}
	.menu-tel{
		width: 100%;
		margin: 0px auto;
	text-align: center;
	}
	#mainmenu{
		height:90px
	}
}