@import url('nice-menu.css');
/* 

Marchie - CSS File

*/


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; 
	}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*============================================ GLOBAL  =================================================*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 auto;
	padding:0;
	line-height:20px;
}
* {
	margin:0;
	padding:0;
	
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
form{margin:0; padding:0;}
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px 30px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
}
em{ font-style:italic;}
small{ font-size:11px;}
/*** END OF GLOBAL  ***/


/*============================================ DEFAULT ELEMENT STYLES  =================================================*/
/* heading */
h1, h2 {margin-bottom:8px; line-height:normal; text-transform:uppercase}
h3, h4, h5{margin-bottom:16px; line-height:normal; text-transform:uppercase}
h1	{font-size:30px;}
h2	{font-size:24px;}
h3	{font-size:20px;}
h4	{font-size:18px;}
h5	{font-size:13px;}
h6	{font-size:12px;}


h1, h2, h3, h4, h5, h6, .sf-menu a, #logo, blockquote, .sidebar ul.tabs li, ul.tabs li, .recent-post li,
.button, .fn, .phone, .button, .button:visited, input[type="submit"], button, .author
{font-family: 'Fjalla One', sans-serif;}


.bg-title{ display:inline-block; padding:5px 10px;}
.title{ padding:8px 0 7px 8px; text-transform:uppercase;}
.titleRegular{font-weight:400}
.titleBold{font-weight:700}
.titleLight{font-weight:300}
.titleUppercase{text-transform:uppercase}
.titleNormal{text-transform:none}
.italic{font-style:italic}
.textBoldUppercase{font-weight:700; text-transform:uppercase;}



/* links */
a, a:visited {text-decoration:none;}
a:hover{text-decoration:none;}
a img{border:none}


/* float align */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin:0px;
}


img.alignleft, 
img.alignright, 
img.aligncenter
{
	margin-bottom: 12px;
}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	margin-bottom:20px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ul li{ padding-bottom:5px;}
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;
}
	
blockquote {
    clear: both;
    margin: 0 0px 25px;
    padding:29px 30px 29px 83px;
	font-size:16px;
	position:relative;
	line-height:24px;
}
.arrow-quote{ width:32px; height:14px;  position:absolute; display:inline-block; bottom:-14px; left:35px;}
	
blockquote.left, blockquote.right  {
	float:right;
	margin:0 0 0 20px;
	width:65%;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}


/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	padding:15px 10px;
}

/*** END OF DEFAULT ELEMENT STYLES ***/


/*============================================ CONTAINER  =================================================*/
#bodychild{
	max-width:1040px;
	margin:0px auto;
	padding:0;
}



/*** END CONTAINER ***/

/*** HEADER ***/
#top{ margin: 12px 0px 0px !important;}
#logo{height:auto; margin:0px 0 0 0; font-size:60px; text-transform:uppercase;}
#logo img{ float:left;}
#logo h1{margin:0; font-size:28px; line-height:28px;}

#topright{float:right; margin:5px 0 0 0; text-align:right; font-size:12px}
#topright a{ display:block; margin:6px; float:right; border-radius:10px; overflow:hidden; width:108px; height:35px; box-shadow: 1px 1px 5px #ccc; border: 2px solid #181B42;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

#topright a:hover{ opacity:0.8;}

/* Search */
#searchform div {
    padding: 5px 0px 5px 0px;
    width: 263px;
	float:right;
}
#searchform input {
    border: 0!important;
    font-size: 11px;
    padding: 0 10px;
    width: 210px;
}
#searchform .button_src {
    cursor: pointer;
    width: 13px;
	height:17px;
	text-indent:-9999px;
	margin-right:10px;

}


/* TOP MENU */
#navigation{position:relative; z-index:200; margin:0px 0 0 0;}

/* Nav Menu */
#topnav{
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:visible;
	position:relative;
	font-size:17px;
	text-transform:uppercase;
	
}
.sf-menu li{ text-align:center}
.sf-menu a {
	text-decoration:none;
	display:		block;
	position:		relative;
	padding: 16px 20px;
	margin: 0px 0px;
}

.cart a{padding: 19px 62px 19px 63px;}
@-moz-document url-prefix() { 
  .cart a {
     padding: 21px 62px 21px 63px;
  }
}
.sf-menu > li:first-child { border:0px;}

/* Drop down menu */
.sf-menu ul a:hover {}
.sf-menu li li {
	text-align:left;
	line-height:20px;
	margin:0;
	padding:0px;
	z-index:500;

}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:100%;
	position:absolute;
	right:0;
	bottom:0;
	float:left;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			16em !important; /* left offset of submenus need to match (see below) */
	font-size:13px;
}
.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 li{margin:0px 0px!important;}


.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px;
	top:			3.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			16em !important; /* match ul width */
	top:			-1px;
	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:			16em; /* match ul width */
	top:			-1px;
}
.sf-menu ul li a{
	padding:9px 14px 5px 14px!important;;
	margin:0px;
}

.sf-menu ul li a:hover{}
.sf-menu li ul {
	margin:1px 0px 0px;
}
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}

	
/* dropdown mobile */
.tinynav { display: none }


/*============================================ SLIDER   =================================================*/
#slidercontainer{position:relative!important; overflow:hidden;}


/*============================================ BEFORE CONTENT  =================================================*/
#outertitle{ position:relative; margin-bottom:50px; background:url(../images/content/bg-pagetitle.jpg) right top no-repeat !important; height:115px;}
.pagetitle{  padding-top:40px;}

/*============================================ CONTENT  =================================================*/
#outermain{ margin-top:32px;}
#maincontent{}

.row .positionright{float:right;}
.row .positionleft{ float:left;}
.padcontent{padding-right:20px;}
.positioncenter .padcontent{padding-right:20px; padding-left:20px;}
.positionright .padcontent{padding-right:0px; padding-left:20px;}


.indentleft{overflow:hidden;}

.margin_top{ padding-top:5px;}
.margin_bottomoff{margin-bottom:0 !important;}
.margin_bottom_small{margin-bottom:5px;}
.margin_bottom_middle{margin-bottom:12px;}
.margin_bottom_large{margin-bottom:16px;}
.margin_bottom_extralarge{margin-bottom:25px;}
.textCenter{text-align:center;}
.textMiddle{ padding:10px 0px 20px;}
.center{ margin:0 auto!important; float:none; display:block;}
.nomargin{margin-right:0!important;}
.nopadding{ padding-right:0px;}
.displayblock{display:block;}


.featuredpages h2{ margin-bottom:15px; margin-top:10px;}


/*=== Box ===*/
.box{ text-align:center; padding:39px 20px 9px; margin-bottom:10px;}
.box img{ margin-bottom:20px;}
.box .separator{ padding-top:16px; margin-bottom:14px;}
.box h2{ font-size:20px;}
.box:hover{ cursor:pointer}

/*=== Team ===*/
.team h5{ margin-bottom:7px;}
.team  .img-wrapper{ margin-bottom:18px;}
.team img{ display:block;}
.team .separator.dotted{ margin-bottom:5px;}

.sn-team{list-style-type:none; margin:0 0 0 0; padding:12px 0px 0 0px;} 
.sn-team li{list-style-type:none; margin:0; padding:0 0px 0 8%; display:inline; background:transparent} 
.sn-team li:first-child{ padding-left:0px}
.sn-team span{
	height:40px; width:40px; display:inline-block;
	  -webkit-transition: all 0.4s ease;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.4s ease;  /* FF4+ */
       -o-transition: all 0.4s ease;  /* Opera 10.5+ */
          transition: all 0.4s ease;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	}



/*=== Carousel ===*/
.projects-shortcode{ background:url(../images/bg-projects.png); margin:25px -50px 50px; padding:50px 0px 42px 0px}
.projects-shortcode .row{ margin:0px 40px!important;}
.carousel1 li {
	float: left;
	margin:0 10px;
	list-style-type:none;
}

.carousel1 li img{ display:block;}
.carousel1 li .img-wrapper{ margin:0px;}
.carousel-div {
	margin: 0 -10px 10px -10px;
	max-height:229px;
	position: relative;
	overflow:hidden !important;
}

.carousel1 {
	cursor: auto !important;	
}

.prev {
	background: url(../images/prev.png) 0 0 no-repeat;
	display: block;
	width: 39px;
	height: 44px;
	border-radius:20px 0 0 20px;
	position:relative;
	float:left;
	margin-bottom:10px;
	z-index:99;
}

.caroufredsel_wrapper {
	z-index:9;
	margin:0px!important
}


.next {
	background: url(../images/next.png) 0 0 no-repeat;
	display: block;
	width: 38px;
	height: 44px;
	margin-bottom:10px;
	z-index:99;
	float:left;
	border-radius:0 20px 20px 0;
	position:relative;
}

.next:hover,
.prev:hover {
	background-position: 0 -44px;	
}

/* Flickr */
.flickr a {
    margin-right: 1px;
    margin-bottom: 1px;
    display: inline-block;
}

/*=== Progress Bars  ===*/
#progress-bars{ margin-bottom:0px;}
.progress-bar {
	background:#e3e3e3;
	height: 30px;
	position: relative;
	margin-top: 30px;
	margin-bottom:40px;
}
.progress-bar-content {
	background:#999;
	height: 30px;
}
.progress-bar .progress-title {
	font-size: 16px;
	color: #222;
	font-weight: bold;
	text-transform:uppercase;
	position: absolute;
	top: -30px;
	left: 0px;
}
.progress-bar .percentage {
	font-size: 13px;
	color: #626363;
	font-weight: normal;
	position: absolute;
	top: 10px;
	left: 90%;
}
			
/*=== List ===*/
ul.check{list-style-type:none; padding:0; margin:0;}
ul.check li{padding:0 0 2px 20px;  background:url(../images/check.png) no-repeat 0 3px;}

ul.dotted{list-style-type:none; padding:0; margin:0; position:relative;}
ul.dotted li{padding:0 0 5px 30px; margin-bottom:5px;  background:url(../images/dotted.png) repeat-x bottom; position:relative;}
ul.dotted li img{ position:absolute; top:1px; left:0px;}

.recent-post{list-style-type:none; padding:0; margin:0 0 47px;}
.recent-post li{padding:0 0 10px 0px; margin-bottom:10px; font-size:14px;  background:url(../images/dotted.png) repeat-x bottom; text-transform:uppercase;}


/*=== Post Shortcode ===*/
.post-shortcode img { margin-bottom:19px;}
.post-shortcode .entry-utility{ margin-bottom:9px;}
.post-shortcode .columns{ margin-bottom:20px;}


/*=== Form & Button ===*/
form{margin:0; padding:0;}

input[type="text"],
textarea, input[type="password"], select{
	padding:7px 5px;
	font-size:11px;
}
input[type="radio"]{
	margin-left:15px;

	}

textarea{width:90%;}

textarea:focus{outline:0;}

.button, .button:visited, input[type="submit"], button{
    line-height: 17px;
    margin-bottom: 3px;
    padding: 13px 19px;
	cursor:pointer;
	font-size:14px;
	text-transform:uppercase;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display:inline-block;
}

.button:hover, input[type="submit"]:hover, button:hover{text-decoration:none;}


/*=== Separator ===*/

.spacer{ height:20px;}

.separator{
	display:block;
	height:1px;
	margin:0px 0 40px;
	padding-top:20px;
	text-align:center;
	width:100%;
	clear:both;
}

.dotted{ height:1px; display:block; margin-bottom:40px; padding-top:20px;}


/*=== Dropcaps ===*/
.dropcap1{
	display:block;
	float:left;
	font-size:32px;
	line-height:34px;
	margin:4px 8px 0 0;

}
.dropcap2{
	display: block;
	float:left;
	border-radius: 55px 55px 55px 55px;
    display: block;
    float: left;
    font-size: 26px;
    line-height: 47px;
    margin: 6px 8px 0 0;
    text-align: center;
    width: 47px;	
}
.dropcap3{
	display:block;
	float:left;
	font-size:26px;
	line-height:35px;
	width:47px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
	padding:5px 0;
}

.icon{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background:#303030;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	float:left;
	width:35px;
	height:25px;
	text-align:center;
	line-height:40px;
	margin-right:20px;
	margin-top:5px;
	padding-top:10px;
}

/*== Highlight ==*/
.highlight1{padding:2px 5px;}	
.highlight2{padding:2px 5px;}

/*=== Pullquotes ===*/
.pullquote-right, .pullquote-left{
	padding:0px 10px 0px 30px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:right;
	font-style:italic;
	font-size:12px;
	letter-spacing:0px;
	line-height:22px;
	margin:0px 2px 20px 20px;
	width:50%;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}


/*==== Tabs ====*/
.tabcontainer{margin:0;}
ul.tabs {
	margin: 0;
	padding: 0 0 14px 0;
	list-style: none;
	width: 100%;
	float:left;
	
}

ul.tabs li {
	float: left;
	margin-right:1px;
	position: relative;
	font-size:14px;
	text-transform:uppercase;
}

ul.tabs li a {
	text-decoration: none;
	display: block;
	outline: none;
	padding: 10px 13px;
}

.tab-content { }
	
ul.tabs li:hover{}
.tab-body{ }

/*=======*/
.sidebar ul.tabs {
	margin: 0;
	padding: 0 0 16px 0;
	list-style: none;
	width: 100%;
	float:left;
}

.sidebar ul.tabs li {
	float: left;
	margin-right:1px;
	display:inline-block;
	padding:25px 11px 5px;
	position:relative;
	overflow: hidden;
	position: relative;
	font-size:14px;
	width:42%;
	background-image:none;
	text-transform:uppercase;
	cursor:pointer;
}

.sidebar ul.tabs li a {
	text-decoration: none;
	display: inline-block;
	outline: none;
}
.sidebar ul.tabs li a img{ padding-left:7px;}
.sidebar .tab-body{ padding:0px; margin:0px;}
.sidebar .rp-widget li{ background:none}
.sidebar ul.tabs li .icon1{ width:25px; height:19px; display:inline-block; position:absolute; right:12px; top:10px;}
.sidebar ul.tabs li .icon2{ width:15px; height:19px; display:inline-block; position:absolute; right:12px; top:10px;}

/*==== jQuery Toggles ====*/
.toggle{ margin-bottom:20px; }
h2.trigger {
	padding:20px 0 20px 0;
	margin: 0 0 0px 0;
	font-size:14px;
	text-transform:uppercase;
}

h2.trigger span {
	text-decoration: none;
	display: block;
	padding:10px 0 10px 57px;
	cursor:pointer;

}


h2.trigger.active { margin:0px;}

.toggle_container {
	margin: -20px 0 0px 0;
	padding: 0px 0px 0 57px;
	overflow: hidden;
	clear: both;
}
.toggle_container .block {}

/*==== Tables ====*/
table {border-collapse:separate;border-spacing:0;width:100%; margin-bottom:18px;}
table,td,th { text-align:left; }
th{padding:10px;}
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: 13px;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	padding: 6px 24px;
}
tr.odd td {}



/*============================================ SIDEBAR  =================================================*/


.widget-title {
    margin-bottom: 10px;
	padding: 0px;
	font-size:18px;
}

.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:40px; padding-bottom:0px; }

.sidebar li li{
	list-style-type:none;
	margin:0 0 5px 0;
	padding:0 0 5px 0px;
	
}

.sidebar li li:last-child{ margin-bottom:0;}

.sidebar li li a{ }
.sidebar li li a:hover, .sidebar li li a.active{text-decoration:none;}

.sidebar .textwidget {
    background-color: #F5F6FF;
    padding: 6px;
    margin-top: -8px;
}
.sidebar .textwidget p{ margin-bottom:10px;}


/*==== Tag ====*/
.tags a{padding:5px 10px!important; margin:0 0px 3px 0 !important; display:inline-block; font-size:11px;}
.tags a:hover{}

/*==== Recent post widget ====*/
.rp-widget li{padding-bottom:0px !important;  margin-bottom:20px !important; clear:both; list-style:none!important;}
.sidebar .rp-widget li:last-child{margin-bottom:0 !important;}

.rp-widget li .frame{ float:left; margin-right:10px;}
.rp-widget li h3{font-size:14px; margin-bottom:2px; line-height:20px; display:block;}
.rp-widget li .smalldate{font-size:11px; display:block; overflow:hidden; padding:0px;}


/*============================================ FOOTER =================================================*/
#footer{ margin-top:60px;}

/*==== FOOTER SIDEBAR  ====*/
#footersidebar{padding:47px 0 40px 0;}
#footersidebar ul{list-style-type:none; margin:0; padding:0;}
#footersidebar li.widget-container{list-style-type:none; margin:0 0 20px 0; padding:0; border:0px;}
#footersidebar .widget-title{
	font-size:20px;
	text-transform:uppercase;
	padding:0 0 0px 0;
	margin-bottom:20px;
}
#footersidebar li li{padding:0 0 5px 0px; margin:0 0 5px 0;}
#footersidebar li li a{ padding:0px 0 0 0px; margin:0px;}
#footersidebar li a:hover{ text-decoration:none;}

/* Twitter */
.tweetList li {
    margin: 0 0 15px 0 !important;
    padding: 0 0 15px 0 !important;
}

.timestamp{ font-size:11px;}
.tweetList p {
    margin-bottom: 0;
}

/* Social */
.sn{list-style-type:none; margin:0 0 0 0; padding:0px 0px 0 0px;} 
.sn li{list-style-type:none; margin:0; padding:0 0px 0 7px!important; display:inline; border-bottom:0px!important;} 
.sn li:first-child{ padding-left:0px!important;}
.sn span{height:27px; width:27px; display:inline-block;
	  -webkit-transition: all 0.4s ease;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.4s ease;  /* FF4+ */
       -o-transition: all 0.4s ease;  /* Opera 10.5+ */
          transition: all 0.4s ease;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.phone{ font-size:26px; margin:20px 0 5px;}

/*==== COPYRIGHT ====*/
#copyright{ padding:56px 10px 45px; font-size:11px; float:left; line-height:20px; width:50%;}
#copyright img{ float:left; margin-right:15px; display:inline;}


#footernav{ float:right; list-style-type:none; margin:30px 0 0 0; padding:0px;}
#footernav li{ display:inline; padding-left:10px;}
#footernav li:first-child{ padding-left:0px;}


a.link1 {
    margin-bottom: 0px;
    font: 300 40px/35px 'Open Sans', sans-serif;
    color: #302e66;
    display: block;
    padding-top: 51px;
    padding-bottom: 47px;
    text-transform: uppercase;
    padding-left: 145px;
    position: relative;
    background: url(../images/icon1.png) 0 center no-repeat #c6c6c7;
	transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
	
}

a.link1 span {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a.link1:hover {
    background-color: #302e66;
	color:#FFF;
}

a.link1:hover .col1 {
    color: #fff;
}

a.link1:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: url(../images/link_marker.png) 0 center no-repeat #302e66;
    width: 81px;
}  

a.link1.ln1 {
    background-image: url(../images/icon2.png);
} 

a.link1 span {
    padding-top: 10px;
    font-size: 30px;
    display: block;
}


.newsletter	{ float: left;
height: auto;
width:80%;
padding: 0;
color: #fff;}
.newsletter	div	{ padding: 0px; }
.newsletter	h4	{ font-size: 19px; line-height: 1; margin: 0 0 10px; }
.newsletter	h4	strong	{ font-weight: normal; color: #d8ba76; }
.newsletter	p	{ line-height: 1.35; margin: 0 0 10px; }
.newsletter	form	label	{ display: block; cursor: text; text-transform: uppercase; font-size: 11px; margin: 0 0 3px; color:#fff;  }
.newsletter	form	p	{ margin: 0 0 10px; }
.newsletter	input[type=text]	{ width: 100%; font-size: 12px; }
.newsletter	input[type=submit]	{ font-size: 13px; padding: 10px 20px; }


/* UItoTop styles
========================================================*/
#toTop {
  background: url(../images/totop.png) 0 0 no-repeat;
  border: none;
  bottom: 305px;
  display: none;
  height: 61px;
  left: 56.2%;
  margin-left: 500px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  text-indent: -999px;
  width: 42px;
  z-index: 20;
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  background: url(../images/totop_hover.png) 0 0 no-repeat;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
blockquote.s{
			background: none;
padding: 0;
font-size: 28px;
font-weight:700;
font-family:English, Arial, Helvetica, sans-serif;
margin: 0;

		}
		blockquote.s span:hover{
			cursor: pointer;
		}
		blockquote.s em{
			display: block;
			font-size:14px ;
			font-weight:bold;
			font-family:'Open Sans', sans-serif ;
		}
		.pagination_div {
  min-height: 38px;
  padding: 1px 20px;
  margin: 10px 0 10px 4px;
  clear: both;
  background: #C0C0C3;
  border-radius: 4px;
  border-left: #1A1945 solid 4px;
  border-right: #1A1945 solid 4px;
  text-align: center;
}

.pagination {
  width: auto;
  margin: 0px 0 0 0;
  padding: 9px 0 0 0;
  font-size: 14px;
  color: #1A1945;
}

.pagination ul {
	padding:0px;
	margin:0px;
}
.pagination ul li {
  list-style: none;
  margin: 0px;
  font-size: 14px;
  color: #1A1945;
  display: inline;
  line-height: 22px;
}
.pagination ul li a{
	
	font-size: 14px;
	color: #1A1945;
	font-weight: normal;
	padding: 4px 8px;
	background: none;
	text-decoration: none;
	letter-spacing: 1px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	display: inline;
}

.pagination ul li a:hover{
	box-shadow: #666 0px 0px 4px;
	border-radius:120px;
}

.pagination ul li a.current {
  background: #1A1945!important;
  border-radius: 120px;
  color: #FFF !important;
}
		
		
		div.envelope {
  width: 100%;
  margin: 10px 0% 10px 0%;
  padding: 10px 0;
  border: 2px solid rgb(26, 25, 69);
  border-radius: 10px;
}
.envelope form{
  margin: 1% 3%;
}
.envelope header {
  background-color: #1A1945;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 8px;
  margin-top: -11px;
  margin-bottom: -8px;
  border-radius: 8px 8px 0 0;
  color: #fff !important;
}
.envelope header h2{
	 color: #fff !important;
}
.envelope hr{
	margin: 8px 0;
  color: #1A1945;
  background-color: #1A1945;
}

/* Makes responsive fields. Sets size and field alignment.*/
.envelope input[type=text] {
   margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
  padding: 7px 0px;
  text-indent: 8px;
  border-radius: 5px;
  border: 1px solid #1A1945;
  margin-left: -1px;
  font-size: 14px;
  color: black;
  background-color: #fff;
}
.envelope input[type=password] {
   margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
  padding: 7px 0px;
  text-indent: 8px;
  border-radius: 5px;
  border: 1px solid #1A1945;
  margin-left: -1px;
  font-size: 14px;
  color: black;
  background-color: #fff;
}
.envelope input[type=email] {
   margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
  padding: 7px 0px;
  text-indent: 8px;
  border-radius: 5px;
  border: 1px solid #1A1945;
  margin-left: -1px;
  font-size: 14px;
  color: black;
  background-color: #fff;
}
.envelope select {
	margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
  padding: 7px 0px;
  text-indent: 8px;
  border-radius: 5px;
  border: 1px solid #1A1945;
   margin-left: -1px;
  font-size: 14px;
  color: black;
  background-color: #fff;
}

.envelope label {
  color: #1A1945;
  font-size: 12px;
}

.envelope input[type=submit]
{
margin-bottom: 20px;
width:100%;
padding: 15px;
border-radius:5px;
border: 1px solid #1A1945;
  background-color: #1A1945;
color: aliceblue;
font-size:15px;
cursor:pointer;
}
 .envelope #submit:hover
{
background-color: black;
}
.envelope textarea{
width:100%;
padding: 7px 0px;
text-indent: 8px;
margin-top: 10px;
 border: 1px solid #1A1945;
border-radius:5px;
 margin-left: -1px;
margin-bottom: 20px;
resize:none;
background-color: #fff;
}
.envelope input[type=text]:focus, .envelope textarea:focus {
border-color: #4697e4;
}
.text4{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#C00;
	font-weight:bold;	
}
.text6{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:normal;	
}
.posts_grid {float: left; width:100%; padding:0px; margin:0 0px 10px 0px; background:#FFF;}
.posts_grid .article-title {width: 100%; text-align: center; font-size: 18px;}
.posts_grid .article-title a {float: left; width: 84%; margin: 0 5%; min-height:64px; padding:10px 10px 0 10px; position: relative;top: -40px;background-color: #fff; font-size:17px;}
.posts_grid .article-thumb{overflow:hidden; width:100%; height:;}
.posts_grid .article-thumb img{width:100%; height:; transition: all 0.3s;	-moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s;}
.posts_grid .article-thumb img:hover{-webkit-transform: scale(1.1);}
.posts_grid .article-content { float: left; width: 100%; border-bottom: 2px solid #1A1945; text-align: center; min-height: 38px;   top: -40px;  position: relative;}
.posts_grid .article-content .float {color: #9b9b9b;font-size: 13px; margin: 9px 0 15px 0; }
.posts_grid .article-content p{margin: 9px 16px 15px 16px;}
.left_part{float:left; width:100%; background: #FFF; border-radius: 0 0 4px 4px;}
.left_part .image-wrap {float: left; width:100%; height:; overflow:hidden;}
.left_part .image-wrap img{width:100%; height:; transition: all 0.3s;	-moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s;}
.left_part .image-wrap img:hover{-webkit-transform: scale(1.1);}
.left_part .article-header {float: left; width: 84%; padding: 10px 15px; text-align: center; margin: 0 5%; position: relative; top: -30px; background-color: #fff;}
.article-header p {margin: 9px 0 15px 0; width: 100%;}
.bb a {font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size: 20px; text-transform: uppercase; text-decoration: none; color: #000;}
.article-date { font-size: 13px; color: #9b9b9b; margin-bottom: 3px; clear: both;}

.right_part{float:right; width:100%;}
.right_part .article {float:left; width:100%; position:relative; padding-bottom:22px;}
.right_part .article-thumb {position: absolute; top: -20px; left: 8px; width: 100px; height:55px; overflow:hidden;}
.right_part .article-thumb img{width: 100px; height:55px; transition: all 0.3s;	-moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s;}
.right_part .article-thumb img:hover{-webkit-transform: scale(1.1);}
.right_part .article-content {float: right; width: 80%;}
.right_part .article-title {float: left; width: 100%; overflow: hidden; max-height:39px;}
.right_part .article-title h3 { font-size:14px; line-height: 18px;/* overflow: hidden; text-overflow: ellipsis;*/}
.right_part .bb{float:right;}
.right_part .bb a {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size:15px; text-transform: uppercase; text-decoration: none; color: #000;}

.hbar{
	background: #1A1945; color: #FFF;   padding: 10px;   border-radius: 2px;   margin: 0 0 27px 0;   font-size: 19px;
}
#main h1 {
  color: #000;
  font-weight: 100;
  letter-spacing: 3px;
  padding: 0px 0 30px;
  float:left;
}
#main #gallery .gallery-item {
    height: auto;
    float: left;
    width: 31%;
    margin: 0px 2%;
    padding: 1% 0 0 0%;
}
#main #gallery .gallery-item .album {
  position: relative;
  width: 100%;
  margin: auto;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#main #gallery .gallery-item span{
  width:67%;
}
#main #gallery .gallery-item .album img {
  width: 200px;
  height:251px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  border: 4px solid #FFF;
  -moz-box-shadow: 1px 2px 10px rgb(122, 106, 106);
  -webkit-box-shadow: 1px 2px 10px rgb(122, 106, 106);
  box-shadow: 1px 2px 10px rgb(122, 106, 106);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform-origin: 50% 50% 50%;
  -ms-transform-origin: 50% 50% 50%;
  -o-transform-origin: 50% 50% 50%;
  -webkit-transform-origin: 50% 50% 50%;
  transform-origin: 50% 50% 50%;
  opacity: 1;
  background:#fff;
  
}
#main #gallery .gallery-item .album img:first-child {
  position: relative;
  z-index: 1000;
}
#main #gallery .gallery-item .album img:first-child + img {
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
#main #gallery .gallery-item .album img:last-child {
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
#main #gallery .gallery-item .album:hover {
  width: 99%;
}
#main #gallery .gallery-item .album img:hover {top:10px; -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;}
#main #gallery .gallery-item .album:hover img {
 opacity: 0.93;
 box-shadow: 0 0px 10px #000;
 
  z-index: 2000;
}
#main #gallery .gallery-item .album:hover img:first-child {
  z-index: 3000;
}
#main #gallery .gallery-item .album:hover img:first-child + img {
  left: -40px;
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
#main #gallery .gallery-item .album:hover img:last-child {
  left: 40px;
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
#main #gallery .gallery-item p {
  width: 100%;
text-align: center;
color: #000;
padding-top: 4px;
font-weight: bold;
}
.box6{
    margin: 20px auto;
    width: ;
    min-height: 150px;
    padding: 10px;
    position:relative;
    background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#fff), to(#f3f3f3), color-stop(.1,#fff));
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -webkit-border-top-left-radius: 60px 5px;
    -webkit-border-top-right-radius: 60px 5px;
    -webkit-border-bottom-right-radius: 60px 60px ;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3) ;
    
}

.box6:before{
    content:'';    
    width: 25px;
    height: 20px;
    position: absolute;
    bottom:0;
    right:0;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transform:
    rotate(-20deg)
    skew(-40deg,-3deg)
    translate(-13px,-13px);
}

.box6:after{
    content: '';
    z-index: -10;
    width: 100px;
    height: 100px;
    position:absolute;
    bottom:0;
    right:0;
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    -webkit-box-shadow: 20px 20px 8px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(0deg)
                        translate(-45px,-20px)
                           skew(20deg);
}
.box6_corner_lf{
    width: 100px;
    height: 100px;
    top:0; left:0;
    position:absolute;
    z-index:-6;
    display: inline-block;
    -webkit-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(2deg)
                        translate(20px,25px)
                           skew(20deg);
}

.box6_corner_rt{
    content: '';
    width: 50px;
    height: 50px;
    top:0; right:0;
    position:absolute;
    display: inline-block;
    z-index:-6;
    -webkit-box-shadow: 10px -10px 8px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(2deg)
                        translate(-14px,20px)
                           skew(-20deg);
}

.box6 img {
    width: 100%;
    margin-top: 15px;
}

.marque_interview{margin:14px 6px; height:auto; clear:both; width: 250px;
    margin: 0 auto;}
.marque_interview ul{margin:0; padding:0;}
.marque_interview ul li{list-style:none; background:  url(../images/reel_li_img.png) repeat-y top center !important; width:215px; height: auto; margin:0 auto; padding-bottom:0; overflow:hidden; line-height: 0;}
.marque_interview ul li img{width:185px;  margin:0px 15px 0px 15px; border-top:2px solid #000; border-bottom:2px solid #000; padding:0; background-color:#000; }
.reeltopimg{width:250px; height:98px; background:url(../images/reeltopimg2.png) no-repeat top center; margin:0 auto -18px auto; }
.reelbtmimg{width:250px; height:98px; background:url(../images/reelbtmimg.png) no-repeat top center; margin:-34px auto 0 auto;}

.blog_button {
 -moz-box-shadow:inset 0px 1px 0px 0px #cacffc;
 -webkit-box-shadow:inset 0px 1px 0px 0px #cacffc;
 box-shadow:inset 0px 1px 0px 0px #cacffc;
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #797fff), color-stop(1, #4145ee) );
 background:-moz-linear-gradient( center top, #797fff 5%, #4145ee 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#797fff', endColorstr='#4145ee');
 background-color:#797fff;
 -webkit-border-top-left-radius:12px;
 -moz-border-radius-topleft:12px;
 border-top-left-radius:12px;
 -webkit-border-top-right-radius:12px;
 -moz-border-radius-topright:12px;
 border-top-right-radius:12px;
 -webkit-border-bottom-right-radius:12px;
 -moz-border-radius-bottomright:12px;
 border-bottom-right-radius:12px;
 -webkit-border-bottom-left-radius:12px;
 -moz-border-radius-bottomleft:12px;
 border-bottom-left-radius:12px;
 text-indent:0;
 border:1px solid #464af5;
 display:inline-block;
 color:#ffffff !important;

 font-size:22px;
 font-weight:600 ;
 font-style:normal;
 height: auto;
 line-height:46px;
 width:100%;
 text-decoration:none;
 text-align:center;
 text-shadow:1px 1px 0px #2834ce;
 margin-bottom:10px;

}
.blog_button:hover {
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4155ee), color-stop(1, #797cff) );
 background:-moz-linear-gradient( center top, #4155ee 5%, #797cff 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4155ee', endColorstr='#797cff');
 background-color:#4155ee;
}.blog_button:active {
 position:relative;
 top:1px;
}

.headline3 {
  position: relative;
    margin-left: -6px;
    margin-right: -6px;
    padding: 12px !important;
    background: #1A193A ;
    background: linear-gradient(#4C4B8C, #1A1937);
    box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
    text-shadow: 0 1px 0 #000;
    color: #fff !important;
}

.headline3:before,
.headline3:after {
  position: absolute;
  left: 0;
  bottom: -6px;
  content:'';
  border-top: 6px solid #555;
  border-left: 6px solid transparent;
}

.headline3:before {
  border-top: 6px solid #555;
  border-right: 6px solid transparent;
  border-left: none;
  left: auto;
  right: 0;
  bottom: -6px;
}

.or-spacer {
    margin-top:1px;
    margin-left:0px;
    width:100%;
    position:relative;
}
.or-spacer .mask {
    overflow:hidden;
    height:20px;
}
.or-spacer .mask:after {
    content:'';
    display:block;
    margin:-25px auto 0;
    width:100%;
    height:25px;
    border-radius:125px / 12px;
    box-shadow:0 0 15px black;
}
.or-spacer span {
    width:50px;
    height:50px;
    position:absolute;
    bottom:100%;
    margin-bottom:-25px;
    left:50%;
    margin-left:-25px;
    border-radius:100%;
    box-shadow:0 2px 4px #999;
    background:white;
}
.or-spacer span i {
    position:absolute;
    top:4px;
    bottom:4px;
    left:4px;
    right:4px;
    border-radius:100%;
    border:1px dashed #aaa;
    text-align:center;
    line-height:40px;
    font-style:normal;
    color:#999;
}

.box12{
    margin: 40px auto;
    width: ;
    min-height: 310px;
    padding: 10px;
    position:relative;
    background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#f3f3f3), to(#fff), color-stop(.1,#f3f3f3));
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-border-bottom-right-radius: 60px 60px;
    -webkit-border-bottom-left-radius: 60px 60px;
    -webkit-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
    
}

.box12:before{
    content:'';    
    width: 25px;
    height: 20px;
    background: white;
    position: absolute;
    bottom:0; right:0;
    background: -webkit-gradient(linear, 0% 20%, 50% 40%, from(#fff), to( #eee), color-stop(.1,#fff));
    -webkit-border-bottom-right-radius: 30px;
    -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(-20deg)
                        skew(-40deg,-3deg)
                        translate(-13px,-13px);
}

.box12:after{
    content: '';
    z-index: -10;
    width: 100px;
    height: 100px;
    position:absolute;
    bottom:0;
    right:0;
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    -webkit-box-shadow: 20px 20px 8px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(0deg)
                        translate(-45px,-20px)
                        skew(20deg);
}
.fold_box12{
    z-index: -10;
    width: 50px;
    height: 50px;
    position:absolute;
    bottom:0; left:0;
    -webkit-box-shadow: -20px 20px 8px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(0deg)
                        translate(40px,-20px)
                        skew(-20deg);
}
.fold2_box12{
    width: 25px;
    height: 20px;
    z-index:20;
    background: white;
    position: absolute;
    bottom:0; left:0;
    background: -webkit-gradient(linear, 0% 20%, 50% 80%, from(#fff), to( #eee), color-stop(.1,#fff));
    -webkit-border-bottom-right-radius: 30px;
    -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(103deg)
                        skew(-3deg,-40deg)
                        translate(-13px,-15px);
}

.box12_ribbon{
    content: '';
    position:absolute;
    top:-25px; left: 30%;
    width: 130px;
    height: 40px;
    background: -webkit-gradient(linear, 555% 20%, 0% 92%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0)), color-stop(.1,rgba(0, 0, 0, 0.2)));
    border-left: 1px dashed rgba(0, 0, 0, 0.1);
    border-right: 1px dashed rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.box12 img {
    width: 100%;
    margin-top: 15px;
}
.cname{
	    margin-top: 10px;
    margin-bottom: 0px;
}
.cpostion{
	font-size: 20px;
    color: #D83030;
}
.cvotes{
	font-size: 18px;
    color: #000;
}

.wrap {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 3px 
    rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 
    rgba(0, 0, 0, 0.1);
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    width: ;
    min-height:310px;
    background: #EBEBEB;
    border: 1px solid #CCC;
    margin: 20px auto;
    position: relative;
    padding: 20px 10px 10px;
}

.noise {
    position: relative;
    z-index: 1;
}
        
.noise:before, .body-noise:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    bottom:0;
    left:1px;
    right:0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
    
    
    }

.vert-flag {
    -webkit-box-shadow: 1px 0 1px 
    rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 0 1px 
    rgba(0, 0, 0, 0.35);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #E72929), color-stop(100%, #6B0C0C));
    background-image: -webkit-linear-gradient(#E72929, #6B0C0C);
    background-image: -moz-linear-gradient(#E72929, #6B0C0C);
    background-image: -o-linear-gradient(    #E72929, #6B0C0C);
    background-image: -ms-linear-gradient(#E72929, #6B0C0C);
    background-image: linear-gradient(#E72929, #6B0C0C);
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    position: absolute;
    padding-bottom: 35px;
    top: -2px;
    padding-top: 10px;
    left: 10px;
    color: white;
}

.vert-flag::before {
    content: '';
    display: block;
    border-style: solid;
    border-width: 25px;
    border-color: transparent;
    left: 0;
    border-bottom-color: #fff;
    position: absolute;
    bottom: -1px;
}

.wrap img {
    max-width: 100%;
    margin-top: 20px;
	text-align:center;
}

@-webkit-keyframes color {
  0%   { background-color:#FCF8A3; }
   25%   { background-color: #B7FE98; }
    50%   { background-color: #B8FEFE; }
	75%   { background-color: #FEC7C8;}
  100% { background-color: #EAC7FE; }
}
@-moz-keyframes color {
  0%   { background-color:#FCF8A3; }
   25%   { background-color: #B7FE98; }
    50%   { background-color: #B8FEFE; }
	75%   { background-color: #FEC7C8;}
  100% { background-color: #EAC7FE; }
}
@-o-keyframes color {
  0%   { background-color:#FCF8A3; }
   25%   { background-color: #B7FE98; }
    50%   { background-color: #B8FEFE; }
	75%   { background-color: #FEC7C8;}
  100% { background-color: #EAC7FE; }
}
@keyframes color {
 0%   { background-color:#FCF8A3; }
   25%   { background-color: #B7FE98; }
    50%   { background-color: #B8FEFE; }
	75%   { background-color: #FEC7C8;}
  100% { background-color: #EAC7FE; }
}
#colorbox {
  -webkit-animation: color 0.5s infinite; /* Safari 4+ */
  -moz-animation:    color 0.5s infinite; /* Fx 5+ */
  -o-animation:      color 0.5s infinite; /* Opera 12+ */
  animation:         color 0.5s infinite; /* IE 10+, Fx 29+ */
}



.clearfix{
clear:both;
}
#left{
float: right;
width: 140px;
height: auto;
text-align: left;
padding: 6px;
}
#message{
float:right;
width:460px;
height:auto;
margin-top: 14px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
.up{
/*background-image:url(up.png);
*/}
.sam_vote {

-webkit-border-top-left-radius: 14px;
-moz-border-radius-topleft: 14px;
border-top-left-radius: 14px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 14px;
-moz-border-radius-bottomleft: 14px;
border-bottom-left-radius: 14px;
text-indent: 0px;
border: 1px solid #84bbf3;
display: inline-block;
color: #000;
font-family: Arial;
font-size: 12px;
font-weight: normal;
font-style: normal;
height: 15px;
line-height: normal;
width: 94px;
text-decoration: none;
text-align: center;
text-shadow: 1px 0px 0px #528ecc;
padding: 3px 6px;
float:left;
}
.sam_vote:active {
	position:relative;
	top:1px;}
	
	.sam_totalvotes{
		display: block;
float: left;
width: 24px;
background: #E7E3E3;
padding: 0px 3px;
border: 1px solid #84bbf3;
font-size: 12px;
-moz-box-shadow: inset 0px 1px 0px 0px #dcecfb;
-webkit-box-shadow: inset 0px 1px 0px 0px #dcecfb;
box-shadow: inset 0px 1px 0px 0px #dcecfb;
line-height: 21px;
	}
	
	
	.sam_color2 {
-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
	background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
	background-color:#ffce79;

}
.sam_color2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) );
	background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
	background-color:#eeaf41;
}

.sam_color1 {
-moz-box-shadow: inset 0px 1px 0px 0px #dcecfb;
-webkit-box-shadow: inset 0px 1px 0px 0px #dcecfb;
box-shadow: inset 0px 1px 0px 0px #dcecfb;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea) );
background: -moz-linear-gradient( center top, #bddbfa 5%, #80b5ea 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea');
background-color: #bddbfa;

}
.sam_color1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa) );
	background:-moz-linear-gradient( center top, #80b5ea 5%, #bddbfa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa');
	background-color:#80b5ea;
}
	
#defaultCountdown { width: 183px; height: 40px; }
		#clockimg		{position: relative;
background: #fff url(../images/clockimg.png);
width: 248px;
height: 50px;
background-repeat: no-repeat;
background-position: center 0.333em;
padding: 3px;
border-radius: 30px;
-ms-transform: scale(1.14);
-webkit-transform: scale(1.14);
-moz-transform: scale(1.14);
-o-transform: scale(1.14);
transform: scale(1.14);
-webkit-box-shadow: 4px 4px 10px rgba(0,0,0,.6);
-moz-box-shadow: 4px 4px 10px rgba(0,0,0,.6);
-o-box-shadow: 4px 4px 10px rgba(0,0,0,.6);
box-shadow: 4px 4px 10px rgba(0,0,0,.6);
margin-top:5px;
-ms-transition: -ms-transform .3s ease;
-webkit-transition: -webkit-transform .3s ease;
-moz-transition: -moz-transform .3s ease;
-o-transition: -o-transform .3s ease;
transition: transform .3s ease;}
.countdown_section {
	font-size:10px;
	padding: 1px 0  !important;
	width: 22.3% !important;
}
#clockimg:hover{ -ms-transform: scale(1.14);
-webkit-transform: scale(1.14);
-moz-transform: scale(1.14);
-o-transform: scale(1.14);
transform: scale(1.14);
-webkit-box-shadow: 4px 4px 10px rgba(0,0,0,.6);
-moz-box-shadow: 4px 4px 10px rgba(0,0,0,.6);
-o-box-shadow: 4px 4px 10px rgba(0,0,0,.6);
box-shadow: 4px 4px 10px rgba(0,0,0,.6);
margin-top:5px;
-ms-transition: -ms-transform .3s ease;
-webkit-transition: -webkit-transform .3s ease;
-moz-transition: -moz-transform .3s ease;
-o-transition: -o-transform .3s ease;
transition: transform .3s ease;
}
.a-btn{
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    padding:10px 30px 10px 70px;
    position:relative;
    float:;
    display:block;
    overflow:hidden;
    margin:10px 0;
    background:#A99CEF;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#EFECFF,0),color-stop(#BAA9F3,1));
    background:-webkit-linear-gradient(top, #EFECFF 0%, #BAA9F3 100%);
    background:-moz-linear-gradient(top, #EFECFF 0%, #BAA9F3 100%);
    background:-o-linear-gradient(top, #EFECFF 0%, #BAA9F3 100%);
    background:linear-gradient(top, #EFECFF 0%, #BAA9F3 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#C2B7F4', endColorstr='#967CEA',GradientType=0 );
    border:1px solid #9E90C8;
    border-color:#9E90C8 #8578C0 #6568BA;
    -webkit-box-shadow:0px -5px 0px 0px #45488C, 0 1px 1px #d5d5d5, inset 0 1px 0 rgba(255,255,255,0.8);
    -moz-box-shadow:0px -5px 0px 0px #45488C, 0 1px 1px #d5d5d5, inset 0 1px 0 rgba(255,255,255,0.8);
    box-shadow:0px -5px 0px 0px #45488C, 0 1px 1px #d5d5d5, inset 0 1px 0 rgba(255,255,255,0.8);
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.a-btn-symbol{
        font-family: 'WebSymbolsRegular', cursive;
    color: #437b7d;
    text-shadow: 0 1px 0 #bef3f5;
    font-size: 20px;
    position: absolute;
    left: 6px;
    width: 53px;
    text-align: center;
    line-height: 32px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 6px;
}
.a-btn-text{
    font-size:20px;
        color: #43497D;
    text-shadow: 0 1px 0 #DABEF5;
    line-height:16px;
    font-weight:bold;
    font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
    display:block;
}
.a-btn-slide-text{
    font-family:Arial, sans-serif;
    font-size:10px;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#fff;
    text-shadow:0px 1px 1px rgba(255,255,255,0.9);
}
.a-btn:hover{
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
}
.a-btn:hover .a-btn-symbol{
    opacity:0.5;
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
}
.a-btn:active{
    -webkit-transform:scale(0.95);
    -moz-transform:scale(0.95);
    -ms-transform:scale(0.95);
    -o-transform:scale(0.95);
    transform:scale(0.95);
    -webkit-box-shadow:0px 0px 0px 1px #48458C, 0 1px 1px #d5d5d5, inset 0 1px 0 rgba(255,255,255,0.8), 0px 1px 1px 2px #fff;
    -moz-box-shadow:0px 0px 0px 1px #48458C, 0 1px 1px #d5d5d5, inset 0 1px 0 rgba(255,255,255,0.8), 0px 1px 1px 2px #fff;
    box-shadow:0px 0px 0px 1px #48458C, 0 1px 1px #d5d5d5, inset 0 1px 0 rgba(255,255,255,0.8), 0px 1px 1px 2px #fff;
}

table.tabsam{ border: 2px solid #000 !important; margin-bottom:0px !important; }
table.tabsam td{ border: 1px solid #000 !important; padding: 4px 4px !important; height: 18px; width:auto !important; vertical-align: top;}
table.tabsam th{ border: 1px solid #999 !important; padding: 4px 4px !important; font-size:14px !important; font-weight:bold !important; height: 18px; vertical-align: top; }
table.tabsam td strong{ font-weight:bold !important;}
table.tabsam .field2, table.tabsam .field2:focus{
width:100% !important;
height: 26px !important;
border: none !important;
border-width:0px !important;
outline: none !important;
padding: 0 0 0 0px !important;
color: #999 !important;
font-size: 12px !important;
border:#CCC solid 0px !important;
border-radius:2px !important;
background: none !important;
background-color:transparent !important;
box-shadow:#CCC 0 0 0px !important;
margin:0 !important;
text-indent: 3px !important;
float:left;
}
table.tabsam .field2:focus{ outline:2px solid #fff !important; outline-radius:10px !important;  border-width:0px !important;  }
table.tabsam td:active{ background-color: #03F!important; border-width:1px !important;}
table.tabsam td:hover{ background-color: #CCEDFF !important ; border-width:1px !important;}

table.tabsam .field2:hover{
	box-shadow:#CCC 0 0 0px !important;
	background:#FFF !important;
	border-width:0px !important;
}
table.tabsam .field3, table.tabsam .field3:focus{
width:100% !important;
height: 100px !important;
border: none !important;
border-width:0px !important;
outline: none !important;
padding: 0 0 0 0px !important;
color: #999 !important;
font-size: 12px !important;
border:#CCC solid 0px !important;
border-radius:2px !important;
background: none !important;
background-color:transparent !important;
box-shadow:#CCC 0 0 0px !important;
margin:0 !important;
text-indent: 3px !important;
float:left;
}
table.tabsam .field3:focus{ outline:2px solid #fff !important; outline-radius:10px !important;  border-width:0px !important;  }
table.tabsam .field3:hover{
	box-shadow:#CCC 0 0 0px !important;
	background:#FFF !important;
	border-width:0px !important;
}
.scroll{
	    width: 100%;
    height: auto;
    overflow: auto;
	
}
.ok{
							padding-left:10px !important;
							padding-right:10px !important;
						}
						
						.interview{ 
						background:#1F1E48;
						    padding: 10px;
    border-radius: 10px;
						}
						
						.interview h1, .interview h2, .interview h3, .interview h4, .interview h5, .interview h6{
							color: #F2C613;
						}
						.interview p, .interview ul, .interview ol, .interview blockquote, .interview .entry-utility{
							color:#fff;
						}
						.interview .rg-caption p {
							    color: white;
						}
						
/*============================================ CONTACT US PAGE=================================================*/

/*-----dialog window styling-----*/

.ui-widget-overlay
{
  background: #000000 !important; /* This will make it darker */
  opacity: .50 !important; /* Make sure to change both of these, as IE only sees the second one */
  filter: Alpha(Opacity=50) !important;

}
.ui-dialog{
        overflow: hidden;
    position: absolute;
    top: 22% !important;
    left: 31% !important;
    padding: .2em;
    outline: 0;
    width: 37% !important;
}
