@import 'reset.css';
@charset "UTF-8";


@font-face {
    font-family: 'allerregular';
    src: url('../fonts/aller_rg-webfont.eot');
    src: url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_rg-webfont.woff') format('woff'),
         url('../fonts/aller_rg-webfont.ttf') format('truetype'),
         url('../fonts/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aller_lightregular';
    src: url('../fonts/aller_lt-webfont.eot');
    src: url('../fonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_lt-webfont.woff') format('woff'),
         url('../fonts/aller_lt-webfont.ttf') format('truetype'),
         url('../fonts/aller_lt-webfont.svg#aller_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
font-family: 'Supernettcn-Light';
src: 	url('../fonts/293786_2_0.eot');
src: 	url('../fonts/293786_2_0.eot?#iefix') format('embedded-opentype'),
		url('../fonts/293786_2_0.woff') format('woff'),
		url('../fonts/293786_2_0.ttf') format('truetype');}

/*----------------------------------------
	$Main
----------------------------------------*/

.bwWrapper {
        position:relative;
        display:block;
}

html{
	overflow-y:scroll;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-smooth: antialiased;
	-moz-font-smooth: antialiased;
}

body {
	background: #E6E6E6;
	font-family: 'aller_lightregular', sans-serif;
	font-weight: normal;
	font-size: 15px;
}

.page_content {
	padding: 0px;
	width: 100%;
	float: left;
}

.block {
	background-color: #fff;
	padding: 50px 0px;
	margin-bottom: 25px;
}

.footer_wrap {
	background: url(../images/header-back.png) repeat-x center top;
}

.header_wrap {
	height: 370px;
	text-align: center;
	background: url(../images/header-back.png) repeat-x center center;
}

.section_divide {
	margin-bottom: 30px;
	margin-top: 30px;
	height: 20px;
	background: url(../images/dash-1.png) repeat-x left top;
}

.multiply {
	position: absolute;
	top: 10px;
	right: 10%;
}


/*----------------------------------------
	$LOGO
----------------------------------------*/

.mainlogo {
	position: relative;
	z-index: 6;
	display: block;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
}
.logoinfo{
	padding-top: 60px;
	font-family: 'aller_lightregular';
	font-size: 12px;
	text-align: center;
	position:relative;
	z-index: 7;
}

.mainlogo img{
	width: 120px;
}

/*----------------------------------------
	$NAV
----------------------------------------*/
.nav_wrap {
	padding: 50px 0px 25px 0px;
}
	
.nav {
	list-style:none;
	font-size: 16px;
	position: relative;
	z-index: 5;
	text-align: center;
	margin: 0px;
	padding: 0px;
}	

.nav ul, .nav ul li{
	margin: 0px;
	padding: 0px;
}

.nav li {
	display:inline;
	padding: 0px 25px;
	text-align: center;
}

.nav a {
	display:inline-block;
	color: #000000;
	margin: 0px;
}

.nav a:hover {
	border-bottom: #E71C2E solid 5px;
}

.nav select {
	display: none;
}

.active {
	border-bottom: #E71C2E solid 5px;
}

/*----------------------------------------
	$Footer
----------------------------------------*/
.footer_wrap {
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}

.finalfooter {
	padding: 60px 0 40px 0px;
	text-align: left;
	color: white;
	font-size: 12px;
}

.finalfooter p{
	padding: 0px 0px;
}

.footer_wrap .finalfooter p a{
	color: white;	
}

.footer_wrap .finalfooter p a:hover{
	color: white;
	text-decoration: underline;	
}

.right {
	float: right;
}
.twitter_bird {
	vertical-align: text-bottom;
	padding-right: 10px;
}

.facebook_icon {
	vertical-align: text-bottom;
	padding-right: 10px;
}


/*----------------------------------------
	$IMAGES
----------------------------------------*/
img{
	max-width:100%;
	height:auto;
}

.img_block {
	
}

.img_block_inner img {
	max-width: 100%;
	background: #fff;
	display: block;
	
}

.img_block_inner {
	display: block;
	padding: 10px;
	background: #fff;
	box-shadow: 0 2px 1px rgba(0,0,0,.1);
}


/*----------------------------------------
	$BC HOME
----------------------------------------*/

.home_title {
	font-family: 'Supernettcn-Light';
	font-weight: normal;
	font-size:72px;
	line-height: 1.3;
	font-style: normal;
	line-height:;
	color: #E71C2E;
	text-align: center;
}

.home_text {
	font-family: 'aller_lightregular';
	font-weight: normal;
	font-size:15px;
	line-height: 1.3;
	font-style: normal;
	line-height:;
	color: #000;
	text-align: justify;
}

/*----------------------------------------
	$BC ABOUT US
----------------------------------------*/

.about_title {
	font-family: 'Supernettcn-Light';
	font-weight: normal;
	font-size:72px;
	line-height: 1.3;
	font-style: normal;
	line-height:;
	color: #E71C2E;
	text-align: center;
}

.about_text p , .team_text p{
	font-family: 'aller_lightregular';
	font-weight: normal;
	font-size:15px;
	line-height: 1.3;
	font-style: normal;
	line-height:;
	color: #000;
	text-align: justify;
}
.team_title {
	font-family: 'allerregular';
	font-weight: normal;
	font-size:15px;
	line-height: 1.3;
	font-style: normal;
	line-height:;
	color: #000;
	text-align: justify;
}
.team img {
	width: 340px;
	
}

/*----------------------------------------
	$BC SERVICES
----------------------------------------*/

.services_title {
	font-family: 'Supernettcn-Light';
	font-weight: normal;
	font-size:72px;
	line-height: 1.3;
	font-style: normal;
	line-height:;
	color: #E71C2E;
	text-align: center;
}

.services_subtitle{
	font-family: 'Supernettcn-Light';
	font-weight: normal;
	font-size:36px;
	line-height: 1.3;
	font-style: normal;
	line-height:;
	color: #E71C2E;
	text-align: center;
}
.services_subtitle a {
	color: #E71C2E  !important;
	cursor: default;
}

.service_items_title{
	font-family: 'Supernettcn-Light';
	font-weight: normal;
	font-size:36px;
	line-height: 1.1;
	font-style: normal;
	line-height:;
	color: #E71C2E;
	text-align: left;
	display: block;
	padding: 0px 0px 40px 0px;
}

.service_items_list {
	font-family: 'aller_lightregular';
	font-weight: normal;
	font-size:15px;
	line-height: 1.5;
	font-style: normal;
	line-height:;
	color: #000;
	text-align: left;
}
.service_items_list:hover{
	text-decoration: underline;
}

/*----------------------------------------
	$BC TESTEMONIALS
----------------------------------------*/
.testemonials {
	columns:310px 2;
	-webkit-columns:310px 2; /* Safari and Chrome */
	-moz-columns:310px 2; /* Firefox */	
	
}

.testemonials_title {
	font-family: 'Supernettcn-Light';
	font-weight: normal;
	font-size:72px;
	line-height: 1.3;
	font-style: normal;
	line-height:;
	color: #E71C2E;
	text-align: center;
}
.testemonials_items_text {
	font-family: 'aller_lightregular';
	font-weight: normal;
	font-size:15px;
	line-height: 1.3;
	font-style: normal;
	color: #000;
	text-align: justify;
}

.testemonials_items_text p{
	padding: 0px;
	margin: 0px;
}

.testemonials_items_info {
	font-family: 'allerregular';
	font-weight: normal;
	font-size:15px;
	line-height: 1.3;
	font-style: normal;
	color: #000;
	text-align: justify;
	padding: 0px 0px 25px 0px;
	margin: 0px 0px 25px 0px;
}

/*----------------------------------------
	$BC LINKS
----------------------------------------*/

.links_title {
	font-family: 'Supernettcn-Light';
	font-weight: normal;
	font-size:72px;
	line-height: 1.3;
	font-style: normal;
	line-height:;
	color: #E71C2E;
	text-align: center;
}

.links_text {
	font-family: 'aller_lightregular';
	font-weight: normal;
	font-size:15px;
	line-height: 1.3;
	font-style: normal;
	line-height:;
	color: #000;
	text-align: justify;
}

.links_items_image{
	text-align: left;
	/*background: url(../images/divider-v-1.png) repeat-y right top;*/
}
.links_items_image img {
	width: 400px;
}

.links_items_title{
	font-family: 'Supernettcn-Light';
	font-weight: normal;
	font-size:36px;
	line-height: 1.3;
	font-style: normal;
	line-height:;
	color: #E71C2E;
	text-align: left;
}

.links_items_text {
	font-family: 'aller_lightregular';
	font-weight: normal;
	font-size:14px;
	line-height: 1.3;
	font-style: normal;
	line-height:;
	color: #000;
	text-align: justify;
}

/*----------------------------------------
	$BC CONTACT US
----------------------------------------*/

.contact_title {
	font-family: 'Supernettcn-Light';
	font-weight: normal;
	font-size:72px;
	line-height: 1.3;
	font-style: normal;
	line-height:;
	color: #E71C2E;
	text-align: center;
}

.contact_text {
	font-family: 'aller_lightregular';
	font-weight: normal;
	font-size:15px;
	line-height: 1.3;
	font-style: normal;
	line-height:;
	color: #000;
	text-align: justify;
}

.postal_title{
	font-family: 'Supernettcn-Light';
	font-weight: normal;
	font-size:30px;
	line-height: 1;
	font-style: normal;
	line-height:;
	color: #E71C2E;
	text-align: left;
}

.postal_text {
	font-family: 'aller_lightregular';
	font-weight: normal;
	font-size:15px;
	line-height: 1.7;
	font-style: normal;
	line-height:;
	color: #000;
	text-align: justify;
}

.postal_text p a{
	text-decoration: underline;
	
}
/*----------------------------------------
	$BLOG
----------------------------------------*/

.blog_title {
	font-family: 'Supernettcn-Light';
	font-weight: normal;
	font-size:72px;
	line-height: 1.3;
	font-style: normal;
	line-height:;
	color: #E71C2E;
	text-align: center;
}

.blog {
	padding-right: 30px;
	background: url(../images/divider-v-1.png) repeat-y right top;
}

.sidebar {
	padding-left: 0px;
}

.sidebar .archive {
	padding-top: 25px;
}

.sidebar .title {
	font-family: 'Supernettcn-Light';
	font-weight: normal;
	font-size:36px;
	line-height: 1.8;
	font-style: normal;
	line-height:;
	color: #E71C2E;
	text-align: left;	
}

.sidebar li, .sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

.blog_item {
	margin-bottom: 40px;
}

.blog_post, .box-style {
	padding: 0px 0px 30px 0px;
}
.blog_post img {
	max-width: 580px;
}

.blog_post_title, h2.blog_post_title a {
	font-family: 'Supernettcn-Light';
	font-weight: normal;
	font-size:36px;
	line-height: 1.1;
	font-style: normal;
	line-height:;
	color: #E71C2E !important;
	text-align: left;
	padding-bottom: 20px;	
}

.postmetadata {
	display: block;
	font-size: 13px;
	padding: 20px 0px 10px 0px;
	background: url(../images/dash-1.png) repeat-x left bottom;
}

ul.recent-posts li {
	padding-bottom: 5px;
}

/*----------------------------------------
	$BLOG COMMENTS
----------------------------------------*/

.comment_box {
	padding: 15px 0px;
	font-size: 14px;
}

.comment_box h3 {
	font-family: 'Supernettcn-Light';
	font-weight: normal;
	font-size:36px;
	line-height: 1.3;
	font-style: normal;
	line-height:;
	color: #E71C2E;
	text-align: left;
	border-bottom: dashed 1px #E71C2E;
	padding-top: 35px;
}
.comment_box li.comment {
	font-family: 'aller_lightregular';
	font-weight: normal;
	font-size:14px;
	line-height: 1.3;
	font-style: normal;
	line-height:;
	color: #000;
	text-align: justify;
}
.comment_box #respond {
	padding-top: 25px;
}

.comment_box input  {
	background: #f2f2f2;
	border: none;
	outline: none;
	padding: 5px;
}

.comment_box textarea  {
	background: #f2f2f2;
	border: none;
	outline: none;
	padding:5px;
}
.comment_box input#submit  {
	background: #E71C2E;
	color: white;
	border: none;
	outline: none;
	padding: 5px;
	text-align: left;
}

/*----------------------------------------
	$SHARED
----------------------------------------*/

/* Common margin-bottom for vertical rhythm. */
h1,h2,h3,h4,h5,h6,
ul,ol,dl,
p,
table,
form,
pre,
hr {
	margin-bottom:10px;
	margin-top: 0px;
}


label,.text-input,textarea,.btn{
	cursor:pointer;
}
	
.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus{
	cursor:text;
}

.mb20 {margin-bottom: 20px;}
.mb40 {margin-bottom: 40px; }
.left {float: left;}
.right {float: right;}


/*----------------------------------------
	$CLEARFIX
----------------------------------------*/
/* nicolasgallagher.com/micro-clearfix-hack */
.cf:before,
.cf:after{
	content:"";
	display:table;
}

.cf:after{
	clear:both;
}

.cf{
	zoom:1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}


/*----------------------------------------
	$Links
----------------------------------------*/
a, a:link, a:visited {
	color: #000000;
}

a:active {
	color: #000;
}


