/**
* Backyard
* Landing Page Template
**/

html, body {
	width: 100%;
	overflow-x: hidden;
}
body {
	height:100%;
	font-weight: 300;
	padding:0;
	margin:0;
	font-size:16px;
	line-height: 28px;
	color: #777; 
	background: #fff;
	overflow-x:hidden;
	position: relative;
}
h1 { font-size: 3em; line-height:1.2em; margin:0 0 .3em; }
h2 { font-size: 1.8em; line-height:1.4em; margin:0 0 .3em;  }
h4 { font-size: 1.25em; line-height:1.4em;}
h5 { font-size: 1.1em; line-height:1.4em; }	 
p { 
	padding: 0 0 1em;
	margin:0;
}
a, button  {
	color: #2641d8;
	outline: 0;
	font-weight: bold;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
} 
a:hover, button:hover {
	text-decoration: none;
	color: #1f2222;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
img{
	max-width: 100%;
}
.modal-header{
	height: 50px;
}
.modal-header .close{
	top: -24px;
    position: relative;
}
#contactForm{
	padding-bottom: 20px;
}
.desc img{
	max-height: 400px;
}
.highlight {
	color: #2641d8;
}
.highlightd {
	color: #2641d8;
    font-weight: bold;
}
.highlightd2 {
	color: #2641d8;
    font-weight: bold;
    font-size: 22px
}
.radioform ul {
	list-style: none;
    vertical-align: baseline;
}
.radioform ul li {
	display: inline;
    margin-right: 10px;    
    font-weight: bold;
    font-size: 22px;
}
#outSum { 
    margin-left: 40px;
    color: #2641d8;
    font-weight: bold;
    font-size: 30px;
}
#preloader { 
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 999; 
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	background: #fff url(../images/loading.gif) no-repeat center center;
}
.fullscreen {
    width:100%;
    min-height:100%;
	background-repeat:no-repeat;
    background-position:50% 50%;
    background-position:50% 50%\9 !important;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.overlay2 {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
#menu {
	z-index: 99;
  	position: fixed;
    width: 100%;
}
@media(max-width: 768px) {
	#navbar{
		display: none;
	}
}
.navbar-default {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 0.5px 2px #cecece;
}
.navbar-default .navbar-brand {
    padding: 7px;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
	font-weight: 500;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #2641d8;
}
.btn-default {
	font-size: 17px;
	margin: 30px 0 10px;
	margin-right: 10px;
	line-height: 20px;
	padding: 15px 35px;
	height: 50px;
	border: 2px solid #2641d8;
	background: transparent;
	transition: all 0.4s;
	color: #2641d8;
	border-radius: 100px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	border: 2px solid #2641d8;
	background: #2641d8;
	color: white;
}
.btn-secondary {
	font-size: 20px;
	font-weight: 300;
	line-height: 20px;
	padding: 20px 50px;
	height: 65px;
	border: none;
	background: #2641d8;
	transition: all 0.4s;
	color: white;
	border-radius: 4px;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
	background: #6d277b;
	color: white
}

.site-name img {
	width: 37px; 
	height: 37px;
	margin-right: 100px;
}
#intro {
	padding: 100px 0 70px;
}
#intro h2 {
	font-size: 40px;
	font-weight: 300;
	margin: 15px 0 15px 0;
}
.intro-pic {
	margin-top: 20px;
}
.btn-section {
	padding-top: 5px;
}
#feature {
	padding-top: 100px;
    padding-bottom: 30px;
	background: #f6f6f6;
}
#feature h2 {
	margin: 15px 0 15px 0;
	font-size: 40px;
	font-weight: 300;
}
.feat-list2 {
	margin-top: 40px;
}
.feat-list2 i {
	font-size: 48px;
	float: left;
	width: 20%;
	color: #2641d8;
	height: 100%;
	position: relative;
	opacity: 0.6;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.feat-list2:hover i {
	color: #2641d8;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
#feature .inner {
	float: left;
	display: inline-block;
	width: 80%;
}
#dostavka, #opisanie, #preminenie{
	padding: 30px 0 30px;
}
#oplata, #svoistva {
	padding: 30px 0 30px;
}
#dostavka h2, #opisanie h2, #oplata h2, #preminenie h2, #svoistva h2{
	font-size: 40px;
	font-weight: 300;
	margin: 15px 0 15px 0;
}
.feature-2-pic {
	margin-top: 20px;
}
.btn-phone {
	font-size: 20px;
}
.action {
	color: #fff;
}
.action h2 {
	margin-top: 100px;
	font-size: 40px;
	font-weight: 300;
}
.download-cta {
	padding: 50px 0 160px;
}
#contact {
	width: 100%;
	min-height: 100%;
}
#contact  h2{
	color: white;
}
.ul-address a {
	font-weight: normal;
}
.ul-address a:hover {
	color: white;
}
.ul-address li {
	padding-right: 20px; 
	margin-bottom: 8px; 
	list-style: none;
	color: white;
}
.ul-address i {
	margin-left: 15px;
	position: absolute; 
	left: 0;
	color: #2641d8; 
	font-size: 25px;
	line-height: 30px;
}
.contact-row {
	margin: 100px 0 100px;
}
#contact-form {
	margin: 0 auto;
}
#contact-form input {
	position: relative;
	padding: 5px 25px;
	width: 100%;
}
#contact-form textarea {
	position: relative;
	padding: 10px 25px;
	width: 100%;
	height: 120px !important;
}
#contact-form .form-control {
	border-radius: 0;
	border: solid 1px #dadada;
	background-color: #fff;
	color: #333;
	font-size: 1.2em;
	height: 55px;
}
#contact-form .btn {
	height: 55px;
	width: 100%;
	background-color: #2641d8;
	color: #ffffff;
	font-size: 17px !important;
	line-height: 18px;
	padding: 0 33px;
	border: none;
	border-radius: 0;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
#contact-form .btn:hover {
	background-color: #6d277b;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
#footer {
	background: #fff;
	padding: 50px 0 50px;
}
.social ul {
	padding: 0;
	list-style: none;
}
.social li {
	display: inline-block;
	padding-right: .3em;
	padding-bottom: .3em;
}
.social li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #2641d8;
	border-radius: 50%;
	background: #fff;
	border: solid 1px #2641d8;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.social li a:hover {
	color: #fff;
	background: #2641d8;
}
.scrollToTop{
	width: 40px; 
	height: 40px;
	padding: 5px;
	font-size: 30px;
	text-align: center; 
	background: rgba(0, 0, 0, 0.2);
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	display: none;
}
.scrollToTop:hover{
	color: #2641d8;
}
.control-group .controls {
	overflow-x: hidden;
}
/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
	#intro {
		padding: 30px 0 50px;
	}
	#intro h2 {
		text-align: center;
	}
	#intro p {
		text-align: center;
	}
	.btn-section {
		text-align: center;
	}
	#feature {
		padding-top: 75px;
	}
	.feature-2-pic {
		margin-top: 40px;
	}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
	.intro-pic {
		margin-top: 100px;
	}
	.feature-2-pic {
		margin-top: 50px;
	}
}

/* smart-phone ----------- */
@media (max-width: 767px) {
	#intro {
		padding: 70px 0 70px;
	}
	#intro h2 {
		font-weight: 150;
		text-align: center;
	}
	#intro p {
		text-align: center;
	}
	.btn-section {
		text-align: center;
	}
	#feature {
		padding-top: 50px;
	}
	.feature-2-pic {
		margin-top: 50px;
	}	
	.contact-left {
		margin-bottom: 50px;
	}
}	
/* iPhone 6Plus (landscape) ----------- */

/* iPhone 6 (landscape) ----------- */
@media (max-width: 667px) {
	.action h2 {
		margin-top: 70px;
	}
	.download-cta {
		padding: 50px 0 100px;
	}
}

/* iPhone 5 (landscape) ----------- */
@media (max-width: 568px){
	#intro {
		padding-top: 50px;
	}
	#feature {
		padding-top: 50px;
	}
	.action h2 {
		margin: 50px 0 20px;
	}	
}

/* iPhone 4 (landscape) ----------- */
@media (max-width: 480px) {
	.action h2 {
		font-size: 30px;
	}
}

/* smart phone width: 360px ----------- */
@media (max-width: 360px) {
	#intro h2, #feature h2 {
		font-size: 30px;
	}
	#feature .inner {
		padding-left: 15px;
	}
}

/* iPhone 4/5 (portrait) ----------- */
@media (max-width: 320px) {
	.btn-default {
		font-size: 16px;
		margin: 30px 0 10px;
		padding: 15px 30px;
		height: 35px;
		border-radius: 80px;
	}
	.action h2 {
		margin: 70px 0 20px;
	}
}