/*
VALERA's  - Responsive VCard - CSS
Copyrights - orange-idea.com
Creator: OrangeIdea
DECEMBER - 2012
Portfolio - http://themeforest.net/user/OrangeIdea/portfolio

/* Body and structure
-------------------------------------------------- */
body {
  position: relative;
  background-color: #f1f1f1;
  background-image:url(../img/bg/4w.png);
  background-repeat: repeat;
  line-height:1.6em !important;
  color:#666;
}
.gray_bg { background-color:#f8f8f8; border-top:1px solid #efefef; border-bottom:1px solid #efefef;}
.header_social {float:right; margin-right:20px; margin-top:5px; font-size:11px;}
::selection {
	background:#920001;
	color:#fff;
}
::-moz-selection {
	background:#000;
	color:#fff;
}
img::selection {
	background: transparent;
}
img::-moz-selection {
	background: transparent;
}
img {  max-width:100%;}
h1, h2, h3, h4, h5, h6 { text-transform:uppercase; color:#444;}
p{ margin-bottom:20px; font-size:12px;}
a { color:#920001;}
a:hover { color:#920001; text-decoration:underline;}
a:focus { outline:none !important;}
.header_social .badge, .comment .badge{
	background-color:#f5f5f5;
	font-size:inherit;
	font:inherit;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
	color:inherit;

}
.badge a { 
	color:#920001;
	text-shadow:1px 1px #fff;
	-webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
}
.badge:hover a {
	color:#fff;
	text-decoration:none;
	text-shadow:none;
	-webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
}
.center {text-align:center;}
.block .description {padding:10px; padding-top:0px;}

/* Space out sub-sections more
-------------------------------------------------- */
section {
  padding-top: 30px;
}


.container {
	background:#fff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.27), 0 0 20px rgba(0, 0, 0, 0) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27), 0 0 20px rgba(0, 0, 0, 0) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.27), 0 0 20px rgba(0, 0, 0, 0) inset;
}
.bordered {border:20px solid #fff;}
.welcome {
	margin-left: 20px;
	margin-top: 26px;
	padding-bottom: 26px;
}

#top_menu_alt{
	float: left ;
	margin-left: 0px;
	margin-top: 10px;
	width: 400px;
	
}
.b_menu_1{
	float: left;
	margin: 5px;
}
.b_menu_1 img{
	width: 190px;
}	

.b_menu_2{
	float: left;
	margin: 5px;
}
.b_menu_2 img{
	width: 90px;
}

/* -------------------------------------------------- */
/*	Main Navigation
/* -------------------------------------------------- */

.nav-tabs > li > a {
	color: #fff;
	
	font-size: 32px;
	display: block;
	position: relative;
	text-align: center;
	z-index: 98;
	padding: 16px 17px 16px 18px !important;
	border-radius:0px;
	margin-left:0px;
	border:none;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	background: none;
	}


.nav-tabs > li > a:hover {
	background:#fff;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	background: none;

}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover{
	color: #aaa; 
	border:none;
	border-bottom:none;
	background: #fff;
}

.nav-tabs > li.kiemel > a {
	color: #f00;
    text-shadow: -1px -1px 1px #deff78a6;
}

header {
	margin-top:0px;
	position: absolute;
	top: 25px;
	z-index: 2;
	height:167px;
	background:rgba(0,0,0, 0.5);
	
}

#logo {margin-top:0px;position: absolute;top: 0px; right:0px; z-index: 3;}
#socs {
	margin-top: 0px;
    position: absolute;
    top: 127px;
    right: 0px;
    z-index: 10;
    width: 170px;
    padding: 1px 5px 10px 7px;
	background-color: #fff;
}
#socs a{margin-left: 20px;}

h4 .label{
	font-size: 30px;
    background-color: #fff;
    color: #999;
    text-shadow: none;
    padding-left: 40px;
    border-radius: 0px;
    padding-right: 40px;
}
	
	/*Landscape phones and down*/
	@media (max-width: 389px) {
		body { padding:20px; padding-top:0px; }
		.tab-content { padding-left:0px !important; }
		.bordered { border-left:0px;}
		.container { width:260px;}
		.flexslider, .tab-pane {width:240px;}
		.flexslider.aboutslider {max-width:220px;}
		.flex-caption { display:none; }
		.flex-control-nav  { display:none}
		h1.welcome { font-size:18px; text-align:center; line-height:18px;margin-top: 3px;}
		h4.welcome { text-align:center; margin-bottom:20px; font-size:11px !important;}
		.soc_icons {margin-bottom:40px !important;}
		.soc_icons a:first-child{ margin-right:30px; }
		.nav-tabs { margin-top:25px;}
		.nav-tabs li:last-child { margin-right:3px;}
		.shadow { margin-top:-12px !important;}
		.nav-tabs > li > a {padding: 4px 7px 4px 7px !important; font-size:11px; text-transform:none;}
		.span4 { margin-bottom:35px !important;}
		.block { margin-bottom:35px !important; max-width:240px;}
		.map { width:240px !important; height:230px !important;}
		.mainslider { height:245px !important;}
		.copy { text-align:center !important;}
		
		h1 .label, h3 .label {
			font-size: 18px !important;
			font-family: "Arimo", Helvetica, Arial, sans-serif;
			padding: 0px;
			line-height: 15px !important;
		}
		
		#top_menu {
			display: none;
			
		}
		
		#socs {
			display: none;
			
		}
		
		#top_menu_alt{
			margin-left: 0px;
			margin-top: 5px;
			width: 260px;
		}
		.b_menu_1{
			margin: 2px;
		}
		.b_menu_1 img{
			width: 118px;
		}	
		
		.b_menu_2{
			margin: 2px;
		}
		.b_menu_2 img{
			width: 56px;
		}
		
		
		.welcome {
			margin-left: -5px;
			margin-top: 0px;
			
		}
		
		h1.welcome{
			text-align: left;
			width: 160px;
			padding-bottom: 4px;
		}
		
		header {
			top: 25px;
			margin-left: 10px;
			width: 240px;
			height: 50px;
		}
		
		h4 .label {
			font-size: 7px;
			background-color: #fff;
			color: #999;
			text-shadow: none;
			padding-left: 12px;
			border-radius: 0px;
			padding-right: 10px;
			margin-left: -10px;
		}

		.nav-tabs {
			margin-left: 0px !important;
		}

		.nav-tabs > li > a{
			font-size: 10px !important;
			padding: 0px 1px 3px 5px !important;
		}
		
		#logo {
			top: 0px;
			right: 0px !important;
			width: 72px !important;
		}
		
		#portfoliopage-paint,#portfoliopage-workshop {
			margin-top: 50px !important;
		}
		
		.btn {
			padding: 0px 5px 0px;
			font-size: 12px;
		}
		
		#about,#contact {
			margin-top: 50px !important;
		}
		#about img,#contact img {
		    width: 220px;
		}
		#about input,#contact input {
		    width: 210px;
		}
		#about textarea,#contact textarea {
		    width: 210px;
		}
		.workshop{
			width: 300px !important;
			margin-left: -5px !important;
		}
		
		.btn-group .btn{
			width: 100%;
			font-size: 12px;
			text-transform: uppercase;
			text-align: left;
			line-height: 22px;
			
		}
	}
	@media (min-width: 400px)  and (max-width: 478px) {
		body { padding:20px; padding-top:0px; }
		.tab-content { padding-left:0px !important; }
		.bordered { border-left:0px;}
		.container { width:260px;}
		.flexslider, .tab-pane {width:240px;}
		.flexslider.aboutslider {max-width:220px;}
		.flex-caption { display:none; }
		.flex-control-nav  { display:none}
		h1.welcome { font-size:18px; text-align:center; line-height:18px;margin-top: 3px;}
		h4.welcome { text-align:center; margin-bottom:20px; font-size:11px !important;}
		.soc_icons {margin-bottom:40px !important;}
		.soc_icons a:first-child{ margin-right:30px; }
		.nav-tabs { margin-top:25px;}
		.nav-tabs li:last-child { margin-right:3px;}
		.shadow { margin-top:-12px !important;}
		.nav-tabs > li > a {padding: 4px 7px 4px 7px !important; font-size:11px !important; text-transform:none;}
		.span4 { margin-bottom:35px !important;}
		.block { margin-bottom:35px !important; max-width:240px;}
		.map { width:240px !important; height:230px !important;}
		.mainslider { height:245px !important;}
		.copy { text-align:center !important;}
		
		h1 .label, h3 .label {
			font-size: 18px !important;
			padding: 0px;
			line-height: 15px !important;
		}
		
		#top_menu {
			display: none;
			
		}
		
		#socs {
			display: none;
			
		}
		
		#top_menu_alt{
			margin-left: 0px;
			margin-top: 5px;
			width: 260px;
		}
		.b_menu_1{
			margin: 2px;
		}
		.b_menu_1 img{
			width: 118px;
		}	
		
		.b_menu_2{
			margin: 2px;
		}
		.b_menu_2 img{
			width: 57px;
		}
		
		
	
		.welcome {
			margin-left: -5px;
			margin-top: 0px;
			padding-bottom: 5px;
		}
		
		h1.welcome{
			text-align: left;
			width: 160px;
		}
		
		header {
			top: 25px;
			margin-left: 10px;
			width: 240px;
			height: 50px;
		}

		h4 .label {
			font-size: 7px;
			background-color: #fff;
			color: #999;
			text-shadow: none;
			padding-left: 12px;
			border-radius: 0px;
			padding-right: 10px;
			margin-left: -10px;
		}

		#popupFli {
			display: none;
			position: absolute;
			margin: 0 auto;
			width: 630px;
			top: 20%;
			left: calc((100% - 630px)/2);
			box-shadow: 0px 0px 20px 2px #00000059 !important;
			z-index: 1000;
			background-color: #FFF;
		}
		
		.nav-tabs {
			margin-left: 0px !important;
		}

		.nav-tabs > li > a{
			font-size: 10px !important;
			padding: 0px 1px 3px 5px !important;
		}
		
		#logo {
			top: 0px;
			right: 0px !important;
			width: 72px !important;
		}
		
		
		#portfoliopage-paint,#portfoliopage-workshop {
			margin-top: 50px !important;
		}
		
		.btn {
			padding: 0px 5px 0px;
			font-size: 12px;
		}
		#about,#contact {
			margin-top: 65px !important;
		}
		#about img,#contact img {
		    width: 220px;
		}
		#about input,#contact input {
		    width: 210px;
		}
		#about textarea,#contact textarea {
		    width: 210px;
		}
		.workshop{
			width: 300px !important;
			margin-left: -5px !important;
		}
		
		.btn-group .btn{
			width: 100%;
			font-size: 20px;
			text-transform: uppercase;
			text-align: left;
			line-height: 22px;
			
		}
		
	}
	/* Landscape phone to portrait tablet*/
	@media (min-width: 479px) and (max-width: 767px) {
		body { padding:20px; padding-top:0px; }
		.bordered { border-left:0px;}
		.container { max-width:420px;}
		.flexslider, .tab-pane {max-width:400px;}
		.flexslider.aboutslider {max-width:370px;}
		.flex-caption { display:none;}
		.flex-control-nav  { display:none}
		h1.welcome { font-size:18px; text-align:center; line-height:20px;padding-bottom: 0px;}
		h4.welcome { text-align:center; margin-bottom:20px;}
		.soc_icons {margin-bottom:40px !important;}
		.soc_icons a:first-child{ margin-right:100px; }
		.nav-tabs { margin-top:40px;}
		.nav-tabs li:last-child { margin-right:80px;}
		.shadow { margin-top:-5px !important;}
		.nav-tabs > li > a {padding: 4px 7px 4px 7px !important; font-size:12px !important; text-transform:none;}
		.span4 { margin-bottom:35px !important;}
		.aboutslider img { width:420px;}
		.block { margin-bottom:35px !important; max-width:410px;}
		.map { width:400px !important; height:410px !important;}
		.mainslider { height:400px !important;}
		.copy { text-align:center !important;}
		
		h1 .label, h3 .label {
			font-size: 24px !important;
			line-height: 22px;
			padding: 0px;
		}
		
		h4 .label {
			font-size: 10px;
			background-color: #fff;
			color: #999;
			text-shadow: none;
			padding-left: 10px;
			border-radius: 0px;
			padding-right: 10px;
			margin-left: -15px;
			padding: 3px 5px;	
		}

		#popupFli {
			display: none;
			position: absolute;
			margin: 0 auto;
			width: 630px;
			top: 20%;
			left: calc((100% - 630px)/2);
			box-shadow: 0px 0px 20px 2px #00000059 !important;
			z-index: 1000;
			background-color: #FFF;
		}

		.nav-tabs {
			margin-left: 0px !important;
		}

		.nav-tabs > li > a{
			font-size: 14px !important;
			padding: 5px 3px 5px 5px !important;
		}
		#top_menu {
			display: none;
			
		}
		
		#socs {
			display: none;
			
		}
		
		
		.welcome {
			margin-left: -10px;
			margin-top: 4px;
			
		}
		
		h1.welcome{
			text-align: left;
			width: 300px;
		}
		
				
		#logo {
			top: 0px;
			right: 0px !important;
			width: 96px !important;
		}
		header {
			top: 24px;
			margin-left: 3px;
			width: 408px;
			height: 67px;
		}
		
		#portfoliopage-paint,#portfoliopage-workshop {
			margin-top: 70px !important;
		}
		
		.btn {
			padding: 0px 10px 0px;
			font-size: 14px;
		}
		
		#about,#contact {
			margin-top: 80px !important;
		}
		
		form {
			max-width: 370px;
		}
		
		.workshop{
			width: 300px !important;
			margin-left: 35px !important;
		}
		
		.btn-group .btn{
			width: 100%;
			font-size: 18px;
			text-transform: uppercase;
			text-align: left;
			line-height: 30px;
			
		}
	}
	@media (min-width: 767px) and (max-width: 980px) {
		.flex-caption  p{ display:none;}
		.flexslider h3  { font-size:14px !important; line-height:16px;}
		
		header {
			height: 118px;
		}

		.welcome {
			margin-left: 0px;
			margin-top: 4px;
			padding-bottom: 12px;
		}
		
		#top_menu_alt{
			display: none;
		}
		
		h1.welcome { font-size:20px;}
		
		
		.map { width:230px !important; height:410px !important;}
		.mainslider { height:730px !important;}
		
		h1 .label, h3 .label {
			font-size: 40px !important;
		}
		
		.nav-tabs {
			margin-left: 0px !important;
		}

		.nav-tabs > li > a{
			font-size: 21px !important;
    		padding: 10px 8px 10px 8px !important;
		}

		h4 .label {
			font-size: 18px;
			background-color: #fff;
			color: #999;
			text-shadow: none;
			padding-left: 32px;
			border-radius: 0px;
			padding-right: 32px;
			padding: 8px 32px;
		}

		#top_menu {
			top: 105px !important;
		}
		#logo {
			top: 0px;
			right: 0px !important;
			width: 116px !important;
		}
		header {
			top: 25px;
		}
		
		#portfoliopage-paint,#portfoliopage-workshop {
			margin-top: 115px !important;
		}
		
		.btn-group .btn{
			font-size: 14px;
		}
		
		#about,#contact {
			margin-top: 140px !important;
		}
		
		#socs {
			top: 81px;
			right: 0px;
			width: 104px;
			padding: 6px 5px 7px 7px;
		}
		
		#socs img{
			height: 24px;
		}
		
		#socs a {
		    margin-left: 5px;
		}
		
	}
	/* Portrait tablet to landscape and desktop*/
	@media (min-width: 980px) and (max-width: 1200px) {
		.flexslider h3  { font-size:14px !important;}
		.map { width:300px !important;}
		.mainslider { height:950px !important;}
		
		header {
			height: 133px;
		}
		
		.welcome {
			margin-left: 6px;
			margin-top: 10px;
		}
		
		h4 .label{
			font-size: 25px;
			background-color: #fff;
			color: #999;
			text-shadow: none;
			padding-left: 12px;
			border-radius: 0px;
			padding-right: 60px;
		}

		#top_menu_alt{
			display: none;
		}
		
		h1 .label, h3 .label {
			font-size: 50px !important;
		}
		.nav-tabs {
			margin-left: 0px !important;
		}
		.nav-tabs > li > a{
			font-size: 24px !important;
    		padding: 12px 18px 8px 19px !important;	
		}
		
		#top_menu {
			top: 120px !important;
		}
		
		#logo img{
			height: 93px;
		}
		
		.span10 {
			width: 816px !important;
		}
		
		#about,#contact {
			margin-top: 180px !important;
		}
		
		#socs {
			top: 93px;
			right: 0px;
			width: 120px;
			padding: 8px 2px 6px 10px;
		}
		#socs a {
		    margin-left: 7px;
		}
		#socs img{
			height: 26px;
		}
			
	}
	@media (min-width: 1200px){
		#top_menu_alt{
			display: none;
		}
	}	
.mainslider { height:1180px;}
.copy { text-align:right;}
.map { width:370px;}
.top_line { height:5px; background-color:#eee;}
/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0; background:#f5f5f5;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li:first-child { background:url('../img/spinner.gif') center center no-repeat #f5f5f5;}
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #f5f5f5; position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {max-width: 30%; margin: 0; position: absolute; left: 0; bottom: 20%;}
.flex-caption h3 {background:#FFF; margin-bottom:15px; padding:15px; padding-left:20px; float:left;}
.flex-caption p {background:#FFF; margin-bottom:15px; padding:15px; padding-left:20px; float:left;}

.flex-caption h3, .flex-caption p {
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27), 0 0 20px rgba(0, 0, 0, 0) inset;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27), 0 0 20px rgba(0, 0, 0, 0) inset;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27), 0 0 20px rgba(0, 0, 0, 0) inset;
}

/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(theme/bg_direction_nav.png) no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -20px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 15px; left:20px;}
.flex-control-nav li {margin: 0 0 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 27px; height: 13px; display: block; background: url('../img/bullet.png') no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {width: 27px; height: 13px; display: block; background: url('../img/bullet-hover.png')}
.flex-control-nav li a.active {width: 27px; height: 13px; display: block; background: url('../img/bullet-hover.png')}

.flex-control-nav {
	display: none;
}




#top_menu {margin-top:0px;position: absolute;top: 142px;z-index: 3;}


img { margin:0px !important; padding:0px !important}
.block  { margin-bottom:30px; background-color:#f5f5f5; border-bottom:1px solid #dfdfdf;  text-align:center;}
.block p { margin-bottom:0px; margin-top:3px;}
.block h5 { padding-top:10px; padding-left:10px;}
.block:hover {}
.block a { 
	text-shadow:1px 1px #fff;
	color:#444;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.block a:hover { 
	text-shadow:1px 1px #fff;
	color:#920001;
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;	
	}
.left .span3 { text-align:left;}
.nbm { margin-bottom:0px !important;}
.nbm .span3 { margin-bottom:0px;}
.undercolored { border-bottom:1px solid #920001;}
.undercolored a { color:inherit;}
.undercolored a:hover { color:#920001; text-decoration:none;}
.colored {color:#920001;}

.view {
   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 h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.1);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   color: #fff;
   text-transform: uppercase;
}
.view a.link {
   display: inline-block;
   text-decoration: none;
   color: #fff;
   text-transform: uppercase;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.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.1);
   -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;
   width:100%;
   height:100%;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -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:hover img {

}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   position:absolute;
   left:50%;
   top:50%;
   margin-top:-20px;
   margin-left:-26px;

}
.view-first a.link {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   position:absolute;
   left:50%;
   top:50%;
   margin-top:-25px;
   margin-left:11px;

}

.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info,
.view-first:hover a.link {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
   filter: alpha(opacity=70);
   opacity: 0.7;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover a.info:hover,
.view-first:hover a.link:hover {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;

	}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}

				


h1 .label, h3 .label { font-size:64px; border-radius: 0px !important; background: none; color: #fff;font-weight: normal;}
.dash { border-style:dashed !important; margin-top:10px; margin-bottom:10px;}

.soc_icons a{ float:right; margin-right:10px; margin-top:5px;}
.icon_t { width:24px; height:24px; background:url('../img/icons_twitter.png')}
.icon_t:hover {background:url('../img/icons_twitter_hover.png')}
.icon_facebook { width:24px; height:24px; background:url('../img/icons_facebook.png')}
.icon_facebook:hover {background:url('../img/icons_facebook_hover.png')}
.icon_dribbble { width:24px; height:24px; background:url('../img/icons_dribbble.png')}
.icon_dribbble:hover {background:url('../img/icons_dribbble_hover.png')}
.icon_google { width:24px; height:24px; background:url('../img/icons_google.png')}
.icon_google:hover {background:url('../img/icons_google_hover.png')}
.icon_in { width:24px; height:24px; background:url('../img/icons_in.png')}
.icon_in:hover {background:url('../img/icons_in_hover.png')}
.icon_flickr { width:24px; height:24px; background:url('../img/icons_flickr.png')}
.icon_flickr:hover {background:url('../img/icons_flickr_hover.png')}

.preloader { background:url('../img/spinner.gif') center center no-repeat #ffffff;  }
.view {background:url('../img/spinner.gif') center center no-repeat #f5f5f5;}

input:focus,
textarea:focus {
  border-color: rgba(101, 154, 34, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(101, 154, 34, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(101, 154, 34, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(101, 154, 34, 0.6);
  outline: 0;
  /* IE6-9 */
  
}
.nav-tabs { margin-bottom:0px !important;margin-left: 0px;}
ul#filters { list-style:none; margin:0px !important;}
ul#filters li { float:left; padding-left:0px; margin-right:20px;}

.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }

/* Isotope CSS3 transitions */
.isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; display:block; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -moz-transform, opacity; -o-transition-property: top, left, opacity; transition-property: transform, opacity; }

/* disabling Isotope CSS3 transitions */
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }

.portfolio-description  section{ padding-top:20px;}
#note { color:#ff0000; font-size:11px; line-height:14px; margin-bottom:15px;}


#about,#contact{
	margin-top: 0px !important;
	padding-top: 200px !important;	
}

#portfoliopage-paint,#portfoliopage-workshop,#about,#contact{
	margin-top: 0px !important;
	padding-top: 180px !important;	
}

#about,#contact{
	margin-top: 0px !important;
	padding-top: 195px !important;	
}

.btn-group{
	text-align: center;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 5px;
	padding-bottom: 5px;
}
.btn-group .btn{
	float: inherit;
	background: none;
	color: #aaa;
	border-bottom: none;
	text-shadow: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-group .btn.current{
	color: #000;
	border-bottom: none;
}

.scrollToTop{
	width:10px; 
	height:30px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:70px;
	right:20px;
	display:none;
	background: url('../img/arrow_up.png') no-repeat 0px 20px;
	z-index: 2;
	
}
.scrollToTop:hover{
	text-decoration:none;
}

.tosale{
	width:30px; 
	height:50px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:10px;
	right:10px;
	display:none;
	background: url('../img/buy.png') no-repeat 0px 20px;
	z-index: 20;
	
}
.tosale:hover{
	text-decoration:none;
}

.forsaleicon{
	width:30px; 
	height:50px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	top:10px;
	right:10px;
	background: url('../img/forsale.png') no-repeat 0px 0px;
	z-index: 20;
}

.soldicon{
	width:40px; 
	height:50px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: absolute;
	top: 272px;
    right: 2px;
	background: url('../img/sold.png') no-repeat 0px 0px;
	background-size: 100%;
	z-index: 20;

	text-shadow: none !important;
   -webkit-transition: none !important;
   -moz-transition: none !important;
   -o-transition: none !important;
   -ms-transition: none !important;
   transition: none !important;
}

.soldicon img{
	width:100%; 
}

.ppt{
	width: 80px !important;
    height: 50px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: absolute;
    bottom: -21px;
    right: 52px;
    z-index: 20;
}

.ppt img{
	width:100%; 
}

#banner{
	color: #fff;
	
}
#banner:hover{
	color: #f00;
	cursor: pointer;
}
.banner_1{
	font-size: 53px;
	text-align: center;
	margin-top: 0px;
	position: absolute;
	top: 170px;
	z-index: 3;
	text-shadow: 2px 2px 4px #000000;
}

.banner_2{
	font-size: 84px;
	text-align: center;
	margin-top: 0px;
	position: absolute;
	top: 240px;
	z-index: 3;
	text-shadow: 2px 2px 4px #000000;
}

#about .row{
	margin-bottom: 20px;
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-left: 0px;
}

#popupFli {
    display:none;
    position:absolute;
    margin:0 auto;
    width: 630px;
    top: 20%;
    left: calc((100% - 630px)/2);
	box-shadow: 0px 0px 50px 2px #000;
	z-index: 1000;
	background-color: #FFF;
}

#popupFli .szov{
	margin:0;
	padding: 20px 20px 0px 20px;
}

#popupFli .szov p{
	font-size: 20px;
    line-height: 26px;
}

#popupFli .panel-footer{
	float: right;
	margin: 10px;
}

@media (min-width: 1200px){
	#about .span7 {
    	width: 735px;
	}
	#about .span6 {
    	width: 44%;
    	margin-left: 0px;
    	padding-left: 30px;
	}
}

@media (max-width: 1200px) and (min-width: 980px){
	.banner_1{
		font-size: 42px;
		top: 135px;
	}
	.banner_2{
		font-size: 68px;
		top: 190px;
	}
	
	#portfoliopage-paint,#portfoliopage-workshop,#about,#contact{
		margin-top: 0px !important;
		padding-top: 135px !important;	
	}
		
	#about,#contact{
		margin-top: 0px !important;
		padding-top: 157px !important;
	}	
	
	#about .span6 {
    	width: 46%;
	}

	.soldicon{
		top:222px;
		right:2px;
		width:30px;
	}

	#popupFli .szov p {
		font-size: 17px;
		line-height: 20px;
	}
}

@media (max-width: 980px) and (min-width: 767px){
	.banner_1{
		font-size: 33px;
		top: 115px;
	}
	.banner_2{
		font-size: 53px;
		top: 158px;
	}
	
	
	#portfoliopage-paint,#portfoliopage-workshop,#about,#contact{
		margin-top: 0px !important;
		padding-top: 120px !important;	
	}
		
	#about,#contact{
		margin-top: 0px !important;
		padding-top: 144px !important;
	}
	
	.span10 {
	    width: 620px !important;
	}	

	.soldicon{
		top: 168px;
		right: 2px;
		width: 14px;
	}

	#popupFli{
		width: 500px;
		top: 20%;
		left: calc((100% - 500px)/2);
	}

	#popupFli .szov p {
		font-size: 14px;
		line-height: 16px;
	}
}

@media (max-width: 767px) and (min-width: 479px){
	.b_menu_1 {
	  margin: 4px;
	}
	
	.span12{
		  width: 400px;
		  margin-left: 13px;
	}
	.banner_1{
		font-size: 18px;
		top: 94px;
		text-shadow: 1px 1px 1px #000000;
		margin-left: 10px;
	}
	.banner_2{
		font-size: 30px;
		top: 120px;
		text-shadow: 1px 1px 1px #000000;
		margin-left: 10px;
	}
	
	#portfoliopage-paint,#portfoliopage-workshop,#about,#contact{
		margin-top: 0px !important;
		padding-top: 85px !important;	
	}
		
	#about,#contact{
		margin-top: 0px !important;
		padding-top: 85px !important;
	}
	.btn-group {
		margin-left: 10px;
	}	

	.soldicon{
		top: 398px;
		right: 13px;
		width: 40px;
	}

	#popupFli{
		width: 300px;
		top: 20%;
		left: calc((100% - 300px)/2);
	}

	#popupFli .szov p {
		font-size: 14px;
		line-height: 16px;
	}
}

@media (max-width: 479px) and (min-width: 400px){
	.b_menu_1 {
	  margin: 4px;
	}
	.b_menu_2 img{
	  	margin-top: 2px !important;
  		margin-left: 2px !important;
	}
	.span12{
		  width: 250px;
		  margin-left: 13px;
	}
	.banner_1{
		font-size: 10px;
		top: 73px;
		text-shadow: 1px 1px 1px #000000;
		margin-left: 5px;
	}
	.banner_2{
		font-size: 17px;
		top: 90px;
		text-shadow: 1px 1px 1px #000000;
		margin-left: 5px;
	}
	#portfoliopage-paint,#portfoliopage-workshop,#about,#contact{
		margin-top: 95px !important;	
	}
	
	#portfoliopage-paint,#portfoliopage-workshop,#about,#contact{
		margin-top: 0px !important;
		padding-top: 95px !important;	
	}
		
	#about,#contact{
		margin-top: 0px !important;
		padding-top: 95px !important;
	}
	.btn-group {
		margin-left: 10px;
	}
	
	#popupFli{
		width: 200px;
		top: 20%;
		left: calc((100% - 200px)/2);
	}

	#popupFli .szov p {
		font-size: 12px;
		line-height: 14px;
	}
}

@media (max-width: 400px){
	.b_menu_1 {
	  	margin: 4px;
	}
	.b_menu_2 img{
	  	margin-top: 2px !important;
 		margin-left: 2px !important;
	}
	.span12{
		  width: 250px;
		  margin-left: 13px;
	}
	.banner_1{
		font-size: 10px;
		top: 73px;
		text-shadow: 1px 1px 1px #000000;
		margin-left: 5px;
	}
	.banner_2{
		font-size: 17px;
		top: 90px;
		text-shadow: 1px 1px 1px #000000;
		margin-left: 5px;
	}
	#portfoliopage-paint,#portfoliopage-workshop,#about,#contact{
		margin-top: 95px !important;	
	}
	
	#portfoliopage-paint,#portfoliopage-workshop,#about,#contact{
		margin-top: 0px !important;
		padding-top: 65px !important;	
	}
		
	#about,#contact{
		margin-top: 0px !important;
		padding-top: 65px !important;
	}
	.btn-group {
		margin-left: 10px;
	}
	
	.span7 > .span6{
	  	margin-left: 0px;
	    width: 100%;
	}
	#about a{
     	word-wrap: break-word;
	}
	
	#popupFli{
		width: 200px;
		top: 20%;
		left: calc((100% - 200px)/2);
	}

	#popupFli .szov p {
		font-size: 12px;
		line-height: 14px;
	}
}	