/* 

 BASE LAYOUT

 BACKGROUND IMAGES
 MOBILE DEVICES
 RESPONSIVE NAVIGATION
 PRINT STYLES

--- */

/* ************************************************* */
/* 			           ZAKLADNE NASTAVENIE           */
/* ************************************************* */

img,object,video,embed { max-width: 100%; }
img { height: auto; vertical-align: middle;}
img.no_margins_bottom{ margin-bottom:0;}

.bold {	font-weight: 700;}
.semibold{ font-weight:500;}
.regular{ font-weight:400;}
.italic { font-style: italic;}
.uppercase{ text-transform:uppercase;}
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { margin-left: auto; margin-right: auto; }
.clearBoth { clear: both; display: block; font-size: 0; height: 0; line-height: 0; overflow: hidden; visibility: hidden; width: 100%; vertical-align: super; }
th, thead td { font-weight: bold; }
em, dfn, cite { font-style: italic; }
del { color: #cccccc; text-decoration: line-through; }
dfn, ins { border-bottom: 1px solid #E8E8E8; }
abbr, acronym { text-transform: uppercase; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { border-bottom: 1px dotted #E8E8E8; cursor: help; }
a { text-decoration: none; }
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
ol, ul { list-style: none; }

body { position: inherit /* conflict prettyphoto and dynamic to top plugin */; }
body, html, #wrapper { height:100%; }

::-moz-selection { background: #b3d4fc; text-shadow: none;}
::selection { background: #b3d4fc; text-shadow: none; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

code, pre, input[type=text], input[type=password], input[type=email], textarea {
	line-height: 20px;
}

.t-center{text-align:center;}
.t-right{text-align:right;}
.t-left{text-align:left;}
.t-large{font-size:1.4em;}

.dark-red{color:#b81c1c;}

.white{color:#fff;}

.grey{color:#bbb;}

.light-blue,
.light-blue a{color:#b9dcff;}
.light-sand,
.light-sand a{color:#edead8;}


.nodisplay{display:none;}

.img_rounded {
	border-radius: 8px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.img_circle {
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

/* GRID */
.row {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#header .row {
	overflow: inherit;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
	margin-right: 3.8%;
	float: left;
	min-height: 1px;
}

.row .onecol {
	width: 4.85%;
}

.row .twocol {
	width: 13.45%;
}

.row .threecol {
	width: 22.05%;
}

.row .fourcol {
	width: 30.75%;
}

.row .fivecol {
	width: 39.45%;
}

.row .sixcol {
	width: 48%;
}

.row .sevencol {
	width: 56.75%;
}

.row .eightcol {
	width: 65.4%;
}

.row .ninecol {
	width: 74.05%;
}

.row .tencol {
	width: 82.7%;
}

.row .elevencol {
	width: 91.35%;
}

.row .twelvecol {
	width: 100%;
	float: left;
}

.last {
	margin-right: 0px;
}

/* Headings
========================================================== */

h1,h2,h3,h4,h5,h6{
	margin:0 0 20px 0;
	line-height:110%;
	color:#454545;
	font-weight:400;
}

h1{
	font-size:32px;
	line-height:46px;
}

h2{
	font-size:28px;
	line-height:42px;
}

h3{
	font-size:24px;
	line-height:32px;
}

h4{
	font-size:20px;
	line-height:28px;
}

h5{
	font-size:18px;
	line-height:24px;
}

h6{
	font-size:14px;
	line-height:24px;
	text-transform:uppercase;
}

/* ========================================================== */
/* 			           03. GENERAL LAYOUT                     */
/* ========================================================== */

body {
	background-color: #fff;
	/* font-family: "Comic Sans MS", cursive, sans-serif; */
	font-family: Tahoma, Geneva, sans-serif;
}

#container{
	position:relative;
	overflow:hidden;
}

p, a, ul, ol, dl, table, fieldset, blockquote {
    margin-bottom: 20px;
	font-size:14px;
	line-height:24px;
	font-weight: 300;
	color:#656565;
}

p.small_margins, h1.small_margins, h2.small_margins, h3.small_margins, h4.small_margins, h5.small_margins, h6.small_margins{
	margin-bottom:10px;
}

.top_border{
	border-top: 1px solid #e7e8ec;
}

.big_top_margin{
	margin-top:20px;
}

.big_bottom_margin{
	margin-bottom:35px;
}

.section_wrapper{
	width:100%;
	background-color:#fff;
    
}

.section_wrapper.grey_bg{
	background: #f7f8fa;
    border-top: 1px solid #e7e8ec;
    border-bottom: 1px solid #e7e8ec;
}

.section_wrapper.dark_bg{
	background-color:#393f43;
}

.section_wrapper.medium_bg{
	background-color:#62676b;
}

.section_wrapper.green_bg{
	background: #00D9A3;
}

.section_box{
	width:90%;
	max-width:1140px;
	margin:0 auto;
	padding-top:90px;
	padding-bottom:70px;
	padding-left:5%;
	padding-right:5%;
	position:relative;
    
}

.section_box.large_margins{
	padding-top:120px;
	padding-bottom:70px;
}

.section_box.no_margins{
	padding-top:90px;
	padding-bottom:0;
}

/* Title / Subtitle
========================================================== */



h2.title{
	margin-bottom: 10px;
	display:block;
	clear:both;
	font-size:28px;
	line-height:38px;
	text-align:center;
	font-weight:800;
	color:#404040;
}

h2.title.white{
	color:#ddd;
}

h3.subtitle{
	margin: 0 0 50px 0;
	display:block;
	clear:both;
	font-size:16px;
	line-height:28px;
	text-align:center;
	font-weight:300;
	color:#656565;
}

h3.subtitle.grey{
	color:#bbb;
}

.separator_wrapper{
	margin-bottom:10px;
}

.separator_xxx{
	display:inline-block;
	color:#b81c1c;
	font-size:24px;
}

.separator_wrapper::after, .separator_wrapper::before {
	background-color: #b81c1c;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 70px;
	height: 1px;
	margin-top: -14px;
}

/* Buttons
========================================================== */
.home_button{
	padding:14px 30px 12px 30px!important;
	margin:10px 30px 10px 0!important;
	font-weight:500!important;
	font-size:16px;
}

.big_button{
	display:inline-block;
	padding:18px 25px 16px 25px;
	margin:10px 20px 20px 0;
	background-color:#f7f8fa;
	border:1px solid #e7e8ec;
	color:#656565;
	font-weight:400;
	font-size:16px;
	vertical-align: middle!important;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.big_button:hover{
	color:#b81c1c;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.big_button i{
	font-size:18px;
	vertical-align: middle!important;
}

a.button_green, a.button_transparent, a.button_white{
	display:inline-block;
	font-weight:400;
	font-size:14px;
	padding:12px 20px 11px 20px;
	margin:10px 10px 20px 0;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button_green{
	background-color:#b81c1c;
	border:1px solid #b81c1c;
	color:#fff;
}

a.button_green:hover{
	background-color:#2b8ccd;
	border:1px solid #2b8ccd;
	color:#fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.button_green i, .button_grey i, .button_transparent i{
	font-size:14px;
	vertical-align: text-top!important;
}

a.button_grey{
	background-color:#f7f8fa;
	border:1px solid #e7e8ec;
	color:#b81c1c;
	display:inline-block;
	font-weight:400;
	font-size:14px;
	padding:7px 18px 6px 18px;
	margin:10px 10px 20px 0;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button_grey:hover{
	color:#656565;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button_white{
	background-color: #fff;
	border:1px solid #fff;
	color:#454545;
}

a.button_white:hover{
	background-color: transparent;
	border:1px solid #fff;
	color:#fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button_transparent{
	background-color: transparent;
	border:1px solid #fff;
	color:#fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button_transparent:hover{
	background-color: #fff;
	border:1px solid #fff;
	color:#454545;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

/* ========================================================== */
/* 						   04. HEADER                         */
/* ========================================================== */

/* ----- 1. Header Styles ----- */
#header_wrapper{
	position: fixed;
     z-index:1000;
	width:100%;
	height:30px!important;
	background-color: #333;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
     border-top:2px solid #222; 
     border-bottom:1px solid #333; 
}

#header_wrapper.shrink {
	width:100%;
	height:30px !important;
	padding:0;
	z-index:1000;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, .95);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header_wrapper #header {
	width:90%;
	max-width:1140px;
	margin:0 auto;
	padding-left:5%;
	padding-right:5%;
    position: relative;
    z-index:1001;
}

#header-bg {
    width:100%;
    position: relative;
    z-index:1001;    
    height:30px !important;
     background-position: left bottom;
    background: #333 url(../images/bg-topnav.png) no-repeat  207px !important;
}

/* ----- 2. Logo ----- */
a#logo {
   font-family: promptRegular;
   font-size:20px;
    position: relative;
	float:left;
	margin-top: 2px;
	z-index:900;
    color:#fff;
}

a#logo span{
    color:#de2431;
   
}

/* ----- 3. Navigation ----- */
#nav {
	margin: 3px 0 0 0;
	float:right;
	position:relative;
}

#nav li {
	display: inline-block;
    position: relative;
	margin:0px 14px 0 14px;
}

#nav li.last {
	margin-right:20px;
}

#nav li a {
	display: inline-block;
	text-align:center;
	padding: 0;
    font-size: 14px;
	line-height:18px;
	letter-spacing:0.8px;
	color: #000;
}

#nav .current a,
#nav li a:hover {
	color:#fff;
    font-weight: normal;
}

#nav li a i{
	
    font-size: 18px;
	vertical-align:top; 
	padding:0px;display:inline-block;
}


/* ========================================================== */
/* 						    05. FOOTER                        */
/* ========================================================== */

/* ----- 1. Footer Styles ----- */
#footer {
	width:100%;
	background-color: #f5f5f5;
	border-top: 1px solid #f5f5f5;
	z-index:100;
	padding:50px 0 20px 0;
}

#footer_box {
	width:90%;
	max-width:1140px;
	margin:0 auto;
	padding-left:5%;
	padding-right:5%;
}

.copyright{
	width:100%;
	text-align:center;
	padding-top:20px;
}

.copyright p{
	color:#a1a1a1 !important;
	font-size:15px;
}

.copyright a{
	text-decoration:underline;
	font-size:15px;
}


/* ========================================================== */
/* 				  		     06. Home                         */
/* ========================================================== */

/* ----- UVOD ----- */
#uvod{
	width:100%;
	z-index:10;
}

#top_graphic{
    padding:0;
   	background-color: #202020;
    position:relative  !important;
    z-index:0  !important;
}

#top_graphic .section_box{
        padding:0  !important;
     	background: #c71829 url(../images/head-bg.png) no-repeat left;
        height:250px;
        position:relative  !important;
        z-index:-1  !important;
}

#top_graphic .section_box .row{
   padding-top:20px;   
}

 #top_graphic .headline{
       width: 70%;
       display:block;
       margin: 0 auto;
       padding-left:25%;
       background: url(../images/bg-headline.png) no-repeat bottom right;
       background-size: auto 100%;
   }

 #top_graphic .headline h1{
   margin:0;
   padding:0; 
   color:#fff;
   font-family: KoHoMedium;
   font-size:20px;
   line-height:2em;
   }

#top_graphic .headline h1.tt{font-family: promptMedium;color:#333;padding-top:0;margin-top:0;font-size:0.9em}

#sluzby h4{color:#000;}
#sluzby .my_services i{margin-bottom:100px;}

/* ----- 3. Social Icons ----- 
ul.social_icons{
	float:right;
	display: inline-block;
}

ul.social_icons li{
	display:inline-block;
    margin:0 ;
	line-height:100%!important;
}

ul.social_icons li a i {
	display: inline-block;
	font-size:22px;
	line-height: 22px;
	color: #fff;
	margin:5px 5px;
	transition: all .5s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

ul.social_icons li a i:hover {
  transition: all .5s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  color:#b81c1c;
}
*/


input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#656565;
}
input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#656565;
}
input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#656565;
}
input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#656565;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:#bbb;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#bbb;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#bbb;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#bbb;
}

/* ====================================================== */
/* 				  		    PRICING                       */
/* ====================================================== */

.pricing_wrapper{
	margin:0 0 20px 0;
}

.pricing_item{
	margin:20px 0 0 0;
	text-align:center;
	width:25%;
	float:left;
	position:relative;
	z-index:100;
}

.pricing_item.first{
	margin-right:-1px;
}

.pricing_item.second{
	margin-top:0;
	z-index:200;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .09);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .09);
	-o-box-shadow: 0px 0px 10px rgba(0, 0, 0, .09);
}

.pricing_item.third{
	margin-left:-1px;
}

.pricing_item.fourth{
	margin-left:-2px;
}

.pricing_head h2{
	margin:0;
	padding:14px 0;
	color:#454545;
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
	background-color:#f7f8fa;
	border:1px solid #e7e8ec;
}

.pricing_head.pricing_blue h2{
	color:#fff;
	background-color:#2b8ccd;
	border:1px solid #2b8ccd;
	padding:24px 0;
}

.pricing_head h4{
	margin:0;
	padding:28px 0;
	color:#b81c1c;
	font-size:24px;
	font-weight:600;
	background-color:#fff;
	border-right:1px solid #e7e8ec;
	border-left:1px solid #e7e8ec;
	border-bottom:1px solid #e7e8ec;
	text-transform:uppercase;
}

ul.pricing_features{
	margin:0;
}

ul.pricing_features li{
	padding:10px 0;
	font-size:13px;
	color:#28323c;
	background-color:#fff;
	border-right:1px solid #e7e8ec;
	border-left:1px solid #e7e8ec;
	border-bottom:1px solid #e7e8ec;
}

ul.pricing_features li.grey_item{
	background-color:#f7f8fa;
}

.pricing_button_wrapper{
	background-color:#f7f8fa;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:26px 0 31px 0;
}

.pricing_button_wrapper.pricing_button_blue{
	padding:37px 0 43px 0;
}

a.pricing_button{
	font-size:12px;
	padding:10px 20px;
	background-color:#2b8ccd;
	border:1px solid #2b8ccd;
	color:#fff;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
}

a.pricing_button:hover{
	background-color:#f0f0f0;
	border:1px solid #2b8ccd;
	color:#28323c;
}

/* ========================================================== */
/* 				  		    10 PORTFOLIO                      */
/* ========================================================== */

#portfolio{
	width:100%;
	background-color:#2f3539;
	border-top:1px solid #2a2f37;
	position:relative;
	overflow:hidden;
	z-index:1;
	
	
	
}
#app-dsg  {background-color:#2f3539;}
#fb-astro {background-color:#404040;padding-bottom:10px;}
#app-ez  {background-color:#2f3539;padding-bottom:10px;}
#condorpools {background-color:#404040;padding-bottom:10px;}
#brandauer  {background-color:#2f3539;padding-bottom:10px;}
#mojavoda {background-color:#404040;padding-bottom:10px;}

#list{
	margin-bottom:50px;
}

.portfolio_title{
	width:100%;
	max-width:960px;
	margin:0 auto 50px auto;
	text-align:center;
}

.portfolio_title h2 {
	display:block;
	margin:0;
	padding:75px 0 20px 0;
	font-size: 28px;
	line-height: 32px;
	font-weight:400;
	color:#fff;
}

.portfolio_title .separator_wrapper::after,
.portfolio_title .separator_wrapper::before {background-color:#eee;color:#eee;}

.portfolio_title .separator_xxx{color:#eee;}

.portfolio_list{
	width:100%;
	position:relative;
	margin:0 auto!important;
	padding: 0;
}

.portfolio_left, .portfolio_right{
	position:relative;
	width:50%;
	float:left;
}

.portofolio_item_text{
	
	padding-bottom:30px;
}

.portfolio_left .portofolio_item_text ul li{
	text-align:right;
	padding-right:5px;
}

.portfolio_right .portofolio_item_text  ul li{
	padding-left:5px;
}

.portfolio_left .portofolio_item_text ul li,
.portfolio_right .portofolio_item_text  ul li{
	color:#9f9f9f;
}
.portfolio_left .portofolio_item_text ul li i,
.portfolio_right .portofolio_item_text  ul li i{
	color:#00ff80;padding:0 5px;
}

#app-dsg  .portofolio_item_text ul li i{color:#ffe1c4;}
#fb-astro .portofolio_item_text ul li{color:#e3fcff;}
#fb-astro .portofolio_item_text ul li i{color:#68b4ff;}

#app-ez h4,#app-ez h4 a{color:#6eca76;}
#app-ez .portofolio_item_text ul li{color:#b5f1bb;}
#app-ez .portofolio_item_text ul li i{color:#6eca76;}

#mojavoda h4,#mojavoda h4 a{color:#0399e5;}
#mojavoda .portofolio_item_text ul li{color:#9addff;}
#mojavoda .portofolio_item_text ul li i{color:#0399e5;}


#condorpools h4,#condorpools h4 a{color:#2fabc3;}
#condorpools .portofolio_item_text ul li{color:#2fabc3;}
#condorpools .portofolio_item_text ul li i{color:#2fabc3;}

#brandauer h4,#brandauer h4 a{color:#3f8147;}
#brandauer .portofolio_item_text ul li{color:#c5db3b;}
#brandauer .portofolio_item_text ul li i{color:#c5db3b;}

.portfolio_list .row h4{padding-top:30px;
						font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
						}

.portfolio_list .row h4 a{font-size:inherit !important;}
.portfolio_list .row h4 a:hover{text-decoration:underline;color:#fff;}

.portfolio_list .row h4.t-left{margin-left:30px;}
.portfolio_list .row h4.t-right{margin-right:30px;}

.portofolio_item_4col{
	padding:10px;
}

.portfolio_half{
	width:50%;
	float:left;
}



.view {
	width:100%;
	padding:0;
	border:none;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}


.view .mask,.view .content {
   
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view img {
   display: block;
   position: relative;
}

.view span.zoom {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
	background-image: url(../images/zoom_64x64.png);
	background-repeat:no-repeat;
	background-position:center;
}

.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(0,0,0, 0.5);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   height:100%;
   width:100%;
}

.portofolio_item_4col:hover .view-first img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}

.portofolio_item_4col:hover .view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.portofolio_item_4col:hover .view-first a.zoom {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}


.portfolio_info h4{
	font-size:16px;
	line-height:38px;
}
*/
/* ====================================================== */
/* 				  		      KONTAKT                     */
/* ====================================================== */

#contact-form{
	margin:40px 0;
}

input.contact-input{
	width:93.40%;
	height:50px;
    padding:0 2%;
	margin-right:2%;
	margin-bottom:15px;
	color: #9f9f9f;
	border: none;
	border-bottom: 1px solid #2a2f37;
	background-color: #2f3539;
    font-size:14px;
	font-weight: 400;
	font-style:normal;
	float:left;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
}

textarea{
	height:150px;
	margin:0 0 20px 0;
	width:93.40%;
    padding-left:2%;
    padding-right:2%;
    padding-top:10px;
    padding-bottom:10px;
	color: #9f9f9f;
	border: none;
	border-bottom: 1px solid #2a2f37;
	background-color:#2f3539;
    font-size:14px;
	float:left;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
}

button.contact-submit{
	color: #fff;
	border: 1px solid #b81c1c;
	background-color:#b81c1c;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
	font-weight:500;
    padding: 12px 30px 5px 30px;
    position: relative;
    text-transform: uppercase;
	-webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}
button.contact-submit i{font-size:1.6em;vertical-align:top;margin-left:10px;margin-top:-4px;float:right;}

button.contact-submit:hover{
	color:#fff;
	background-color: #00f279;
	border:1px solid #008000;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

#contact-form input.contact-input:focus, 
#contact-form textarea.contact-msg:focus {
  color: #ddd;
  background-color:#333;
  outline: none;
}

p.contact_success_box{
	color:#00ff40;
	/* font-size:20px; */
	font-style:italic;
}
p.contact_error_box{
	color:#ff8080;
	/* font-size:20px; */
	font-style:italic;
}
p.contact_info, p.contact_info a{
	margin-bottom:8px;
	font-size:18px;
	line-height:20px;
	color:#ddd;
}

p.contact_info i{
	font-size:21px;
	padding-right:5px;
	vertical-align: middle;
}

.wt_gMap{
	margin-bottom:30px;
}

/* ========================================================== */
/* 				  		  12. FEATURES                        */
/* ========================================================== */

/* ----- 1. Home Services ----- */
.my_services{
	margin-bottom:35px;
}

.my_services h4{
	font-size:18px;
	margin-bottom:5px;
}

span.circle_icons i{
	margin: 5px 25px 30px 0;
	font-size: 46px;
	float:left;
	color: #b81c1c;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

i.faq_question{
	font-size:24px;
	vertical-align: middle;
}


/* ----- 4. Testimonials ----- */

.testimonials_item{
	margin-bottom:30px;
}

.testimonials_item p{
	margin-bottom:10px;
}

.img_testimonials{
	width:80px;
	height:80px;
	float:left;
	margin:0 30px 30px 0;
}

p.testimonials_name{
	font-size:14px;
	font-weight:500;
}

p.testimonials_name span{
	font-weight:400;
}

/* ========================================================== */
/* 		   13. BACKGROUND IMAGES - max-width: 1024px          */
/* ========================================================== */

@media only screen and (max-width: 1024px) {
	#uvod {
		background-attachment: scroll;
		background-size: cover;
		background-repeat: no-repeat;
	}

   #top_graphic .headline{
       
       margin: 20px auto 0 auto;
       padding-left:40%;
   }

  #uvod .row .headline h1{
   font-size:16px;
   }

}

/* ========================================================== */
/* 					  14. MOBILE DEVICES                      */
/* ========================================================== */
@media handheld, only screen and (max-width: 767px) {

   
   
   #top_graphic .headline{
       width:80%
       border:1px solid green;
       margin: 30px 10% 0 10%;
      
   }

 #top_graphic .headline h1{
   font-size:11px;
   line-height:1.5em;
   }
    #top_graphic .headline h1.tt{
   display:none;
   }
   
	.row {
		width: 90%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
		clear:both;
	}
	
	#header_wrapper {
		margin:0 auto;
		position: relative;
		height:30px!important;
		padding-top:0!important;
		padding-bottom:0!important;
	}
	
	#header_wrapper #header {
		margin:0 auto;
		position: relative;
		text-align:center;
	}
		
	#header_wrapper.shrink {
		margin:0 auto;
		height:30px!important;
	}
	
	a#logo {
		margin:5px 0 0 0!important;
	}
	
	.section_box, .section_box.small_margins, .section_box.large_margins{
		padding: 80px 0 70px 0;
	}
		
	.section_box.no_margins{
		padding-top:80px;
		padding-bottom:0;
	}
	
	.home_box{
		width:90%;
		margin:auto 5%;
		padding:30px 0 0 0;
	}
					
	.pricing_item{
		margin:0 0 40px 0;
		width:100%;
	}	
		
	.portfolio_left, .portfolio_right, .portfolio_half{
		width:100%;
	}
	
	.portfolio_title h2 {
		padding:40px 0;
	}

	.newsletter_box{
		width:100%;
		max-width:1000px;
		margin:0 auto;
		padding:50px 0 50px 0;
	}
	
	.newsletter_info{
		padding:30px 0;
		border-left: none;
	}
	
	.newsletter_info h2{
		font-size: 26px;
	}
	
	.newsletter_info p{
		font-size: 18px;
		line-height: 28px;
	}
	
	#newsletter-form #email_newsletter {
		width: 90%;
		margin-bottom:10px;
	}
	
	#newsletter-form #submit-button-newsletter {
		width: 140px;
		height:56px;
		margin:0;
	}
	
	.fun_facts_box{
		width:100%;
	}
	
}

/* ========================================================== */
/* 				    15. RESPONSIVE NAVIGATION                 */
/* ========================================================== */
#wt_responsive_nav_wrap {
	width: 100%;
	right: -100%;
	position: absolute;
	z-index: 9999;
0	background-color: #ffffff;
	height: 100%;
	padding: 80px 0;
	margin-left: -2px;
	overflow: hidden;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transform: 	scale(0.5);
	-moz-transform: 	scale(0.5);
	-ms-transform: 		scale(0.5);
	-o-transform: 		scale(0.5);
	transform: 			scale(0.5);
	-webkit-transition: all 0.6s ease;
	-moz-transition: 	all 0.6s ease;
	-o-transition: 		all 0.6s ease;
	-ms-transition: 	all 0.6s ease;
	transition: 		all 0.6s ease;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%; }

#wt-responsive-nav {
	margin-left: 0;
	width: 100%; }

.show_responsive_nav {
	overflow: hidden; }

.csstransforms3d #wt_responsive_nav_wrap {
	-webkit-transform: 	scale3d(0.5);
	-moz-transform: 	scale3d(0.5);
	-ms-transform: 		scale3d(0.5);
	-o-transform: 		scale3d(0.5);
	transform: 			scale3d(0.5); }

.show_responsive_nav #wt_responsive_nav_wrap {
	-webkit-transform: 	scale(1);
	-moz-transform: 	scale(1);
	-ms-transform: 		scale(1);
	-o-transform: 		scale(1);
	transform: 			scale(1);
	-webkit-transform: 	translate(-100%, 0);
	-moz-transform: 	translate(-100%, 0);
	-ms-transform: 		translate(-100%, 0);
	-o-transform: 		translate(-100%, 0);
	transform: 			translate(-100%, 0); }	

.csstransforms3d .show_responsive_nav #wt_responsive_nav_wrap {
	-webkit-transform: 	scale3d(1);
	-moz-transform: 	scale3d(1);
	-ms-transform: 		scale3d(1);
	-o-transform: 		scale3d(1);
	transform: 			scale3d(1);
	-webkit-transform: 	translate3d(-100%, 0, 0);
	-moz-transform: 	translate3d(-100%, 0, 0);
	-ms-transform: 		translate3d(-100%, 0, 0);
	-o-transform: 		translate3d(-100%, 0, 0);
	transform: 			translate3d(-100%, 0, 0); }	

#wt-responsive-nav>li:first-child>a:first-child { border-top-style: solid; border-top-width: 1px; }
#wt-responsive-nav li { margin: 0; padding: 0; position: relative; float: none; clear: both; }
#wt-responsive-nav li > a:before {
	content: "\e00b";
	position: absolute;
	top: 13px;
	margin-left: -15px;
	font-family: 'icons-font';
	font-size: 12px;
	color: #333; }
#wt-responsive-nav li > a i {
	position: absolute;
	top: 15px;
	display: inline-block;
	right: 24px;
	font-size: 14px;
	color: #333; }
#wt-responsive-nav .sub-menu {
	/*display: none;*/ }		
#wt-responsive-nav, 
#wt-responsive-nav li > a {
	border-color: #E1E1E1;
	color: #fff;
	-webkit-transition: none; 
	-moz-transition: none;
	-o-transition: none; 
	transition: none }
#wt-responsive-nav .current_page_item > a,
#wt-responsive-nav li > a:hover,	
#wt-responsive-nav li > a.active {
	color: #efefef;
	background-color: #222; }
#wt-responsive-nav .current_page_item  > a:before,
#wt-responsive-nav li > a:hover:before,
#wt-responsive-nav li > a.active:before,
#wt-responsive-nav .current_page_item  > a i,
#wt-responsive-nav li > a:hover i,
#wt-responsive-nav li > a.active i {
	color: #FFFFFF;}
#responsive_nav_open:hover, 
#responsive_nav_hide:hover {
	background-color: #222; }
#responsive_nav_open:hover i:before, 
#responsive_nav_hide:hover i:before {
	color: #FFFFFF; }
	
.current_page_item > a:before, 
.current-menu-item > a:before {
	font-weight: normal; }	
			
#wt-responsive-nav ul { margin: 0; padding: 0; display: block; width: 100%; left: 0; position: relative; }
#wt-responsive-nav a { padding: 13px 28px; border-bottom-style: solid; border-bottom-width: 1px; width: 100%; display: block; margin: 0; text-decoration: none; position: relative; background-color: #333;}
#wt-responsive-nav a { padding-left: 35px; }
#wt-responsive-nav ul a { padding-left: 55px; }
#wt-responsive-nav ul ul a { padding-left: 75px; }
#wt-responsive-nav ul ul ul a { padding-left: 95px; }



#responsive_nav_open, 
#responsive_nav_hide {
	position: absolute;
	right: 5%;
	top: 50%;
	text-decoration: none;
	text-align: center;
	width: 34px;
	height: 34px;
	margin-top: -10px;
	z-index: 9999;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #E1E1E1;
	display: none;
	background-color: #fff; }
#responsive_nav_open i:before, 
#responsive_nav_hide i:before {
	color: #333333;
	font-size: 18px;
	margin: 0;
	display: block;
	line-height: 36px; }
#responsive_nav_hide i:before {
	font-size: 30px; }		
.small_device_active #responsive_nav_open { display: block; }
.small_device_active #nav { display: none; }	
#responsive_nav_hide {
	display: block;
	z-index: 10000;
	visibility: hidden;
	opacity: 0;
	top: 20px;
	right: 5%; 
    	margin: 0;}	
.show_responsive_nav #responsive_nav_hide {
	opacity: 1;
	visibility: visible; }

/* ========================================================== */
/* 				  	     16. PRINT STYLES                     */
/* ========================================================== */
	 
	@media print {
		* {background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow:none !important; text-shadow: none !important; }
		a, a:visited { text-decoration: underline; }
		a[href]:after { content: " (" attr(href) ")"; }
		abbr[title]:after { content: " (" attr(title) ")"; }
		.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
		pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
		thead { display: table-header-group; /* h5bp.com/t */ }
		tr, img { page-break-inside: avoid; }
		img { max-width: 100% !important; }
		@page { margin: 0.5cm; }
		p, h2, h3 { orphans: 3; widows: 3; }
		h2, h3 { page-break-after: avoid; }
	}

.topspace{padding-top:50px !important;}
ul li.highlight{font-size:21px; color:#fff !important; font-weight:bold; padding-left:5px;}
.footerlinks{padding-bottom:10px; border-bottom:solid 1px #dddddd;}
.footerlinks > div{background-color:#ececec;border-radius:7px;}
.footerlinks h4{margin:10px 10px 10px 20px}
.footerlinks ul{margin:0 10px 10px 20px}
.footerlinks ul li{color:#404040 !important;}



h5.big{font-size:24px !important; font-weight:bold !important;}

.currencyusd{
	padding: 7px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    height: 19px;
    color: #333333;
    text-align: center;
    background-color: #ddd;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    margin: 5px 0px 0px 0px;
	float:left;
	display:block;
}
label.fdpaymentusd{display:inherit;}


/* #sluzby .section_box{border-right:3px solid red;} */