/*
Theme Name: Avendor
Author: Jana Beránková
*/

body {
	color: #32313b;
}
p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;    
}
@media (min-width: 992px) {
	.fullscreen {
		 height: 70vh; 
		 min-height: 500px;
	}
}
a {
	color: #5CB7F3;
}
a:hover {
	color: #337ab7;
}
.o-tooltip-inner {
	background-color: #424242;
}
.o-tooltip.tc .o-tooltip-arrow {
	border-bottom-color:#424242;
}
.nopadding {
   padding: 0 !important;
}
.nomargin-bottom {
   margin-bottom: 0 !important;

}
.dark {
	color: #6B6A6A;
}

/*========== Paddle ==========*/	
#paddleLoader .spinner>div>div{
	background: white !important;
}


/*========== Header Wrapper ==========*/	
.header-main {
    background: #363636;
    box-shadow: none;
}
.logo {
	line-height: 0px;
	padding: 10px 0;
}
@media (min-width: 992px) { 
	.navbar-nav > li > a {
	    line-height: 84px;
	    padding: 0px 16px 0px;
	}
	.header-main.shrink .navbar-nav > li > a {
		padding-top: 22px;
	}
}

.navbar-toggle {
    top: 20px;
    width: 50px;
    height: 50px;
    font-size: 24px;
}

.nav-left .gfx-nav {
    float: none;
    padding-left: 10%;
}
.navbar-default .navbar-nav > li > a {
    color: #afafaf;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0;
}
.navbar-default .navbar-nav > .active > a {
    color: #fff;
}
.navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}



@media (max-width: 991px) and (min-width: 768px) {
    .logo {
	    line-height: 50px !important;
	}
    .navbar-default .navbar-nav > li > a {
    	font-size: 15px;
    	padding-left: 15px;
	}
	.nav > li > a {
	    padding-left: 7px;
	    padding-right: 7px;
	    line-height: 60px;
	}
}
@media (max-width: 991px) {
    .logo {
	    line-height: 50px !important;
	}
	.nav-left .gfx-nav {
	    padding-left: 0px;
	}
	.nav > li > a {
	    padding: 10px 0px;
	}
}
@media (max-width: 767px) {
	.nav > li {
	    width: 100px;
	}
}

.navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #363636;
}

/*========== Footer Wrapper ==========*/
.footer-bottom {
    background: #363636;
    color: #afafaf;
    padding: 30px 0 10px 0;
}
.footer-bottom .menu-footer ul li {
    text-transform: none;
    font-size: 18px;
}
.footer-bottom .menu-footer ul li.active {
    color: #fff;
}

.copyright p {
	font-size: 14px;
}
/*========== Typography ========== */

h2 {font-size: 34px;}
h3 {font-size: 24px;}

.fancy-title {
    text-transform: none;
}

/*========== Parallax ==========*/
.parallax-landing_1 {
    background-image: url(../img/bg_1.jpg);
}
.parallax-landing_2 {
    background-image: url(../img/bg_2.jpg);
}
.parallax-landing_3 {
    background-image: url(../img/bg_3.jpg);
}
.parallax-landing_4 {
    background-image: url(../img/bg_4.jpg);
}


/*========== Background Overlay ==========*/
.bg-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.bg-overlay.bg-overlay-gdark {
	background: #000;
	opacity: 0.05;
	transition: none;
}

.overlay-wrapper:hover .img-zoom, .overlay-wrapper:focus .img-zoom { 
    -ms-transform: scale(1.15); /* IE 9 */
    -webkit-transform: scale(1.15); /* Safari */
    transform: scale(1.15); /* Standard syntax */
}

.overlay-bg{ 
	-webkit-transition: all 0.7s linear;
	-moz-transition: all 0.7s linear;
	-ms-transition: all 0.7s linear;
	-o-transition: all 0.7s linear;
	transition: all 0.7s linear; 
}


/*========== Dividers ==========*/
hr.hr-bold { border-top: 4px solid #dedede; }
/*========== Buttons  ==========*/
.btn {
    font-size: 16px;
}
.btn-sm {
    padding: 9px 20px;
    font-size: 14px;
}
.btn-primary {
    background-color: #009FE3;
}
.btn-primary:hover {
    background-color: #4382AB;
}
.btn-success {
    background-color: #00B100;
}
.btn-success:hover {
    background-color: #027D02;
}
.btn-inverse {
	background: #909090;
	color: #fff;
}
.btn-inverse:hover {
	background: #797979;
	color: #fff;
}
.btn:hover, .btn:focus {
    color: #fff;
}

/*========== Colors ==========*/

.color-light-grey {color:#dedede !important;}
.color-middle-grey {color:#afafaf !important;}


/*========== Back To Top ==========*/
.scrollup {
    border: 2px solid #8E8E8E;
    color: #8E8E8E;
}
.scrollup:hover {
    border: 2px solid #5CB7F3;
    color: #5CB7F3;
}

/*========== Popup overlay ==========*/
#slide_background {
  transition: all 0.3s 0.3s;
}
#slide,
#slide_wrapper {
  transition: all 0.3s ease-out;
}
#slide {
  transform: translateX(40%) translateY(0);
}
.popup_visible #slide {
  transform: translateX(0) translateY(0);
}
button.slide_open {
	position: fixed;
    z-index: 9999;
    top: 610px;
    right: -6px;
}
span.slide_close {
	color: #337ab7;
	font-size: 20px;
	cursor: pointer;
}
span.slide_close:hover {
	color: #305B77;
}
.faq {
	width: 50%;
	max-width: 1140px;
}
.panel-title {
    line-height: 1.4;
}
.panel-heading {
    padding: 20px 5px 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: #337ab7;
    font-size: 12px;
}
.panel-heading a:hover:after {
    color: #305B77;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}
.panel-body {
    padding: 10px 0;
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) { 
	button.slide_open {
	    top: 200px;
	}
	.faq {
	    width: 80%;
	}
}

/*========== Gallery ==========*/
.mfp-content,
.mfp-figure:after,
.mfp-bottom-bar {
    background: none !important;

}
.mfp-content {
        padding: 0px!important;

}

/*========== Contact us ==========*/
.form-control {
    height: 30px;
    border: 1px solid #C1C1C1;
    color: #32313b;
    border-radius: 2px;
    padding: 10px;
}
input.short {
    height: 30px;
    border: 1px solid #C1C1C1;
    color: #32313b;
    width: 50%;
    padding: 10px;
    background-color: transparent;
    border-radius: 2px;
}
input, textarea {
	margin-bottom: 15px;
}
select {
    height: 30px;
    border: 1px solid #C1C1C1;
    color: #32313b;
    background-color: transparent;
    border-radius: 2px;
	
}
label {
    margin-bottom: 10px;
    padding: 0px 10px 0px 0;
}




