/* 
==========================================================================
   sopocko.pl 01.09.2015
========================================================================== 
*/

@import url(https://fonts.googleapis.com/css?family=Playfair+Display:700,400italic,400&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,900&subset=latin,latin-ext);
/*@import url(https://fonts.googleapis.com/css?family=Bree+Serif&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=PT+Serif+Caption:400,400italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Yeseva+One&subset=latin,latin-ext);*/


html{
    height: 100%;
}


body{
	font-family: 'Lato', serif;
	font-weight: 400;
	font-size: 16px;
	color: #222;
	background-color: #10171F;
}

h1,h2,h3,h4,h5{
	
/*	font-family: 'Bree Serif', serif;
	font-family: 'PT Serif Caption', serif;*/
font-family: 'Playfair Display', serif;
	font-weight: 700;
	/*font-style: italic;*/
}

#nav {
	
/*	font-family: 'Bree Serif', serif;
	font-family: 'PT Serif Caption', serif;*/
	font-weight: 400;
	font-family: 'Playfair Display', serif;
	/*font-style: italic;*/
}


.btn{
	border-radius: 0px;
	border:none;	
}

a{
	color: #650814;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a:hover, a:focus{
	color: #222;
	text-decoration: none;
}

.focus-only
{
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

.focus-only:focus
{
	position: static; /*lub clip: auto;*/
}


video {
	background-size:cover;
	display:table-cell;
	vertical-align:middle;
	width:100%;
}









/*** HEADER ***/


#header{
	position: relative;
	min-height: 120px;
	z-index: 2;	
}


@media (max-width: 480px) {

#header{
	min-height: 150px;	
}

}
@media (max-width: 380px) {

#header{
	min-height: 120px;	
}

}


#header:before,
#header:after {
  display: table;
  content: " ";
}
#header:after{
  clear: both;
}

#header #logo{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 100px;
	top: 5px;
	z-index: 10;
}

@media (max-width: 991px) { 
	#header #logo{
		left: 0px;
		top: 5px;
	}
}




#header #logo {
	display: block;
	overflow: hidden;
}



#header #logo a strong{
	position: absolute;
	top: -300px;	
}

@media (max-width: 660px) {
#header #logo{
	width: 80%;
	left: 0px;
	top: 10px;
} 
#header #logo a img{
	width: 100%;
	height: auto;
}
}

@media (max-width: 480px) {
	#header #logo{
	width: 100%;
	left: 0px;
	top: 50px;
} 

}



#header #logo a:hover{
	color: #FFF;
	text-decoration: none;
}


#languages{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 15px;
}

#languages li{
	margin: 0px;
	padding: 0px;
	display: inline-block;
	list-style-type: none;
	position: relative;
}

#languages li a{
	margin: 0 0 0 2px;
	padding: 10px 10px 30px 10px ;
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	color: #CECECE;
	background-color: #333;
}

#languages li::after{
	content: '';
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	left: 6px;
	bottom: -15px;
	background-color: #10171F;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	z-index: 3;
}

#languages li a:hover{
	color: #fff;
	background-color: #575757;
	text-decoration: none;
}
#languages li.activ a,
#languages li.activ a:hover{
	color: #fff;
	background: #BF0E26;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
}


@media (max-width: 480px) {

#languages {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 65px;
  top: 0;
}

}


@media (min-width: 992px) { 

	#header #nav{
	margin: 0;
	padding: 0px;
	display: block;
	position: absolute;
	width: 300px;
	left: 15px;
	top: 160px;
	}
	
	#header #nav:before{
	content: '';
	display: block;
	position: absolute;
	background: url(../img/ks.sopocko.png) no-repeat center center;
	height: 297px;
	width: 126px;
	left: 0px;
	top: -60px;
	z-index: 2;
	}	
	
	#header #nav ul{
	margin: 0;
	padding: 0;
	display: block!important;
	}	
	
	#header #nav ul li{
		display: block;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#header #nav > ul > li > a {
	color: #FFF;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAADklEQVQImWNgQAVpZHAANBABmbxk9n0AAAAASUVORK5CYII=);
	background-color: #27374a;
	padding: 8px 20px 8px 20px;
	display: inline-block;
	margin-bottom: 4px;
	font-size: 16px;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    2px 2px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         2px 2px 2px 0px rgba(0, 0, 0, 0.3);
	position: relative;
	}

	#header #nav > ul > li > a:hover,
	#header #nav > ul > li.active > a,
	#header #nav > ul > li.active > a:hover {
		color: #FFF;
		background-color: #8E0225;
		text-decoration: none;
		text-shadow: 1px 1px 6px rgba(255, 255, 255, 0.8);
	}
	
	
	
	#header #nav > ul > li.poz1 > a{
		padding-left: 110px;
		left: 30px;
	}

	#header #nav > ul > li.poz2 > a{
		padding-left: 110px;
		left: 30px;
	}

	
	#header #nav > ul > li.poz3 > a{
		padding-left: 110px;
		left: 30px;
		padding-right: 70px;
	}
	
	#header #nav > ul > li.poz4 > a{
		padding-left: 110px;
		left: 30px;
		padding-right: 60px;	
	}
	
	#header #nav > ul > li.poz5 > a{
		padding-left: 140px;
		padding-left: 110px;
		left: 30px;
		padding-right: 40px;	
	}
	
	#header #nav > ul > li.poz6 > a{
		padding: 8px 130px 8px 20px;
		z-index: 3;
		position: relative;
		margin-top: 20px;
	}	
	
	#header #nav > ul > li.poz6 > a::after{
	content: '';
	display: block;
	background-image: url(../img/ico_szlak.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 110px;
	width: 137px;
	position: absolute;
	z-index: 4;
	top: -10px;
	right: -10px;
	}	
	
	#header #nav > ul > li.poz6 > a:hover::after{
		background-position: center bottom;
	}	
	
	#header #nav > ul > li.poz7 > a{
		z-index: 2;
		position: relative;
		margin-top: 40px;
		padding: 8px 20px 8px 100px;
	}
	
	#header #nav > ul > li.poz7 > a::after{
		content: '';
		display: block;
		background-image: url(../img/ico_obraz.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		height: 146px;
		width: 85px;
		position: absolute;
		z-index: 3;
		top: -10px;
		left: 0px;	
	}
	
	#header #nav > ul > li.poz8 > a{
		padding-left: 100px;
	}
	
	#header #nav > ul > li.poz9 > a{
		padding-left: 100px;
	}	
	
	#header #nav > ul > li.poz10 > a{
		margin-top: 40px;
		padding: 8px 130px 8px 20px;
		position: relative;
		z-index: 3;
	}	
	
	
	#header #nav > ul > li.poz10 > a::after{
	content: '';
	display: block;
	background-image: url(../img/ico_miasto.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 110px;
	width: 137px;
	position: absolute;
	z-index: 4;
	top: -20px;
	right: -10px;
	}	
	
	#header #nav > ul > li.poz10 > a:hover::after{
		background-position: center bottom;
	}
	
	
	
	
	
			

	#showmenu {
		display: none;
	}
	#header #nav ul.nav{
		display: block!important;
	}
	
	
	
	
	
}


/* mobile menu */

@media (max-width: 991px) { 


	
	#header #showmenu{
	position: absolute;
	top: 60px;
	right: 0px;
	color: #FFFFFF;
	z-index: 1200;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: none;
	font-size: 40px;
	}
	
	
	#header.shrink	#showmenu{
	position: absolute;
	top:5px;
	right: 30px;
	color: #fff;
	}
	
	



#header #nav {
	width: 100%;
	min-height: auto;
	text-align: center;
	position: relative;

}


#header #nav ul{
	width: 100%;
	padding: 60px 0 40px 0;
	display: none;
	top: 120px;
	position: absolute;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAADklEQVQImWNgQAVpZHAANBABmbxk9n0AAAAASUVORK5CYII=);
	background-color: #27374a;
	border: 15px solid #EEF2F6;
}


#header #nav ul li{
	padding: 0px;
	margin: 0;
	list-style-type: none;
	display: block;
	position: relative;
}


#header #nav ul li a{

	color: #fff!important;
	padding: 10px 20px;
	display: block;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	line-height: 1.2em;
	z-index: 2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#header #nav ul li a:hover{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAADklEQVQImWNgQAVpZHAANBABmbxk9n0AAAAASUVORK5CYII=);
	background-color: #233243;
}

#header #nav ul li.active a{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAADklEQVQImWNgQAVpZHAANBABmbxk9n0AAAAASUVORK5CYII=);
	background-color: #BF0E26;
}


	
}


@media (max-width: 480px) {

#header #showmenu {
  right: 0px;
  top: 5px;

}

}



.container{
	position: relative;
	z-index: 1;
}


#slowo {
	width: 300px;
	position: absolute;
	left: 15px;
	top: 640px;
	color: #D7DDE1;
	padding-right: 75px;
}

#slowo h2 {
	font-size: 22px;
}

#slowo blockquote {
	border: none;
	font-size: 14px;
	padding: 10px 0;
}
#slowo blockquote footer{
	text-align: right;
	color: #D7DDE1;
}

#slowo blockquote footer::before{
  content: "";
}

@media (max-width: 991px) { 
	#slowo {
		display: none;
	}
}

/*** MAIN ***/
#main {
	background-color: #EEF2F6;
	min-height: 500px;
	margin-left: 240px;
	padding: 20px;
}
@media (max-width: 991px) { 
	#main {
		margin-left: 0px;
	}
}



#main > .border{
	min-height: 500px;
	border: 1px solid #cfd6dc;
	padding: 10px 60px  60px  80px;
}


.page_header{
	color: #BF0E26;
	text-align: right;
	margin-bottom: 60px;
	position: relative;
	font-size: 36px;
}

.page_header::after{
	content: url(../img/ornament.png);
	position: absolute;
	right: 0px;
	bottom: -35px;	
}

@media (max-width: 599px) { 

#main {
	padding: 15px;
}

#main > .border{
	padding: 10px 30px  30px  30px;
}
}

@media (max-width: 767px) { 
.page_header{
	text-align: center;
	position: relative;
}

.page_header::after{
	position: relative;
	right: auto;
	right: auto;
	bottom: 0;
	display: block;
}
}

.special_box{
	margin-bottom: 60px;
}




/*index */

.s_header{
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	position: relative;
	margin-bottom: 15px;
	margin-top: 60px;
}
.s_header h2{
	color: #BF0E26;
	margin-bottom: 5px;
}


.s_header a{
	font-family: 'Lato', serif;
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 14px;
	color: #999;
}

.s_header a:hover{
	color: #BF0E26;
}

.owl-news a figure{
	overflow: hidden;
	position: relative;
	background-color: #BF0E26;
	padding: 10px;

}



.owl-news a figure img{
	transform: scale(1.18, 1.18);
	-webkit-transform: scale(1.18, 1.18);
	-moz-transform: scale(1.18, 1.18);
	-o-transform: scale(1.18, 1.18);
	-ms-transform: scale(1.18, 1.18);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.owl-news a:hover figure img{
	transform: scale(1.0, 1.0);
	-webkit-transform: scale(1.0, 1.0);
	-moz-transform: scale(1.0, 1.0);
	-o-transform: scale(1.0, 1.0);
	-ms-transform: scale(1.0, 1.0);
}

.owl-news a header{
	text-align: center;
}

.owl-news a header h4{
	color: #333;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	text-align: center;
	font-size: 20px;
}

.owl-news a:hover header h4{
	color: #BF0E26;

}


.owl-news a header time{
	font-size: 14px;
	color: #666;
	margin-top: 15px;
	margin-bottom: 0px;
	display: block;
}

.owl-controls{
	position: relative;
	text-align: center;
}
.owl-prev, .owl-next{
	margin-left: 10px;
	display: inline-block;
}

.owl-controls .owl-prev, .owl-controls .owl-next{
	font-size: 40px;
	color: #CCCCCC;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding-left: 2px;
	padding-right: 2px;
}

.owl-controls .owl-prev:hover, .owl-controls .owl-next:hover{
	color: #BF0E26;
}














/*news_box*/

.news_box{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}



.news_box:before,
.news_box:after {
  display: table;
  content: " ";
}
.news_box:after{
  clear: both;
}
.news_box a {
	display: block;
}

.news_box a header{
	margin-bottom: 30px;
}

@media (max-width: 520px) { 
.news_box a header{
	margin-bottom: 0px;
}

}

.news_box a header h3{
	color: #333;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

@media (max-width: 767px) { 
	.news_box a header h3{
		font-size: 20px;
	}
}

.news_box a:hover header h3{
	color: #BF0E26;

}

.news_box a header time{
	font-size: 14px;
	color: #666;
}



.articleBody:before,
.articleBody:after {
  display: table;
  content: " ";
}
.articleBody:after{
  clear: both;
}

.news_box a figure{
	float: left;
	width: 45%;
	margin-right: 5%;
	overflow: hidden;
	position: relative;
	background-color: #BF0E26;
	padding: 10px;

}



.news_box a figure img{
	transform: scale(1.18, 1.18);
	-webkit-transform: scale(1.18, 1.18);
	-moz-transform: scale(1.18, 1.18);
	-o-transform: scale(1.18, 1.18);
	-ms-transform: scale(1.18, 1.18);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.news_box a:hover figure img{
	transform: scale(1.0, 1.0);
	-webkit-transform: scale(1.0, 1.0);
	-moz-transform: scale(1.0, 1.0);
	-o-transform: scale(1.0, 1.0);
	-ms-transform: scale(1.0, 1.0);
}

@media (max-width: 520px) { 
.news_box a figure{
	float: none;
	width: 100%;
	margin-right: 0;
}

}



@media (min-width: 1200px) { 

.news_box a .lead{
	font-size: 16px;
	color: #333;
}
.news_box a .lead::after{
	content: '';
	display: inline-block;
	font-family: FontAwesome;
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size: 20px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	color: #BF0E26;
	position: absolute;
	right: 0px;
	bottom: 15px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 0;
}

.news_box a:hover .lead::after{
	opacity: 1;
}
}
@media (max-width: 1199px) {
	.news_box a .lead{ display: none;}
}


.news{}

.news figure{
	margin-bottom: 30px;
}

.news figure figcaption{
	font-size: 14px;
	font-style: italic;
	color: #666;
	text-align: right;
	display: block;
}

blockquote footer {
	margin-top: 30px;
}


blockquote footer::before, blockquote small::before, blockquote .small::before {
  content: "";
}

blockquote footer, blockquote small, blockquote .small {
  color: #777;
  display: block;
  font-size: 80%;
  line-height: 1.42857;
}

blockquote footer strong {
  font-size: 16px;
  line-height: 1.42857;
}







/*article_list*/

#article_list a{
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	color: #333;
}
#article_list a p{
	font-size: 18px;
	margin: 0px;
	padding: 0px;

}

#article_list a h3{
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#article_list a:hover h3{
	color: #BF0E26;
}


#article_list a h4{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}


.article .zrodlo{
	margin-top: 15px;
	margin-bottom: 15px;
}




.article h2{
	margin-bottom: 60px;
	margin-top: 10px;
}

.article .przypisy{
	font-size: 14px;
	margin-top: 60px;
	margin-bottom: 15px;
}




/*books_list*/


#books_list{}


#books_list a{
	display: block;
	position: relative;
	margin-bottom: 30px;
}

#books_list a h3{
	font-size: 18px;
	color: #FFF;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 15px;
	
}


#books_list a h4{
	font-size: 16px;
	color: #FFF;
	position: absolute;
	left: 30px;
	right: 30px;
	top: 15px;
}
#books_list a figure{
	background-color: #BF0E26;
	overflow: hidden;
}
#books_list a figure img{
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	opacity: 1;
	position: relative;
	z-index: 5;
	left: 0px;
	top: 0px;
	width: 100%; /* dop poprawy! */
}

#books_list a:hover figure img{
	/*opacity: 0;*/
	left: 0px;
	top: -120%;
}


.book{
	position: relative;
}



.book figure{
	display: inline-block;
	float: left;
	margin-right: 30px;
	margin-bottom: 60px;
	width: 200px;
}

.book header{
	clear: both;
	float: none;
	margin-bottom: 60px;
}

.book .articleBody{
	clear: both;
	float: none;
		
}

.book .articleBody .author{
	margin-top: 30px;
	text-align: right;
}
.book .articleBody .zrodlo{
	font-style: italic;
}



/* ==============
    cookieinfo
   ============== */

#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
	position: fixed;
	font-size: 12px;
	left: 10px;
	padding: 20px  20px 0  20px;
	z-index: 1000;
	text-align: center;
	color: #fff;
	bottom: 10px;
	background-color: #BF0E26;
	width: 200px;
	-webkit-border-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 10px;
	border-bottom-left-radius: 0;
}



#cookieinfo span {

}



#cookieinfo a.closeinfo {
	display: block;
	margin-top: 10px;
}
#cookieinfo a.closeinfo {
	display: block;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border: none;
	clear: both;
	float: none;
	padding: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 30px;
}

#cookieinfo a.closeinfo:hover {
	color: #650814;
}




 /* PAGINATION */

.stronicowanie {
	display: block;
	clear: both;
	float: none;
	margin-top: 10px;
	padding: 0 15px;
}
 
 /*pagination js*/
  .holder {
	margin: 15px 0 40px 0;
	text-align: center;
  }

  .holder a {
	font-size: 14px;
	cursor: pointer;
	color: #333333;
	border: 1px solid #CCC;
	padding: 5px 10px;
	margin: 0 2px 0 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  }

  .holder a:hover {
	background-color: #333333;
	color: #fff;
	text-decoration: none;
  }



  .holder a.jp-current, a.jp-current:hover {
	background-color: #CC0033 !important;
	color: #fff;
  }

  .holder a.jp-disabled, a.jp-disabled:hover {
	color: #333;
	background-color: #CCC !important;
  }

  .holder a.jp-current, a.jp-current:hover,
  .holder a.jp-disabled, a.jp-disabled:hover {
    cursor: default;
    background: none;
  }

  .holder span { margin: 0 5px; }


@media (max-width: 767px) { 
.holder a{
	display: none;
}
.holder a.jp-previous, .holder a.jp-next {
	display: inline-block;
}
}





#formularz{
	margin-top: 60px;
}

#contact-form .req::after {
  color: #c03;
  content: "*";
  margin-left: 2px;
}

.btn{
	background-color: #BF0E26;
	border: none;
}
.btn:hover{
	background-color: #930B1C;
}



#contact-form label{
	font-size: 14px;
	font-weight: 400;
}

.form-control, .btn {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

#contact-form .form-group{
	position: relative;
}

#contact-form .form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border: 1px solid #333333;
}

#contact-form .req:after{
	content: '*';
	color: #C03;
	margin-left: 2px;
}

#contact-form input.error,
#contact-form textarea.error,
#contact-form input.error:focus{
	border-top-color: #C03;
	border-right-color: #C03;
	border-bottom-color: #C03;
	border-left-color: #C03;
}

#contact-form label.error{
	color: #FFF;
	font-size: 12px;
	background-color: #C03;
	position: absolute;
	right: 0px;
	top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

@media (max-width: 479px) { 

	#contact-form label.error {
	  position: relative;
	  right: 0;
	  top: 0;
	}

}



.copyright{
	font-size: 14px;
	color: #a6b4bf;
	text-align: right;
	float: right;
	padding: 15px;
}

#created{
	font-size: 12px;
	color: #696e72;
	padding: 15px;
	margin-left: 210px;
}
#created a{
	color: #B2002B;
}
#fitweird {
	z-index: 1000;
}