/*-------------------------------------------------------*/
/*---------------01 - RESET CSS---------------*/
/*-------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
body {
	line-height:1;
}
ol,ul {
	list-style:none;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
/*-------------------------------------------------------*/
/*---------------02 - BODY CSS---------------*/
/*-------------------------------------------------------*/
body {
	background-color:#FFF;	
	background-image:url(../images/bg-main.png);
	background-repeat:repeat;
	background-position:center;
	color:#555555;
	font:16px/22px 'Georgia',arial,serif;
	line-height:22px;
	/* Prevents Mobile Safari from bumping up font sizes in landscape */
	-webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color:rgb(255,255,0);
	border-top:5pt solid #d81f27;
}
::selection {
	background:#d81f27;
	/* Safari */
	color:#FFF;
}
::-moz-selection {
	background:#d81f27;
	/* Firefox */
	color:#FFF;
}
img::selection {
	background:transparent;
}
img::-moz-selection {
	background: transparent;
}
/*-------------------------------------------------------*/
/*---------------03 - MAIN TYPOGRAPHY CSS---------------*/
/*-------------------------------------------------------*/
a {
	text-decoration:none;
	color:#333333;
	font-family:"Bebas";
}
a:hover {
	text-decoration:none;
	color:#db1010;
}
.nav-item{font-size:25px;color:#d81f27;margin-top:10px;text-shadow: 0px 1px 0px #a67c52;padding:5px 10px 10px 10px;
	position:relative;
}
.nav-item{font-size:25px;color:#FFF;background:#db1010 url("../images/texture.jpg") repeat;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-bottom:4pt solid #9c1217;
}
.nav-item:hover{font-size:25px;color:#FFF;background:#db1010 url("../images/texture.jpg") repeat;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin-top:8px;
	border-bottom:6pt solid #9c1217;
}

.nav-item:active{margin-top:12px;border-bottom:2pt solid #9c1217;}
.intro{font-style:italic;color:#707070;font-family:'Crimson Text',arial,serif;font-size:30px;line-height:30px;}
.empty-space{
	width:100%;
	height:300px;
	
	float:left;
	
	}
	#copyright{background:#111;margin:120px 0 0px 0;height:60px;float:left;color:#d7d7d7;font-size:12px;width:100%;padding:40px 0 0 0;}
	#copyright a,#copyright span{color:#d7d7d7;text-shadow:0px 1px #000;}
	#copyright a:hover,#copyright  .colored{color:#d81f27;text-shadow:0px 1px #000;}
	.copyright-link{margin-left:50px;}
	#copyright .center{width:960px; margin:0 auto;}
a img {
	border:none;
}
strong {
	font-weight:bold;
	color:#252525;
}
p,ul,ol,pre,code {
	margin-bottom:10px;
}
h1,h2,h3,h4,h5,h6 {
	font-family:"Bebas";
	font-weight:normal;
	font-variant:normal;
	white-space:normal;
	color:#d81f27;
	margin-bottom:10px;
	text-shadow: 0px 2px 0px #9c1217;
}
h1 {
	font-size:30px;
	line-height:35px;
}
h2 {
	font-size:28px;
	line-height:33px;
}
h3 {
	font-size:24px;
	line-height:29px;
}
h4 {
	font-size:20px;
	line-height:25px;
	text-shadow: none!important;
}
h5 {
	font-size:16px;
	line-height:21px;
}
h6 {
	font-size:14px;
	line-height:17px;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color:#282828;
	font-family:'Crimson Text',arial,serif;
	font-size:100%;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	color:#556074;
	font-family:'Crimson Text',arial,serif;
	font-size:100%;
	text-decoration:none;
}
.white {
	color:#FFF;
}
a img,img {
	border:none;
}
strong {
	font-weight:bold;
	color:#252525;
	font-family:"Droid Sans";
	font-size:12px;
}
p,ul,ol,pre,code {
	margin-bottom:10px;
}
.colored {
	color:#b61c04;
}
ul {
	list-style-type:none;
}
ol {
	list-style-type:decimal;
	list-style-position:inside;
}
blockquote {
	padding:5px 20px 5px 55px;
	line-height:24px;
	background:url(../images/quote.png) no-repeat top left;
	color:#999999;
}
blockquote span {
	color:#666666;
}
pre,code {
	border:1px solid #efefef;
	border-left:5px solid #efefef;
	display:block;
	padding:10px;
	font-size:11px;
	font-family:monospace;
	background-color: #f5f5f5;
}

/*-------------------------------------------------------*/
/*------------------03 - FORMS STYLE------------------*/
/*-------------------------------------------------------*/
label {
	font-weight:normal;
	display:block;
	color:#7f7f7f;
}
input[type=text],input[type=password],input.text,input.title,textarea,select {
	background-color:#FFF;
	border:1px solid #ebebeb;
	font-size:11px;
}
input[type=text]:focus,input[type=password]:focus,input.text:focus,input.title:focus,textarea:focus,select:focus {
	border-color:#898989;
	-moz-box-shadow:0 0px 3px #cccccc;
	-webkit-box-shadow:0 0px 3px #cccccc;
	box-shadow:0 0px 3px #cccccc;
}
input[type=text],input[type=password],input.text,input.title,textarea,select {
	margin:5px 0;
}
input.text,input.title,select {
	width:200px;
	padding:10px 5px;
}
input.title {
	font-size:1.5em;
}
textarea {
	width:450px;
	height:180px;
	padding:10px 5px;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}


#contact-form input,#contact-form textarea,#contact-form select {
	background:#FFF;
	font-size:13px;
	border:1px solid #c7c5c5;
	color:#363636;
	padding:10px 10px;
	width:320px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow:inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.4) 0 1px 0;
	-webkit-box-shadow:inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.4) 0 1px 0;
	box-shadow:inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.4) 0 1px 0;
}
#contact-form textarea {
	width:690px;
	resize:none;
	font-family:"Arial";
}
#contact-form #Mysubmitted {
	width:auto;
	font-size:14px!important;
}
#contact-form input:focus,#contact-form textarea:focus,#contact-form select:focus {
	outline:0;
	-moz-box-shadow:inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.1) 0 1px 0,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px;
	-webkit-box-shadow:inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.1) 0 1px 0,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px;
	box-shadow:inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.1) 0 1px 0,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px
}

.required {
	color:#ed1c24;
	color:#e64135;
}
.required {
	color:#ed1c24;
}
.error {
	color:#e64135;
	text-align:right;
	font-size:11px;
}
.success {
	color:#acd373;
	text-align:right;
	font-size:11px;
}
.simple-error,.simple-alert,.simple-notice,.simple-success,.simple-info {
	padding:0.8em;
	margin-bottom:1em;
	border:1px solid #ddd;
}
.simple-error,.simple-alert {
	background:#fbe3e4;
	border-color:#fbc2c4;
	color:#e64135;
}
.simple-notice {
	background:#fff6bf;
	color:#514721;
	border-color:#ffd324;
}
.simple-success {
	background:#e6efc2;
	color:#264409;
	border-color:#c6d880;
}
.simple-info {
	background:#d5edf8;
	color:#205791;
	border-color:#92cae4;
}
.simple-error a,.simple-alert a {
	color:#8a1f11;
}
.simple-notice a {
	color:#514721;
}
.simple-success a {
	color:#264409;
}
.simple-info a {
	color: #205791;
}

#wrapper {
	height:auto;
	width:960px;
	padding:0 30px;
	text-align:left;
	margin:0 auto;
}

/*-------------------------------------------------------*/
/*---------------10 - GRID CSS---------------*/
/*-------------------------------------------------------*/
.horizontal-line {
	width:100%;
	margin:30px auto;
	float:left;
	border-top:4px dashed #b7b7b7;
	
	
}
.fancy-divider {
	width:960px;
	margin:20px auto;
	float:left;
	height:25px;
	background:url("../images/divider-fancy.png") no-repeat;
}
.fancy-divider-footer {
	width:960px;
	margin:20px auto;
	float:left;
	height:25px;
	background:url("../images/divider-fancy-2.png") no-repeat;
}
.clear-line {
	width:100%;
	margin:10px auto auto auto;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center{text-align:center;}
.one,.one-half,.two-third,.one-third,.one-fourth,.one-fifth,.one-sixth,.inner-content,.one-third-big {
	float:left;
}
.one-half,.two-third,.one-third,.one-fourth,.one-fifth,.one-sixth,.inner-content,.one-third-big {
	margin-right:30px;
}
.one {
	width:960px;
}
.one-half {
	width:465px;
}
.two-third {
	width:630px;
}
.one-third {
	width:300px;
}
.inner-content {
	width:712px;
}
.one-third-big {
	width:340px;
}
.one-fourth {
	width:217px;
}
.one-fifth {
	width:168px;
}
.one-sixth {
	width:135px;
}
.last {
	margin-right:0px!important;
}
.img-align-left {
	margin:5px 10px 0 0;
	float:left;
}
.img-article-left {
	margin:5px 10px 0 0;
	float:left;
	width:70px;
}
.text-article-left {
	margin:0;
	float:left;
	width:220px;
}
.img-align-right {
	margin:5px 0 0 10px;
	float:right;
}
.img-align-center {
	margin:5px 0;
	text-align:center;
}
.text-align-left {
	float:left;
}
.text-align-center {
	text-align:center;
}
.text-align-right {
	float:right;
}
.circles-center {
	text-align:center;
	margin-left:-50px;
	padding: 10px 0;
}

#header {
	padding:60px 0;
	height:120px;
	
}
a#logo {
	background:transparent url("../images/logo.png") no-repeat;
	display:block;
	
	width:365px;
	height:120px;
	text-indent:-9999px;
	text-align:center;
	margin:-30px 0px 0px 290px;
	}
	
	
	
.big-circle-brush{
	margin-top:50px;
	float:left;
	position:relative;
	width:75px;
	height:75px;
	padding:55px 60px;
	background:#d81f27 url("../images/brush.png") center no-repeat;
	border-bottom:5pt solid #be141b;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}
.big-circle-brush:active,.big-circle-display:active{margin-top:52px;border-bottom:2pt solid #be141b;}
.big-circle-work:active{margin-top:-33px;border-bottom:2pt solid #73aa29;}

.big-circle-display{
	margin-top:50px;
	float:left;
	margin-left:-20px;
	position:relative;
	width:75px;
	height:75px;
	padding:55px 60px;
	background:#d81f27 url("../images/display.png") center no-repeat;
	border-bottom:5pt solid #be141b;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}
.big-circle-display:hover,.big-circle-brush:hover{background-color:#d80e16;}

.big-circle-work{
	float:left;
	margin-left:95px;
	margin-top:-35px;
	position:relative;
	width:75px;
	height:75px;
	padding:55px 60px;
	background:#8dc63f url("../images/work.png") center no-repeat;
	border-bottom:5pt solid #73aa29;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}

#contact-form #Mysubmitted{color:#FFF;background:#db1010 url("../images/texture.jpg") repeat;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-bottom:4pt solid #9c1217;
	padding:10px 10px 10px 10px;
	cursor:pointer;
	font-style:bold!important;
	position:relative;
}
#contact-form #Mysubmitted:hover{color:#FFF;background:#111;border-bottom:4pt solid #000;}

#prev,#next {
	width:35px;
	height:35px;
	display:block;
	float:left;
	margin-right:5px;
	text-indent:-999px;
}
#prev {
	background:url(../images/slideshow-nav.png) left top no-repeat;
	z-index:100;
	margin:0px 930px 0px 0px;
}
#prev:hover {
	background:url(../images/slideshow-nav.png) left bottom no-repeat;
}
#next {
	background:url(../images/slideshow-nav.png) right top no-repeat;
	z-index:110;
	margin:-35px 0px 0px 40px;
}
#next:hover {
	background:url(../images/slideshow-nav.png) right bottom no-repeat;
}
.pretty-box{
	background:transparent url("../images/portfolio-item-bg.png") repeat;
	padding:10px;
	z-index:11111;
	height:165px;
	width:197px;
	
}
.slide-down-gallery {
	position:relative;
	overflow:hidden;
	height:165px;
	float:left;
	cursor:pointer;
}
.slide-down-gallery .text_slider {
	position:absolute;
	width:100%;
	top:127px;
	
}
.slide-down-gallery .innertext {
	padding:10px 5px;
	background:#d81f27 /*url("../images/trasnparent-bg.png") repeat*/;
	height:155px;
}
.slide-down-gallery .innertext:hover {
	padding:10px 5px;
}
.slide-down-gallery .innertext strong,.slide-down .innertext a {
	color:#FFF;
	margin:0;
}
.slide-down-gallery .innertext strong{font-size:13px;}
.innertext p {font-size:12px;color:#FFF;font-family:'Droid Sans',arial,serif;line-height:18px;}
.innertext a{font-size:14px;color:#FFF;}
.innertext a:hover{text-decoration:underline;}
.zoom{
	
	float:right;
	display:block;
	background:url("../images/zoom.png")  left top no-repeat;
	height:16px;
	width:16px;
	text-indent:-9999px;
	margin:5px 5px 0 0 ;
}
ul#links  li a{color:#898989;}
ul#links  li a:hover{color:#d81f27;text-decoration:underline;}
.contact-btn{margin:10px 0 0 0!important;}
.tag{margin:0px 5px;font-family:"Crimson Text";font-style:italic;padding:5px 0;}
