/*  
Rockefeller - CSS File
*/

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	font-family:'Open Sans',Arial, Helvetica, sans-serif;
	font-size:12px;
	-webkit-font-smoothing:antialiased;
	margin:0 auto;
	padding:0;
	line-height:20px;
}

/* links */
a, a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a{
transition: color 0.2s;
-moz-transition: color 0.2s; /* Firefox 4 */
-webkit-transition: color 0.2s; /* Safari and Chrome */
-o-transition: color 0.2s; /* Opera */
}

/* heading */
h1, h2, h3{margin-bottom:18px;}
h4, h5, h6{margin-bottom:12px;}
h1	{font-size:32px; line-height:40px}
h2	{font-size:24px; line-height:28px}
h3	{font-size:18px; line-height:24px}
h4	{font-size:15px;}
h5	{font-size:14px;}
h6	{font-size:13px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; line-height:normal;}
.smallmargin{margin-bottom:12px;}
.largetext{font-size:22px; line-height:28px;}
.valignmiddle{line-height:28px; margin-bottom:8px}

/* Text elements */
hr {
	border-width:0;
	height:30px;
	line-height:0;
	margin:0px;
	margin-bottom:30px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
}
#content hr {
	height:40px;
	margin-bottom:40px;
}

p {
	margin-bottom:20px;
}

body p:last-child{margin-bottom:0;}

ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	margin:0px 0 20px 0px;
	padding:0px 10px 0px 40px;
	background:url(../images/quote.png) no-repeat 0px 0px;
	clear:both;
	font-style:italic;
	font-size:16px;
	line-height:22px;
}
	
	
blockquote.left, blockquote.right  {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 20px 10px 60px;
	width:43%;
	background-position:0px 0px;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

	
blockquote p{ margin:0px;}
blockquote div{}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

code {
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:solid 4px #ebebeb;
	padding:15px 10px;
}

pre {
	border-left:solid 4px #ebebeb;
	line-height: 18px;
	margin-bottom: 18px;
	padding:20px;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
.hidden{display:none !important;}
.textcenter{text-align:center;}
.textleft{text-align:left;}
.textright{text-align:right;}
.invisible{display:none !important;}
.positionleft{float:left;}
.positionright{float:right;}
.insetshadow{
	-moz-box-shadow: inset 0 0 5px -1px #000;
	-webkit-box-shadow: inset 0 0 5px -1px #000;
	box-shadow: inset 0 0 5px -1px #000;
}

/* CONTAINER
-------------------------------------------------------------- */
#subbody{
	width:100%; 
	margin:0px;
    padding-top:0px;
}
#outercontainer{width:100%;}
#outerheader, #outerafterheader, #outerslider, #outermain,  #outerfootersidebar, #outerfooter{width:100%;}

#subbody .row{max-width:940px; overflow:visible;}


/* HEADER & MENU
-------------------------------------------------------------- */
#headertext{
	height:15px;
	overflow:hidden;
	transition:height 1s ease-in-out,padding 1s ease-in-out;
	-moz-transition:height 1s ease-in-out,padding 1s ease-in-out;
	-webkit-transition:height 1s ease-in-out,padding 1s ease-in-out;
	-o-transition:height 1s ease-in-out,padding 1s ease-in-out;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#headertext.empty{
	height:0px !important; padding-bottom:0px !important;
}
#headertext.sticky{
	height:0px !important; padding-bottom:0px !important;
}
#headertext div.alignleft{margin:0px;}
#topsearchform{
	float:right; 
	position:relative;
	margin:-5px 0px 0px 0px;
	transition:margin 1s ease-in-out;
	-moz-transition:margin 1s ease-in-out;
	-webkit-transition:margin 1s ease-in-out;
	-o-transition:margin 1s ease-in-out;
}
#headertext.sticky #topsearchform{margin-top:0px;}
#topsearchform input[type="text"]{
	border:1px solid;
	border-width:0px 1px 1px 1px;
	padding:0px 18px 5px 5px;
	border-radius:0px;
	-webkit-border-bottom-right-radius: 3px !important;
	-webkit-border-bottom-left-radius: 3px !important;
	-moz-border-radius-bottomright: 3px !important;
	-moz-border-radius-bottomleft: 3px !important;
	border-bottom-right-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
	outline:none;
	width:100px;
}
#topsearchform input#searchsubmit{
	background:url(../images/search.png) no-repeat center;
	border:0px;
	width:15px;
	height:15px;
	position:absolute;
	right:5px;
	top:4px;
	opacity:0.5;
	filter:alpha(opacity=50);
}
#outerheader{
	position:fixed;
	top:0px;
	background-color:#000000;/*
*background-color:#ffffff !important;
_background-color:#ffffff !important;
background-color:#ffffff\0/ !important;*/
	z-index:999;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 1px 4px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 1px 4px rgba(0, 0, 0, 0.75);
	background-image: url(../images/header_bg.jpg);
}
.no-rgba #outerheader{background-color:#ffffff;}
/*noindex:-o-prefocus, #outerheader { background-color:#fff;}*/

.no-boxshadow #outerheader{border-bottom:1px solid #bcbcbc;}
.admin-bar #outerheader{
	top:28px;
}
header{}
#top{}
#logo{
	float:left;
	padding:3px 0px 6px 0px;
	width:30.75%;
	margin-right:3.8%;
}
#logoimg img, #logoimg a{display:block;}
#logo h1{margin-bottom:0px; letter-spacing:-1px;}

/* Social Icon */
.sn{margin:0; padding:0; float:right;}
.sn li{
	list-style-type:none;
	height:27px;
	width:24px;
	list-style-type:none;
	margin:0;
	padding:2px 8px 2px 0px;
	float:left
}
.sn a{
	display:inline-block;
	height:24px;
	width:125px;
	background-position:0px -24px;
	background-repeat:no-repeat;
}
.sn span{
	height:24px;
	width:125px;
	display:inline;
	display:inline-block
}
.icon-img{background-position:0px 0px; background-repeat:no-repeat;}

/* Menu */
#navigation{
	margin:0px;
	padding:20px 0px 0px 0px;
	float:left;
	width:65.4%
}
#navigation nav{
	float:right;
	margin-bottom:15px;
}
#topnav{
	margin:0;
	padding:0px 0 0 0px;
	list-style-type:none;
	overflow:visible;
	position:relative;
}


.sf-menu a {
	text-decoration:none!important;
	display:		block;
	position:		relative;
	padding: 		0;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:0px;
	font-size:12px;
}


.sf-menu > li {
	position: relative;
	z-index: 10;
	padding:0px 5px 2px 5px;
	letter-spacing:0px;
}
.sf-menu > li:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}


/* Drop down menu */
.sf-menu ul a:hover {}
.sf-menu li li {
	text-align:left;
	line-height:20px;
	margin:0;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size:13px;
	
}
.sf-menu {
	line-height:100%;
	position:absolute;
	left:0;
	top:0;
	float:left;
	
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin:0;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0px;
	top: 40px; /* match top ul list item height */
	z-index: 99;
	padding:5px 19px 21px 19px;
	background-color:#242426;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 1px 5px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 1px 5px rgba(0, 0, 0, 0.75);
}
.no-rgba .sf-menu li:hover ul, .no-rgba .sf-menu li.sfHover ul{background-color:#ffffff;}
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:			178px !important; /* match ul width */
	top:			-8px;
	margin-left:	0px;
}
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:			178px !important; /* match ul width */
	top:			-8px;
	
}
.sf-menu ul li a{
	padding:12px 0px 3px 0px!important;
}

.sf-menu li ul {
	padding:0px 0px;	
}
.sf-menu a.sf-with-ul {
	padding-right: 	13px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	width:			9px;
	height:			5px;
	top:4px;
	right:0px;
	background:url(../images/arrow_down.png) no-repeat 0px -20px;
	text-indent: 	-999em;
	overflow:		hidden;
	transition:background-position 0.3s ease-in-out;
	-moz-transition:background-position 0.3s ease-in-out;
	-webkit-transition:background-position 0.3s ease-in-out;
	-o-transition:background-position 0.3s ease-in-out;
}
.sf-menu a.sf-with-ul:hover .sf-sub-indicator{
	background-position:0px 0px; 
}
.sf-menu ul.sub-menu .sf-sub-indicator{
	width:5px;
	height:9px;
	top:17px;
	right:-5px;
	background:url(../images/arrow_right.png) no-repeat -20px 0px;
}
.sf-menu ul.sub-menu a.sf-with-ul:hover .sf-sub-indicator{
	background-position:0px 0px;
}

.sf-menu ul{border:0px;}
.sf-menu li li { border-right:0px;}
.sf-menu > li li:before{
	content: "";
	display: block;
	border-right:0px;
}


/* dropdown mobile */
#menu-icon { display: none }


/* AFTER HEADER 
------------------------------------------------------------- */

#outerafterheader{
	padding:155px 0 17px 0; 
	border-bottom:0px solid; 
	background:url(../images/bg/bg3.jpg) repeat; 
	-moz-box-shadow: inset 0 0 4px #333333; 
	-webkit-box-shadow: inset 0 0 4px #333333; 
	box-shadow: inset 0 0 4px #333333; 
	transition:padding 1s ease-in-out;
	-moz-transition:padding 1s ease-in-out;
	-webkit-transition:padding 1s ease-in-out;
	-o-transition:padding 1s ease-in-out;
}
#outerafterheader.empty, #outerafterheader.sticky{padding-top:125px;}
#afterheader{}
#aftertheheader{}
#aftertheheader .pagetitle{
	font-size:34px;
	line-height:52px;
	margin-bottom:0px;
	text-transform:none;
	font-weight:bold;
	letter-spacing:-2px;
}
.textshadow #aftertheheader .pagetitle{text-shadow: 1px 1px 3px #5d5d5d; text-align:left;}

/* SLIDER
-------------------------------------------------------------- */
#outerslider{
	border-bottom:1px solid;
	padding-top:30px;
	transition:padding 1s ease-in-out;
	-moz-transition:padding 1s ease-in-out;
	-webkit-transition:padding 1s ease-in-out;
	-o-transition:padding 1s ease-in-out;
}
#outerslider.sticky, #outerslider.empty{padding-top:5px;}
#slidercontainer{width:100%; margin:0px auto 0px auto; border:0; }
#slider{width:100%; position:relative}
.flexslider.preloader{
	min-height:300px;
	background:url(../images/ajax-loader.gif) no-repeat center center;
}
#slider .flex-control-nav{bottom:13px;}

#slider .flex-direction-nav a{
	width:40px;
	height:40px;
	border:1px solid;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	z-index:100;
	top:50%;
	margin-top:-20px;
	background-repeat: no-repeat;
}
#slider .flex-direction-nav a.flex-prev{
	left:10px;
	background-image:url(../images/arrowleft_bold.png);
	background-position: 11px 12px;
}
#slider .flex-direction-nav a.flex-next{
	right:10px;
	background-image:url(../images/arrowright_bold.png);
	background-repeat: no-repeat;
	background-position: 14px 12px;
}
#slider .flex-caption{position:absolute;top:0px;left:0px;width:100%;height:100%;padding:0px;}
#slider .text-caption{padding-top:75px;}
#slider .text-caption.left .caption-content{width:40%; padding-right:10%;float:left; margin-top:60px;}
#slider .text-caption.right .caption-content{width:40%; padding-left:10%;float:right; margin-top:60px;}
#slider .text-caption.top .caption-content{text-align:center; margin-top:20px;}
#slider .caption-content h2{
	font-size:50px;
	font-weight:600;
	letter-spacing:-4px;
	line-height:60px;
	-webkit-text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.85);
	-moz-text-shadow:    0px 1px 4px rgba(0, 0, 0, 0.85);
	text-shadow:         0px 1px 4px rgba(0, 0, 0, 0.85);
}
#slider .caption-content div{
	-webkit-text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.85);
	-moz-text-shadow:    0px 1px 4px rgba(0, 0, 0, 0.85);
	text-shadow:         0px 1px 4px rgba(0, 0, 0, 0.85);
}
#slider a.sliderbutton{
	border:1px solid;
	border-radius:21px;
	-moz-border-radius:21px;
	-webkit-border-radius:21px;
	margin-top:18px;
	padding:10px 0px 10px 25px;
	width:145px;
	height:18px;
	display:block;
	font-size:16px;
	line-height:100%;
	font-weight:600;
	letter-spacing:-1px;
	text-transform:uppercase;
}
#slider a.sliderbutton span{
	display:block;
	width:125px;
	background:transparent url(../images/bg_sliderbutton.png) no-repeat right center;
}

/* PARALLAX
-------------------------------------------------------------- */
#outerslider.parallax{
	padding-top:100px;
	transition:padding 1s ease-in-out;
	-moz-transition:padding 1s ease-in-out;
	-webkit-transition:padding 1s ease-in-out;
	-o-transition:padding 1s ease-in-out;
}
#outerslider.parallax.empty, #outerslider.parallax.sticky{padding-top:70px;}
.parallax #slider{position:relative; height:500px;}
.parallax #slider .plaxitem{position:absolute;}
.parallax #slider span.plaxitem{font-size:60px;font-weight:700;letter-spacing:-2px;}
#outerslider.parallax .flexslider{
	position:absolute;
	width:507px;
	height:389px;
	margin-left:-126px;
	padding-top:21px;
	background:url(../images/imac.png) no-repeat;
}
#outerslider.parallax .flexslider ul.slides{margin:0px 0px 0px 19px;width:469px; height:265px;}
#outerslider.parallax .flexslider li{padding-top:0px;}
#outerslider.parallax .flexslider img{position:static;}
#outerslider.parallax .flex-control-nav{top:286px;}
#outerslider.parallax .flex-control-paging li a.flex-active{background-color:#929191;}
#outerslider.parallax .flex-direction-nav li a{top:150px; right:-55px;}
#outerslider.parallax .flex-direction-nav li a.flex-prev{left:-55px;}

/* BREADCRUMB
---------------------------------------------------------------*/
div.breadcrumb{
	font-size:11px; 
	line-height:12px;
	margin-bottom:27px; 
	margin-top:-27px;
	-webkit-text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.55);
	-moz-text-shadow:    0px 1px 4px rgba(0, 0, 0, 0.55);
	text-shadow:         0px 1px 4px rgba(0, 0, 0, 0.55);
}
div.breadcrumb a{
	font-weight:700;
	text-decoration:none;
}
div.breadcrumb a:hover{
	text-decoration:underline;
}

/* CONTENT
-------------------------------------------------------------- */
#outermain{
	padding:20px 0px;
}
#maincontent{}
#content{}
.main{padding:0 0px 0 0;}
#content.positionright .main{padding:0 0 0 20px;}
.smalltext{font-size:11px}

/* Images Responsive */
img{
	max-width: 100%;
	height: auto;
}


/* Separator */
.separator {
	display:block;
	height:5px;
	padding:10px 0;
	text-align:center;
	width:100%;
	clear:both;
}
.separator.line div{
	height:2px;
	border-bottom:1px solid;
}


/* form & button */
form{margin:0; padding:0;}
input[type="text"],
textarea, input[type="password"], select{
	font-size:11px;
	padding:8px 5px;
}

select {
	font-size:11px;
	padding:4px 5px;
}

.button,
.button:visited,
#maincontent input[type="submit"],
#maincontent input[type="reset"],
#maincontent button{
	padding:10px 18px;
	display:block;
	font-size:14px;
	line-height:100%;
	font-weight:600;
	text-align:center;
	cursor:pointer;
	border:1px solid;
	border-radius:21px;
	-moz-border-radius:21px;
	-webkit-border-radius:21px;
	-moz-box-shadow: 1px 1px 3px 0 #666;
	-webkit-box-shadow: 1px 1px 3px 0 #666;
	box-shadow: 1px 1px 3px 0 #666;
}
.button:hover,
#maincontent input[type="submit"]:hover,
#maincontent input[type="reset"]:hover,
#maincontent button:hover{
	text-decoration:none; 
	cursor:pointer;
	-moz-box-shadow: 0px 0px 3px 0 #666;
	-webkit-box-shadow: 0px 0px 3px 0 #666;
	box-shadow: 0px 0px 3px 0 #666;
}

/* firefox only */
@-moz-document url-prefix() {
	.button,
	.button:visited,
	#content input[type="submit"],
	#content input[type="reset"],
	#content button{
	 padding:4px 15px 7px 15px;
	}
}


/* Tables */
table {border-collapse:separate;border-spacing:0;width:100%; margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;text-transform:uppercase;}
td{padding:10px;}
tfoot td{border:0px;}
th,tr:hover{}
table {
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	padding: 6px 24px;
}
tr.odd td {
}

/* BLOG STYLE
-------------------------------------------------------------- */
.sticky{}
.post{margin-bottom:65px;padding-bottom:8px;}
.post .entry-content{}
.posttitle{line-height:100%; padding-bottom:0px; letter-spacing:-1px; font-weight:300;}
.posttitle a{}
.entry-utility{
	font-size:11px;
	font-weight:500;
	line-height:100%;
	margin:5px 0px 0px 0px;
	border:1px solid;
	border-width:1px 0px;
	padding:12px 0px 14px 0px;
}
.meta-author{margin:0px 5px 0px 0px;}
.meta-date{margin:0px 5px 0px 8px;}
.meta-cat{margin:0px 5px 0px 8px;}
.meta-comment{margin:0px 5px 0px 8px;}
.entry-utility a.more-link{display:inline-block; float:right; font-weight:600;}
.entry-utility a:hover{text-decoration:underline;}
.postimg{margin-bottom:10px;}
a.more-link{display:none; background:url(../images/trigger_right.png) 100% 3px no-repeat; padding-right:15px;}
a.more-link:hover{text-decoration:underline;}
.entry-utility .nav-previous{float:right; display:inline-block; background:url(../images/trigger_left.png) 0px 3px no-repeat; padding:0px 0px 0px 15px}
.entry-utility .nav-previous a{padding:0px; border:0px; text-transform:none; font-style:normal; font-size:11px;}
.entry-utility .nav-next{float:right; background:url(../images/trigger_right.png) 100% 3px no-repeat; padding:0px 15px 0px 15px; margin-left:15px; border-left:1px solid;}
.entry-utility .nav-next a{padding:0px; border:0px; text-transform:none; font-style:normal; font-size:11px;}

#singlepost .post{margin-bottom:30px;}
#singlepost .entry-content{padding-bottom:20px;}

#searchresult .hentry{padding-bottom:10px; margin-bottom:0px; background:transparent}
#searchresult .entry-content{padding:0; background:transparent}
#searchresult .posttitle{font-size:14px; margin-bottom:8px}
#searchresult .posttitle a, #searchresult .posttitle a:visited{background:transparent; padding:0}

#postattachment .entry-utility{width:100%; float:none; padding:0}
.entry-attachment{margin-bottom:20px;}


/* author */
h2.title-author{ font-size:16px}
#entry-author-info {
	clear: both;
	margin-bottom:30px;
	position:relative;
	padding:20px;
}
#entry-author-info #author-avatar {
	margin: 0 0 0 0;
	position:absolute;
	top:40px;
	right:20px
}
.avatar{display:block}
#entry-author-info #author-description {
	margin: 0 85px 10px 0; vertical-align:top;
}
#entry-author-info #author-description  h2{font-size:14px;}
#author-description span.author{display:block}

/* attachment pages wordpress */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* images content */
.alignleft,
img.alignleft {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.alignright,
img.alignright {
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
}
.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	margin-bottom:15px;
}
img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}
.frameimg{
	border:1px solid;
	margin-bottom:12px;
	padding:5px;
}
.frameimg img{margin:0px !important;}

#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 11px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 11px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
.tag-links{padding:10px 0; display:block}


/* navigation  */
.navigation {
	line-height: 20px;
}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
	text-align: right;
}
.nav-previous a, .nav-next a{
	font-size:12px;
	text-transform:uppercase;
	padding:8px 15px;
	font-style:italic;
	border:1px solid;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	padding:0; font-size:12px; margin:30px 0 0 0; clear:both; text-align:right
}


/* Comments */

h3#comments-title{
	line-height:24px;
	padding:0px 0px;
	margin:0 0 20px 0;
	font-size:18px;
}

.commentlist{
	list-style-type:none;
	padding:0;
	margin:0;
}
.commentlist ol{
	list-style-type:none;
	padding:30px 0 0 90px;
	margin:0;
}

.commentlist li{
	position:relative;
	padding:0 0 30px 0;
}
.commentlist li li{
	position:relative;
	padding:0;
}

.avatar-img{
	position:absolute;
	top:0;
	left:0;
}
.avatar{padding:5px; display:block}
.fn{font-size:12px; font-style:normal;}
.tdate{padding-left:20px;}
.tdate, .reply{ font-size:10px;}
.reply a, .reply a:visited{}
.fn a, .fn a:visited{}

.comment-body{margin:0 0 0 90px; padding:20px;}
.comment-body p{ margin-bottom:5px; margin-top:10px;}
.comment-body .more{ padding:0px 0px;}
#commentform {margin-bottom:20px}
#commentform label{display:block}
#commentform .text-input{
	margin-bottom:8px;
	padding:8px 5px;
	vertical-align:middle;
}
#commentform .textarea{
	margin-bottom:20px;
	padding:8px 5px;
	vertical-align:top;
	width:90%;
}


.addthis_toolbox{float:right; margin-top:15px; text-align:right;}
.addthis_toolbox.addthis_pill_combo a {
    float: left;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet,
.addthis_toolbox.addthis_pill_combo a.addthis_counter {
    margin-top: -2px;
}
.addthis_button_compact .at15t_compact {
    margin-right: 4px;
    float: left;
}




/*** SIDEBAR ***/
#sidebar.positionright .widget-area{padding-left:12%;}
#sidebar.positionleft .widget-area{padding-right:12%;}
.widget-title{
	margin-bottom:23px;
	letter-spacing:-1px;
	font-weight:300;
}

#sidebar ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}

#sidebar ul li{
	list-style-type:none;
	margin:0;
	padding:0;
	
}
#sidebar .widget-container{margin-bottom:55px; padding:0 0 0 0;}

#sidebar li li{
	list-style-type:none;
	background-image:url(../images/li.png);
	background-repeat: no-repeat;
	background-position:0px 7px;
	padding:0 0 6px 20px;
	margin:0 0 12px 0;
	border-bottom:1px dotted;
}
#sidebar .widget_recent_entries li{
	background:url(../images/list-recent-posts.png) no-repeat 0px 1px;
	border-bottom:0px;
}

#sidebar li li a{}
#sidebar li.widget_archive li a:after, #sidebar li.widget_pages li a:after, #sidebar li.widget_categories li a:after, #sidebar li.widget_meta li a:after, #sidebar li.widget_links li a:after{content:" \2192";}
#sidebar li li a:hover, #sidebar li li a.active{text-decoration:none;}

#sidebar ul.sub-menu, #sidebar ul.children, #sidebar ul ul ul{margin:8px 0 0 15px; }
#sidebar ul.sub-menu li, #sidebar ul.children li, #sidebar ul ul ul li{margin-bottom:4px; padding-bottom:4px; background:transparent;}


/* recent post sidebar */
#sidebar .if-recent-post-widget li{padding-bottom:0; margin-bottom:10px; clear:both; background:transparent}
#sidebar .if-recent-post-widget li a{background:transparent !important; padding:0 !important;  display:inherit}
#sidebar .if-recent-post-widget li h6{font-size:13px; line-height:16px; margin-bottom:5px;}
#sidebar .if-recent-post-widget li .smalldate{font-size:11px; display:block; font-style:italic}

/* latest post sidebar */
#sidebar .if-latest-post-widget li{padding:0px 0px 0px 0px; margin-bottom:10px; clear:both; background:transparent}
#sidebar .if-latest-post-widget li img{padding:3px; border:1px solid;}
#sidebar .if-latest-post-widget li a{background:transparent !important; padding:0 !important;  display:inherit}
#sidebar .if-latest-post-widget li h6{font-size:13px; line-height:18px; margin-bottom:5px;}
#sidebar .if-latest-post-widget li .smalldate{font-size:11px; display:block; font-style:italic}

/* recent comment sidebar */
#sidebar .if-recent-comment-widget li{padding-bottom:4px; margin-bottom:10px; clear:both; background:transparent}
#sidebar .if-recent-comment-widget a{background:transparent !important; padding:0 !important;  display:inherit}


/* search widget */
#searchform{position:relative;}
#searchform .bgsearch{}
#searchform #s{width:auto;}
.widget-container #searchform #s{width:95%;}

/* tag widget */
#tag-cloud .tag{border:solid 1px;padding:3px 6px; margin:0 6px 6px 0; display:inline-block;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px; font-size:12px;}
#tag-cloud .tag:hover{}


/* PageNavi  */
.wp-pagenavi {clear:both; padding:0px 0 0 0;}
.wp-pagenavi a, .wp-pagenavi a:visited{
	padding:0px 10px !important;
	margin:0 5px 0 0 !important;
	display:inline-block;
	height:23px;
	line-height:23px;
	padding:0 15px;
	border:1px !important;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

.wp-pagenavi a:hover{
	padding:0px 10px !important;
	margin:0 5px 0 0 !important;
	display:inline-block;
	height:23px;
	line-height:23px;
	padding:0 15px;
	border:1px !important;

}
.wp-pagenavi span.current{
	padding:0px 10px !important;
	margin:0 5px 0 0 !important;
	font-weight:normal !important;
	display:inline-block;
	height:23px;
	line-height:23px;
	padding:0 15px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.wp-pagenavi .pages{
	padding:0px 10px 0 0 !important;
	margin:0 5px 0 0 !important;
	display:inline-block;
	height:23px;
	line-height:23px;
	padding:0 15px;
	background:transparent;
	border:0px !important;

}


/* SHORTCODE
-------------------------------------------------------------- */
/* Dropcaps */
.dropcap1{
	display:block;
	float:left;
	font-size:34px;
	line-height:34px;
	margin:2px 8px 0 0;
}
.dropcap2{
	display: block;
	width: 40px;
	height: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	border-radius: 40px;
	float:left;
	font-size:25px;
	line-height:40px;
	text-align: center;
	margin:0px 8px 0 0;
}
.dropcap3{
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
}

/* Highlight */
.highlight1{padding:2px 5px;}	
.highlight2{padding:2px 5px;}		

/* Pullquotes */
.pullquote-right,.pullquote-left{
	padding:0px 10px 0px 50px;
	background:url(../images/quote.png) no-repeat 0px 0px;
	float:right;
	font-style:italic;
	font-size:16px;
	letter-spacing:0px;
	line-height:22px;
	margin:0px 20px 0px 20px;
	width:50%;
	}
.pullquote-left{
	float:left;
	margin-left:2px;
	margin-right:250px;
}

/* Tabs */
.tabcontainer{margin:0px 0px 0px 0px; }
ul.tabs {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	height: 30px;
	width: 100%;

}
ul.tabs li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	height: 29px;
	line-height: 31px;
	overflow: hidden;
	position: relative;
	font-size:11px;
	
}
ul.tabs li:hover{}
ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 25px;
	outline: none;
}
ul.tabs li a:hover {
	text-decoration:none;
}
ul.tabs	 li.active{}
html ul.tabs li.active, html ul.tabs li.active a:hover  {}
html ul.tabs li.active a{}
#tab-body{
}
.tab-content {padding: 30px 25px; margin-top:0px;}


/* jQuery Toggle */
h2.trigger {
	padding: 10px 20px 14px 20px;
	margin: 0 0 1px 0;
	font-size:14px;
	font-weight: normal;
}
h2.trigger span {
	text-decoration: none;
	display: block;
	background: url(../images/trigger_right.png);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding-left:20px;
	cursor:pointer;
}
h2.active{}
h2.active span{background: url(../images/trigger_down.png) no-repeat 0 7px !important;}
h2.trigger a:hover {}
h2.active {background:transparent;}
.toggle_container {
	margin: 0 0 1px 0;
	padding: 20px 25px;
	overflow: hidden;
	clear: both;
}
.toggle_container .block {
	padding: 0px;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}

/* Content Title */
.contenttitle{font-size:18px; line-height:normal; margin-bottom:20px;}
.contenttitle span{}


/*  Testimonial  */
.if-testimonial{padding:0 0 0px 0; margin-bottom:20px;}
.if-testimonial ul{ padding:0px; margin:0px;}
.if-testimonial ul li{list-style-type:none; padding:0px; margin-left:0px; margin-top:0px; margin-bottom:20px;}
.testiinfo{margin:8px 0px 0px 0px; display:block; font-size:12px; font-style:italic}
.testiinfo h4{display:inline; font-size:12px;}
.if-testimonial blockquote{margin-left:90px; clear:none;}
.if-testimonial blockquote.nomargin{margin-left:0px;}
.if-testimonial .testiimg{
	float:left;
	display:block;
	width:75px;
	height:75px;
	position:relative;
}
.if-testimonial .testiimg img{
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	width:75px;
	height:75px;
}
.if-testimonial .testiimg .insetshadow{
	width:75px;
	height:75px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:30;
}

.if-trotating-title{border-top:1px solid;}
.if-trotating-title h3{margin:-14px 0px 20px 0px; letter-spacing:-1px; font-weight:300; font-size:20px;}
.if-trotating-title span{padding:0px 10px 0px 0px;}

.if-trotating blockquote{background:none; padding:15px; border:1px solid; font-size:13px; margin-right:1px; margin-left:1px; position:relative;}
.if-trotating blockquote .arrowbubble{position:absolute;bottom:-16px; left:50px; background:url(../images/arrowbubble.png) no-repeat; width:18px; height:16px; display:block;}
.if-trotating span.testiimg{
	float:left;
	display:block;
	width:75px;
	height:75px;
	position:relative;
	margin-left:2px;
}
.if-trotating .testiimg img{
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	width:75px;
	height:75px;
}
.if-trotating .testiimg .insetshadow{
	width:75px;
	height:75px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:30;
}
.if-trotating .testiinfo{
	margin-left:87px;
	margin-top:0px;
	padding-top:12px;
}
.if-trotating .testiinfo strong{font-style:normal;}
.if-trotating .flex-control-nav{display:none;}
.if-trotating .flex-direction-nav a{
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid;
	border-radius:5px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	position:absolute;
	width:25px;
	height:25px;
	top:7px;
	right:0px;
	opacity:1;
	transition: background-color ease-out 0.25s;
	-moz-transition: background-color ease-out 0.25s;
	-webkit-transition: background-color ease-out 0.25s;
	-o-transition: background-color ease-out 0.25s;
}
.if-trotating .flex-direction-nav a.flex-prev{background-image:url(../images/arrowleft_small.png);left:auto;right:25px;}
.if-trotating .flex-direction-nav a.flex-next{background-image:url(../images/arrowright_small.png);right:0px;}

/* Mini Sliders*/
.minisliders .titlecontainer{border-top:1px solid;}
.minisliders .contenttitle{text-align:center; font-size:24px; letter-spacing:-1px; font-weight:300; line-height:100%; margin:-14px 0px 22px; padding-bottom:0px;}
.minisliders .contenttitle span{padding:0px 22px;}
.minisliders .flex-control-nav{display:none;}
.minisliders .flex-direction-nav a{
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:absolute;
	width:35px;
	height:35px;
	opacity:0;
	transition: background-color ease-out 0.25s, opacity ease-out 0.25s;
	-moz-transition: background-color ease-out 0.25s, opacity ease-out 0.25s;
	-webkit-transition: background-color ease-out 0.25s, opacity ease-out 0.25s;
	-o-transition: background-color ease-out 0.25s, opacity ease-out 0.25s;
}
.minisliders .flex-direction-nav a.flex-prev{background-image:url(../images/arrowleft_small.png);left:-50px;}
.minisliders .flex-direction-nav a.flex-next{background-image:url(../images/arrowright_small.png);right:-50px;}
/*  Recent Post Shortcode  */
.rp-shortcode{margin:0; padding:0; float:left}
.rp-shortcode h3{font-size:14px; line-height:20px; margin-bottom:8px ;}
.rp-shortcode .smalldate{font-size:11px; font-style:italic; display:block; padding-bottom:10px;}

/* PORTFOLIO */
.if-pf-container{margin-bottom:20px}
.if-pf-container li{
	position:relative; 
}
.if-pf-clear{clear:both; height:1px !important; line-height:1px !important; float:none!important}
.if-pf-text{padding:12px 0px 0px; text-align:left;}
.if-pf-text h2{font-size:18px; font-weight:500; text-align:left;width:100%;letter-spacing:-1px;line-height:20px;margin:0px 0px 6px 0px;display:block;}
.if-pf-text p{margin:0px 0px; padding:0px; font-style:italic;}
.if-pf-text div{}
.if-pf-img{position:relative;overflow:hidden;background:url(../images/ajax-loader.gif) no-repeat center; border:1px solid; padding:5px;}
.if-noimage{display:block;width:100%;height:199px;background:url(../images/noimage.png) no-repeat center;}
.if-pf-img a.image{
	display:block;
	position:absolute;
	overflow:hidden;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-repeat:no-repeat;
	background-position:center;
	top:50%;
	left:-10%;
	width:40px;
	height:40px;
	margin-top:-20px;
	cursor:pointer;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 1px 4px rgba(0, 0, 0, 0.15);
	z-index:200;
}
.if-pf-img div.rollover{
	width:100%;
	height:100%;
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	cursor:pointer;
	z-index:200;
	opacity:0;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.if-pf-img a.zoom{
	background-image:url(../images/hover-zoom.png)!important;
	left:110%;
	margin-left:10px;
}
.if-pf-img a.gotolink{
	background-image:url(../images/hover-link.png) !important;
	margin-left:-50px;
}
.if-pf-img a.gotopost{
	background-image:url(../images/hover-doc.png) !important;
	margin-left:-50px;
}
.if-pf-img .img_grayscale{
	-moz-box-shadow: inset 0 0 10px -1px #000;
	-webkit-box-shadow: inset 0 0 10px -1px #000;
	box-shadow: inset 0 0 10px -1px #000;
}
.pf-clear{clear:both; visibility:hidden;}
.if-pf-img h2{
	position:absolute;
	bottom:30px;
	z-index:200;
	width:0%;
	font-weight:bold;
	text-align:center; 
	margin:0px;
	overflow:hidden;
	white-space:nowrap;
	line-height:100%;
	padding:7px 0px 8px;
	letter-spacing:-1px;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 1px 4px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 1px 4px rgba(0, 0, 0, 0.75);
}
.if-pf-col-2, .if-pf-col-3, .if-pf-col-4{padding:0; margin:0;}
.if-pf-col-2 li, .if-pf-col-3 li, .if-pf-col-4 li{list-style-type:none;padding:0; }
.if-pf-col-2 .if-pf-img img, .if-pf-col-3 .if-pf-img img, .if-pf-col-4 .if-pf-img img{display:block;}

/*======= Portfolio 2 Column =======*/
.if-pf-col-2{margin-bottom:43px;}

/*======= Portfolio 3 Column =======*/
.if-pf-col-3{margin-bottom:41px;}
.if-pf-col-3 h2{font-size:16px;}

/*======= Portfolio 4 Column =======*/
.if-pf-col-4{margin-bottom:38px;}
.if-pf-col-4 h2 a{font-size:13px; font-weight:600;}


/* PORTFOLIO FILTER */
#filters{margin:0 0 50px 0; padding:0px; border-bottom:0px solid;}
#filters li{
	display:inline-block;
	float:left;
	border:1px solid;
	padding:7px 24px;
	list-style-type:none;
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid;
	margin:0px 0px;
	border-width:1px 1px 1px 0px;
	cursor:pointer;
	transition: background-color ease-out 0.25s;
	-moz-transition: background-color ease-out 0.25s;
	-webkit-transition: background-color ease-out 0.25s;
	-o-transition: background-color ease-out 0.25s;
}
#filters li.alpha{
	border-left-width:1px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	
}
#filters li.omega{
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:3px;
}
#if-pf-filter ul.if-pf-col-2 li{margin-bottom:41px; margin-right:0.9%; margin-left:0.9%;}
#if-pf-filter ul.if-pf-col-3 li{margin-bottom:41px; margin-right:1.2%; margin-left:1.2%;}
#if-pf-filter ul.if-pf-col-4 li{margin-bottom:38px; margin-right:1.4%; margin-left:1.4%;}

.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:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, 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;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}


/*SHORTCODE - Custom
-------------------------------------------------*/
.bigtext{font-size:32px; font-weight:300; letter-spacing:-2px; text-align:center; line-height:110%;margin-bottom:10px;}
.secondarytext{
	font-size:24px;
	font-weight:300;
	text-align:left;
	letter-spacing:0px;
	line-height:100%;
	font-style:italic;
	display:block;
}
.if-heading{border-top:1px solid;}
.if-heading h1, .if-heading h2, .if-heading h3, .if-heading h4, .if-heading h5, .if-heading h6{letter-spacing:-1px; font-weight:300;}
.if-heading h1{margin:-22px 0px 20px 0px;font-size:28px;}
.if-heading h1 span{padding:0px 10px 0px 0px;}
.if-heading h2{margin:-18px 0px 20px 0px;font-size:24px;}
.if-heading h2 span{padding:0px 10px 0px 0px;}
.if-heading h3{margin:-14px 0px 20px 0px;font-size:20px;}
.if-heading h3 span{padding:0px 10px 0px 0px;}
.if-heading h4{margin:-12px 0px 20px 0px;}
.if-heading h4 span{padding:0px 10px 0px 0px;}
.if-heading h5{margin:-11px 0px 20px 0px;}
.if-heading h5 span{padding:0px 10px 0px 0px;}
.if-heading h6{margin:-10px 0px 20px 0px;}
.if-heading h6 span{padding:0px 10px 0px 0px;}

.flexslider-carousel ul.slides li{margin-right:0px;}
.flexslider-carousel ul.slides li div.cr-item-container{margin:0px 5px;}
.flexslider-carousel ul.slides li img{}
.flexslider-carousel{position:relative; padding:0px 0px 0px 0px;}
.flexslider-carousel .flex-control-nav{bottom:0px; text-align:center;font-size:0px;display:none;}
.flexslider-carousel .flex-control-nav li{margin:0px 3px;}
.flexslider-carousel .flex-direction-nav a{
	width:35px;
	height:35px;
	border:1px solid;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	z-index:100;
	opacity:0;
	top:85px;
	transition: background-color ease-out 0.25s, opacity ease-out 0.25s;
	-moz-transition: background-color ease-out 0.25s, opacity ease-out 0.25s;
	-webkit-transition: background-color ease-out 0.25s, opacity ease-out 0.25s;
	-o-transition: background-color ease-out 0.25s, opacity ease-out 0.25s;
}
.flexslider-carousel:hover a.flex-prev, .flexslider-carousel:hover a.flex-next{opacity:1;}
.flexslider-carousel .flex-direction-nav a.flex-prev{
	left:-50px;
	background-image:url(../images/arrowleft_small.png);
	background-repeat: no-repeat;
	background-position: center;
}
.flexslider-carousel .flex-direction-nav a.flex-next{
	right:-50px;
	background-image:url(../images/arrowright_small.png);
	background-repeat: no-repeat;
	background-position: center;
}
.flexslider-carousel h3{font-weight:500;margin:12px 0px 4px; text-align:left;font-size:14px; letter-spacing:0px;}
.flexslider-carousel .if-pf-text{font-size:13px; padding:0px;font-style:italic;}

/* Portfolio Carousel */
.pcarousel .titlecontainer{border-top:1px solid;}
.pcarousel .contenttitle{text-align:center; font-size:24px; letter-spacing:-1px; font-weight:300; line-height:100%; margin:-14px 0px 22px; padding-bottom:0px;}
.pcarousel .contenttitle span{padding:0px 22px;}
.pcarousel .pc-content{width:80%;margin:0px auto 36px; text-align:center;}
ul.listcarousel{padding:0px; margin:0px;}
ul.listcarousel li{list-style-type:none;padding:0px;}

/* CONTACT */
form{margin:0; padding:0;}
fieldset{border:0px;}
#contactform{margin:0 auto; position:relative; }
#contactform label{display:block; width:100%; float:left; padding-bottom:5px; font-weight:700}
span.required{ color:#f00;}
span.error{color:red;text-align:left; font-size:11px; padding-bottom:15px; display:block;}
#contactform input.text-input{
    font-size: 11px;
    margin-bottom: 12px;
    margin-top: 6px;
	width:55%;
}
#contactform textarea{ width:80%;} 
#message{ margin-left:0px;}
#message p{margin:6px 0px; }
.note{ color:#d45454;}
#contactform .button{
	cursor:pointer;
	margin-top:20px;
 }
 
.contact_email{list-style-type:none;background:url(../images/icons/address/email.png) no-repeat 0px 6px !important;border:0px !important; padding:0px 0px 6px 20px}
.contact_address{list-style-type:none;background:url(../images/icons/address/home.png) no-repeat 0px 4px !important;border:0px !important; padding:0px 0px 6px 20px}
.contact_phone{list-style-type:none;background:url(../images/icons/address/phone.png) no-repeat 0px 6px !important;border:0px !important; padding:0px 0px 6px 20px}
.contact_mobile{list-style-type:none;background:url(../images/icons/address/mobile.png) no-repeat 0px 6px !important;border:0px !important; padding:0px 0px 6px 20px}

/* FOOTER  */
#footerwrapper{}
#outerfootersidebar{border-top:1px solid;}
#footersidebar{
	padding:5px 0 0 0;
}
#footersidebar ul{list-style-type:none; margin:0; padding:0;}
#footersidebar li.widget-container{
	list-style-type:none;
	margin:0 0 40px 0;
	padding:0;
	border:0px;
	font-size:11.5px;
}
#footersidebar .widget-title{padding:0; line-height:22px; margin-bottom:22px !important; letter-spacing:0px; font-weight:700; text-align:left;}
#footersidebar li li{ background:url(../images/trigger_right.png) no-repeat 0px 7px; padding:0 0 0px 13px; margin:0 0 8px 0;list-style-type:none; }
#footersidebar li a{ padding:0px; margin:0px;}
#footersidebar li a:hover{ text-decoration:none;}

#footersidebar ul.sub-menu, #footersidebar ul.children, #footersidebar ul ul ul{margin:0 0 0 10px; }
#footersidebar ul.sub-menu li, #footersidebar ul.children li, #footersidebar ul ul ul li{margin-bottom:2px; padding-bottom:2px; background:transparent;}

/* recent post footer sidebar */
#footersidebar .if-latest-post-widget li{padding:0px; margin-bottom:16px; clear:both; background:transparent}
#footersidebar .if-latest-post-widget li img{padding:2px; border:1px solid;}
#footersidebar .if-latest-post-widget li h6{font-size:12px; line-height:18px; margin-bottom:5px}
#footersidebar .if-latest-post-widget li .smalldate{font-size:11px; display:block; font-style:italic}

/* recent comment footer sidebar */
#footersidebar .if-recent-comment-widget li{clear:both; background:transparent}
#footersidebar .if-recent-comment-widget a{background:transparent !important; padding:0 !important;  display:inherit}

/* Gallery */
#footersidebar .gallery-pic a.nomargin{ margin-right:0px!important;}
#footersidebar .gallery-pic a{ display:inline-block; margin:0 8px 10px 0px;}
#footersidebar .gallery-pic img{
	background:#fff; 
    border: 1px solid #CCCCCC;
    padding: 5px;
}

/*----------------------------------------*/
/*----- 2.8 Footer  -----*/
/*----------------------------------------*/
#footer {
	background: #242424;
	color: #e1e1e1;
	line-height: 1.4em;
}
#footer-inner {
	padding: 30px 0px 10px 0px;
	border-top: 4px solid #4a9fdb;
}
#footer h4 {
	color: #fff !important;
}
/*----- social -----*/
.social li {
	background: #353535;
	margin-left: 1px;
	list-style-type: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
	float: left;
}
.social li img {
	float: left;
}
.social li:hover {
	background: #4a9fdb;
}
/*----- flickr -----*/
.flickr {
	margin-left: -11px;
}
.flickr img {
	background: #343434;
	width: 56px;
	height: 56px;
	padding: 4px;
	margin: 0px 0px 11px 11px;
	border: 1px solid #151515;
	float: left;
}

/*CUSTOM CSS*/

#aboutslider, machineslider{width:100%;}
#aboutslider .flex-control-nav, #machineslider .flex-control-nav{height:9px;bottom:-20px;}
#aboutslider .flex-control-nav a, #machineslider .flex-control-nav a{width:9px;height:9px;background:url(../images/sliderdot.png) no-repeat 0px 0px;margin:0px 4px;}
#aboutslider .flex-control-nav a:hover, #aboutslider .flex-control-nav a.active, #machineslider .flex-control-nav a:hover, #machineslider .flex-control-nav a.active{background-position:0px -10px;}
#aboutslider img{-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
#nav_menu-2{position:relative;}
/* list */
ul.customlist{padding:0px;margin:0px;}
ul.customlist li{padding:0px 0px 0px 18px;margin:0px 0px 5px 0px; list-style-type:none;}
ul.customlist.listcheck li, li.check{background:url(../images/list-check.png) no-repeat 0px 5px;}

/*----------------------------------------*/
/*----- 1.2 Typography -----*/
/*----------------------------------------*/
/*only font families are specified here - font sizes and weights are in respective section*/
body, h1, h2, h3, h4, h5, h6, .mybtn, .mybtn-black, .mybtn-arrow, label, input, button, select, textarea, input[type="text"], .submit, .search-submit, .sub-submit, .ddsmoothmenu ul li a {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*Other typography*/
h1, h2, h3, h4, h5, h6 {
	color: #343434;
	font-weight: 600;
	line-height: 1.3em;
	font-style: normal;
	margin-bottom: 15px;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
	margin-bottom: 5px;
}
h6 {
	font-size: 12px;
	margin-bottom: 5px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #343434;
}
a {
	color: #e74710;
	text-decoration: none;
	cursor: pointer;
	font-style: normal;
	outline: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	color: #808080;
	text-decoration: none;
}
.color {
	color: #e74710 !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	text-transform: inherit !important;
	display: inline !important;
}
/*text styles*/
.text-center {
	text-align: center;
}
.text-vbig {
	font-size: 90px !important;
	font-weight: 600;
	line-height: 1em;
}
.text-big {
	font-size: 14px;
}
.text-small {
	font-size: 10px !important;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.text-vsmall {
	font-size: 10px;
}
.heading-icon {
	font-size: 14px;
	color: #343434;
	line-height: 24px;
}
.heading-icon img {
	margin-right: 10px;
	float: left;
}

.row-general {
	padding: 30px 0px;
}
/*----- colored row -----*/
.row-colortoned {
	background: #e74710;
	padding: 30px 0px;
	color: #fff;
}
.row-colortoned h1, .row-colortoned h2, .row-colortoned h3, .row-colortoned h4, .row-colortoned h5, .row-colortoned h6 {
	color: #fff;
}
/*----- grey toned row -----*/
.row-greytoned {
	background: #e1e9eb;
	padding: 30px 0px;
}
/*text styles*/
.text-center {
	text-align: center;
}
.text-vbig {
	font-size: 90px !important;
	font-weight: 600;
	line-height: 1em;
}
.text-big {
	font-size: 14px;
}
.text-small {
	font-size: 10px !important;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.text-vsmall {
	font-size: 10px;
}
.heading-icon {
	font-size: 14px;
	color: #343434;
	line-height: 24px;
}
.heading-icon img {
	margin-right: 10px;
	float: left;
}
/*----------------------------------------*/
/*----- 1.3 Button styles -----*/
/*----------------------------------------*/
.mybtn, .mybtn-black {
	background: #e74710;
	padding: 5px 20px 5px 20px;
	margin-top: 10px;
	font-size: 10px;
	color: #fff !important;
	line-height: 10px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: auto;
	height: auto;
	border: none;
	border-radius: 30px;
	-moz-border-radius:30px;
	-webkit-border-radius: 30px;
	-moz-box-shadow:   0 9px 0 0 rgba(255, 255, 255, .12) inset;
	-webkit-box-shadow:  0 9px 0 0 rgba(255, 255, 255, .12) inset;
	box-shadow:   0 9px 0 0 rgba(255, 255, 255, .12) inset;
	display: inline-block;
	cursor: pointer;
	outline: none;
}
.mybtn-black, .mybtn:hover {
	background: #4a9fdb;
}
.mybtn-arrow {
	background: #cacaca; /* for non-css3 browsers */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#cacaca'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#cacaca)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #e8e8e8, #cacaca); /* for firefox 3.6+ */
	background:  -o-linear-gradient(top, #e8e8e8, #cacaca);
	padding: 15px 20px 15px 20px;
	margin-top: 10px;
	font-size: 18px;
	color: #343434 !important;
	text-shadow: 0px 1px 0px #fff;
	line-height: 18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: auto;
	height: auto;
	border: none;
	border-radius: 30px;
	-moz-border-radius:30px;
	-webkit-border-radius: 30px;
	-moz-box-shadow:   0 1px 0 0 rgba(0, 0, 0, .3), 0 24px 0 0 rgba(255, 255, 255, .4) inset;
	-webkit-box-shadow:  0 1px 0 0 rgba(0, 0, 0, .3), 0 24px 0 0 rgba(255, 255, 255, .4) inset;
	box-shadow:   0 1px 0 0 rgba(0, 0, 0, .3), 0 24px 0 0 rgba(255, 255, 255, .4) inset;
	display: inline-block;
	cursor: pointer;
	outline: none;
}
.mybtn-arrow span {
	background: url(../img/cta-btn-arr.png) no-repeat right 0;
	margin: 0;
	padding-right: 30px;
}
.mybtn-arrow:hover {
	background: #e8e8e8; /* for non-css3 browsers */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#e8e8e8'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#e8e8e8)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #cacaca, #e8e8e8); /* for firefox 3.6+ */
	background:  -o-linear-gradient(top, #cacaca, #e8e8e8);
}
/*----------------------------------------*/
/*----- 1.5 Dividers and Spacers -----*/
/*----------------------------------------*/
.divider, .divider-arrow, .divider-greyarrow {
	width: 100%;
	display: inline-block;
	clear: both;
}
.divider {
	background: url(../img/divider-diagonal.png) repeat-x;
	height: 3px;
	margin: 20px auto;
}
.divider-arrow {
	background: url(../img/feature-divider-arr.png) no-repeat center bottom;
	height: 5px;
	border-top: 1px solid #fff;
	margin: 10px auto;
}
.divider-greyarrow {
	background: url(../img/ptable-divider-arr.png) no-repeat center bottom;
	height: 5px;
	border-top: 1px solid #dedede;
	margin: 20px 0px 20px 0px;
}
/*use suitable height spacer for vertical spacing*/
.spacer-10px, .spacer-20px, .spacer-30px {
	width: 100%;
	height: 10px;
	display: block;
	clear: both;
}
.spacer-20px {
	height: 20px !important;
}
.spacer-30px {
	height: 30px !important;
}
/*============================================================*/
/*---------- 2. TEMPLATE STRUCTURE ----------*/
/*============================================================*/
/*----------------------------------------*/
/*----- 2.1 Commons  -----*/
/*----------------------------------------*/
.row-general {
	padding: 30px 0px;
}
/*----- colored row -----*/
.row-colortoned {
	background: #4a9fdb;
	padding: 30px 0px;
	color: #fff;
}
.row-colortoned h1, .row-colortoned h2, .row-colortoned h3, .row-colortoned h4, .row-colortoned h5, .row-colortoned h6 {
	color: #fff;
}
/*----- grey toned row -----*/
.row-greytoned {
	background: #e1e9eb;
	padding: 30px 0px;
}
/*----- main content & sidebar -----*/
#main-content {
	float: left;
}
#sidebar-left {
	float: left;
	padding-right: 30px;
	margin-right: 10px;
	display: inline-block;
	border-left: 1px solid #dedede;
}
#sidebar-right {
	float: left;
	padding-left: 30px;
	margin-left: 10px;
	display: inline-block;
	border-left: 1px solid #dedede;
}
/*----- content-intro -----*/
#content-intro {
	background: #bdc3c5;
	padding: 20px 0px;
}
#content-intro h1 {
	float: left;
	color: #fff;
	margin: 0;
}
/*----- 3, 4, 6 column list -----*/
.list-3col, .list-4col, .list-6col {
	margin-left: -20px;
}
.list-3col li {
	width: 300px;
	margin-left: 20px;
	list-style-type: none;
	float: left;
}
.list-4col li {
	width: 220px;
	margin-left: 20px;
	list-style-type: none;
	float: left;
}
.list-6col li {
	width: 140px;
	margin-left: 20px;
	list-style-type: none;
	float: left;
}
.list-3col img, .list-4col img, .list-6col img {
	margin-bottom: 10px;
}
/*----- % based half -----*/
.half {
	width: 45%;
	float: left;
}
.half-last {
	width: 45%;
	margin-left: 10%;
	float: left;
}
/*----- box -----*/
.box {
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 20px;
}
.review {
	background: url(../img/icons/icon-quote.png) no-repeat right bottom;
}
.info {
	background: url(../img/icons/icon-info.png) no-repeat right bottom;
}
/*----- box-styled (testimonal) -----*/
.box-styled {
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.box-head {
	background: #e1e9eb;
	padding: 15px;
}
.box-head h4 {
	margin: 0px;
	color: #353535;
	float: left;
}
.box-head h4 span {
	font-size: 11px;
	color: #4a9fdb;
	display: block;
}
.box-body {
	padding: 15px;
	font-size: 13px;
}
.photo {
	background: #fff;
	width: 50px;
	height: 50px;
	border: 3px solid #fff;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	display: inline-block;
	float: right;
}
.photo img {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
/*----------------------------------------*/
/*----- 2.3 Content  -----*/
/*----------------------------------------*/
/*----- infographic  -----*/
.infographic h1 {
	margin: 15px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #4a9fdb;
	font-weight: normal;
	line-height: 1em;
}
/*----- feature styles -----*/
/*center aligned*/
.features-centered {
	text-align: center;
}
.features-centered .text-small {
	margin: 0;
}
/*image to left*/
.feature-left-img img {
	margin: 35px 20px 20px 0px;
	float: left;
}
.feature-left-img li {
	margin-bottom: 30px;
}
/*only image at center*/
.feature-center-img {
	text-align: center;
}
.feature-center-img h1, .feature-center-img h2, .feature-center-img h3, .feature-center-img h4, .feature-center-img h5, .feature-center-img p {
	text-align: left;
}
/*----- twitter -----*/
.heading-twitter {
	background: url(../img/icons/icon-chirp-chirp.png) left no-repeat;
	padding-left: 68px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #353535;
	font-weight: 600;
	line-height: 40px;
	display: inline-block;
}
.heading-twitter a {
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}
/*----- post-type and team -----*/
.post-type {
	text-align: center;
}
.post-type h3 span, .team h3 span {
	margin-top: 5px;
	font-size: 13px;
	font-weight: normal;
	display: block;
}
.team .social {
	margin-top: 20px;
}
.team .social li {
	width: auto;
	margin-left: 0px !important;
	margin-right: 1px !important;
}
.team .social li img {
	margin: 0;
}
/*----------------------------------------*/
/*----- 2.4 portfolio -----*/
/*----------------------------------------*/
.filter_nav {
	margin-bottom: 20px;
	display: inline-block;
}
.filter_nav li {
	float: left;
}
.filter_nav li a {
	padding: 5px 20px 5px 20px;
	margin-right: 5px;
	font-size: 10px;
	color: #343434;
	line-height: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	cursor: pointer;
	outline: none;
}
.filter_nav li a:hover, .filter_nav li a.active {
	background: #4a9fdb;
	padding: 5px 20px 5px 20px;
	font-size: 10px;
	color: #fff !important;
	line-height: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 30px;
	-moz-border-radius:30px;
	-webkit-border-radius: 30px;
	-moz-box-shadow:   0 9px 0 0 rgba(255, 255, 255, .12) inset;
	-webkit-box-shadow:  0 9px 0 0 rgba(255, 255, 255, .12) inset;
	box-shadow:   0 9px 0 0 rgba(255, 255, 255, .12) inset;
}
/*3 & 4 column portfolio*/
.portfolio_3column, .portfolio_4column {
	margin-left: -20px;
}
.portfolio_3column img, .portfolio_4column img {
	width: 100%;
}
.portfolio_3column li, .portfolio_4column li {
	height: auto;
	margin: 0px 0px 0px 20px;
	list-style-type: none;
	position:relative;
	float: left;
}
.portfolio_3column li {
	width: 300px;
}
.portfolio_4column li {
	width: 220px;
}
.portfolio_3column li h4, .portfolio_4column li h4 {
	margin-bottom: 2px;
}
/*folio-thumb*/
.folio-thumb {
	background: #fff;
	padding: 9px;
	margin-bottom: 10px;
	border: 1px solid #dedede;
	position: relative;
	overflow: visible;
	height: auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.folio-thumb .zoom {
	background: url(../img/zoom.png) 0 0 no-repeat transparent;
	width: 70px;
	height: 70px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: -35px;
	margin-left: -35px;
	outline: none;
	filter:alpha(opacity=20);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
/*isotope*/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/*----------------------------------------*/
/*----- 2.5 pricing -----*/
/*----------------------------------------*/
.pricing {
	width: 100%;
	margin-top: 50px;
	text-align: center;
	display: inline-block;
}
.pricing.two-col .price-column {
	width: 49.7%;
}
.pricing.three-col .price-column {
	width: 33.1%;
}
.pricing.four-col .price-column {
	width: 24.8%;
}
.pricing.five-col .price-column {
	width: 19.8%;
}
.price-column {
	background: #fff;
	height: 100%;
	font-size: 13px;
	border: 1px solid #dedede;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display:inline-block;
	position: static;
	overflow: hidden;
	float:left;
}
/*focused column*/
.price-column.focused {
	background: #eaeaea;
	height: auto;
	margin-top: -33px;
	padding-bottom: 28px;
	vertical-align: middle;
	overflow: hidden;
	border-left: 0px;
	border-right: 0px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	-moz-transform:scale(1.00)!important;
	-ms-transform:scale(1.00)!important;
	-webkit-transform:scale(1.00) !important;
	-o-transform:scale(1.00)!important;
	transform:scale(1.00)!important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
 -webkit-transition: all .4s ease-in-out;
 -moz-transition:all .4s ease-in-out;
 -o-transition:all .4s ease-in-out;
 -ms-transition:all .4s ease-in-out;
 transition: all .4s ease-in-out;
}
.price-column.focused:hover {
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
	-ms-box-shadow:1px 1px 15px rgba(0, 0, 0, 0.5);
}
.table-slug {
	background: #9d9d9d;
	padding: 10px;
	color: #efd70a;
	font-size: 14px;
	line-height: 1em;
	display: block;
}
/*table heading*/
.table-th {
	margin: 30px 20px 0px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#808080;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}
.table-th h3 {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 16px;
}
.circle {
	background: #4a9fdb;
	width: 90px;
	height: 50px;
	padding: 20px 0px;
	margin: 20px auto 0px auto;
	border-radius: 90px;
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
	color: #fff;
	font-weight: normal;
	text-align: center;
}
.circle span {
	font-size: 24px;
	margin-bottom: 3px;
	font-weight: bold;
	display: block;
}
/*table content*/
.table-content {
	padding: 0px 20px 35px 20px;
}
.table-content .mybtn {
	margin-top: 20px;
}
.border-rightnone {
	border-right: 0px;
}
/*----------------------------------------*/
/*----- 2.9 Forms -----*/
/*----------------------------------------*/
/*----- Common properties for contact, support, search, login form -----*/
form {
	margin: 0;
	padding: 0;
	z-index: 0;
}
form p {
	margin-bottom: 20px;
	padding-bottom: 0px;
}
/*errors*/
form label.error {
	color: #b94a48;
	font-size: 10px;
	margin-top: 3px;
}
#subform label.error, #searchform label.error {
	display: none !important;
}
form input.error, form textarea.error, form password.error {
	border-color: #b94a48 !important;
	box-shadow: none;
}
/*label and inputs*/
label {
	font-size: 12px;
	color: #343434;
	font-weight: 600;
	line-height: 1em;
}
input[type="text"], input[type="password"], select, textarea {
	background-color: #ffffff;
	width: 95%;
	height: 23px;
	padding: 5px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #999;
	line-height: 12px;
	display: inline-block;
	border: 1px solid #dedede;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: none;
	-webkit-transition: border linear 0.2s;
	-moz-transition: border linear 0.2s;
	-ms-transition: border linear 0.2s;
	-o-transition: border linear 0.2s;
	transition: border linear 0.2s;
}
textarea {
	height: auto;
}
select {
	height: 35px;
	width: 97%;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
	box-shadow: none;
	border-color: rgba(82, 168, 236, 0.8) !important;
}
:-moz-placeholder {
 font-size: 12px;
 color: #999;
}
:-ms-input-placeholder {
 font-size: 12px;
 color: #999;
}
::-webkit-input-placeholder {
 font-size: 12px;
 color: #999;
}
/*results*/
#result, #subresult, #supportresult {
	width: 100%;
	display: block;
}
/*submit button*/
.submit {
	background: #4a9fdb;
	padding: 12px 20px 12px 20px;
	font-size: 10px;
	color: #fff !important;
	line-height: 10px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: auto;
	height: auto;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow:   0 17px 0 0 rgba(255, 255, 255, .12) inset;
	-webkit-box-shadow:  0 17px 0 0 rgba(255, 255, 255, .12) inset;
	box-shadow:   0 17px 0 0 rgba(255, 255, 255, .12) inset;
	display: inline-block;
	cursor: pointer;
	outline: none;
}
/*----- subscribe form ------*/
#subform input[type="text"] {
	width: 150px;
	background: #151515;
	border: 1px solid #151515;
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius:  3px 0px 0px 3px;
	border-radius:  3px 0px 0px 3px;
	float: left;
}
.sub-submit {
	background: #343434;
	padding: 11px 10px 9px 10px;
	font-size: 13px;
	line-height: 13px;
	color: #151515;
	font-weight: 600;
	border: none;
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius:  0px 3px 3px 0px;
	border-radius:  0px 3px 3px 0px;
	display: inline-block;
}
/*search form*/
#searchform p {
	margin-bottom: 0px;
}
#searchform input[type="text"] {
	width: 180px;
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius:  3px 0px 0px 3px;
	border-radius:  3px 0px 0px 3px;
	float: left;
}
.search-submit {
	background: #4a9fdb;
	padding: 11px 10px 9px 10px;
	font-size: 13px;
	color: #fff;
	line-height: 13px;
	font-weight: 600;
	border: none;
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius:  0px 3px 3px 0px;
	border-radius:  0px 3px 3px 0px;
	-moz-box-shadow:   0 17px 0 0 rgba(255, 255, 255, .12) inset;
	-webkit-box-shadow:  0 17px 0 0 rgba(255, 255, 255, .12) inset;
	box-shadow:   0 17px 0 0 rgba(255, 255, 255, .12) inset;
	display: inline-block;
}
/*----------------------------------------*/
/*----- 2.10 Tabs -----*/
/*----------------------------------------*/
.nav-tabs > li > a {
	background: #dedede;
	color: #343434;
}
.nav-tabs > li > a:hover {
	background: #dedede;
	border-color: #dedede;
	color: #4a9fdb;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	background: #4a9fdb;
	border: 1px solid #4a9fdb;
	border-bottom-color: transparent;
	color: #fff;
	-moz-box-shadow:   0 17px 0 0 rgba(255, 255, 255, .12) inset;
	-webkit-box-shadow:  0 17px 0 0 rgba(255, 255, 255, .12) inset;
	box-shadow:   0 17px 0 0 rgba(255, 255, 255, .12) inset;
	outline: none;
}
.nav-tabs i {
	margin-right: 5px;
}
/*----- Left Tabs -----*/
.tabs-left > .nav-tabs {
	margin-right: 19px;
	border-right: 1px solid #dedede;
	float: left;
}
.tabs-left > .nav-tabs > li > a {
	background: transparent;
	min-width: 195px;
	width: 195px;
	margin-right: -1px;
	margin-bottom: 0px;
	color: #808080;
	outline: none;
}
.tabs-left > .nav-tabs > li > a:hover {
	border-color: transparent;
	background: transparent;
}
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover {
	background: #ececec; /* for non-css3 browsers */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ececec'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ececec)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #fff, #ececec); /* for firefox 3.6+ */
	background:  -o-linear-gradient(top, #fff, #ececec);
	border-color: #dedede transparent #dedede #dedede;
 *border-right-color: transparent !important;
	color: #343434;
}
/*----------------------------------------*/
/*----- 2.11 Countdown -----*/
/*----------------------------------------*/
#countdown-wrapper {
	position: relative;
	left: 50%;
	float: left;
}
#defaultCountdown {
	position: relative;
	left: -50%;
	margin-left: -20px;
	margin-top: 20px;
	color: #4a9fdb;
	font-weight: 600;
	display: inline-block;
}
#d, #h, #m, #s {
	min-width: 45px; /*to avoid fluctuations*/
	padding-left: 20px;
	padding-right: 5px;
	font-size: 35px;
	float: left;
}
#d_name, #h_name, #m_name, #s_name {
	font-size: 18px;
	float: left;
}
.imagedropshadow {
	padding: 5px;
	border: solid 1px #EFEFEF;
	box-shadow: 1px 1px 1.5px #999;
}
a:hover img.imagedropshadow {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 8px #999;
}
#carousel, #thumbs {
				overflow: hidden;
			}
			
			#thumbs a, #thumbs img  {
				display: block;
				float: left;
			}
			#carousel span, #carousel a,
			#thumbs span, #thumbs a {
				position: relative;
			}
			#carousel img,
			#thumbs img {
	border: none;
	width: 225px;
	height: 69px;
	position: absolute;
	top: 0;
	left: 0;
			}
						

			#thumbs-wrapper {
	padding: 0px 153px;
	position: relative;
			}
			#thumbs a {
	border: 0px solid #899;
	width: 225px;
	height: 69px;
	margin: 0 7px;
	overflow: hidden;
	border-radius: 0px;
				
				
			}
			#thumbs a:hover, #thumbs a.selected {
				border-color: #566;
			}
			
					

			#prev, #next {
				background: transparent url('img/gui/carousel_nav.png') no-repeat 0 0;
				display: block;
				width: 19px;
				height: 20px;
				margin-top: -10px;
				position: absolute;
				top: 50%;
			}
			#prev {
				background-position: 0 0;
				left: 10px;
			}
			#next {
				background-position: -19px 0;
				right: 10px;
			}			
			#prev:hover { 
				background-position: 0 -20px;				
			}
			#next:hover {
				background-position: -19px -20px;				
			}
			#prev.disabled, #next.disabled {
				display: none !important;
			}
#thumbs a {
				padding: 5px;
	border: solid 1px #EFEFEF;
	box-shadow: 1px 1px 1.5px #999;
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 8px #999;
			}
			
			
			
			#prev, #next {
				background: transparent url('img/gui/carousel_nav.png') no-repeat 0 0;
				display: block;
				width: 19px;
				height: 20px;
				margin-top: -10px;
				position: absolute;
				top: 50%;
			}
			#prev {
				background-position: 0 0;
				left: 10px;
			}
			#next {
				background-position: -19px 0;
				right: 10px;
			}			
			#prev:hover { 
				background-position: 0 -20px;				
			}
			#next:hover {
				background-position: -19px -20px;				
			}
			#prev.disabled, #next.disabled {
				display: none !important;
			}
			
