/* MASTER */
/* ----------------------------------------- */
/*********** General Sections ***********/
html,* {/*-webkit-font-smoothing: antialiased; */}

body {color: #333; font-family: 'Gotham', Tahoma, Arial, sans-serif; }


body{/*padding-top: 76px;*//* padding-bottom: 20px;*/}
.box{
	display: table;
	width: 100%;
}
ul,li,form,ol{margin: 0;}
h1,h2,h3,h4,h5,button,input,textarea{font-family: 'Gotham';}
button.btn{font-weight: bold;}
.ie10 h1,.ie10 h2,.ie10 h3,.ie10 h4,.ie10 h5,.ie10 button,.ie10 input,.ie10 textarea{font-family: 'Gotham';}


/******** Fonts *******/

@font-face {
	font-family: 'Gotham';
	src: url('/styles/fonts/GothaProLig.eot');
	src: local('☺'), url('/styles/fonts/GothaProLig.woff') format('woff'), url('/styles/fonts/GothaProLig.ttf') format('truetype'), url('/styles/fonts/GothaProLig.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src: url('/styles/fonts/GothaProBla.eot');
	src: local('☺'), url('/styles/fonts/GothaProBla.woff') format('woff'), url('/styles/fonts/GothaProBla.ttf') format('truetype'), url('/styles/fonts/GothaProBla.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src: url('/styles/fonts/GothaProLigIta.eot');
	src: local('☺'), url('/styles/fonts/GothaProLigIta.woff') format('woff'), url('/styles/fonts/GothaProLigIta.ttf') format('truetype'), url('/styles/fonts/GothaProLigIta.svg') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Gotham';
	src: url('/styles/fonts/GothaProBlaIta.eot');
	src: local('☺'), url('/styles/fonts/GothaProBlaIta.woff') format('woff'), url('/styles/fonts/GothaProBlaIta.ttf') format('truetype'), url('/styles/fonts/GothaProBlaIta.svg') format('svg');
	font-weight: bold;
	font-style: italic;
}
textarea{resize:none;overflow:auto;}
/*form{margin-bottom: 0 !important;}*/

#bookinglogin,#bookingname,
#reservelogin,#reservename,
#blockfeedbacklogin, #blockfeedbackname,
.blogin, .bname
{
	display: none !important;
}

a{text-decoration: underline; transition: all 400ms ease 0ms; color: #0fa0d8; }
a:hover{text-decoration: none; color: #C00;}
a:focus{outline: none;}

.hide{display: none;}

.center{text-align: center;} 
.left{text-align: left !important;}
.right{text-align: right !important;}
.rel{position: relative;}
.abs{position: absolute;}



.container-fluid{ padding: 0px;}

body{background: rgba(255,255,255,1); color: #333; font-size: 16px;}
	
h1{color: #000; text-transform: uppercase;  font-size: 40px; font-weight: bold;}
	
	
.nohighlite a{color: #333;}
.textpane{font-size: 16px;}
.textpane p, .textpane li{}
.textpane ul{margin-bottom: 8px;}
.textpane li{padding: 3px 0;}	


.boxmain{
	height: 680px;
	min-height: 680px;
	background: url(/img/skin/bgtop.jpg) repeat-x;
	background-position: center -10px;
	padding-top: 60px;
	/*-webkit-background-size: contain;
	background-size: contain;*/
	
}


.white{color: #fff;}
.navbar-fixed-top{padding: 4px 0;}
.logoimg{box-shadow: inset 0px 0px 10px 4px rgba(255,255,255,0.2);
background: #e78b30; border-radius: 50%; display: inline-block; width: 44px; height: 44px; transition: all 400ms ease 0ms;}
.logoimg:hover{background: #C00; box-shadow: inset 0px 0px 10px 4px rgba(0,0,0,0.5);}
.logoimgimg{width: 44px; padding: 4px 6px 6px;}
.logotext{    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    padding: 3px 0 0 20px;
    text-decoration: none;
    text-transform: uppercase;}
.headphone{color: #fff;
    display: inline-block;
    font-size: 30px;
   background: url(/img/skin/phone.png) left center no-repeat;
    padding: 3px 0 0 36px;
    text-decoration: none;
    text-transform: uppercase;}    
.headorder{
	display: inline-block;
    font-size: 18px;
    padding: 10px 0 0 20px;
    color: #fc0;
}    

.mainmessage{color: #000; text-transform: uppercase; margin-top: 110px; font-size: 40px; font-weight: bold;}
.mainmessage .brm{font-size: 18px; font-weight: normal; font-style: italic;}
.mainmessage .mm-before{font-size: 30px; text-transform: none; display: block; margin-bottom: 30px; text-shadow: 2px 2px 8px rgba(255,255,255,0.8);}
.btn-gutter{}
.mss-btn,.mss-btn:active,.mss-btn:focus{color: #fff; display: inline-block; padding: 15px 40px; font-size: 18px; font-weight: bold;
border-radius: 40px; text-transform: uppercase; text-decoration: none;
background: -webkit-linear-gradient(top,  #fbab38 0%,#dc531b 50%,#fbab38 100%);
background: linear-gradient(to bottom,  #fbab38 0%,#dc531b 50%,#fbab38 100%);
border-top: none;border-left: none;border-right: none; 
border-bottom: 4px solid #c85e1e;
box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
text-shadow: 0px 0px 1px rgba(0,0,0,0.6);
}
.mss-btn:hover{color: #fff; 
text-shadow: 0px 0px 3px rgba(255,255,255,0.5);
background: -webkit-linear-gradient(top,  #fbcb58 0%,#dc531b 50%,#fbcb58 100%);
background: linear-gradient(to bottom,  #fbcb58 0%,#ec632b 50%,#fbcb58 100%);
}
.boxmain .mainimg{padding-left: 50px;}
.boxmain .btn-gutter{margin: 15px 0 15px;}
.afterbtn{margin-top: 30px; margin-bottom: 60px; padding-left: 40px; background: url(/img/skin/phone2.png) no-repeat left 4px;}

.preimul{margin: 0; padding-left: 0;}
.preimul li{padding-left: 46px; margin-top: 4px; margin-bottom: 4px; padding-top: 8px; padding-bottom: 13px; list-style: none; background-repeat: no-repeat; background-position: top left;}
.preimli1{background-image: url(/img/skin/pr1.png);}
.preimli2{background-image: url(/img/skin/pr2.png);}
.preimli3{background-image: url(/img/skin/pr3.png);}
.preimli4{background-image: url(/img/skin/pr4.png);}
.preimli5{background-image: url(/img/skin/pr5.png);}
.preimli6{background-image: url(/img/skin/pr6.png);}
.pt96{padding-top: 96px;}




.boxaction{padding-top: 10px; padding-bottom: 10px;}
.triangle{
	height: 0;
	left: 50%;
	width: 0;
	-webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
}
.triangle2{
    border-top: 25px solid #333;
    top: -59px;
    z-index: 5;
    }
.triangle1{
	border-top: 25px solid #fff;
    top: -60px;
    z-index: 10;
    }
.triangle3{
    border-bottom: 25px solid #333;
    bottom: -59px;
    z-index: 5;
}    
.triangle4{
	border-bottom: 25px solid #fff;
    bottom: -60px;
    z-index: 10;
}    
    
    
.grad{background: #ec7025;}
.gradouter{background: #fff; width: 100%; height: 5px; top: 20px; z-index: 10;}
.gradinner{width: 0%; background: #ec7025; height: 5px; z-index: 10;}
.gradlinks span{padding: 12px 5px 0; background: #222; z-index: 15; display: inline-block; position: relative; font-size: 14px; cursor: pointer;}
.gradlinks span:hover{text-decoration: underline; color: #fc8035;}
.gradcircle{background: #ec7025; z-index: 33; width: 20px; height: 20px; border-radius: 50%; top: 12px; left: 5px;}
.gradcircle:hover{box-shadow: inset 0px 0px 3px 3px rgba(0,0,0,0.5); cursor: pointer;}



.boxworks{margin-top: 30px; background: #a4e4ef bottom; padding: 20px 0 30px; }
.worksimg{padding: 15px 0 8px; display: block;}
.workslink{color: #000; padding-bottom: 20px; display: block; }

.worksimg img{
	transition: all 400ms ease 0ms;
	-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%);
 	filter: grayscale(100%); filter: gray; filter: url(/img/skin/grayscale.svg#greyscale); /* Firefox 4+ */  /* IE 6-9 */ 
 	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.worksimg img:hover{
	
  -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -ms-filter: grayscale(0);  -o-filter: grayscale(0);
 	filter: grayscale(0); filter: none;
}
.boxtabs{padding: 10px 0 25px;}
.boxtabs .nav-tabs {margin-top: 40px; border: none; padding: 4px 0 10px;}
.boxtabs .nav-tabs > li > a{
	font-weight: bold; border: none; border-radius: 5px; color: #999; font-size: 18px; text-transform: uppercase;line-height: 24px; padding: 6px 28px; 
}
.boxtabs .nav-tabs > li > a:hover{
	color: #000;
}
.boxtabs .nav-tabs > li.active > a, .boxtabs .nav-tabs > li.active > a:hover, .boxtabs .nav-tabs > li.active > a:focus{
	font-weight: bold; font-size: 30px; border: none; color: #000; text-transform: uppercase; line-height: 24px; text-decoration: none;
}
.boxtabs  .tab-content{margin-top: 25px;}

.roundcorners{border-radius: 13px;}

.princlist{margin: 0; padding-left: 0;}
.princlist li{background-image: url(/img/skin/princlist.png); padding-left: 24px; margin-bottom: 4px;  padding-bottom: 13px; list-style: none; background-repeat: no-repeat; background-position: left 7px;}


.headh3{ font-weight: bold; font-size: 24px; text-transform: uppercase; color: #000;}
.headh3orange{color: #f27c29;}
.headh3 span{font-size: 36px;}
.upprcs{text-transform: uppercase;}
.smallpad{padding-left: 10px; padding-right: 10px;}


.bluebg{background: #ddf3f9; padding-top: 15px; padding-bottom: 15px;}
.bluebg .afterbtn{margin-bottom: 0;}
.cornerright{
    border-bottom: 60px solid transparent;
    border-left: 25px solid #ddf3f9;
    border-top: 60px solid transparent;
    height: 0;
    right: -25px;
    top: 0;
    width: 0;
    z-index: 5;
}
.numlist{margin: 0; padding-left: 0;}
.numlist li{padding-left: 46px; margin-top: 4px; margin-bottom: 4px; padding-top: 8px; padding-bottom: 13px; list-style: none; background-repeat: no-repeat; background-position: top left;}
.numlistli1{background-image: url(/img/skin/num1.png); }
.numlistli2{background-image: url(/img/skin/num2.png); }
.numlistli3{background-image: url(/img/skin/num3.png); }
.numlistli4{background-image: url(/img/skin/num4.png); }




.btline{background: url("/img/skin/border-btm.png") repeat-x; height: 6px; width: 100%; display: block;}
.bbline{background: url("/img/skin/border-top.png") repeat-x; height: 6px; width: 100%; display: block;}

.boxfeedback{background-color: #87e7f8;}
.boxfeedback .nav-tabs {margin-top: 40px; border: none; padding: 4px 0 10px;}
.boxfeedback .nav-tabs > li {
	float: none; display: inline-block;
}
.boxfeedback .nav-tabs > li > a{
	width: 20px; height: 20px; background-color: transparent;
	font-weight: bold; border: 2px solid #fff; border-radius: 50%; color: #999; font-size: 18px; text-transform: uppercase; padding: 0;
	 
}
.boxfeedback .nav-tabs > li > a:hover{
	color: #fff;
}
.boxfeedback .nav-tabs > li.active > a, .boxfeedback .nav-tabs > li.active > a:hover, .boxfeedback .nav-tabs > li.active > a:focus{
	width: 20px; height: 20px; background-color: #1391c9; padding: 0; box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5) inset, 0 0 4px 2px rgba(255,255,255,0.8);
	font-weight: bold; font-size: 30px; border: none; color: #fff; text-transform: uppercase;  text-decoration: none;
}
.boxfeedback  .tab-content{margin-top: 25px;}
.boxfeedback .fbitem{background: #f5fafa; border-radius: 13px; padding: 20px 20px 15px; box-shadow: 0 93px 51px -80px rgba(0,0,0,0.6);}
.leftquote{
      border-color: #f5fafa transparent transparent #f5fafa;
    border-style: solid;
    border-width: 26px 5px 58px 14px;
    height: 0;
    left: -20px;
    top: 80px;
    transform: rotate(27deg);
    -webkit-transform: rotate(27deg);
    width: 0;
    z-index: 5;
}
.grouptalk{ display: block;
    padding-top: 162px;}
.boxfooter{
	background: url(/img/skin/bgfooter.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	height: 650px;
	min-height: 650px;
	}
.feedbackform{background: #fff linear-gradient(to top, #ecefef, #fff); padding: 20px; margin-top: 22px; border-radius: 13px; box-shadow: 0px 19px 25px -8px rgba(0,0,0,0.5);}
.boxfooter2{background: #242728; color: #fff; padding-bottom: 60px; padding-top: 16px;}

.orderforminner{padding: 15px;}

.bigmargin{margin-top: 100px;}
.pricepdf{padding: 15px; background: #fff; border-radius: 15px; }
.pricepdf h2{margin-top: 0;}
.lefticon{ margin-right: 10px;
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    display: inline-block;
    }

.photogallery {margin-top: 15px;}
.photogallery a:hover>img{opacity: 0.8;}
.h-link{font-size: 28px;}
.h-link-img{margin-bottom: 10px;}

.pers{
	text-align: center;
	-webkit-perspective: 200px;
	-moz-perspective: 200px;
	-o-perspective: 200px;
	perspective: 200px;}
.back-btn{    background: none repeat scroll 0 0 #ddd;
	border-bottom: 6px solid #999;
    border-radius: 5px;
    color: #333;
    display: inline-block;
    font-size: 27px;
    font-weight: bold;
    margin: 15px auto 0;
    padding: 7px 21px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transform: rotate3d(1, 0, 0, 20deg);
    transform: rotate3d(1, 0, 0, 20deg);
    transition: all 600ms ease 0ms;
    }
.back-btn:hover{
	background: #444;
	color: #fff;
	border-color: #000;

}

.mainmessage{position: relative;}
/*.mainmessage::before {
    background: rgba(0, 0, 0, 0) url("/img/skin/ny-shapka-sm.png") repeat scroll 0 0;
    content: " ";
    height: 70px;
    left: 194px;
    position: absolute;
    top: 104px;
    width: 64px;
}
.mainmessage::after {
    background: rgba(0, 0, 0, 0) url("/img/skin/sapog.png") repeat scroll 0 0;
    content: " ";
    height: 100px;
    left: 399px;
    position: absolute;
    top: 204px;
    width: 57px;
}*/


.smallmargbtm{margin-bottom: 14px;}    
    
@media all and (max-width: 768px) {
	.boxmain{background-position: 40% -10px;}
	.boxmain .mainimg{padding-left: 15px;}
	.headphone{font-size: 16px; background: none; padding-left: 0; padding-top: 10px;}
	.headorder{font-size: 15px;}
	.textpane img{width: 100%;}
	.logoimg{width: 44px; height: 44px; }
	.logoimgimg{width: 44px; padding: 4px 6px 6px;}
	.logotext{font-size: 26px;}
	h1{font-size: 30px;}
	.mainmessage{margin-top: 400px; font-size: 25px; }
	.mainmessage .brm{font-size: 15px; line-height: 21px;}
	.boxfooter2{padding-bottom: 0;}
	.bigmargin{margin-top: 100px;}
	.lefticon{width: 32px !important;}
}