@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");

body { 
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
	line-height: 1.5em; 
	font-family: "Raleway", sans-serif;
	background-color: #000;
	background-position: center top;
	background-repeat: no-repeat
}

a, a:link, a:visited { 
	color: #CCFF66; 
	font-weight: normal; 
	text-decoration: none 
}
a:hover {
	color: #FF0000; 
	text-decoration: none; 
}

ul, li {
	padding:0;
	margin:0;
	list-style:disc;
}

h1, h2, h3, h4, h5, h6 { color: #fff; font-weight: normal; }
h1 { font-size: 58px; margin: 0 0 15px; padding: 5px 0 }
h2 { font-size: 24px; font-weight: bold; margin: 0 0 15px; padding: 5px 0 }
h3 { font-size: 20px; margin: 0 0 20px; padding: 0; font-weight: 700}
h4 { font-size: 18px; font-weight: bold; margin: 0 0 15px; padding: 0; }
h5 { font-size: 14px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 12px; margin: 0 0 5px; padding: 0; }

p { padding: 0; margin: 0 0 15px 0 }

.clear{
	clear:left;
}

blockquote
.testimonial_block {
	background: url("..//images/testimonial.png") left center no-repeat; 
	padding-left: 30px 
}
cite {
	font-weight: bold; 
	color:#fff; 
}
cite a, cite a:link, cite a:visited  {
	font-size: 12px; 
	text-decoration: none; 
	font-style: normal 
}
cite span {
	font-weight: 400; 
	color: #ccc; 
}

.list_bullet { margin: 0 0 10px 15px; padding: 0; list-style: none}
.list_bullet li { color:#fff; margin: 0 0 15px 0; padding: 0 0 0 0px; no-repeat: scroll 0 6px }
.list_bullet li a { color: #ccff66; font-weight: normal; text-decoration: none }
.list_bullet li a:hover { color: #ffcc00 }

.list_bullet1 { margin: 0 0 5px 15px; padding: 0; list-style: none}

.half { width: 400 }

.h10 { height: 10px }
.h20 { height: 20px }
.h40 { height: 40px }

img { margin: 0; padding: 0; border: none }
.img_border { background: #fff; padding: 4px; border: 1px solid #ccc }
.img_nom { display: inline-block; margin-bottom: 15px }
.img_fl { float: left; margin: 3px 15px 5px 0 }
.img_fr { float: right; margin: 3px 0 5px 15px }


.left { float: left }
.right { float: right }


#templatemo_header {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}
.site_bg {
	position:absolute;
	left:60px;
	top:5px;
	cursor:default;
}

#templatemo_main {
	width: 800px;
	height: relative;
	overflow: hidden;
	margin: 0 auto;
}

#templatemo_footer {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	text-align: center;
}

#site_title { display: block; margin: 15px 0px; }
#site_title span { font-family: raleway; color: #fff; font-size: 50px; letter-spacing: 10px; line-height: 50px }

#content{
	overflow:hidden;
	width: 10000px;
	position:relative;
	height: 3000px;
}

.section {
	position:relative;
	float:left;
	width: 800px;
	height: 800px;
	margin-right: 20px;
}

.section a.slider_nav_btn 
{ 
	position: absolute; 
	top: 0; 
	width: 40px; 
	height: 40px; 
	display: block; 
	background-image: url("..//images/slider_nav_btn.png");
	text-indent: -15000px 
}

.section a.home_btn 
{ 
	right: 40px; background-position: 80px 0 
}
.section a.previous_btn { right: 80px; background-position: 0 0 }
.section a.next_btn { right: 0px; background-position: 40px 0 }

.section h2 { margin-bottom: 40px }

.box { float: left; margin: 0 10px 10px 0 }

.box a { color: #ffffff; }

.home_box1 { width: 250px; height: 150px }
.home_box2 { width: 510px; height: 150px }

.color1 { background: #ff0000 }
.color2 { background: #ffffff }
.color3 { background: #778899 }
.color4 { background: #000000 }
.color5 { background: #d3d3d3 }

.padding_30 { padding: 30px }
.padding_25 { padding: 25px }
.padding_20 { padding: 20px }


#content .box h2 { margin-bottom: 10px }

#social_links {
	text-align: center;
	padding: 30px 0 0 0
}
#social_links a {
	display: block;
	float: left;
	width: 45px;
	height: 44px;
	margin-left: 30px
}

#contact_form { padding: 0; width: 350px }
#contact_form form { margin: 0px; padding: 0px; }

#contact_form form .input_field { 
	width: 320px; 
	padding: 5px; 
	color: #CCCCCC; 
	border: 1px solid #666666;  
	background: #222222; 
	margin-bottom: 10px; 
	font-family: Raleway, Tahoma, sans-serif;
}

#contact_form form label { display: block; font-size: 11px }

#contact_form form textarea { 
	clear: both; 
	width: 320px; 
	height: 120px; 
	padding: 5px; 
	color: #CCCCCC;
	border: 1px solid #666666;  
	background: #222222; 
	margin-bottom: 10px;
	font-family: Tahoma, Raleway, sans-serif;
}

#contact_form form .submit_btn { 
	font-size: 14px; 
	color: #CCCCCC; 
	cursor: pointer; 
	border: 1px solid #666666; 
	background: #222222; 
	padding: 6px 12px; 
}

.no_mr { 
	margin-right: 0
}


* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: Raleway;
}

.column {
	float: left;
	width: 25%;
	padding: 10px;
}

.column img {
	opacity: 0.8; 
	cursor: pointer; 
}

.column img:hover {
	opacity: 1;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.container {
	position: relative;
	display: none;
}

#imgtext {
	position: absolute;
	bottom: 30px;
	left: 20px;
	color: white;
	font-size: 20px;
}

.closebtn {
	position: absolute;
	top: 10px;
	right: 15px;
	color: white;
	font-size: 35px;
	cursor: pointer;
}





