﻿/* Body
-------------------------------------------------------------- */
body {
	position: relative;
	background-color: #fdfdfd;
	background-image: url(../img/bg.png);
	background-repeat: repeat;
	line-height:16px !important;
	color:#666;
}
::selection {
	background:#f4f4f4;
	color:#fff;
	text-shadow: 1px 1px #000;
}
::-moz-selection {
	background:#f4f4f4;
	color:#fff;
	text-shadow: 1px 1px #000;
}
img::selection {
	background: transparent;
}
img::-moz-selection {
	background: transparent;
}
img {  max-width:100%;}
iframe, object {
	border: 0px none currentColor;
	font: inherit;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	vertical-align: baseline;
}
/* Text style
-------------------------------------------------------------- */
.bg_white {
	background:#fff;
	box-shadow:0px 3px 0px rgba(0,0,0,.1);
	line-height:inherit;
}
.bg_white:after{
	clear:both;
}
p{
	margin-bottom:20px;
	font-size:16px;
}
.color {
	color:#0066cc;
}
a {
	color:#cc5c57;
}
a:hover { 
	color: #3d3d3d;
	text-decoration:underline;
}
a:focus {
	outline:none !important;
}
input:focus, textarea:focus, select:focus, .btn:focus {
	outline:0 !important
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { 
	border-bottom-color: rgba(204, 92, 87, 0.804);
	border-left-color: rgba(204, 92, 87, 0.804);
	border-right-color: rgba(204, 92, 87, 0.804);
	border-top-color: rgba(204, 92, 87, 0.804);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.071), 0px 0px 8px rgba(204, 92, 87, 0.600);
	outline: 0px none currentColor;
}
input[type="file"] { 
	
}
.center {
	text-align:center
}
blockquote { 
	padding: 20px 20px 20px 60px;
	border-left: none;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	-moz-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	background-color: #fdfdfd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eae8e8));
	background-image: -webkit-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: -moz-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: -ms-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: -o-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: linear-gradient(top, #f1f2f1, #eae8e8);
	
}
blockquote.bq-a { 
	background: url(../img/quote.gif) 17px 21px no-repeat rgba(255,255,255,0.5);
}
blockquote.bq-b { 
	background: url(../img/quote.png) 17px 21px no-repeat #fff;
}
blockquote.bq-c { 
	background: url(../img/quote1.png) 10px 21px no-repeat #fff;
}
blockquote span {
	clear:both;
	display:block;
	text-align:right;
	font-style: normal
}
.btn {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	background: #cc5c57;
	border-radius:3px;
	text-shadow: none;
}

.btn .disabled{
	color: #333333;
}
.btn .disabled:hover{
	color: #333333;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { 
	background-color: #0066cc;
}

.button-green,
a.button-green,
input[type="submit"].button-green,
input[type="reset"].button-green,
input[type="button"].button-green{
	background-color:#9CEF6C;
	color:#369100;
	border:1px solid #47A211;
	border-top-color:#58B322;
	border-left-color:#58B322;
	
	text-shadow: 0 1px rgba(255, 255, 255, .4);
	box-shadow:inset 0px 1px 1px rgba(255,255,255,.3);
}
.button-green:hover,
a.button-green:hover,
input[type="submit"].button-green:hover,
input[type="reset"].button-green:hover,
input[type="button"].button-green:hover{
	background-color:#8BDE5B;
	color:#147000;
	border:1px solid #369100;
	border-top-color:#58B322;
	border-left-color:#58B322;
}

.button-blue,
a.button-blue,
input[type="submit"].button-blue,
input[type="reset"].button-blue,
input[type="button"].button-blue{
	background-color:#73B8FF;
	color:#165DA6;
	border:1px solid #0D58A6;
	border-top-color:#4188D3;
	border-left-color:#4188D3;
	
	text-shadow: 0 1px rgba(255, 255, 255, .4);
	box-shadow:inset 0px 1px 1px rgba(255,255,255,.3);
}

.button-blue:hover,
a.button-blue:hover,
input[type="submit"].button-blue:hover,
input[type="reset"].button-blue:hover,
input[type="button"].button-blue:hover{
	background-color:#44A0FF;
	color:#04376C;
	border:1px solid #0D58A6;
	border-top-color:#4188D3;
	border-left-color:#4188D3;
}

.button-red,
a.button-red,
input[type="submit"].button-red,
input[type="reset"].button-red,
input[type="button"].button-red{
	background-color:#ef452c;
	color:#901B09;
	border:1px solid #901B09;
	border-top-color:#B23D2B;
	border-left-color:#B23D2B;
	
	text-shadow: 0 1px rgba(255, 255, 255, .2);
	box-shadow:inset 0px 1px 1px rgba(255,255,255,.3);
}

.button-red:hover,
a.button-red:hover,
input[type="submit"].button-red:hover,
input[type="reset"].button-red:hover,
input[type="button"].button-red:hover{
	background-color:#de341b;
	color:#700907;
	border:1px solid #901B09;
	border-top-color:#B23D2B;
	border-left-color:#B23D2B;
}

.button-grey,
a.button-grey,
input[type="submit"].button-grey,
input[type="reset"].button-grey,
input[type="button"].button-grey{
	background-color:#666;
	color:#222;
	border:1px solid #333;
	border-top-color:#555;
	border-left-color:#555;
	
	text-shadow: 0 1px rgba(255, 255, 255, .2);
	box-shadow:inset 0px 1px 1px rgba(255,255,255,.2);
}

.button-grey:hover,
a.button-grey:hover,
input[type="submit"].button-grey:hover,
input[type="reset"].button-grey:hover,
input[type="button"].button-grey:hover{
	background-color:#555;
	color:#000;	
	border:1px solid #333;
	border-top-color:#555;
	border-left-color:#555;
}

.button-purple,
a.button-purple,
input[type="submit"].button-purple,
input[type="reset"].button-purple,
input[type="button"].button-purple{
	background-color:#A67FE2;
	color:#3A0D80;
	border:1px solid #3A0D80;
	border-top-color:#804BD1;
	border-left-color:#804BD1;
	
	text-shadow: 0 1px rgba(255, 255, 255, .2);
	box-shadow:inset 0px 1px 1px rgba(255,255,255,.2);
}

.button-purple:hover,
a.button-purple:hover,
input[type="submit"].button-purple:hover,
input[type="reset"].button-purple:hover,
input[type="button"].button-purple:hover{
	background-color:#905CE2;
	color:#290C70;
	border:1px solid #3A0D80;
	border-top-color:#804BD1;
	border-left-color:#804BD1;
	
	text-shadow: 0 1px rgba(255, 255, 255, .2);
	box-shadow:inset 0px 1px 1px rgba(255,255,255,.2);
}

.button-yellow,
a.button-yellow,
input[type="submit"].button-yellow,
input[type="reset"].button-yellow,
input[type="button"].button-yellow{
	background-color:#FFE373;
	color:#A68916;
	border:1px solid #C8AB38;
	border-top-color:#FFD945;
	border-left-color:#FFD945;
	
	text-shadow: 0 1px rgba(255, 255, 255, .4);
	box-shadow:inset 0px 1px 1px rgba(255,255,255,.4);
}

.button-yellow:hover,
a.button-yellow:hover,
input[type="submit"].button-yellow:hover,
input[type="reset"].button-yellow:hover,
input[type="button"].button-yellow:hover{
	background-color:#FFD945;
	color:#957805;
	border:1px solid #A68916;
	border-top-color:#FFD945;
	border-left-color:#FFD945;
	
}

.button-lighttext,
a.button-lighttext,
input[type="submit"].button-lighttext,
input[type="reset"].button-lighttext,
input[type="button"].button-lighttext{
	color:#f9f9f9 !important;
	text-shadow:0px -1px 1px rgba(0,0,0,.3) !important;
}


ul.list_square{
	list-style: url(../img/list_square.png) inside  ;
	padding:0;
	margin:0 0 20px 0;
}
ul.list_square li{
	padding:3px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin:0 0 3px 0; 
}
ul.list_square li a{
	font-size:12px;
}

ul.arrow{
	list-style: url(../img/list_arrow.png) inside ;
	padding:0;
	margin:0 0 20px 0;
}
ul.arrow li{
	padding:3px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin:0 0 3px 0; 
}
ul.arrow li a{
	font-size:12px;
}
ul.list{
	list-style:none;
	padding:0;
	margin:0 0 20px 0;
}

ul.list li{
	padding:3px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin:0 0 3px 0; 
}
ul.list li a{
	font-size:12px;
}
ol.ordered{
	list-style-position:inside;
	padding:0;
	margin:0 0 20px 0;
}
ol.ordered li{
	padding:3px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin:0 0 3px 0; 
}
.dropcap { 
	float: left;
	font-size: 36px;
	margin: 10px 6px 1px 0px;
}
.dropcap-a { 
	background: #3b3b3b;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 30px;
	height: 36px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: rgba(0, 0, 0, 0.251) 0px -1px 0px;
	line-height: 36px;
	margin-right: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 36px;
}
.dropcap-b { 
	background: #cc5c57;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 30px;
	height: 36px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: rgba(0, 0, 0, 0.251) 0px -1px 0px;
	line-height: 36px;
	margin-right: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 36px;
}
.dropcap-c { 
	background: #ccc;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 30px;
	height: 36px;
	line-height: 36px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: rgba(0, 0, 0, 0.251) 0px -1px 0px;
	margin-right: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 36px;
}
.dropcap-d { 
	background: #0066cc;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-shadow: rgba(0, 0, 0, 0.251) 0px -1px 0px;
	margin-right: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 36px;
}
.highlight-orange {
	background: #CC5C57;
	color: white;
	padding:1px 5px;
	text-shadow: 1px 1px #000;
}
.highlight-red {
	background: #CC0033;
	color: white;
	padding:1px 5px;
	text-shadow: 1px 1px #000;
}
.highlight-blue {
	background: #0099CC;
	color: white;
	padding:1px 5px;
	text-shadow: 1px 1px #000;
}
.highlight-green {
	background: #339933;
	color: white;
	padding:1px 5px;
	text-shadow: 1px 1px #000;
}

.show-grid [class*="span"] {

}
.show-grid:hover [class*="span"] { 
	color: white;
	background: #f4f4f4;
}	
.show-grid [class*="span"] p {
	line-height:normal;
	text-align:left;
	margin: 0 5px 5px; 
}

.img_left{
	float:left;
	margin-right:15px;
}
.img_right{
	float:right;
	margin-left:15px;
}
.alert {
	background-image:url(../img/subtlenet2.png);
	color:#fff;
	text-shadow: #000000 1px 1px 0px;
}
.alert-block {
	background-color: rgba(204,102,102,.6);
}
.alert-error {
	background-color: rgba(204,0,51,.6);
}
.alert-success {
	background-color: rgba(51,153,51,.6);
}
.alert-info {
	background-color: rgba(0,153,204,.6);
}
.shadow_img {
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	background: #fff;
	-moz-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	background-color: #fdfdfd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eae8e8));
	background-image: -webkit-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: -moz-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: -ms-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: -o-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: linear-gradient(top, #f1f2f1, #eae8e8);
}
.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:19px !important;
}

.directions_block h4{
	margin-bottom: 5px !important;
	
}
.feature{
	background:#fff;
	padding:15px;
	-moz-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	margin-bottom:30px;
	display:block;
	color: inherit;
	
	-moz-transition: all 0.3s ease-out;
	 -o-transition: all 0.3s ease-out;
	 -webkit-transition: all 0.3s ease-out;
}
.feature:hover{
	text-decoration:none;
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.feature:hover > p{
	font-size:12px !important;
}
.feature:hover > h4{
	font-size:14px !important;
}
.feature p{
	font-size:11px;
	margin-bottom:0px;
}

.ff11 p, .ff11 li{
	font-size:11px !important;
}

/* Static homepage image
-------------------------------------------------------------- */
.static-caption {
	position:absolute;
	bottom:0px;
	right:20px;
	text-align:right;
	z-index:950;
}
.static-caption h3 {
	display: inline;
	color:#cc5c57;
	background: #fff;
	padding:4px 18px;
}

.static-caption p {
	width:450px;
	margin-top:12px;
	background:#fff;
	padding:12px 18px;
	text-align: left;
	font-style:italic
}
.static-caption a {
	display:inline !important;
}

/* Pricing table
-------------------------------------------------------------- */
.price_table {
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	margin-top:30px;
	-moz-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	background-color: #fdfdfd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eae8e8));
	background-image: -webkit-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: -moz-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: -ms-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: -o-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: linear-gradient(top, #f1f2f1, #eae8e8);
	border-radius: 5px;
	padding-bottom:30px;
}
.price_table h2{
	font-size: 30px;
	text-transform:none;
	font-weight:normal;
	background:#fff;
	text-align:center;
	border:none;
	margin:0 10px;
	color: #3b3b3b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px 0 5px;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.251);
	border:1px solid #cbcbcb !important;
}
.price_table hr { margin-left:10px; margin-right:10px}
.price_table h2 sup .dol{
	font-size: 30px;
	margin: 0px 2px 3px 0px;
}
.price_table h2 sup { 
	display: inline-block;
	font-size: 20px;
	margin: 0px 0px 12px;
}
.price_table h2 div{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
}
.price_table h2 sup { 
	display: inline-block;
	font-size: 20px;
	margin: 0px 0px 12px; 
}
.price_table h3{
	font-size: 11px;
	line-height:none;
	margin: 0px;
	background:#3b3b3b;
	padding: 7px 0px;
	text-align: center;
	text-transform: uppercase;
	border:none;
	color: #FFFFFF;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-shadow: 0px 2px 3px #666;
}
.price_table ul {
	margin:10px;
	padding:0px;
	background: #fff;
	border:1px solid #cbcbcb !important;
	font-size: 14px;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.price_table ul li:first-child { 

}
.price_table ul li:last-child { 

}
.price_table ul li {
	font-size: 14px;
	line-height: 18px;

}
.pr_active{
	margin-top:10px;
}
.pr_active h3{
	background:#cc5c57;
}


/* Togglable tabs
-------------------------------------------------------------- */
.table-bordered thead{
	color: white;
	background:#3b3b3b;	
}
.table tbody tr:hover td, .table tbody tr:hover th { 
	background-color: #f4f4f4;
	color: #fff
}

/* Togglable tabs
-------------------------------------------------------------- */
.nav-tabs { 
	margin-bottom:0px;
	border-bottom: 1px solid #DCDBDB;
	font-family: 'Oswald', sans-serif;	
}
.nav-tabs > li > a {
	line-height:24px !important;
}
.nav-tabs > .active > a:hover, .nav-tabs > li > a:hover, .nav-tabs > .active > a { 
	background-color: #fff;
	cursor: pointer;
	color: #666666;
	
	border-bottom: 1px solid transparent;
	border-left: 1px solid #DCDBDB;
	border-right: 1px solid #DCDBDB;
	border-top: 1px solid #DCDBDB;
	
	

}
.nav-tabs > li > a { 
	color: white;
	background:#0066cc;	
}
.tab-content {
	background:#fff;
	border-left: 1px solid #DCDBDB;
	border-right: 1px solid #DCDBDB;
	border-bottom: 1px solid #DCDBDB;
	padding:20px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-bottom:15px;
}
/* Accordion
-------------------------------------------------------------- */
.accordion-group { 
	border: 1px solid #DCDBDB;
	background: #fff;

}	
.accordion-group a{
	color: #666666;
}
.accordion-toggle{
	font-family: 'Oswald', sans-serif;
}
.accordion-heading {
}
.accordion-heading::selection{
	background:red;
}
.accordion-heading:hover, .accordion-heading:hover > a{
	background: #3b3b3b;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none;
}


/* Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { 
	text-transform:none;
	color:#0066cc;
	margin-bottom:15px;
	font-family: "Comic Sans MS", cursive;
	font-weight:normal;
	}
h2 {
	margin-bottom:15px;
	padding-left:12px;
	font-weight:500;
	}
h2 small{
	font-size:16px !important;
	text-transform: none !important;
}
h3 {
	font-size:24px !important;
	margin-bottom:15px;
	padding-left:12px;
	font-weight:500;
	font-family: "Comic Sans MS", cursive;
	text-transform: none;
	border-left-style: none;
	}
h4 { margin-bottom: 10px;}
h5 { 
	margin-bottom: 5px;
	font-size:18px !important;
	}
h6 {
	margin-bottom: 5px;
	color: #000;
}

.unstyled h2, .unstyled h3 {
	border-left: 0 !important;
	padding-left:0 !important
}
h1 .borderr,
h2 .borderr,
h3 .borderr,
h4 .borderr,
h5 .borderr,
h6 .borderr {
	border-left: 3px solid #CC5C57;
	padding-left: 12px;
}
/* Header
-------------------------------------------------------------- */
.top_line{
	background-color: #dcdbdb;
	height: 3px;
}
.support {
	background: #dcdbdb;
	border:1px solid #dcdbdb;
	border-top: 1px solid transparent;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 3px 0px 3px 10px;
	float:right;
}
.quick {
	display:block;
	background:#dcdbdb;
	padding-right:10px;
	color:#3d3d3d;
	cursor:pointer;
	font-size:10px !important;
	font-weight:400;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.quick:hover {
	text-decoration:none;
	color: #cc5c57;
	background:#dcdbdb;
}
.panel {
	background-color: rgba(255,255,255,0.5);
	background-image: url(../img/separator.png);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:11px;
	padding:30px 0;
	min-height:200px;
	max-height: 300px;
	display: none;
	visibility:visible;
}
.panel h5 {
	padding-left:0px;
	border-bottom: 1px solid #eee;
	margin-bottom:10px !important;
	padding-bottom: 10px;
	font-weight:500;
}
.panel p {
	font-size:11px;
}	
#note_contact{
	position:relative;
}
#map {
	border: 1px solid #fdfdfd;
	min-height:200px;
	width:100%;
	border-bottom:5px solid #f5f5f5;
	text-shadow: none
}
.welcome p { 
	font-style:italic;
	text-align:center;
	color:#666666;
}
.welcome h1 {
	font-size: 32px;
	line-height: 50px;
	text-align: center;
	margin-bottom:0px;
}
.welcome hr {
	border: 0;
	clear:both;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}
.mt30 {
	margin-top:30px !important;	
} 
.shadow {
	overflow: hidden;
	min-height:50px;
	padding:10px;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	-moz-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	background-color: #fdfdfd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eae8e8));
	background-image: -webkit-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: -moz-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: -ms-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: -o-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: linear-gradient(top, #f1f2f1, #eae8e8);
}
.logo img {
	float:left;
	margin-right:10px;
}
.cont {
	border-left:1px solid #ccc;
	display:block;
	font-size:11px;
	line-height:13px;
	float: left;
	padding-left:15px;
	margin-top:15px;
}
#fields button{
	float:left;
	margin-right:10px;
}

header .name_title{
	background:rgba(255, 255, 255, 0.5);
}
header .name_title .span12{
	padding:10px 0
}
header .name_title .span12 h2 {
	margin-bottom:0px;
	float:left;
	margin-right:5px;
}
header .name_title .span12 p{
	font-family: "Comic Sans MS", cursive;
	font-size:18px;
	margin-top:10px;
	margin-bottom:0px;
	font-weight:normal;
	color: #000000
}
/* Under constraction
-------------------------------------------------------------- */
.countdownHolder{
	margin:0 auto;
	font: 40px/1.5 'Open Sans Condensed',sans-serif;
	text-align:center;
	letter-spacing:-3px;
}

.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 1.05em;
}

.digit{
	position:absolute;
	display:block;
	width:1em;
	background-color:#444;
	border-radius:0.2em;
	text-align:center;
	color:#fff;
	letter-spacing:-1px;
}

.digit.static{
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
	
	background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #3A3A3A),
		color-stop(0.5, #444444)
	);
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays{ /* display:none !important;*/ }
.countDiv0{ /* display:none !important;*/ }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}


.countDiv{
	display:inline-block;
	width:16px;
	height:1.6em;
	position:relative;
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#444;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.5em;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	content:'';
}

.countDiv:after{
	top:0.9em;
}
/* Countdown box
-------------------------------------------------------------- */
.countdown_block{
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	-moz-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	background-color: #fff;
		
	padding: 15px;
	margin-bottom:20px;
	font-size:18px;
	
}


.countdown_block .btn:hover{
	background:#444;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#666,0),color-stop(#444,1));
    background:-webkit-linear-gradient(top, #666 0%, #444 100%);
    background:-moz-linear-gradient(top, #666 0%, #444 100%);
    background:-o-linear-gradient(top, #666 0%, #444 100%);
    background:linear-gradient(top, #666 0%, #444 100%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	
	-o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0;
	background: -o-linear-gradient(top, #666666 0px, #444444 100%) transparent;
}
.countdown_block ul{
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:10px !important;
	margin-top:15px;
	margin-bottom:10px;
}
.countdown_desc_left{
	float:left;
	margin-right:30px;
}
.countdown_desc_right p{
	font-size:10px !important;
}
.countdown_block p{
	margin: 10px 0px 10px 0px;
	line-height:12px; 
}
.countdown_block h2{
	text-align:center;
	margin-bottom:10px;
	padding-left:0px;
	border-left: none;
}
.countdown_block h4{
	margin-bottom:0px;
}
.countdown_block .countdownHolder{
	font: 26px/1.5 'Oswald',sans-serif;
	letter-spacing:-3px;
	background:#fff;
	padding:5px 4px 0px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.countdown_block .position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 1.05em;
}

.countdown_block .digit{
	position:absolute;
	display:block;
	width:1em;
	background-color:#3d3d3d;
	border-radius:0.2em;
	text-align:center;
	color:#fff;
	letter-spacing:-1px;
}

.countdown_block .digit.static{
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
	
	background-image: linear-gradient(bottom, #3d3d3d 50%, #2d2d2d 50%);
	background-image: -o-linear-gradient(bottom, #3d3d3d 50%, #2d2d2d 50%);
	background-image: -moz-linear-gradient(bottom, #3d3d3d 50%, #2d2d2d 50%);
	background-image: -webkit-linear-gradient(bottom, #3d3d3d 50%, #2d2d2d 50%);
	background-image: -ms-linear-gradient(bottom, #3d3d3d 50%, #2d2d2d 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #3d3d3d),
		color-stop(0.5, #2d2d2d)
	);
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countdown_block .countDays{  /*display:none !important; */}
.countdown_block .countDiv0{  /*display:none !important; */ }
.countdown_block .countHours{}
.countdown_block .countDiv1{}
.countdown_block .countMinutes{}
.countdown_block .countDiv2{}
.countdown_block .countSeconds{}


.countdown_block .countDiv{
	display:inline-block;
	width:16px;
	height:1.6em;
	position:relative;
}

.countdown_block .countDiv:before,
.countdown_block .countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color: #3d3d3d;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.5em;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	content:'';
}

.countdown_block .countDiv:after{
	top:0.9em;
}

#note { 
	color: #666666;
	font-size: 12px;
	margin: 0px auto;
	padding: 4px;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.298);
}



/* Slider box
-------------------------------------------------------------- */
.separator { 
	background-color: #DFDFDF;
	background-image: url(../img/separator.png);
	height: 2px;
}
.inner{
	margin-top:30px;
	margin-bottom:30px;
}
.no_top_margin{
	margin-top:0 !important;
}
.no_bottom_margin{
	margin-bottom: 0 !important;
}
.separator_top { 
	background-color: #DFDFDF;
	background-image: url(../img/separator_top.png);
	height: 2px;
	margin-top:20px
}
.slider_box {
	background:rgba(255,255,255,0.5);
	padding:30px 0;
	font-size:11px !important;
}
.slider_box ul {
	margin:0px;
	padding:0px;
	list-style:none
}

/* Slider portfolio
-------------------------------------------------------------- */
#slides .prev { 
	background: url(../img/arr-left.png) #3b3b3b center no-repeat;
	float: left;
	height: 20px;
	margin-top: 3px;
	width: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right:5px;
}
#slides .next { 
	background: url(../img/arr-right.png) #3b3b3b center no-repeat;
	display: block;
	float: left;
	height: 20px;
	margin-top: 3px;
	width: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#slides .prev:hover { background-color: #f4f4f4 }
#slides .next:hover { background-color: #f4f4f4 }


/* Sidebar
-------------------------------------------------------------- */
.sidebar-widget{
	margin-bottom:30px;
	
}
.sidebar-widget ul.categories, .sidebar-widget ul.popular_posts{
	list-style:none;
	margin:0px;
	padding:0px;
}
.sidebar-widget ul.categories li {
	color: #FFFFFF;
	position: relative;
	margin-bottom:2px;
}

.sidebar-widget ul.categories li a{
	font-size: 14px;
	border-radius: 3px;
	background: #3B3B3B;
	padding: 8px 10px !important;
	color:#fff;
	display:block;
}
.sidebar-widget ul.categories li a:hover{
	text-decoration:none;
	background: #f4f4f4;
}
.sidebar-widget ul.popular_posts li{
	background: transparent;
	border-bottom: 1px dotted #DADEE0;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 0px 0px 5px;
}
.sidebar-widget ul.popular_posts li a{
	display:block;
	font-size:12px;
}
.sidebar-widget ul.popular_posts li img{
	float:left;
	border:1px solid #fff;
	margin-right: 15px;
	
}
.sidebar-widget ul.popular_posts li .popular_post_date { 
	color: #cc5c57;
	display: block;
	font-size: 10px;
	text-align:right;
	text-transform: uppercase;
}
.sidebar-widget ul.popular_posts li p{
	margin-bottom:5px;
	font-size:11px;
	line-height:14px;

}
.sidebar-widget ul.popular_posts li p .title{
	font-family: "Oswald", sans-serif;
	text-transform:uppercase;
	margin-bottom:10px
}

.sidebar-widget .tags {
	text-align:center;
	margin-bottom:15px;
	
}
.sidebar-widget .tags:after{
	clear:both;
	content:'';
}
.sidebar-widget .tags a{
	border-radius: 3px;
	background: #3B3B3B;
	text-align: center;	
	color:white;
	display: block;
	float:left;
	padding: 2px 4px !important;
	margin-bottom:5px;
	margin-right:7px;
}
.sidebar-widget .tags a:hover{
	text-decoration:none;
	background: #f4f4f4;
}
.sidebar-widget .tags a.tag_size1{font-size:8px !important;}
.sidebar-widget .tags a.tag_size2{font-size:12px !important;}
.sidebar-widget .tags a.tag_size3{font-size:16px !important;}
.sidebar-widget .tags a.tag_size4{font-size:18px !important;}
.sidebar-widget .tags a.tag_size5{font-size:20px !important;}

/* Nav
-------------------------------------------------------------- */
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 7px;
	top: 8px; /* IE6 only */
	width: 10px;
	height: 20px;
	text-indent: -999em;
	overflow: hidden;
	background: url('../img/arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 8px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.menu ul .sf-sub-indicator { background-position:  -10px 0; }
.menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menu ul a:focus > .sf-sub-indicator,
.menu ul a:hover > .sf-sub-indicator,
.menu ul a:active > .sf-sub-indicator,
.menu ul li:hover > a > .sf-sub-indicator,
.menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
#main-nav { 
	float: right;
	margin-top:15px;
	}

#main-nav > ul {
	}

#main-nav li {
	list-style: none;
	float: left;
	margin: 0;
	position: relative;
	margin-right:10px;
}

#main-nav li:last-child {
	margin-right:0px;
	}

#main-nav a {
	color: #fff;
	font-size: 11px;
	display: block;
	position: relative;
	text-align: center;
	z-index: 98;
	padding: 6px 20px !important;
	background:#0066cc;
	border-radius:3px;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
}
#main-nav ul ul li:first-child > a { 
	border-radius: 3px 3px 0 0;
}

#main-nav ul li ul li:first-child > a:after {
	content: '';
	position: absolute;
	left:24%;
	top: 0%;
	margin-left:-5px;
	margin-top:-6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
}
#main-nav ul li ul li:first-child > a:hover:after {
	border-bottom-color:#f4f4f4;
}
#main-nav ul li.current ul li:first-child > a:after {
	content: '';
	position: absolute;
	left:24%;
	top: 0%;
	margin-left:-5px;
	margin-top:-6px;
	border-left: none;
	border-right: none;
	border-bottom: none;

}
#main-nav ul li ul li ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: -1px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #fff;

}
#main-nav ul li ul li ul li:first-child > a:hover:after {
	border-bottom-color: transparent;
	border-right-color:#f4f4f4;
}
#main-nav a:hover, #main-nav .hover > a, #main-nav .current > a, {
	border-top-color: #fff;
	color: #000;
	background:#f4f4f4;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

#main-nav a:hover, #main-nav .hover > a, #main-nav .current > a { 
	color:#fff;
	text-decoration:none;
	background-color: #000040;						
	text-shadow:1px 1px #cc5c57 !important;

}
#main-nav ul li ul li a:hover > #main-nav ul li a {
	background:#f4f4f4 !important;
	
}


/* Nav Dropdown
-------------------------------------------------------------- */

#main-nav ul ul {
	left: -25px;
	padding: 0;
	position: absolute;
	top: 40px;
	z-index:99;
	visibility:hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	-moz-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	background-color: #fdfdfd;
}
#main-nav ul ul ul {
	left: 130px;
	padding: 0;
	position: absolute;
	top: 0px;
	z-index:99;
	visibility:hidden;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	-moz-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	background-color: #fdfdfd;
}

#main-nav li:hover > ul {
	visibility:visible;
	}

#main-nav ul ul ul li { 
	margin-right:0px;
	border-bottom:1px solid #FFF;
	border-top: 1px solid #EEE;
	}	
#main-nav ul ul li { 
	float: none;
	margin-right:0px;
	border-bottom:1px solid #FFF;
	border-top: 1px solid #EEE;
	}
#main-nav ul ul li:first-child{	
	border-top: none;
}
#main-nav ul ul li:last-child {	
	border-bottom: none
}

#main-nav ul ul a {
	color: #3b3b3b;
	font-size: 10px !important;
	font-weight: 400;
	text-align:left !important;
	width:120px;
	background:#fdfdfd;
	border-radius:0px;
	padding:6px 10px  !important;
	text-transform:none

}

#main-nav ul ul a:hover, #main-nav ul ul .hover > a, #main-nav ul ul .current > a, #main-nav ul ul .current > a:hover {
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.2);
	background:#f4f4f4;
}
/* Testimonial Widget
-------------------------------------------------- */
.testimonial_block{
}

.testimonialrotator {
	position:relative;
	margin-bottom:20px;
}
.testimonialrotator .testimonial{
	position:absolute;
	top:0;
	left:0; 
	display:none;
}
.testimonialrotator .testimonial:first-child{ 
	position:relative;
	display:block; 
	!important;
}
.testimonial .author{
	font-weight:bold 
}


/* Footer
-------------------------------------------------------------- */
footer{	
	padding:35px 0 15px;
	font-size:11px;
	background: rgba(255, 255, 255, 0.5);
	line-height:14px;

}
.footer_separator{
	margin-top:50px;
	background-color: #DFDFDF;
	background-image: url(../img/separator_top.png);
	height: 2px;
}
footer a:hover{
}
footer h5 {
	padding-left:0px;
	border-bottom: 1px solid #eee;
	margin-bottom:10px !important;
	padding-bottom: 10px;
	font-weight:500;
}

footer .follow {
	background: rgba(0,0,0,0.1);
	color: #333;
	padding:7px
}

footer .footer_widget1 {

}
footer .footer_widget1 img {
	float:left;
	border:none;
	margin-right:15px;
}
footer .tweet {
	margin-bottom:15px;
}
footer .tweet .time {
	font-style:italic;
	font-size:10px;
}
footer .time {
	color:#CC5C57
}
footer .contact p {
	line-height:16px;
}
footer img {
	border: 1px solid #fdfdfd
}
footer .desc {
	padding: 0px 0px 15px 0px;
	line-height: none;
	font-style:italic
}
footer .desc a {
	font-size:12px;
	font-style:normal
}
footer p {
	font-size:11px;
	margin-bottom:10px
}
footer .blog .title{
	margin-bottom:5px;
}
footer .blog .announcement{
	margin-bottom:15px;
}
	
/* Bottom line
-------------------------------------------------------------- */		
.bot_line {
	padding:10px 0;
	background:#fff;
	font-size:11px;
}
.social-links a{
   display: block;
   background-image:url(../img/social_icons.png);
   height:19px;
   width:19px;
   float:left;
   margin-right: 7px;
}
.social-links .twitter 			{ background-position:-133px -19px}
.social-links .twitter:hover 	{ background-position:-133px 0px} 

.social-links .facebook			{ background-position:-76px -19px}
.social-links .facebook:hover 	{ background-position:-76px 0px} 

.social-links .vimeo			{ background-position:-152px -19px}
.social-links .vimeo:hover 		{ background-position:-152px 0px} 

.social-links .youtube			{ background-position:0px -19px}
.social-links .youtube:hover 	{ background-position:0px 0px} 

.social-links .dribbble			{ background-position:-57px -19px}
.social-links .dribbble:hover 	{ background-position:-57px 0px} 

.social-links .flickr			{ background-position:-95px -19px}
.social-links .flickr:hover 	{ background-position:-95px 0px} 

.social-links .linkedin			{ background-position:-38px -19px}
.social-links .linkedin:hover 	{ background-position:-38px 0px} 

.social-links .deviantar		{ background-position:-19px -19px}
.social-links .deviantar:hover 	{ background-position:-19px 0px} 

.social-links .skype			{ background-position:-114px -19px}
.social-links .skype:hover 		{ background-position:-114px 0px} 


/* Pagination
-------------------------------------------------------------- */
.pagination{
	text-align:center;
}
.pagination {
	list-style:none;
}
.pagination li {
	display:inline;
}
.pagination li a {
	font-family: 'Oswald', sans-serif;
	background-color: #666666;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
	border-right: 1px solid #666;
	border-top: 1px solid #555555;
	box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.196);
	text-shadow: 0px 1px rgba(255, 255, 255, 0.196);
	color: #F9F9F9 !important;
	line-height: 28px;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3) !important;

}
.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover { 
	background-color: transparent;
	color:#666666 !important;
	background: #fff;
	cursor: default;
}
.pagination li.current a {
	color:#666666;
	background: #f4f4f4;
	font-size:14px;
	font-weight:400;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 	
}
.pagination li a:hover {
	background-color: #555555;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #555555;
	border-right: 1px solid #333333;
	border-top: 1px solid #555555;
	color: #000000;
	text-decoration:none;
}

.pagination .portfolio li a {
	line-height: 16px !important;
	padding:0px 8px;
	font-size:12px !important;
	height: 20px !important;
}

/* Portfolio
-------------------------------------------------------------- */
.btn-group{
	margin-bottom:15px;
}
.block { 
	background-color: #ffffff;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 30px;
	text-align: center;
}
.block img{
	width:100% !important;
}
.descr {
	text-align: left;
	padding-top:10px;
	padding-bottom:20px;
}
.descr hr{
	margin-right:20px;
}
.descr #rating{
	margin-right:10px;
}
#rating img{
	width:16px !important;
	height:16px;
}
.block .info, .block .info a, .single_portfolio .info, .single_portfolio .info a{
	font-size:11px;
}
#rating{
	padding-top:4px; 
}
#rating a{
}
#rating a:hover{
	text-decoration:none
}
.descr p{
	margin-right:15px;
}
.view {
	width:100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background:url('../img/ajax_loading.gif') center center no-repeat !important;
	text-transform: none;
}
.view .mask {
   width:100%;
   height:100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view a.info {
   display:block;
   width:32px;
   height:32px;
   border-radius:3px;
   background-color:#0066cc;
   background-image: url(../img/zoom.png); 
   position:absolute;
   top:50% !important;
   left: -40px;
   margin-top:-16px;
   margin-left:-36px;
   border:1px solid;
   border-color: rgba(0,0,0, 0.5);
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.nolink a.info {margin-left:-17px !important;}
.view a.info:hover {
	background-color:#f4f4f4 !important;
	border:1px solid;
	border-color: rgba(0,0,0, 0.3);
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}


.view a.link {
   display:block;
   width:32px;
   height:32px;
   border-radius:3px;
   background-color:#0066cc;
   background-image: url(../img/link.png); 
   position:absolute;
   top:50% !important;
   right: -40px;
   margin-top:-16px;
   margin-left:4px;
   border:1px solid;
   border-color: rgba(0,0,0, 0.5);
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.view a.link:hover {
	background-color:#f4f4f4 !important;
	border:1px solid;
	border-color: rgba(0,0,0, 0.3);
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(204,92,97, 0.5);
   -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;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   
}
.view-first .mask:hover > a.link{
	right:50%;
	margin-right:-37px; 	
	margin-top: -32px;
}
.view-first .mask:hover > a.info{
	left:50% !important;
	margin-left:-37px !important; 
	margin-top: -32px;	
}
.noinfo a.link { right:50% !important; margin-right:-16px !important;}


.view-first .mask .description h5{
	margin:0px;
	margin-top:3px;
	padding:0px;
	color: #cc5c57;
	display: inline-block;
	height:15px;
	overflow: hidden;
}
.view-first .mask .description p{
	margin:0px 5px;
	padding:0px;
	font-size:11px;
}

.view-first .mask .description{
	background:#fff;
	position:absolute;
	padding: 5px 0px;
	padding-bottom:10px;
	bottom:0px;
	width:100%;
	height:33px;
	overflow: hidden;
}


/* Portfolio filter
-------------------------------------------------------------- */

ul#filters { list-style:none; margin:0px !important;}
ul#filters li { float:left; padding-left:0px; margin-right:20px;}

.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }

/* Isotope CSS3 transitions */
.isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -moz-transform, opacity; -o-transition-property: top, left, opacity; transition-property: transform, opacity; }

/* disabling Isotope CSS3 transitions */
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }

/* Blog
-------------------------------------------------------------- */
.single-entry{
	background:#fff;
	padding:20px 10px;
}
.blog_info {
	background:#fff;
	padding:10px;
	-moz-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	margin-bottom:30px;
}
.blog_info .post_date{ 
	color:#fff;
	font-family: 'Oswald', sans-serif;
	text-align:center;
	font-size:18px;
	background:#3d3d3d;
	padding:10px 15px;
	text-transform:uppercase;
	-moz-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	text-shadow: #000000 1px 1px 0px;
	

}
.blog_content{
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	-moz-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	background-color: #fdfdfd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eae8e8));
	background-image: -webkit-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: -moz-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: -ms-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: -o-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: linear-gradient(top, #f1f2f1, #eae8e8);
	margin-bottom:30px;
}
.blog_info ul li{
	font-size:11px !important;
}
.single-entry .post_thumb img{
	border: none;
}
.single-entry .post_thumb h3{
	background: #3d3d3d;
	border: 1px solid #2d2d2d;
	font-weight: normal;
	color: #fff;
	line-height:42px; 
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-bottom:0px;
}
.single-entry p {
}
.single-entry .post_thumb .video .meta{
	margin-top: -3px;
}
.single-entry .read_more{
	background: #3d3d3d;
	color: #fff;
	padding: 3px 6px;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
}
.single-entry .read_more:hover{
	background: #f4f4f4;
	text-decoration:none;
}
.single-entry .meta{	
	background: #3d3d3d;
	color:#fff;
	padding: 3px 6px;
	font-size:11px; 
	margin:0px;
}
.single-entry .tags {
	
}
.single-entry .tags a {
	padding:0 10px;
	line-height: 24px !important; 
	color: #fff;
	background: #3d3d3d;
	border-left: 1px solid #4d4d4d;
	border-right: 1px solid #2d2d2d;
	margin-right:0px;
	display:block;
	float:left;
}
.single-entry .tags a:hover {
	background: #f4f4f4;
	color: #fff;
	text-decoration:none;
}
.single-entry .tags a:first-child{
	border-left: none;
}
.single-entry .tags a:last-child{
	border-right:none !important;
}

.single-entry .meta a{
	color: #fff;	
	margin-right:10px;
}
.single-entry .meta a:hover{
	color: #cc5c57;
	text-decoration:none;
}
.single-entry .modified{
	font-style:italic;
	text-align:right
}
.single-entry .relatedpost{
	margin-top:20px;
}
.relatedpost .label{
	margin-right:10px; 
}
.relatedpost ul{
	list-style: none
}
.relatedpost ul li{
	margin-bottom:3px;
}

/* Blog Comments
-------------------------------------------------------------- */
.comments{
}

.comments .comments_item{
	margin-bottom:20px;

}
.comments .comments_item .block_message{
	background:#fff;
	padding:15px;
	-moz-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
	box-shadow: 0 1px 1px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #3d3d3d;
}
.comments .comments_item .block_user{
	text-align:center;
}
.comments .comments_item .block_user .member{
	font-weight:bold;
}
.comments .comments_item .block_user .time{
	font-size:11px;
}
.comments .comments_item .block_user img{
	margin-bottom:10px;
}
.comments .comments_item .block_message .meta a{
	text-decoration: underline	
	}
.comments .comments_item .block_message .meta a:hover{
	text-decoration: none;
	color:#fff;	
	}	
ul.comments_answers {
	list-style:none;
}
ul.comments_answers .first{
	
}


nav select { display: none; }
/* Landscape phones and down */
@media (max-width: 480px) { 
	body{ padding:0}
	.container { padding:0 20px}
	.logo { margin-top:25px }
	.nivo-caption { display:none !important}
	.slider_box { padding-bottom:0px;}
	.slider_box h2 { margin-top:10px}
	.block { margin-bottom:10px;}
	nav ul { display: none; }
	nav select { display: inline-block; width:100% !important;  }
	nav { position: relative; right: auto; top: auto; width: 100%}
	.testimonial_block {display:none}
	footer{ padding:15px;}
	.bot_line { padding:5px 15px;}
	.name_title p { display:none}
	.name_title h2 { line-height:normal; margin-top:0px;}
	.countdownHolder{font-size: 18px !important}
}
@media (min-width: 480px) and (max-width: 768px) { 
	body{ padding:0}
	.container { padding:0 20px}
	.logo { margin-top:25px }
	.nivo-caption { display:none !important}
	.slider_box { padding-bottom:0px;}
	.slider_box h2 { margin-top:10px}
	.block { margin-bottom:10px;}
	nav ul { display: none; }
	nav select { display: inline-block; width:100% !important;  }
	nav { position: relative; right: auto; top: auto; width: 100%}
	.testimonial_block {display:none}
	footer{ padding:15px;}
	.bot_line { padding:5px 15px;}
	#main-nav li { margin-right:5px !important}
	.name_title p { display:none}
	.name_title h2 { line-height:normal; margin-top:0px;}
	.countdownHolder{font-size: 24px !important}
}
/* Landscape phone to portrait tablet */
@media (min-width: 768px) and (max-width: 980px) {
	.logo { margin-top:25px }
	nav ul { display: none; }
	nav select { display: inline-block; width:100% !important;  }
	nav { position: relative; right: auto; top: auto; width: 100%}
	.testimonial_block {display:none}
	footer{ padding:15px;}
	.bot_line { padding:5px 15px;}
	.nivo-caption { display:none !important}
	#main-nav li { margin-right:5px !important}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.nivo-caption { display:none !important}
	#main-nav li { margin-right:5px !important}
}

/* Large desktop */
@media (min-width: 980px) and (max-width: 1200px) {
	#main-nav li { margin-right:5px !important}
}
