@import"reset.css";@import"grid.css";@import"forms.css";@import"prettyPhoto.css";@import url(http://fonts.googleapis.com/css?family=Bevan);@import 
url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700,800);@import url(http://fonts.googleapis.com/css?family=Open+Sans:800);@import"demo.css";
@import url(http://fonts.googleapis.com/css?family=Orbitron:400,500);
body{
	background: url(../images/main-bg.gif) repeat 0 0;
	font:13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#767676;
	position:relative;
	min-width:980px;
}
html,body{height:100%;}
p{padding-bottom:18px;}
a{color:#B94A48;outline:none;cursor:pointer;text-decoration:none;}
a:hover{text-decoration:underline}
/*  Header styles */
h1,h2,h3,h4,h5,h6{line-height:1.3em;color:#fff;font-family: 'Open Sans', sans-serif; margin-bottom:17px; text-shadow:1px 1px 1px #1a1a1a; font-weight:300;}
h1{font-size:40px;}
h2{font-size:36px;}
h3{font-size:30px;} 
h4{font-size:27px;}  
h5{font-size:25px;}
h6{font-size:22px;}
/* Global Structure---------------------------------------- */
/*----- txt,links,lines,titles -----*/
.extra-wrap{overflow:hidden;display:block;}
.fleft{float:left !important}
.fright{float:right}
.alignright{text-align:right}
.aligncenter{text-align:center}
.alignmiddle *{vertical-align:middle}
.color1{color:#ff2100;}

/* LightBox */
.lightbox-image {position:relative;overflow:hidden;display:inline-block;z-index:99;}
.lightbox-image img {position:relative;z-index:2;background:#f1f1f1;}
.lightbox-image span {display:block;position:absolute;left:0;top:0;width:100%;height:100%;background: url(../images/magnifying-glass.png) no-repeat 50% 50%;z-index:1;}

.lightbox-image1 {position:relative;overflow:hidden;display:inline-block;z-index:99;}
.lightbox-image1 img {position:relative;z-index:2;}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
}

.wrapper {width:100%; overflow:hidden;}
 
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.title {margin-bottom:18px;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.prev-indent-bot {margin-bottom:10px;}	

.buttons a:hover {cursor:pointer;}
.clear {
 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
}

.logo {
	display:block; 
	width:156px; 
	height:94px; 
	text-indent:-5000px; 
	background:url(../images/logo.png) 0 0 no-repeat;
}

.logo-inner {
	padding: 78px 8px 73px 26px;
	background:#1a1a1a;
}

/*********************************header*************************************/
header {
	width:100%;
	background:url(../images/head-bg.jpg) repeat-x 0 0;
	position:relative;
	z-index:2;
}

.head-box1 {
	position:relative;
	z-index:999999;
}

header h1 {
	padding:0;
	margin:0;
	font-size:0;
	line-height:0;
}

.menu-inner {
    background: url("../images/menu-bg.png") repeat scroll 0 0 transparent;
	padding:26px 0 48px 40px;
}

/*** MENU ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu li {
	position:		relative;
	margin-bottom:8px;
	display:block;
}

.sf-menu a {
	display:		 inline-block;
	position:		relative;
	color:#fff;
	font-family: 'Bevan', cursive;
	font-size:14px;
	line-height:17px;	
	background:url(../images/marker1.png) no-repeat -10px 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.sf-menu a:hover,
.sf-menu a.active,
.sf-menu li.sfHover > a {
	color:#5f5f5f;
	padding-left:10px;
	background-position:0 5px;
	text-decoration:none;
}

.sf-menu ul a:hover, 
.sf-menu ul li.sfHover > a {
    background-position: 0 3px;
    color: #5F5F5F;
    padding-left: 16px;
    text-decoration: none;
}

.sf-menu ul {
    background: none repeat scroll 0 0 #1A1A1A;
    padding: 28px 14px 42px 32px;
    position: absolute;
    top: -999em;
    width: 109px;
}

.sf-menu ul ul {
    padding: 25px 0 16px 23px;
    position: absolute;
    top: -999em;
    width: 105px;
}

.sf-menu ul li {
	width:			100%;
	margin-bottom:11px;
}
.sf-menu ul a {
	text-transform:uppercase;
	font-size:12px;
	line-height:15px;
	background:url(../images/marker1.png) no-repeat -10px 3px;
	font-family: 'Open Sans', sans-serif;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 150px;
    top: 24px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 123px;
    top: -25px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/********************** Content ************************/

#content {
	width:100%; 
    
	height:auto;
	position:relative;
	z-index:1;
}

.head1 {
	overflow:hidden;
	width:100%;
	background:url(../images/head-bg.jpg) repeat-x 0 0;
}

#content  .main {
	padding: 30px 0 43px;
}

#page2 #content .main,
#page6 #content  .main{
	padding:36px 0 42px;
}

#page4 #content  .main{
    padding: 44px 0 26px;
}

#page5 #content  .main{
    padding: 36px 0 43px;
}

#page7 #content  .main{
    padding: 36px 0 62px;
}


.p21 {
	margin-top:23px;
}


																									/***** Page 1 *****/
																									
img.grey {
  position: absolute;
  z-index: 10;
}
   
img.color {
  position: absolute;
  left: 0; top: 0;
} 

.link3 {
	position:relative;
	width:175px;
	display:inline-block;
	height:164px;
}
.link31 {
	position:relative;
	width:175px;
	display:inline-block;
	height:184px;
}

.text17 {
	display:block;
	color:#eb2b30;
	font-weight:800;
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	line-height:36px;
	text-shadow:1px 1px 1px #1b1b1b;
	margin-bottom:1px;
}

.text18 {
	display:block;
	color:#eb2b30;
	font-weight:800;
	font-family: 'Open Sans', sans-serif;
	font-size:23px;
	line-height:28px;
	margin-bottom:4px;
	text-shadow:1px 1px 1px #1b1b1b;
}

.text19 {
	display:block;
	color:#787878;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	line-height:28px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #1b1b1b;
}

.text20 {
    color: #D5D5D5;
    display: inline-block;
    font-family: 'Bevan',cursive;
    font-size: 24px;
	width:131px;
    font-weight: 300;
    line-height: 29px;
    padding-top: 6px;
    text-shadow: 1px 1px 1px #1B1B1B;
}

.text21 {
	display: inline-block;
	color:#d5d5d5;
	font-weight:300;
	font-family: 'Bevan', cursive;
	font-size:30px;
	line-height:36px;
	text-shadow:1px 1px 1px #1b1b1b;
}

.text22 {
	display:block;
	color:#d5d5d5;
	font-weight:300;
	margin-top:-8px;
	font-family: 'Bevan', cursive;
	font-size:30px;
	line-height:36px;
	text-shadow:1px 1px 1px #1b1b1b;
}

.page1-box1 {
	overflow:hidden;
	padding-top:4px;
	float:left;
}

.page1-img1 {
    float: left;
    margin-left: 6px;
    margin-top: 9px;
}

.page1-box2 {
	overflow:hidden;
	padding-right:12px;
	color:#fff;
}

.page1-box2 p {
    padding-bottom: 9px;
}

.page1-box2 span {
	display:block;
	font-style:italic;
	color:#d21b42;
	margin-bottom:6px;
	text-transform:uppercase;
}

.link1 {
	text-transform:uppercase;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color:#d21b42;
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
	float:right;
	line-height:15px;
	display:inline-block;
	margin-right:3px;
	text-decoration:underline;
}

.link1:hover {
	color:#818080;
}

.p9 {
	border-bottom:1px solid #404040;
	padding-bottom:27px;
	margin-bottom:22px;
}

.page1-box3 {
	overflow:hidden;
}

.view {
   width: 208px;
   height: 127px;
   overflow: hidden;
   position: relative;
   cursor:pointer;
}
.view .mask, .view .content {
   width: 208px;
   height: 127px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view a.info {
   background:url(../images/link.png) no-repeat center center;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}

/* SECOND EFFECTS */

.second-effect .mask {
   opacity: 0;
   overflow:visible;
   border:0px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -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;
}
.second-effect a.info {
	position:absolute;
	top:-47px;
	left:-100px;
	top:-100px;
	height:127px;
	width:208px;
	opacity:0;
   -moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.second-effect:hover .mask {
   opacity: 1;
   border:100px solid rgba(0,0,0,0.7);
}
.second-effect:hover a.info {
	opacity:1;
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-moz-transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
	-o-transition-delay:0.3s;
	-ms-transition-delay:0.3s;
	transition-delay:0.3s;
}

.mask .lightbox-image span {display:none !important;}

.p10 {
	margin-bottom:15px;
}

.text23 {
    color: #D21B42;
    display: block;
	text-transform:uppercase;
    margin-bottom: 6px;
}

.inner1 {
	margin-bottom:23px;
}

.page1-box4 {
    overflow: hidden;
    padding-right: 21px;
}

.link2 {
	text-transform:uppercase;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color:#e3e3e3;
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
	float:right;
	line-height:15px;
	display:inline-block;
	text-decoration:underline;
}

.link2:hover {
	color:#818080;
}

.p11 {
    padding-bottom: 4px;
}
																									/***** Page 2 *****/

.page2-img1 {
    float: left;
    margin-left: 1px;
    margin-right: 22px;
}
.text24 {
	display:block;
	text-transform:uppercase;
	font-size:13px;
	color:#d21b42;
	line-height:18px;
	margin-bottom:6px;
}

.text25 {
    background: url("../images/bg3.png") no-repeat scroll 2px 0 transparent;
    color: #1A1A1A;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-top: 18px;
    padding: 62px 34px 58px;
    position: relative;
}

.text25 p {
	padding:0;
	text-indent:44px;
}

.text25 span {
    background: url(../images/marker4.png) no-repeat 0 0 ;
    display: block;
    height: 26px;
    left: 35px;
    position: absolute;
    top: 54px;
    width: 36px;
}
.text25 a {
	display:inline-block;
	color:#e6e6e6;
	margin-left: 44px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.text25 a:hover {
	color:#d21b42;
	text-decoration:none;
}

.inner2 {
    background: url("../images/marker5.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 30px;
    font-weight: 300;
    height: 46px;
    line-height: 36px;
    margin-right: 13px;
    padding-top: 8px;
    text-align: center;
    width: 55px;
}

.p15 {
	margin-bottom:14px;
}

.page2-box2 {
	overflow:hidden;
	margin-bottom:2px;
}

.page2-box2 .text24 {padding-top:1px;}

.link4 {
    -moz-transition: all 0.8s ease 0s;
    background: url("../images/marker6.png") no-repeat scroll right 0 transparent;
    display: inline-block;
    height: 5px;
    margin-left: 1px;
    margin-top: 8px;
    width: 13px;
}

.link4:hover {
	background-position: 0 0;
}

.list2 a {
	color:#d21b42;
	text-transform:uppercase;
	font-size:11px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-left: 13px;
	background: url("../images/marker7.png") no-repeat scroll 2px 3px transparent;
}

.list2 li {    
    display: block;
    line-height: 14px;
    padding-bottom: 8px;
    
}

.p16 {
	padding-bottom:23px;
}

.list2 a:hover {
	color:#fff;
	text-decoration:none;
	background-position:2px -18px;
}



																									/***** Page 3 *****/

.p17 {
	margin-bottom:13px;
}

.price {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-weight:300;
	font-size:30px;
	line-height:36px;
	padding-top:21px;
	margin-bottom:19px;
}


.page3-box1 {
	position:absolute;
	bottom:-84px;
	left:0;
	overflow:hidden;
}

.page3-box1 .inner2 {
	float:left;
	margin-right:8px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.page3-box1 .inner2:hover {
	color:#d21b42;
	text-decoration:none;
}
																									/***** Page 4 *****/

.tabs li {
	display:block;
	float:left;
	line-height:27px;
	margin-right:34px;
}

.tabs a {
	color:#c4c4c4;
	font-weight:300;
	font-size:22px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-family: 'Open Sans', sans-serif;
}

.tabs a:hover,
.tabs a.current {
	color:#d21b42;
	text-decoration:none;
}

.tabs {
	width:100%;
	padding:0 0 11px 3px;
	height:30px;
	margin-bottom:22px;
	border-bottom:1px solid #404040;
}

.link5 {
	display:inline-block;
	text-transform:uppercase;
	font-size:13px;
	color:#d21b42;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	line-height:18px;
	margin-bottom:11px;
}

.link5:hover {
	color:#fff;
	text-decoration:none;
}

.page4-box1 {
	overflow:hidden;
	width:208px;
	margin-bottom:36px;
}

.page4-box1 span {
	display:block;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	line-height:22px;
	font-weight:300;
}
	
.page3-img1 {
	margin-bottom:23px;
}

.p18 {
	margin-right:32px;
}

.view1 {
   width: 208px;
   height: 227px;
   overflow: hidden;
   position: relative;
}
.view1 .mask1, .view1 .content {
   width: 208px;
   height: 227px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view1 img {
   display: block;
   position: relative;
}
.view1 a.info1 {
   background:url(../images/link.png) no-repeat center center;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:208px;
   height:227px;
}


/* SECOND EFFECTS */

.second-effect1 .mask1 {
   opacity: 0;
   overflow:visible;
   border:0px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -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;
}
.second-effect1 a.info1 {
	position:absolute;
	top:3px;
	height: 227px;
    width: 208px;
	display:block;
	opacity:0;
	left: -110px;
	top: -110px;
   -moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}


.second-effect1:hover .mask1 {
   opacity: 1;
   border:110px solid rgba(0,0,0,0.7);
}
.second-effect1:hover a.info1 {
	opacity:1;
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-moz-transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
	-o-transition-delay:0.3s;
	-ms-transition-delay:0.3s;
	transition-delay:0.3s;
}

.mask1 .lightbox-image span {display:none !important;}
	

																									/***** Page 5 *****/


.p19 {
	margin-bottom:16px;
}

.page5-box1 {
	overflow:hidden;
	margin-bottom:47px;
}

.page5-box2 {
	overflow:hidden;
	margin-bottom:47px;
}

.p20 {
	padding-bottom:22px;
}
																									
.page7-box1 {
	overflow:hidden;
}

.page7-box1 a {
	color:#fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.page7-box1 a:hover {
	color:#d21b42;
	text-decoration:none;
}
																									



	
/******************** Footer ******************/
footer {
	width:100%; 
}

.foot-page1 {
    background: none repeat scroll 0 0 #1A1A1A;
    overflow: hidden;
	padding:20px 0 43px 39px;
}
.p12 {
    background: url("../images/foot-bg.gif") repeat scroll 0 0 transparent;
    border-top: 3px solid #1A1A1A;
    margin: 0 auto;
    width: 950px;
}

.page1-img2 {
	float:left;
}

.foot-page1 span {
    color: #545454;
    display: inline-block;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    padding-left: 2px;
    padding-top: 32px;
}

.foot {
	font-family: 'Open Sans', sans-serif;
	color: #545454;
	text-transform:uppercase;
	font-weight:bold;
}

.list1 a {
	color:#545454;
	font-size:11px;
	padding-left:11px;
	text-transform:uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background:url(../images/marker3.png) no-repeat 0 -18px;
}

.list1 a:hover {
	color:#fff;
	text-decoration:none;
	background-position:0 4px;
}

.list1 li {
	display:block;
	line-height:15px;
	margin-bottom:7px;
}

.list1 {
	padding-top:23px;
}


.foot-link {
    color: #545454;
    display: inline-block;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: bold;
	text-transform:uppercase;
    line-height: 15px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.foot-link:hover {
    color: #d21b42;
	text-decoration:none;
}
*/
.slider {position: relative; 
z-index:1;
width:760px; 
height: 469px; 
float:left; 
overflow: hidden;
}
.items {display:none;}
.pagination {
	position:absolute; 
	z-index:1000;
	width:100px;
	height:62px;
	top:459px;
	left:563px;
	}
.pagination li {float:left;	margin: 0 1px;}
.pagination a {
	display:block; 
	width:9px; 
	height:9px; 
	background: url(../images/pagination.png) right 0 no-repeat;
	}
.pagination li.current a, .pagination li:hover a{background: url(../images/pagination.png) 0 0 no-repeat;}
*/

/*	
	H) Carousel
-------------------------------------------
	1. Carousel
-------------------------------------------
*/
.timer {
	height:1px;
	width: 0px;
}
ul#foo1 li {
	margin-top:0;
	margin-bottom:10px;
}

#clients {
	margin-top:30px;
}
#clients ul {
	list-style:none;
	margin:0;
}
#clients li {
	display:inline;
	margin-top:0;
}
.caroufredsel_wrapper {
	width:960px;
}
.no-margin {
	margin:0;
}
.timer {
	background-color: #ed1c24;
}