/* CSS INFORMATION
	- Project: Media Star
	- Author: FelixPlus - www.felixplus.com
	- Last Update: 31/03/2013
*/

/* =========================================================
******************Common styles*****************************
============================================================ */
body {
	color: #555555;
	font-family: 'Patrick Hand SC', Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12pt;
	background: #ffffff;
}
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,small,sub,b,dl,dd,dt,ul,li,label,article,details,footer,header,menu,nav,input,textarea,select{
		background:transparent;
		border:0;
		outline:0;
		padding:0;
		margin:0;
}
pre, code {
	font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}
hr {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-main-content-innerors: none;
	-moz-border-top-colors: none;
	border-color: #d9d9d9;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin-bottom: 15px;
	margin-top: 5px;
}
ol {
	list-style: decimal outside none;
}
a {
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style: disc outside none;
}
.flx-intro-excerpt {
	color: #404040;
}

.container-news .flx-intro-excerpt {
	color: #FFFFFF;
}

/*------Responsive Image and video----------------*/
.responsive-img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

iframe {
	width:100%;
	height:auto;
	min-height:600px;
}
/* =========================================================
**************************Heading***************************
============================================================ */
h1 {
	color: #004ebc;
	font: 400 2em/25pt 'Luckiest Guy', 'Impact', 'Arial Black', sans-serif;
	letter-spacing: 1px;
}
h2 {
	color: #004ebc;
	font: 400 50pt/52pt 'Luckiest Guy', 'Impact', 'Arial Black', sans-serif;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
h3 {
	color: #004ebc;
	font: 400 16pt/18pt 'Patrick Hand SC', Helvetica, Verdana, Geneva, sans-serif;
	letter-spacing: 0;
	margin-bottom: 20px;
}
h4 {
	color: #004ebc;
	font-family: 400 14pt/16pt 'Patrick Hand SC', Helvetica, Verdana, Geneva, sans-serif;
	letter-spacing: 0;
	margin-bottom: 10px;
}
h5 {
	color: #004ebc;
	font-family: 400 12pt/14pt 'Patrick Hand SC', Helvetica, Verdana, Geneva, sans-serif;
	letter-spacing: 0;
	margin-bottom: 20px;
}
h6 {
	color: #004ebc;
	font-family: 400 10pt/12pt 'Patrick Hand SC', Helvetica, Verdana, Geneva, sans-serif;
	letter-spacing: 0;
	margin-bottom: 20px;
}
p {
	margin-bottom: 10px;
	line-height: 14pt;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color:#004ebc;}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color:#3d3d3d;}	
/* =========================================================
********************Clear Floated Elements******************
============================================================ */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:before, .clearfix:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.hover-effect {
	cursor: pointer;
	z-index: 100;
}

/*==========================================================
******************* CSS3 transition ************************
============================================================ */
#main-menu li a, .tabs label,
.list-container-2 ul li a,
.accordion-title,
.accordion-title h5 a, #toggle-view li,
.flx-services li [class^="icon-"],
.list-container-3 ul li a,
.flx-tag,
.tagcloud a,
.under-struction .socials a,
#options #etc li a i,
.w-style2.twitter-widget .tweet_list li,
.w-style3.twitter-widget .tweet_list li,
.w-style4.twitter-widget .tweet_list li,
.w-style5.twitter-widget .tweet_list li,
.w-style2 #recentcomments li,
.w-style3 #recentcomments li,
.w-style4 #recentcomments li,
.w-style5 #recentcomments li,
.widget_recent_entries ul li,
.w-style5.widget_recent_entries ul li,
.w-style4.widget_recent_entries ul li,
.w-style3.widget_recent_entries ul li,
.w-style2.widget_recent_entries ul li,
.w-style5.widget_rss ul li,
.w-style4.widget_rss ul li,
.w-style3.widget_rss ul li,
.w-style2.widget_rss ul li {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sti-menu li a {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.list-container-1 ul li a,
#main-menu li ul li,
.list-container-4 ul li a,
.flx-menu-toggle,
#m-theme-option .m-open-close-button {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
/* =========================================================
***************************Columns**************************
============================================================ */
.flx-one-forth {
	float: left;
	margin-right: 2%;
	width: 23.5%;
	margin-bottom: 20px;
}
.flx-three-forth {
	float: left;
	margin-right: 2%;
	width: 74.5%;
	margin-bottom: 20px;
}
.flx-one-two {
	float: left;
	margin-right: 2%;
	width: 49%;
	margin-bottom: 20px;
}
.flx-one-third {
	float: left;
	margin-right: 2%;
	width: 32%;
	margin-bottom: 20px;
}
.flx-two-third {
	float: left;
	margin-right: 2%;
	width: 66%;
	margin-bottom: 20px;
}
.flx-full-width {
	width: 100%;
	margin-bottom: 20px;
}
.last {
	margin-right: 0 !important;
}
.wrapper {
	width: 980px;
	margin: 0 auto;
}
.flx-mb-30 {
	margin-bottom: 30px;
}
.flx-mt-60 {
	margin-top:60px;
}
.flx-wrapper {
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
}
/* =========================================================
***********************Header*******************************
============================================================ */
#flx-header {
	background-color: #f2f2f2;
	border-bottom: 1px solid #d9d9d9;
	border-top: 8px solid #004ebc;
}
#flx-logo {
	float: left;
	margin-top: 5px;
}
.tophead #flx-logo {
	margin-top: 0;
}
#main-nav {
	float: right;
	position: relative;
	z-index: 9999
}
#main-menu {
	margin: -8px 0 0;
	position: relative;
	z-index: 1000;
}
#main-menu > li {
	list-style: none;
	float: left;
	margin: 0;
	border-top: 8px solid #004ebc;
	position: relative;
}
#main-menu > li.active {
	background-color: #414141;
	border-top: 8px solid #202020;
}
#main-menu > li > a {
	display: block;
	padding: 17px 15px 20px;
	font-size: 16px;
	font-family: 'Patrick Hand SC', Helvetica, Verdana, Geneva, sans-serif;
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #ffffff;
	border-top: 1px solid rgba(255, 255, 255,.2);
	text-shadow: 0px 1px 0px #FFFFFF;
}
#main-menu > li:hover > a {
	position:relative;
	z-index:0;
	color: #004ebc;
	text-decoration: none;
}
#main-menu > li:last-child > a {
	border-right: none;
}
#main-menu > li:first-child > a {
	border-left: none;
}
#main-menu > li.active > a,
#main-menu > li.active > a:hover {
	color: #fff;
	border: none;
	border-top: 1px solid rgba(255, 255, 255,.2);
	text-shadow: 0px 1px 0px #111111;
	background-image: linear-gradient(bottom, rgb(34,34,34) 0%, rgb(51,51,51) 60%);
	background-image: -o-linear-gradient(bottom, rgb(34,34,34) 0%, rgb(51,51,51) 60%);
	background-image: -moz-linear-gradient(bottom, rgb(34,34,34) 0%, rgb(51,51,51) 60%);
	background-image: -webkit-linear-gradient(bottom, rgb(34,34,34) 0%, rgb(51,51,51) 60%);
	background-image: -ms-linear-gradient(bottom, rgb(34,34,34) 0%, rgb(51,51,51) 60%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, rgb(34,34,34)),  color-stop(0.6, rgb(51,51,51))  );
	padding: 17px 15px 21px;
	margin-bottom:-1px;
}
#main-menu > li [class^="icon-"] {
	vertical-align: -10%;
}
.header-title {
	width:100%;
	background:url("../images/background/bg-header.jpg") top left no-repeat;
	background-size:cover;
	margin:-1px 0 30px 0;
	-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, .1);
	position:relative;
	z-index:0;
}
.header-title .header-title-inner {
	position:relative;
	height:150px;
}	
.header-title .page-title {
	float:left;
	position:absolute;
	top:35px;
	left:0;
	padding:0 30px 0 10px;
	background:rgba(0, 0, 0, .5);
	border-left:5px solid #FFF;
}
.header-title .page-title h3,
.header-title .page-title h6 {
	color:#FFF;
}
.header-title .page-title h3 {
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow:0 1px 0 rgba(0,0,0,.8)
}
.header-title .page-title a:hover {
	border-bottom:1px dotted #FFF;
	color:#FFF;
}	
.header-title .breadcrumb {
	width:100%;
	border-bottom:1px solid #d8d8d8;
	line-height:40px;
	padding:0;
	color:#CCC;
	background:#f2f2f2;
	border-radius:0;
}
.header-title .breadcrumb a {
	margin:0 10px;
	color:#004ebc;
}
.header-title .breadcrumb a i {
	margin-right:5px;
}	
.header-title .breadcrumb a:hover {
	color:#4d4d4d;
}	
.header-title .breadcrumb span {
	margin-left:10px;
	color:#666;
}
/*--- header style 2 ---*/
#flx-header.head-s2 {
	background-color: #FFF;
	border:none;
}
#flx-header.head-s2 #main-nav {
	position:relative;
	z-index: 9999;
	width:100%;
	float:none;
	background: #FFF;
	border-bottom: 1px solid #d9d9d9;
	border-top: 8px solid #d0d0d0;
}
#flx-header.head-s2 .tophead {
	padding:15px 0;
}
#flx-header.head-s2 #main-menu {
	margin: -8px auto 0 auto;
	position: relative;
	z-index: 9999;
	float:left;
}
#flx-header.head-s2 #main-menu > li > ul {
	top:57px;
}
#flx-header.head-s2 #main-menu > li {
	border-top: 8px solid #d0d0d0;
}
#flx-header.head-s2 #main-menu > li a {
	border-top:none;
	border-left:none;
}
#flx-header.head-s2 #main-menu > li:hover a {
	box-shadow:none;
	text-shadow:none;
}
#flx-header.head-s2 #main-menu > li.active {
	border-top:8px solid #cb1b00;
}	
#flx-header.head-s2 #main-menu > li.active > a,
#flx-header.head-s2 #main-menu > li.active > a:hover {
	background:#ff2600;
	text-shadow:none;
}
#flx-header.head-s2 #main-menu li > ul {
	background:#FFF;
}
#flx-header.head-s2 #main-menu li ul a {
	border-top:none;
}
#flx-header.head-s2 .search-query {
	float:right;
	margin:13px 0 0 0;
	width:120px;
	background:url("../images/icons/search-icon-top.png") top right no-repeat;
	background-position:125px 6px;
	font-size:12px;
}
/*--- header style 3 ---*/
#flx-header.head-s3 {
	background-color: #FFF;
	border:none;
}
#flx-header.head-s3 .tophead {
	padding:15px 0;
}
#flx-header.head-s3 #main-nav {
	position:relative;
	z-index: 9999;
	width:100%;
	float:none;
	background: #FFF;
	border-bottom: 1px solid #d9d9d9;
	border-top: 8px solid #004ebc;
}
#flx-header.head-s3 #main-menu {
	margin: -8px auto 0 auto;
	position: relative;
	z-index: 9999;
	float:left;
}
#flx-header.head-s3 #main-menu > ul {
	top:58px;
}
#flx-header.head-s3 .search-query {
	float:right;
	margin:13px 0 0 0;
	width:120px;
	background:url("../images/icons/search-icon-top.png") top right no-repeat;
	background-position:125px 6px;
	font-size:12px;
}
/*--- header style 4 ---*/
#flx-header.head-s4 {
    background-color: #fff;
    border:none;
	padding:10px 0 20px 0;
}
#flx-header.head-s4 #main-menu {
	margin:10px 0 0;
}
#flx-header.head-s4 #main-menu > li {
	border-top:none;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	position:relative;
	z-index:0;
}
#flx-header.head-s4 #main-menu > li > a {
	border:none;
	padding:8px 15px 10px;
	text-shadow:none;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	position:relative;
	z-index:0;
}
#flx-header.head-s4 #main-menu > li.active {
	background-color:#004ebc;
}
#flx-header.head-s4 #main-menu > li.active > a, 
#flx-header.head-s4 #main-menu > li.active > a:hover {
	background-image:none;
	text-shadow:none;
	background-color:#004ebc;
}
/*--------Sub Menu-------------*/
#main-menu li ul {
	display: none;
	margin: 0;
	position: absolute;
	top: 58px;
	left: -1px;
	width: 188px;
	border: 1px solid #d9d9d9;
	background-color: #f2f2f2;
}
#main-menu li ul li {
	list-style: none;
	margin: 0;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #dedede;
	position: relative;
	padding: 0 10px 0 15px;
}
#main-menu li ul li:last-child {
	border-bottom: none;
}
#main-menu li ul li:hover,
#main-menu li ul li.active {
	background-color: #fff;
}
#main-menu li ul li a {
	color: #3f3f3f;
	font-size: 12px;
	display: block;
	padding: 10px 0;
}
#main-menu > li > ul > li:hover > a,
#main-menu > li > ul > li.active > a {
	color: #004ebc;
}
#main-menu li ul li.menu-arrow > a {
	background: url("../images/background/menu-arrow.png") no-repeat right center;
}
#main-menu li ul li ul {
	position: absolute;
	top: -2px;
	left: 188px;
}
#main-menu li ul li ul li:hover a,
#main-menu li ul li ul li.active a {
	color: #004ebc;
}

#flx-header.head-s4 #main-menu li > ul {
	top:39px;
	padding-top:20px;
	border:none;
	background:none;
}
#flx-header.head-s4 #main-menu li > ul > li {
	background-color:#f2f2f2;
	border-bottom:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-top:1px solid #fff;
}
#flx-header.head-s4 #main-menu li > ul > li > a {
	padding:9px 0 10px;
}
#flx-header.head-s4 #main-menu li > ul > li:first-child {
	border-top:1px solid #d9d9d9;
}
#flx-header.head-s4 #main-menu li > ul > li:hover {
	background-color:#fff;
} 
#flx-header.head-s4 #main-menu li > ul > li > ul {
	top:-2px;
	padding-top:0;
	left:186px;
}

/*------------------Mobile Menu---------------------*/
#mobile-menu{
    margin: 10px !important;          
    border: 1px solid #545454 !important;
	color:#FFF;
	font-size:12px;
	background-color:#262626;
	border-radius:0;     
}

/* =========================================================
***********************Main content*************************
============================================================ */
#flx-main-content {
	width: 980px;
	float: 10px;
	background: #FFF;
}
.main-content {
	padding-bottom: 80px;
}
.flx-intro {
	text-align: center;
	padding: 20px 0;
	display: block;
	border-bottom: 1px dotted #d9d9d9;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
.flx-intro i {
	position: absolute;
	bottom: -12px;
	z-index: 2;
	background-color: #fff;
	padding: 0 10px;
}
.flx-intro-2 {
	text-align: center;
	padding: 20px 0;
	display: block;
	position: relative;
	z-index: 1;
}
.flx-intro-3 {
	text-align: center;
	display: block;
	position: relative;
	z-index: 1;
}
.flx-intro-3 .flx-intro-excerpt {
	font-size:14px;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:60%;
	margin-top:0;
}

/* =========================================================
**************************Home page*************************
============================================================ */
.layerslider-wrapper {
	background:url("../images/background/top-promo-bg.png") repeat-x left bottom;
	padding-top:45px;
	margin-bottom:65px;
}
.ls-layer,
.ls-layer * {
	font-weight: normal;
}

.l2-s1,
.l1-s1 {
	color: #fff;
	font-size: 20pt;
	font-weight:300;
	font-family: 'Patrick Hand SC', Helvetica, Verdana, Geneva, sans-serif;
	text-shadow:0 1px 2px rgba(0,0,0,0.3);
	text-transform:uppercase;
}

.l2-s2,
.l1-s2 {
	color: #fff;
	text-shadow:0 1px 2px rgba(0,0,0,0.3);
	font-size: 16pt;
	font-family: 'Patrick Hand SC', Helvetica, Verdana, Geneva, sans-serif;
}

.l1-s3 .flx-black-button {
	text-transform:uppercase;
	font-family: 'Patrick Hand SC', Helvetica, Verdana, Geneva, sans-serif;
	font-weight:300;
	font-size:14pt;
	color:#fff;
	padding:15px 25px;
	background-color:#190c03;
	opacity:0.9;
	filter: alpha(opacity=90);
}
.l1-s3 .flx-black-button:hover {
	background-color:#004ebc;
}
.flex-slider-wrapper {
	width:980px;
	margin:20px auto 0;
}
.home-portfolio {
	background:#efefef url("../images/background/patterns/6.png");
	padding-bottom:45px;
}
.home-portfolio .flx-button.large {
	text-transform:uppercase;
	font-size:14pt;
	font-weight:300;
	font-family: 'Patrick Hand SC', Helvetica, Verdana, Geneva, sans-serif;
}
.home-portfolio #options {
	margin:0px 0 40px;
}

.home-page #testimonial-slider-1 ul li blockquote {
	border-bottom:none;
}
.home-testimonial h2 {
	color: #474747;
    font-size: 12pt
    font-weight: 300;
}
.home-page .testimonial-author {
	float:left;
}
.home-page .logo-widget .widget-title {
	margin-bottom:20px;
}

/* ========== widget style 2  ================ */
.w-style2 .widget-title {
	background-image: linear-gradient(bottom, rgb(240,240,240) 0%, rgb(250,250,250) 100%);
	background-image: -o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(250,250,250) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(250,250,250) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(250,250,250) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(250,250,250) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(240,240,240)),
		color-stop(1, rgb(250,250,250))
	);
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	position:relative;
	z-index:0;
	border:1px solid #d8d8d8;
	border-bottom:4px solid #999;
	font-size:20px;
	padding:10px 0 10px 10px;
	color:#333;
}
.w-style2 .flx-categories {
	margin-top:0 !important;
}
.w-style2 .flx-categories li {
	border:1px solid #D8D8D8;
	border-top:none !important;
	padding:0 !important;
}
.w-style2 .flx-categories li a {
	padding-left:10px;
	background:#fafafa;
}
.w-style2 .flx-categories li a:hover {
	background:#f2f2f2;
}
/* ========== widget style 3  ================ */			
.w-style3 .widget-title {
	background:#004ebc;
	font-size:20px;
	padding:10px 0 10px 10px;
	color:#FFF;
}
.w-style3 .widget-title a {
	color:#fff;
}
.w-style3 .flx-categories,
.w-style5 .flx-categories {
	margin-top:1px !important;
}
.w-style3 .flx-categories li,
.w-style5 .flx-categories li {
	border:none !important;
	margin-bottom:1px !important;
	padding:0 !important;
}
.w-style3 .flx-categories li a,
.w-style5 .flx-categories li a {
	padding-left:10px;
	background:#fafafa;
}
.w-style3 .flx-categories li a:hover,
.w-style5 .flx-categories li a:hover {
	background:#f2f2f2;
}

/* ========== widget style 4  ================ */		
.w-style4 .widget-title {
	background:#f2f2f2;
	font-size:20px;
	border-left:4px solid #999;
	padding:10px 0 10px 10px;
	color:#333;
}
.w-style4 .widget-title a {
	color:#333;
}
.w-style4 .flx-categories {
	margin-top:1px !important;
}
.w-style4 .flx-categories li {
	border-left:4px solid #999 !important;
	border-bottom:none!important;
	border-top:none!important;	
	margin-bottom:1px !important;
	padding:0 !important;
}
.w-style4 .flx-categories li a {
	padding-left:10px;
	background:#fafafa;
}
.w-style4 .flx-categories li a:hover {
	background:#f2f2f2;
}
/* ========== widget style 5  ================ */			
.w-style5 .widget-title {
	background:#f2f2f2;
	border-bottom:4px solid #004ebc;
	font-size:20px;
	padding:10px 0 10px 10px;
	color:#333;
}
.w-style5 .widget-title a {
	color:#333;
}
/* =========================================================
**************************Typography************************
============================================================ */

.alert-box {
	position: relative;
	margin-bottom: 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index:0;
	padding: 15px 10px 15px 45px;
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 1px solid;
	color: #444;
}
a.button-close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 8px;
	height: 8px;
	background: url("../images/icons/red-close.png") no-repeat;
}
.alert-box p {
	margin-bottom: 0;
	margin-top: 20px;
}
.alert-box > p:first-child {
	margin: 0;
}
.alert-box-info {
	background-color: #cfe6fc;
	background-image: url("../images/icons/blue-alert.png");
	border-color: #a4c8f5;
	color: #2b72a9;
}
.alert-box-info a.button-close {
	background: url("../images/icons/blue2-close.png") no-repeat !important;
}
.alert-box-success {
	background-color: #e7f4d9;
	background-image: url(images/icons/green-alert.png);
	border-color: #a5d570;
	color: #367934;
}
.alert-box-success a.button-close {
	background: url("../images/icons/green-close.png") no-repeat !important;
}
.alert-box-warning {
	background-color: #fff9c4;
	background-image: url("../images/icons/orange-alert.png");
	border-color: #ffd780;
	color: #b0751a;
}
.alert-box-warning a.button-close {
	background: url("../images/icons/yellow-close.png") no-repeat !important;
}
.alert-box-error {
	background-color: #ffe3e3;
	background-image: url("../images/icons/red-alert.png");
	border-color: #fdb6b6;
	color: #ab3e49;
}
/*======================
--------List Style------
========================*/
.boom-list {
	margin: 0;
}
.boom-list li a {
	font-size: 14px;
}
.boom-list li {
	margin-bottom: 10px;
	list-style: none;
}
.boom-list li i {
	color: #004ebc;
}
.boom-list li i.icon-ok {
	color: #6C3;
}
.boom-list li i.icon-circle {
	font-size: 50%;
	vertical-align: 5%;
}
.ordered-list li {
	list-style: inside decimal;
}
/*======================
--------Radio Style------
========================*/
.regular-radio {
	display: none;
}
.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 8px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	z-index:0;
	display: inline-block;
	*display:inline;
	zoom:1;
	position: relative;
	top: 8px;
	margin-right: 5px;
}
.regular-radio:checked + label:after {
	content: ' ';
	width: 10px;
	height: 10px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	z-index:0;
	position: absolute;
	top: 3px;
	background: #7cbe31;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}
.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
	position:relative;
	z-index:0;
}
.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	position:relative;
	z-index:0;
}
/*======================
--------checkbox Style--
========================*/

.regular-checkbox {
	display: none;
}
.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 7px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	z-index:0;
	display: inline-block;
	*display:inline;
	zoom:1;
	position: relative;
	top: 9px;
	margin-right: 5px;
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	-webkit-position:relative;
	z-index:0;
	color: #99a1a7;
}
.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: -3px;
	left: 2px;
	color: #7cbe31;
}
/*======================
--------Tab Style------
========================*/
.tabs {
	position: relative;
	margin: 40px auto;
	width: 750px;
}
.tabs input {
	position: absolute;
	z-index: 1000;
	width: 120px;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2 {
	left: 120px;
}
.tabs input#tab-3 {
	left: 240px;
}
.tabs input#tab-4 {
	left: 360px;
}
.tabs label {
	font-size: 15px;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 20px;
	float: left;
	display: block;
	width: 80px;
	color: #3d3d3d;
	letter-spacing: 1px;
	text-align: center;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	margin-bottom: 0;
	background: #f2f2f2;
}
.tabs label:after {
	content: '';
	background: #FFF;
	position: absolute;
	bottom: -2px;
	left: -1px;
	width: 100%;
	height: 2px;
	display: block;
	border-left: 1px solid #dddddd;
}
.tabs input:hover + label {
	background: #FFF;
}
.tabs label:first-of-type {
	z-index: 4;
	border-left: 1px solid #dddddd;
}
.tab-label-2 {
	z-index: 3;
}
.tab-label-3 {
	z-index: 2;
}
.tab-label-4 {
	z-index: 1;
}
.tabs input:checked + label {
	background: #fff;
	z-index: 6;
	border-top: 2px solid #F00;
}
.clear-shadow {
	clear: both;
}
.tab-content {
	background: #fff;
	position: relative;
	width: 100%;
	height: 370px;
	z-index: 5;
	border: 1px solid #dddddd;
	top: -1px;
}
.tab-content div {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 40px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity linear 0.1s;
	-moz-transition: opacity linear 0.1s;
	-o-transition: opacity linear 0.1s;
	-ms-transition: opacity linear 0.1s;
	transition: opacity linear 0.1s;
}
.tabs input.tab-selector-1:checked ~ .tab-content .content-1, .tabs input.tab-selector-2:checked ~ .tab-content .content-2, .tabs input.tab-selector-3:checked ~ .tab-content .content-3, .tabs input.tab-selector-4:checked ~ .tab-content .content-4 {
	z-index: 100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: opacity ease-out 0.2s 0.1s;
	-moz-transition: opacity ease-out 0.2s 0.1s;
	-o-transition: opacity ease-out 0.2s 0.1s;
	-ms-transition: opacity ease-out 0.2s 0.1s;
	transition: opacity ease-out 0.2s 0.1s;
}
.tab-content div h2, .tab-content div h3 {
	color: #398080;
}
.tab-content div p {
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-align: left;
	margin: 0;
	color: #777;
	padding-left: 15px;
	font-family: Cambria, Georgia, serif;
	border-left: 8px solid rgba(63,148,148, 0.1);
}
/************Accordion**************/
.accordion-title {
	border-left: 5px solid #555555;
	background-color: #f7f7f7;
	margin-bottom: 1px;
}
.accordion-title h5 {
	margin: 0px;
	font-size: 14px;
}
.accordion-title a {
	color: #000;
	display: block;
	padding: 10px 10px 10px 15px;
}
.accordion-title a:hover {
	color: #004ebc;
	text-decoration: none;
}
.accordion-title.active,
.accordion-title.active:hover {
	border-left: 5px solid #0a0a0a;
	background-color: #555;
}
.accordion-title.active a,
.accordion-title.active:hover a {
	color:#FFF !important;
}	
.accordion-title:hover {
	border-left: 5px solid #0a0a0a;
	background-color: #FFFFFF;
}
.accordion-container {
	padding: 10px;
	background-color: #fbf8db;
	margin-left: 30px;
	border-left: 2px solid #b0751a;
	color: #b7732b;
}
.acc-wrapper {
	margin-bottom: 15px;
}
/************Button**************/
.flx-button-box {
	margin-bottom: 40px;
}
.flx-button-box .flx-button {
	margin-right: 55px;
}
.flx-button {
	display: inline-block;
	*display:inline;
	zoom:1;
	padding: 10px;
	font-size: 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position:relative;
	z-index:0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.flx-button.medium {
	font-size:20px;
	padding:15px;
	font-weight:300;
}

.flx-button.large {
	font-size:25px;
	padding:20px;
	font-weight:300;
}
	
.flx-orange-button, .flx-black-button:hover {
	background-color: #004ebc;
	color: #fff;
	box-shadow: 0 1px 0 #d74700;
	-moz-box-shadow: 0 1px 0 #d74700;
	-webkit-box-shadow: 0 1px 0 #d74700;
	position:relative;
	z-index:0;
}
.flx-gray-button {
	background-color: #b5b5b5;
	color: #FFF;
	box-shadow: 0 1px 0 #9a9a9a;
	-moz-box-shadow: 0 1px 0 #9a9a9a;
	-webkit-box-shadow: 0 1px 0 #9a9a9a;
	position:relative;
	z-index:0;
}
.flx-green-button {
	background-color: #31aa3a;
	color: #fff;
	box-shadow: 0 1px 0 #0d7414;
	-moz-box-shadow: 0 1px 0 #0d7414;
	-webkit-box-shadow: 0 1px 0 #0d7414;
	position:relative;
	z-index:0;
}
.flx-red-button {
	background-color: #e6001c;
	color: #fff;
	box-shadow: 0 1px 0 #980013;
	-moz-box-shadow: 0 1px 0 #980013;
	-webkit-box-shadow: 0 1px 0 #980013;
	position:relative;
	z-index:0;
}
.flx-blue-button {
	background-color: #005cae;
	color: #fff;
	box-shadow: 0 1px 0 #002c53;
	-moz-box-shadow: 0 1px 0 #002c53;
	-webkit-box-shadow: 0 1px 0 #002c53;
	position:relative;
	z-index:0;
}
.flx-black-button, .flx-orange-button:hover, .flx-gray-button:hover, .flx-green-button:hover, .flx-red-button:hover, .flx-blue-button:hover {
	background-color: #2c2c2c;
	color: #c7c7c7;
	box-shadow: 0 1px 0 #060606;
	-moz-box-shadow: 0 1px 0 #060606;
	-webkit-box-shadow: 0 1px 0 #060606;
	position:relative;
	z-index:0;
}
/*-------------Toggle Boxes-----------*/
#toggle-view {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	border-top: none;
}
#toggle-view p {
	margin-bottom: 0;
}
#toggle-view li {
	margin: 0;
	border-top: 1px solid #ddd;
	position: relative;
	cursor: pointer;
	list-style: none;
}
#toggle-view li:hover {
	background: #FFF;
}
#toggle-view h3 {
	font-size: 14px;
	margin: 0;
	color: #3d3d3d;
	font-family: 'Open Sans', sans-serif;
	float: left;
	line-height: 40px;
	padding: 0 15px;
	font-weight: normal;
}
#toggle-view h3:hover {
	color: #004ebc;
}
#toggle-view span {
	float: left;
	color: #333;
	font-size: 26px;
	width: 40px;
	height: 40px;
	font-weight: bold;
	text-align: center;
	color: #004ebc;
	line-height: 40px;
	border-right: 1px solid #ddd;
}
#toggle-view .panel {
	margin: 0px 0px 0px 40px;
	display: none;
	padding: 0 15px 0 15px;
	border-left: 1px solid #ddd;
	font-size: 13px;
	color: #4d4d4d;
}
#toggle-view .panel p {
	margin: 5px 0 30px;
}
/*-------------Mobile Menu-----------*/
#mobile-menu-bar {
	width:100%;
	position:relative;
	z-index:99999;
}
.menu-bar-fixed {
	position:fixed !important;
	top:0;
}
.flx-mobile-menu {
	position:relative;
	width:100%;
	display:none;
	background-color:#000;
	z-index:99999;
}
#toggle-view-menu {
	display:none;
	list-style: none;
	margin: 0;
	padding: 0;	
	border-top: none;
	position:absolute;
	top:50px;
	left:0;
	z-index:99999;
	width:100%;
}
#toggle-view-menu > li {
	border-bottom:1px solid #111;
	border-top:1px solid #444;
	margin: 0;
	position: relative;
	cursor: pointer;
	list-style: none;
	background-color:#333;
}
.flx-menu-toggle {
	position:relative;
	cursor:pointer;
	display:inline-block;
	padding:0 20px;
	font: 400 50pt/52pt 'Luckiest Guy', 'Impact', 'Arial Black', sans-serif;
	letter-spacing: 1px;
	color:#fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	text-transform:uppercase;
}
.flx-menu-toggle.active {
	background-color:#004ebc;
}

#toggle-view-menu h3 {
	font-size: 14px;
	margin: 0;	
	font-family: 'Open Sans', sans-serif;
	float: left;
	line-height: 40px;	
	font-weight: normal;
	padding: 0 15px;
}
#toggle-view-menu h3 a {
	color: #fff;
	width:100%;
	display:block;
}
#toggle-view-menu h3 a:hover {
	color: #004ebc;
}
#toggle-view-menu span {
	float: right;
	color: #333;
	font-size: 26px;
	width: 40px;
	height: 40px;
	font-weight: bold;
	text-align: center;
	color: #004ebc;
	line-height: 40px;
	background-color:rgba(0,0,0,0.3);
}
#toggle-view-menu li.active {
	background-color:#004ebc;
}
#toggle-view-menu li.active span,
#toggle-view-menu li.active h3 a {
	color:#fff;
}
#toggle-view-menu .menu-panel {
	margin: 0px;
	display: none;
	padding: 10px 15px 0;
	font-size: 13px;
	color: #fff;
	background-color:#444;
}
#toggle-view-menu .menu-panel ul {
	margin:0;
}
#toggle-view-menu li .menu-panel ul li {
	border:none;
	list-style:disc inside;
	margin: 0 0 10px 0;
}
#toggle-view-menu .menu-panel ul li a {
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
}
#toggle-view-menu .menu-panel ul li a:hover {
	color:#004ebc;
}
#toggle-view-menu .menu-panel ul li ul {
	margin-left:40px;
	margin-top:10px;
}

/*-------------Tabs-----------*/
.list-container-1 {
	border-left: 1px solid #ddd;
}
.list-container-1 ul {
	margin: 0;
}
.list-container-1 ul li {
	list-style: none;
	float: left;
	margin: 0px;
}
.list-container-1 ul li a {
	padding: 10px 15px;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	color: #3d3d3d;
	font-size: 14px;
	display: block;
	background-color: #f2f2f2;
	margin-bottom: -1px;
}
.list-container-1 ul li.active a, .list-container-1 ul li:hover a {
	color: #004ebc;
	border-top: 2px solid #004ebc;
	text-decoration: none;
	background-color: #fff;
	padding: 9px 15px 11px;
}
.tab-container-1 {
	border: 1px solid #ddd;
	padding: 20px 15px;
}
.tab-container-1 p {
	font-size: 12px;
	color: #4d4d4d;
	line-height: 20px;
}
.list-container-2 {
}
.list-container-2 ul,
.list-container-4 ul {
	margin: 0;
}
.list-container-2 ul li,
.list-container-4 ul li {
	list-style: none;
	float: left;
	margin: 0px;
}
.list-container-2 ul li a,
.list-container-4 ul li a {
	padding: 10px 15px;
	color: #3d3d3d;
	font-size: 14px;
	display: block;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position:relative;
	z-index:0;
}
.list-container-4 ul li a {
	border-radius:0;
	border:1px solid #d2d2d2;
	border-right:none;
	border-bottom:3px solid #b0b0b0;
}
.list-container-4 ul li:last-child a {
	border-right:1px solid #d2d2d2;
} 	
.list-container-4 ul li.active a,
.list-container-4 ul li.active a:hover {
	color:#004ebc;
	border-bottom:3px solid #004ebc;
}	
.list-container-2 ul li.active a, 
.list-container-2 ul li.active:hover a {
	color: #fff;
	text-decoration: none;
	background-color: #004ebc;
}
.list-container-2 ul li:hover a,
.list-container-4 ul li:hover a {
	background-color: #f2f2f2;
	text-decoration: none;
	color: #3d3d3d;
}
.tab-container-2,
.tab-container-4 {
	padding: 20px 0px;
}
.tab-container-2 p,
.tab-container-4 p {
	font-size: 12px;
	color: #4d4d4d;
	line-height: 20px;
}
/*-----------------------dropcaps-----------------*/
.flx-dropcap {
	display: inline-block;
	*display:inline;
	zoom:1;
	float: left;
	font-size: 44px;
	font-weight: 600;
	height: 36px;
	line-height: 32px;
	margin: 6px 8px 0 0;
	text-align: center;
	width: 37px;
}
.flx-dropcap.flx-color,
.flx-dropcap.flx-cricle {
	background: none repeat scroll 0 0 #004ebc;
	color: #FFFFFF;
	font-size: 30px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position:relative;
	z-index:0;
}
.flx-dropcap.flx-cricle {
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	font-size:25px;
}
.flx-more-link {
	display: inline-block;
	*display:inline;
	zoom:1;
	color: #fff;
	font-size: 14px;
	background-color: #004ebc;
	padding: 10px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position:relative;
	z-index:0;
	box-shadow: 0 1px 0 #d74700;
	-moz-box-shadow: 0 1px 0 #d74700;
	-webkit-box-shadow: 0 1px 0 #d74700;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.flx-more-link:hover {
	background-color: #404040;
	text-decoration: none;
	box-shadow: 0 1px 0 #000;
	-moz-box-shadow: 0 1px 0 #000;
	-webkit-box-shadow: 0 1px 0 #000;
	color: #fff;
}

/* =========================================================
**************************Footer****************************
============================================================ */
#flx-footer {
	background-color: #141414;
	padding: 10px 0 25px;
}
#copyright {
	color: #fff;
	margin: 0;
	text-align: center;
}
#copyright a {
	color: #004ebc;
	font-weight: bold;
}
.social-links {
	margin: -30px 0 15px 0;
	display: inline-block;
	*display:inline;
	zoom:1;
}
.social-like li {
	float:left;
}
.social-links li {
	list-style: none;
	float: left;
	margin: 0;
	border: 6px solid #141414;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position:relative;
	z-index:0;
	background-color: #262626;
	width:51px;
	height:51px;	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.social-links li a {
	width:100%;
	height:100%;
	display:block;
	opacity:0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.social-links li.flx-twitter-icon a {	
	background:url("../images/icons/twitter-icon.png") no-repeat center center;
}
.social-links li.flx-facebook-icon a {	
	background:url("../images/icons/facebook-icon.png") no-repeat center center;
}
.social-links li.flx-skype-icon a {	
	background:url("../images/icons/skype-icon.png") no-repeat center center;
}
.social-links li.flx-youtube-icon a {	
	background:url("../images/icons/youtube-icon.png") no-repeat center center;
}
.social-links li.flx-twitter-icon:hover {
	background-color:#00b6f3;
}
.social-links li.flx-facebook-icon:hover {
	background-color:#3b5998;
}
.social-links li.flx-skype-icon:hover {
	background-color:#379ddc;
}
.social-links li.flx-youtube-icon:hover {
	background-color:#af2b26;
}
.social-links li:hover a {
	opacity:1;
	filter: alpha(opacity=100);
}

.flickrbox {
	width:100%;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	padding:10px 0;
	margin-bottom:20px;
	text-align:left;
	}
.flickrbox h5 {
	line-height:40px;
	border-right:1px solid #333;
	display:inline;
	padding-right:10px;
	}
.footer-menu {
	list-style:none;
	margin:0;
	display:inline-block;
	*display:inline;
	zoom:1;
}
.footer-menu li {
	list-style:none;
	margin:0 25px 0 0;
	float:left;
}
.footer-menu li:last-child {
	margin-right:0;
}	
.footer-menu li a {
	font-size:13px;
	color:#515151;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
}
.footer-menu li a:hover {
	color:#004ebc;
}
#flx-footer .widget .widget-title {
	font: 400 50pt/52pt 'Luckiest Guy', 'Impact', 'Arial Black', sans-serif;
	letter-spacing: 1px;
	font-weight:700;
	text-transform:uppercase;
}
#flx-footer .widget .contact-info {
	color:#8c8c8c;
	margin:0;
}
#flx-footer .widget .contact-info li {
	color:#8c8c8c;
	margin:0;
}
#flx-footer .widget .contact-info li {
	color:#8c8c8c;
	margin:0;
	list-style:inside disc;
	font-size:10px;
}
#flx-footer .widget .contact-info li strong {
	font-weight:normal;
	width:70px;
	display:inline-block;
	*display:inline;
	zoom:1;
	font-size:14px;
}
#flx-footer .widget .contact-info li span,
#flx-footer .widget .contact-info li a {
	color:#515151;
	font-size:14px;
}
#flx-footer .widget .contact-info li a:hover {
	color:#004ebc;
}
#flx-footer .widget ul,
#flx-footer .widget ul li {
	margin:0 0 5px 0;
	list-style:none;
	color:#515151;
	font-size:14px;
	font-family: 'Source Sans Pro', sans-serif;
}
#flx-footer .widget ul li a {
	color:#515151;
}
#flx-footer .widget ul li a:hover {
	color:#004ebc;
}

#flx-footer .widget .tweet_list li {
	padding-bottom:15px;
	border-bottom:1px dotted #515151;
	margin:0 0 15px 0;
}
#flx-footer .widget .tweet_list li:last-child {
	padding-bottom:0;
	border-bottom:none;
	margin:0;
}
#flx-footer .widget .tweet_list li a {
	color:#b0b0b0;
}
#flx-footer .widget .tweet_list li .tweet_avatar {
	background:url("../images/icons/footer-twitter-icon.png") no-repeat 0 0;
	width:18px;
	height:15px;
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-right:5px;
}
#flx-footer .widget .tweet_list li .tweet_avatar img {
	display:none;
}
#footer-bottom {
	border-top:1px solid #272727;
	padding-top:25px;
	margin-top:80px;
}
#footer-logo {
	text-align:center;
	margin-top:-45px;
	margin-bottom:15px;
}
#footer-logo a {
	display:inline-block;
	*display:inline;
	zoom:1;
	padding:0 5px;
	background-color:#141414;
}
#footer-logo img {
	width:100%;
	height:auto;
	max-width:100px;
}

/* =========================================================
**************************FAQ Page**************************
============================================================ */
/*------------------ Pagination ---------------------*/
.pagination ul > li > a, .pagination ul > li > span {
	padding:10px 15px ;
}
.tab-highlight {
	background: url("../images/background/hight-light-arrow.png") no-repeat scroll left top transparent;
	height: 52px;
	left: 0;
	position: absolute;
	top: 0;
	width: 206px;
	z-index: 100;
}
.flx-boom .tab-highlight {
	top: 35px;
	left: -1px;
}
.list-container-3 {
	width: 195px;
	position: relative;
	z-index: 99;
}
.list-container-3 ul {
	margin: 0;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.list-container-3 ul li {
	list-style: none;
	padding: 10px 15px;
	background-color: #f7f7f7;
	position: relative;
	height: 30px;
	cursor:pointer;
}
.list-container-3 ul li:first-child {
	border-top: 1px solid #d9d9d9;
}
.list-container-3 ul li:last-child {
	border-bottom: 1px solid #d9d9d9;
}
.list-container-3 ul li a {
	color: #414141;
	font: 400 12pt/14pt 'Luckiest Guy', 'Impact', 'Arial Black', sans-serif;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: inline-block;
	*display:inline;
	zoom:1;
	line-height: 28px;
	position: relative;
	z-index: 101;
}
.list-container-3 ul li:hover a, .list-container-3 ul li.active a {
	color: #004ebc;
	text-decoration: none;
}
.list-container-3 ul li a i {
	margin-right: 5px;
	font-size: 16px;
}
/* =========================================================
**************************Table Page************************
============================================================ */
/*** Table 4 column ***/
.table-2col h3, .table-3col h3, .table-4col h3, .table-5col h3 {
	text-align: center;
	font-size: 25px;
	color: #303030;
	margin-bottom: 50px;
}
.pricing-column {
	float: left;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	background-color: #f8f8f8;
	text-align: center;
	margin-top: 35px;
}
.pricing-column-first {
	border-left: 1px solid #e4e4e4;
}
.pricing-title {
	background-color: #dbdbdb;
	border-bottom: 1px solid #cbcbcb;
	padding: 10px 0 12px;
	color: #4d4d4d;
	font: 400 12pt/14pt 'Luckiest Guy', 'Impact', 'Arial Black', sans-serif;
	letter-spacing: 1px;
}
.price {
	border-bottom: 1px solid #eee;
	font-family: 800 20pt/22pt 'Patrick Hand SC', Helvetica, Verdana, Geneva, sans-serif;
	color: #5aa700;
	padding: 5px 0 10px 0;
}
.price span {
	font-family: 800 20pt/22pt 'Patrick Hand SC', Helvetica, Verdana, Geneva, sans-serif;
}
.price sup {
	font-family: 800 20pt/22pt 'Patrick Hand SC', Helvetica, Verdana, Geneva, sans-serif;
}
.features {
	margin: 0;
	padding: 0;
}
.features li {
	list-style: none;
	border-bottom: 1px solid #eee;
	margin: 0;
}
.features li p {
	margin-bottom: 0;
	padding: 15px 0;
	font-size: 14px;
	color: #404040;
}
.pricing-special {
	box-shadow: 0 0 10px rgba(205,205,205,0.4);
	-moz-box-shadow: 0 0 10px rgba(205,205,205,0.4);
	-webkit-box-shadow: 0 0 10px rgba(205,205,205,0.4);
	background-color: #fff;
	position: relative;
	z-index: 0;
}
.pricing-special .pricing-header {
	box-shadow: 0 -3px 10px rgba(205,205,205,0.5);
	-moz-box-shadow: 0 -3px 10px rgba(205,205,205,0.5);
	-webkit-box-shadow: 0 -3px 10px rgba(205,205,205,0.5);
	position: relative;
	z-index: 0;
}
.pricing-special .pricing-footer p {
	border-left: 1px solid #e4e4e4;
	margin-left: -1px;
	margin-bottom: 0;
	height: 50px;
}
.pricing-special .pricing-title {
	font: 400 16pt/18pt 'Luckiest Guy', 'Impact', 'Arial Black', sans-serif;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #ffffff;
	background-color: #004ebc;
	box-shadow: 0 1px 0 #d74700;
	-moz-box-shadow: 0 1px 0 #d74700;
	-webkit-box-shadow: 0 1px 0 #d74700;
	position: relative;
	z-index: 0;
	margin-top: -38px;
	border-bottom: none;
}
.pricing-special .price {
	padding: 6px 0 10px;
}
.pricing-footer {
	padding: 30px 0;
}
.pricing-special .pricing-footer {
	padding: 40px 0 0px;
}
.pricing-footer .btn-inverse {
	padding: 15px 20px;
}
.table-2col, .table-3col, .table-4col {
	margin-bottom: 50px;
}
.table-2col .pricing-column {
	width: 488px;
}
.table-3col .pricing-column {
	width: 325px;
}
.table-4col .pricing-column {
	width: 243px;
}
.table-5col .pricing-column {
	width: 194px;
}
/* =========================================================
**************************Service Page**********************
============================================================ */
.entry-item {
	margin-bottom: 15px;
}
.entry-item .entry-content p {
	color: #404040;
	font-size: 12px;
	line-height: 20px;
}
.entry-item .entry-content .flx-more-link {
	margin-top: 10px;
}
.flx-services {
	margin: 0 -10px;
}
.flx-services li {
	float: left;
	list-style: none;
	margin: 10px;
	width: 230px;
}
.flx-services li article {
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position:relative;
	z-index:0;
	color: #404040;
	font-size: 12px;
	line-height: 20px;
	background-color: #fff;
	padding: 30px 0 20px;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-ms-transition: background .5s ease-in-out;
	-o-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
}
.flx-services li [class^="icon-"], .flx-services li [class*=" icon-"] {
	font-size: 56px;
	max-height: 100px;
	color: #3d3d3d;
}
.flx-services li:hover [class^="icon-"], .flx-services li:hover [class*=" icon-"] {
	color: #004ebc;
	text-shadow: 0px 0px 10px #FFFFFF;
	-webkit-transform: rotate(360deg) scale(1.5);
	-moz-transform: rotate(360deg) scale(1.5); 
	-o-transform: rotate(360deg) scale(1.5); 
	-ms-transform: rotate(360deg) scale(1.5); 
	transform: rotate(360deg) scale(1.5);
}
.flx-services li article:hover {
	background-color: #f3f3f3;
}
.flx-services li article .entry-title {
	font-size: 20px;
	margin-bottom: 5px;
}
.flx-services li article .entry-title a {
	color: #004ebc;
}
/*---------Carousel-----------*/
.logo-widget {
	position: relative;
	margin-bottom: 80px;
	overflow:hidden;
}
.logo-widget .widget-title {
	font-size: 30px;
	font-weight: 300;
	color: #474747;
	margin-bottom: 30px;
}
.list-carousel.responsive {
	width: auto;
	margin: 0 -10px;
}
.logo-widget .list-carousel.responsive {
	margin:0 -20px;
}
.home-page .logo-widget .list-carousel.responsive {
	margin:0 -15px;
}
.list-carousel > ul {
	display: block;
	height: 100%;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.list-carousel ul li {
	display: block;
	float: left;
	margin: 0 10px;
	padding: 0;
}
.caroufredsel_wrapper {
	margin:0 !important;
}
.list-carousel #flx-team-slides > li {
	width: 230px;
}

.list-carousel #flx-slides li,
.list-carousel #flx-slides-2 li {
	background-color: #efefef;
	text-align: center;
	width: 160px;	
}
.list-carousel #flx-slides li {
	margin:0 20px;
}
.list-carousel #flx-slides-2 li {
	margin:0 15px;
}
.list-carousel #flx-slides li a,
.list-carousel #flx-slides-2 li a {
	display: block;
	position: relative;
	width:100%;
}
.list-carousel #flx-slides li img.flx-logo-default,
.list-carousel #flx-slides-2 li img.flx-logo-default {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width:100%;
}
.list-carousel #flx-slides li img.flx-logo-hover,
.list-carousel #flx-slides-2 li img.flx-logo-hover {
	display: block;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
}

.flx-recent-post {
	position:relative;
	margin:-15px 0 50px 0;
	border-bottom:1px dotted #d0d0d0;
	padding-bottom:45px;
	padding-top:75px;
	overflow:hidden;
}
.flx-recent-post .list-carousel .carousel-nav {
	left:50%;
	margin-left:-45px;
	top:0;
}
.flx-recent-post .list-carousel .carousel-next, .flx-recent-post .list-carousel .carousel-prev {
	height: 38px;
	width: 43px;
	border:1px solid #ddd;
}
.flx-recent-post .list-carousel .carousel-next {
	margin-left:-1px;
	border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	position:relative;
	z-index:0;
	background: url("../images/slider/big-carousel-next.png") no-repeat center center;
}
.flx-recent-post .list-carousel .carousel-prev {
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	position:relative;
	z-index:0;
	background: url("../images/slider/big-carousel-prev.png") no-repeat center center;
}
.flx-recent-post .list-carousel .carousel-next:hover {
	background: url("../images/slider/big-carousel-next-hover.png") no-repeat center center;
}
.flx-recent-post .list-carousel .carousel-prev:hover {
	background: url("../images/slider/big-carousel-prev-hover.png") no-repeat center center;
}
.flx-recent-post .list-carousel.responsive,
.flx-related-post .list-carousel.responsive {
	margin:0 -15px;
}
.list-carousel #flx-slides-3 li {
	width:220px;
	margin:0 15px;
}
.list-carousel #flx-slides-3 li .flx-recent-post-thumb {
	display:block;
	padding:6px;
	background-color:#f5f5f5;
	margin-bottom:10px;
	position:relative;
}
.list-carousel #flx-slides-3 li .flx-recent-post-thumb .mask {
    background: url("../images/background/bg-blog-thumb.png") no-repeat scroll center center / 0 0 rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
	margin:0;
}
.list-carousel #flx-slides-3 li .flx-recent-post-thumb:hover .mask {
    background: url("../images/background/bg-blog-thumb.png") no-repeat scroll center center / 48px 48px rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 85.5%;
    left: 5%;
    top: 6.5%;
    width: 89%;
}
.flx-related-post .list-carousel #flx-slides-3 li .flx-recent-post-thumb:hover .mask {
    height: 82%;
    left: 6%;
    top: 8.5%;
    width: 87.5%;
}
.list-carousel #flx-slides-3 li .entry-content a {
	color:#474747;
	font-size:14px;
	display:block;
}
.list-carousel #flx-slides-3 li .entry-content a:hover {
	color:#004ebc;
}
.list-carousel #flx-slides-3 li .entry-content .flx-entry-date {
	font-size:11px;
	color:#8e8e8e;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	margin-bottom:3px;
}
.list-carousel #flx-slides-3 li .entry-content p {
	color:#474747;
}

.list-carousel .carousel-nav {
	position: absolute;
	top: 20px;
}
.logo-widget .list-carousel .carousel-nav {
	top: 10px;
}
.list-carousel .carousel-next, .list-carousel .carousel-prev {
	cursor: pointer;
	display: block;
	float: left;
	height: 21px;
	text-indent: -9999px;
	width: 21px;
	z-index: 10;
	outline: none;
}
.list-carousel .carousel-next {
	background: url("../images/slider/carousel-next.png") no-repeat center center #fff;
}
.list-carousel .carousel-prev {
	background: url("../images/slider/carousel-prev.png") no-repeat center center #fff;
}
.list-carousel .carousel-next:hover {
	background: url("../images/slider/carousel-next-hover.png") no-repeat center center #efefef;
}
.list-carousel .carousel-prev:hover {
	background: url("../images/slider/carousel-prev-hover.png") no-repeat center center #efefef;
}
.carousel-nav-2 {
	height: 56px;
	text-align: center;
	margin: 50px 10px;
	background: url("../images/background/line-1.gif") repeat-x 0 center;
}
.carousel-prev-2 {
	float: left;
	line-height: 62px;
}
.carousel-next-2 {
	float: right;
	line-height: 62px;
}
.carousel-prev-2 i, .carousel-next-2 i {
	background: #f2f2f2;
	padding: 0px 6px 0 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position:relative;
	z-index:0;
}
.carousel-prev-2 i {
	padding: 0px 10px 0 6px;
}
.logo-widget .list-carousel .carousel-nav {
	left:150px;
}
/*---------Page bottom-----------*/
.page-bottom {
	background-color: #141414;
	border-bottom:1px solid #272727;
	padding-bottom:20px;
}
/* =========================================================
**************************About Page************************
============================================================ */
.flx-meet-team {
	position: relative;
}
.flx-team {
	text-align: center;
}
.flx-team .team-avatar {
	display: block;
	width: 100%;
}
.flx-team .team-avatar img {
	display: inline-block;
	*display:inline;
	zoom:1;
}
.about-social-link {
	margin: 20px 0;
	display: inline-block;
	*display:inline;
	zoom:1;
}
.about-social-link li {
	float: left;
	list-style: none;
	padding: 0 5px;
	margin: 0;
}
.about-social-link li a {
	display: block;
}
.about-social-link li.skype-icon {
	background: url("../images/icons/about-skype-icon-hover.png") no-repeat center center !important;
	width: 21px;
	height: 16px;
}
.about-social-link li.facebook-icon {
	background: url("../images/icons/about-facebook-icon-hover.png") no-repeat center center !important;
	width: 21px;
	height: 16px;
}
.about-social-link li.twitter-icon {
	background: url("../images/icons/about-twitter-icon-hover.png") no-repeat center center;
	width: 21px;
	height: 16px;
}
.about-social-link li.flickr-icon {
	background: url("../images/icons/about-flickr-icon-hover.png") no-repeat scroll center center !important;
	width: 21px;
	height: 16px;
}
.about-social-link li.dribbble-icon {
	background: url("../images/icons/about-dribbble-icon-hover.png") no-repeat scroll center center !important;
	width: 21px;
	height: 16px;
}
.about-social-link li.skype-icon a {
	background: url("../images/icons/about-skype-icon.png") no-repeat center center !important;
	width: 21px;
	height: 16px;
}
.about-social-link li.facebook-icon a {
	background: url("../images/icons/about-facebook-icon.png") no-repeat center center !important;
	width: 21px;
	height: 16px;
}
.about-social-link li.twitter-icon a {
	background: url("../images/icons/about-twitter-icon.png") no-repeat center center !important;
	width: 21px;
	height: 16px;
}
.about-social-link li.flickr-icon a {
	background: url("../images/icons/about-flickr-icon.png") no-repeat scroll center center !important;
	width: 21px;
	height: 16px;
}
.about-social-link li.dribbble-icon a {
	background: url("../images/icons/about-dribbble-icon.png") no-repeat scroll center center !important;
	width: 21px;
	height: 16px;
}
.flx-team h5 {
	color: #004ebc;
	font-size: 18px;
	margin: 0;
}
.flx-team h5 a {
	color: #004ebc;
}
.flx-team span {
	color: #8f8f8f;
}
/*---------Skill bar-----------*/
.flx-skill-box {
	background-color: #f6f6f6;
	border-top: 6px solid #F0F0F0;
}
#flx-skill {
	list-style: none;
	margin: 0;
}
#flx-skill li {
	margin-bottom: 30px;
	position:relative;
}
#flx-skill li div {
	height: 17px;
	float: left;
	width: 730px;
	position: relative;
	margin:0 !important;
}
#flx-skill li p.flx-skill-title {
	float: left;
	width: 150px;
	font-size: 16px;
	color: #414141;
	text-shadow: 0 1px 0 #fff;
}
#flx-skill li p.flx-skill-number {
	float: left;
	position:absolute;
	top:0;
	right:0px;
	font-size: 14px;
	color: #414141;
	text-align: right;
}

.flx-boom {
	border: 1px solid #d9d9d9;
	height: 364px;
	margin-bottom: 100px;
}
.flx-boom .list-container-3 {
	float: left;
	background-color: #f7f7f7;
	width: 193px;
	height: 100%;
	border-right: 1px solid #d9d9d9;
}
.flx-boom .list-container-3 ul {
	padding-top: 35px;
	border-left: none;
	border-right: none;
}
.flx-boom .list-container-3 ul li:last-child {
	border-bottom: none;
}
.flx-boom .tab-container-3 {
	float: left;
	width: 784px;	
	position: relative;	
}
.flx-boom .jp-container {
	height: 334px;	
}
.tab-content-3 {
	padding:0 40px;
}
.flx-boom .tab-container-3 h3 {
	margin: 30px 0 15px;
}
.flx-boom .tab-container-3 p {
	font-size: 12px;
	color: #4d4d4d;
	line-height: 20px;
}
.flx-boom .tab-container-3 .boom-list li {
	font-size: 12px;
}
.flx-boom .tab-container-3 .boom-list li i {
	color: #4d4d4d;
	margin-right: 5px;
	font-size: 10px;
}
/* =========================================================
**************************Icons Page************************
============================================================ */
.the-icons {
	list-style-type: none;
	margin: 0;
}
.the-icons li {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position:relative;
	z-index:0;
	cursor: pointer;
	height: 32px;
	line-height: 32px;
	padding-left: 12px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.the-icons li [class^="icon-"], .the-icons li [class*=" icon-"] {
	font-size: 14px;
	width: 32px;
}
.the-icons li:hover {
	background-color: #F4F4F4;
}
.the-icons li:hover [class^="icon-"], .the-icons li:hover [class*=" icon-"] {
}
.the-icons li:hover [class^="icon-"]:before, .the-icons li:hover [class*=" icon-"]:before {
	font-size: 28px;
	vertical-align: -5px;
}
/* =========================================================
**************************Error 404 Page********************
============================================================ */

.error-404 {
	width: 100%;
	height: 100%;
	padding: 20px 0 30px 0;
	text-align: center;
	margin: 50px 0;
}
.error-404 h1 {
	font-size: 30pt;
	font-weight: 800;
}
.error-404 h3 {
	margin-top: 25pt;
	color: #4d4d4d;
	font-weight: 100;
}
.error-404 a {
	font-size: 16px;
	font-weight: 100;
	color: #004ebc;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.error-404 a:hover {
	color: #4d4d4d;
	margin-left: -10px;
}
.error-404 img {
	 margin-top: 20px;
}
		
.error-404 .form-search {
	margin-top: 40px;
}
.error-404 .form-search input.search-query {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 200px;
}
/* =========================================================
**************************Testimonials Page*****************
============================================================ */
.testimonial-page {
	width:100%;
	margin:30px 0;
}
.testimonial-page li {
	width:100%;
	list-style:none;
	padding:0 10px;
	margin-bottom:30px;
	float:left;
}
.testimonial-page li .info {
	width:120px;
}
.testimonial-page li .info .avatar {
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	position:relative;
	z-index:0;
	display:inline-block;
	*display:inline;
	zoom:1;
	border:1px solid #e8e8e8;
	padding:5px;
	background:#FFF;
	-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, .04);    
    box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, .04);
	float:left;
	}
.testimonial-page li .test {
	float:left;
	width:80%;;
	margin-left:10px;
}
.testimonial-page li .test p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
}
.testimonial-page li .test a {
	color:#004ebc;
}
.testimonial-page li .test a:hover {
	color:#303030;
}
.testimonial-page li .test span {
	color:#999;
}
/* =========================================================
**************************Blog Page*************************
============================================================ */
.flx-entry-item {
	margin-bottom:50px;
}
.flx-entry-item .flx-entry-thumb,
.flx-entry-box .flx-entry-thumb {
	position:relative;
	margin-bottom:25px;
}
.flx-entry-item .flx-entry-thumb audio {
	width:100%;
	height:30px;
}
.flx-entry-item .flx-entry-thumb video {
	width:100%;
	height:410px;
}
.flx-entry-item .flx-entry-thumb .mejs-container,
.flx-entry-item .flx-entry-thumb .mejs-poster {
	width:100% !important;
}
.flx-entry-item .flx-entry-thumb .mask {
	border:1px solid rgba(255, 255, 255, 0);
	position:absolute;
	display:block;
	height:100%;
	width:100%;
	top:0;
	left:0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background:url("../images/background/bg-blog-thumb.png") no-repeat rgba(255, 255, 255, 0);
	background-position: center center;
	background-size:0 0;
	}
.flx-entry-item .flx-entry-thumb:hover .mask {
	width:96%;
	height:90%;
	top:5%;
	left:2%;
	border:1px solid rgba(255, 255, 255, .5);
	background:url("../images/background/bg-blog-thumb.png") no-repeat rgba(255, 255, 255, .2);
	background-position: center center;
	background-size:48px 48px;
}
.flx-entry-item .flx-entry-thumb .audio-mask {
	border:1px solid rgba(255, 255, 255, 0);
	position:absolute;
	display:block;
	height:100%;
	width:100%;
	top:0;
	left:0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background:url("../images/background/bg-blog-thumb.png") no-repeat rgba(255, 255, 255, 0);
	background-position: center center;
	background-size:0 0;
	}
.flx-entry-item .flx-entry-thumb:hover .audio-mask {
	width:96%;
	height:90%;
	top:5%;
	left:2%;
	border:1px solid rgba(255, 255, 255, .5);
	background:url("../images/background/bg-blog-thumb.png") no-repeat rgba(255, 255, 255, .2);
	background-position: center center;
	background-size:48px 48px;
}
.inline-content {
	display:none;
}
.pp_inline audio {
	width:100%;
	height:30px;
} 	
.flx-entry-item .flx-entry-thumb .flx-entry-date {
	padding:0px 20px 5px;
	background-color:#004ebc;
	display:inline-block;
	*display:inline;
	zoom:1;
	position:absolute;
	z-index:9;
	top:15px;
	left:0;
	color:#fff;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	 transition: all .2s ease-in-out;
}
.flx-audio-item {
	margin-top:110px;
}
.flx-entry-item.flx-audio-item .flx-entry-thumb .flx-entry-date {
	top:-65px;
}
.flx-entry-item.flx-audio-item .flx-entry-thumb:hover .flx-entry-date {
	top:-55px;
}
.flx-entry-item .flx-entry-thumb:hover .flx-entry-date {
	top:25px;
}
.flx-entry-item .flx-entry-date p {
	float:left;
	margin:0 10px 0 0;
	font-weight:800;
	font-size:50px;	
	line-height:1;
}
.flx-entry-item .flx-entry-date span {
	float:left;
	font-size:15px;
	font-weight:300;
	text-transform:uppercase;
	display:block;
	margin-top:7px;
}
.flx-entry-item .flx-entry-date span strong {
	display:block;
	font-size:20px;
}
.flx-entry-item .flx-entry-content .flx-entry-author {
	float:left;
	margin-right:40px;
	text-align:center;
}
.flx-entry-item .flx-entry-content .flx-entry-author img {
	display:inline-block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:relative;
	z-index:0;
	border:3px solid #e7e7e7;
	padding:3px;
	background-color:#fff;
	margin-bottom:5px;
	width:50px;
	height:50px;
}
.flx-entry-item .flx-entry-content .flx-entry-author a {
	display:block;
	text-align:center;
	color:#4d4d4d;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.flx-entry-item .flx-entry-content .flx-entry-author a:hover {
	color:#004ebc;
}
.flx-entry-item .flx-entry-detail {
	float:left;
	width:579px;
}
.flx-entry-item.bs-2 .flx-entry-detail {
	float:none;
	width:100%;
}
.flx-entry-item .flx-entry-title {
	font: 400 16pt/18pt 'Luckiest Guy', 'Impact', 'Arial Black', sans-serif;
	letter-spacing: 1px;
	margin-bottom:20px;
}
.flx-entry-item .flx-entry-title a:hover {
	color:#303030;
}
.flx-entry-item .flx-entry-meta {
	padding:5px 10px;
	background-color:#f5f5f5;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:relative;
	z-index:0;
	margin-bottom:20px;
}
.flx-entry-item .flx-entry-meta .flx-entry-categories,
.flx-entry-item .flx-entry-meta .flx-entry-author,
.flx-entry-item .flx-entry-meta .flx-entry-date {
	margin-right:40px;
}
.flx-entry-item .flx-entry-meta .flx-entry-categories a,
.flx-entry-item .flx-entry-meta .flx-entry-tags a,
.flx-entry-item .flx-entry-meta .flx-entry-author a {
	font-size:11px;
	color:#414141;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.flx-entry-item .flx-entry-meta .flx-entry-categories a:hover,
.flx-entry-item .flx-entry-meta .flx-entry-tags a:hover,
.flx-entry-item .flx-entry-detail p .flx-read-more:hover {
	color:#004ebc;
}
.flx-entry-item .flx-entry-meta .flx-entry-categories i,
.flx-entry-item .flx-entry-meta .flx-entry-tags i,
.flx-entry-item .flx-entry-meta .flx-entry-author i,
.flx-entry-item .flx-entry-meta .flx-entry-date i {
	margin-right:10px;
}
.flx-entry-item .flx-entry-meta .flx-entry-date {
	font-size:11px;
	color:#414141;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.flx-entry-item.bs-2 .flx-entry-meta .flx-entry-tags,
.flx-entry-item.bs-2 .flx-entry-meta .flx-entry-categories {
	float:right;
}
.flx-entry-item .flx-entry-detail p, 
.flx-entry-item .flx-entry-detail p a {
	font-size:12pt;
	line-height:14pt;
}
.flx-entry-item .flx-entry-detail p a {
	color:#004ebc;
}
.flx-entry-item .flx-entry-detail p a:hover {
	color:#303030;
}	
.flx-gallery {
	display:block;
	width:32px;
	height:55px;
	background-color:#dc4800;
	color:#fff;
	text-align:center;
	position:absolute;
	left:-32px;
	top:20px;
}
.flx-audio-item .flx-gallery {
	top:-60px;
}
.flx-gallery:hover {
	color:#fff;
}
.flx-gallery .icon-2x {
	font-size:1.25em;
	margin-top:20px;
	display:block;
}
.flx-entry-box .flx-gallery {
	top:0;
	left:0;
}
.flx-entry-item.bs-3 .flx-entry-thumb {
	float:left;
	margin-right:20px;
	width:230px;
	height:230px;
}
.flx-entry-item.bs-3 .flx-entry-thumb img {
	width:100%;
	height:100%;
}
.flx-entry-item.bs-3 .flx-entry-thumb iframe {
	width:100% !important;
	height:100% !important;
}
.flx-entry-item.bs-3 .flx-entry-content {
	float:left;
	width:478px;
}
.flx-entry-item.bs-3 .flx-entry-title {
	margin-top:0;
}
.flx-entry-item.bs-3 .flx-entry-meta .flx-entry-categories,
.flx-entry-item.bs-3 .flx-entry-meta .flx-entry-author,
.flx-entry-item.bs-3 .flx-entry-meta .flx-entry-date {
	margin-right:10px;
}
.flx-entry-item.bs-3 .flx-entry-content .flx-entry-author,
.flx-entry-item.bs-2 .flx-entry-meta .flx-entry-categories {
	float:none;
}
.flx-entry-item.bs-3 .flx-entry-content .flx-entry-author a {
	display:inline-block;
	*display:inline;
	zoom:1;
}
.flx-entry-item.bs-3 .flx-entry-thumb video {
	height:100%;
	display:block;
}

.flx-entry-item.bs-4 .flx-entry-thumb img,
.flx-entry-item.bs-4 .flx-entry-thumb iframe,
.flx-entry-item.bs-4 .flexslider .slides img {
	width:100%;
}
.flx-entry-item.bs-4 .flx-entry-thumb img {
	height:100%;
}

/* =========================================================
**************************Right Sidebar*********************
============================================================ */
/*-------------Search Box--------------*/
.search-box {
    position: relative;
	margin-top:15px;
}
.search-box .search-form {
	margin:0;
}
.search-box .input-search-text, .search-box .input-search-submit {
    float: left;
    margin: 0;
    padding: 0;
}
.search-box .input-search-text {
    text-align: right;
    width: 80%;
	margin:0;
}
.search-box .input-search-submit {
    text-align: left;
    width: 20%;
	margin:0;
}
.search-box .search-text {
    border: none;
    color: #414141;
    height: 30px;
    line-height: 30px;
    padding: 5px 2%;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    width: 95%;
	background-color:#e6e6e6;
	box-shadow:none;
	border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	position:relative;
	z-index:0;
	margin:0;
}
.search-box .search-submit {
	border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	position:relative;
    background:url("../images/icons/search-icon.png") no-repeat center center #414141;
    border: none;
    cursor: pointer;
    height: 40px;
    padding: 5px 2%;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    width: 95%;
}
.search-box .search-text:focus,
.search-box .search-text:hover {
    box-shadow:none;
    outline: 0 none;
	z-index: 1;
}
.search-box .search-submit:focus,
.search-box .search-submit:hover {
    border: none;
	background-color:#004ebc;
    outline: 0 none;
	z-index: 1;
}

#right-sidebar .widget,
#left-sidebar .widget {
	margin-bottom:50px;
}
#right-sidebar .widget .widget-title,
#left-sidebar .widget .widget-title {
	font-weight:300 30px/32px;
	margin-bottom:0;
}
#right-sidebar .boom-list li i.icon-circle,
#left-sidebar .boom-list li i.icon-circle {
	vertical-align:2px;
	margin-right:5px;
}
#right-sidebar .widget .flx-categories li,
#left-sidebar .widget .flx-categories li {
	border-bottom:1px solid #d9d9d9;
	margin:0;
}
#right-sidebar .widget .flx-categories li a,
#left-sidebar .widget .flx-categories li a {
	font-size:16px;
	color:#414141;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	display:block;
	line-height:45px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#right-sidebar .widget .flx-categories li a:hover,
#left-sidebar .widget .flx-categories li a:hover {
	color:#004ebc;
}
.widget .flx-categories {
	margin-top:15px;
}

.widget #recentcomments,
.widget_recent_entries ul,
.widget_rss ul {
	margin:15px 0 0 0;
	font-size:12px;	
	border-top:1px solid #d9d9d9;
	padding-top:10px;
}
.widget #recentcomments li,
.widget_recent_entries ul li,
.widget_rss ul li {
	list-style:inside;
	border-bottom:1px solid #d9d9d9;
	padding-bottom:10px;
	margin-bottom:10px;
	color:#004ebc;
}
.widget #recentcomments li a,
.widget_recent_entries ul li a {
	color:#404040;
}
.widget_rss ul li a {
	color:#004ebc;
}
.widget #recentcomments li a:hover,
.widget_recent_entries ul li a:hover {
	color:#004ebc;
}
.widget_rss ul li a:hover {
	color:#404040;
}
.widget_rss ul li .rss-date {
	font-size:11px;
	color:#8e8e8e;
	font-family:Arial, Helvetica, sans-serif;
}
/*-------------Tag--------------*/
.flx-tag,
.tagcloud a {
	display:inline-block;
	*display:inline;
	zoom:1;
	background:#292929;
	background-position:3px 3px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:relative;
	z-index:0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	color:#fff;
	padding:12px 12px;
	line-height:1;
	margin:0 5px 10px 0;
}
.flx-tag:hover,
.tagcloud a:hover {
	color:#fff;
	background-color:#004ebc;
}

.flickr-wrap {
	margin:-10px -25px 0 0;
}
.flickr-wrap ul {
	margin:0;
}
.flickr-wrap .flickr-badge-image {
	margin:25px 23px 0 0;
	list-style:none;
	float:left;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	position:relative;
	z-index:0;
}
.flickr-wrap .flickr-badge-image a {
	display:block;
	width:100%;
}
.flickr-wrap .flickr-badge-image img {
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	position:relative;
	z-index:0;
}

.flx-text-widget {
	font-size:12px;
	color:#404040;
	margin-top:15px;
}
.flx-tag-box,
.tagcloud,
.flickr-feed-1 {
	margin-top:15px;
}

/*-------------Twitter widget--------------*/
#right-sidebar .twitter-widget .tweet_list,
#left-sidebar .twitter-widget .tweet_list {
	margin:15px 0 0 0;
	color:#404040;
	font-size:12px;
	border-top:1px solid #d9d9d9;
	padding-top:10px;
}
#right-sidebar .twitter-widget ul li,
#left-sidebar .twitter-widget ul li {
	list-style:none;
	border-bottom:1px solid #d9d9d9;
	padding-bottom:10px;
	margin-bottom:10px;
}
#right-sidebar .twitter-widget ul li .tweet_text a,
#left-sidebar .twitter-widget ul li .tweet_text a {
	color:#004ebc;
}
#right-sidebar .twitter-widget ul li .tweet_text a:hover,
#left-sidebar .twitter-widget ul li .tweet_text a:hover {
	color:#404040;
}
#right-sidebar .twitter-widget ul li .tweet_avatar,
#left-sidebar .twitter-widget ul li .tweet_avatar {
	margin-right:5px;
}

.w-style2.twitter-widget .tweet_list,
.w-style2 #recentcomments,
.w-style2.widget_recent_entries ul,
.w-style2.widget_rss ul {
    margin-top: 0 !important;
	padding-top:0 !important;
}
.w-style2.twitter-widget .tweet_list li,
.w-style2 #recentcomments li,
.w-style2.widget_recent_entries ul li,
.w-style2.widget_rss ul li {
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	margin-bottom:0 !important;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

.w-style3.twitter-widget .tweet_list,
.w-style3 #recentcomments,
.w-style3.widget_recent_entries ul,
.w-style3.widget_rss ul {
	margin-top:0 !important;
	padding-top:0 !important;
	border-top:none !important;	
}
.w-style3.twitter-widget .tweet_list li,
.w-style3 #recentcomments li,
.w-style3.widget_recent_entries ul li,
.w-style3.widget_rss ul li {
	margin-bottom:1px !important;
	border-bottom:none !important;
	padding:10px !important;
	background-color:#fafafa;
}
.w-style3.twitter-widget .tweet_list li:hover,
.w-style3 #recentcomments li:hover,
.w-style3.widget_recent_entries ul li:hover,
.w-style3.widget_rss ul li:hover {
	background-color:#f2f2f2;
}

.w-style4.twitter-widget .tweet_list,
.w-style4 #recentcomments,
.w-style4.widget_recent_entries ul,
.w-style4.widget_rss ul {
	margin-top:1px !important;
	padding-top:0 !important;
	border-top:none !important;	
}
.w-style4.twitter-widget .tweet_list li,
.w-style4 #recentcomments li,
.w-style4.widget_recent_entries ul li,
.w-style4.widget_rss ul li {
	margin-bottom:1px !important;
	border-bottom:none !important;
	padding:10px !important;
	background-color:#fafafa;
	border-left:4px solid #999;
}
.w-style4.twitter-widget .tweet_list li:hover,
.w-style4 #recentcomments li:hover,
.w-style4.widget_recent_entries ul li:hover,
.w-style4.widget_rss ul li:hover {
	background-color:#f2f2f2;
}

.w-style5.twitter-widget .tweet_list,
.w-style5 #recentcomments,
.w-style5.widget_recent_entries ul,
.w-style5.widget_rss ul {
	margin-top:1px !important;
	padding-top:0 !important;
	border-top:none !important;	
}
.w-style5.twitter-widget .tweet_list li,
.w-style5 #recentcomments li,
.w-style5.widget_recent_entries ul li,
.w-style5.widget_rss ul li {
	margin-bottom:1px !important;
	border-bottom:none !important;
	padding:10px !important;
	background-color:#fafafa;
}
.w-style5.twitter-widget .tweet_list li:hover,
.w-style5 #recentcomments li:hover,
.w-style5.widget_recent_entries ul li:hover,
.w-style5.widget_rss ul li:hover {
	background-color:#f2f2f2;
}

/*--------- Top button ----------*/
#back-top {
	position: fixed;
	bottom: 0;
	right:10px;
	width:50px;
	height:50px;
	display:none;
	z-index:9999;
}
#back-top a {
	display:block;
	height:100%;
	line-height:50px;
	background: #404040 url("../images/background/up-arrow.png") no-repeat center 17px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	border-radius:10%;
	-moz-border-radius:10%;
	-webkit-border-radius:10%;
	position:relative;
	z-index:0;
	font-weight:bold;
	color:#FFF;
	text-indent: 100px;
	overflow:hidden;
	font: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}
#back-top a:hover {
	background-color: #004ebc;
	background-position:center -50px;
	text-indent:0;
}

/*--------- CountDown ----------*/
.under-struction {
	background:#f2f2f2;
	}
#bg-animate {
	width:100%;
	height:340px;
	background:#004ebc url("../images/background/bg-animate.png") scroll;
	position:absolute;
	z-index:1;
	top:0;
}
.flx-boxed #bg-animate {
	width:1010px;
}
.wrapper-700 {
	width:700px;
	margin:0 auto;
	z-index:99;
	position:relative;
	}
.w-logo {
	display:block;
	text-align:center;
	}
.w-logo img {
	margin:30px 0;
	}
.under-title {
	display:block;
	margin-top:100px;
	}
.under-title img {
	margin-right:10px;
	float:left;
	}	
.under-title p {
	color:#FFF;
	font-family: 'Patua One', cursive;
	font-weight:400;
	font-size:50px;
	background:none;
	}
.under-title p span {
	font-family: 'Pacifico', cursive;
	font-size:20px;
	line-height:60px;
	background:none;
	}	
.under-struction .main-content {
	width:96%;
	margin:50px 0 0 0;
	background:#f2f2f2;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:relative;
	z-index:0;
	padding:2%;
	text-align:center;
	}
.under-struction .main-content h5 {
	display:block;
	text-align:center;
	color:#666;
	}
.under-struction .progress-bar {
	width:80%;
	margin:0 auto;
	text-align:center;
	}
.under-struction .progress-bar p {
	margin:16px 0 0 0;
	font-size:16px;
	text-shadow:0 1px 0 rgba(255, 255, 255,.4);
	font-weight:300;
	}	
.socials {
	width:100%;
	margin:60px 0 0 0;
	text-align:center;
	}
.socials a {
	display:inline-block;
	*display:inline;
	zoom:1;
	width:50px;
	height:50px;
	background:rgba(0,0,0,.07);
	line-height:60px;
	text-align:center;
	text-shadow:0 1px 0 #fff;
	opacity:.5;
	}
.socials a:hover {
	opacity:1;
	}
.tophead .socials {
	float:right;
	width:auto;
	margin:0;
}	
.under-struction footer {
	width:95%;
	border-top: 1px solid #CCC;
	clear:both;
	margin:40px auto 0 auto;
	padding:20px 0;
	}
.under-struction footer .left {
	float:left;
	font-size:11px;
	color:#959595;
	width:70%;
	}
.under-struction footer .left a {
	color:#959595;
}
.under-struction footer .left a:hover {
	color:#004ebc;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:relative;
	z-index:0;
}
.under-struction footer .right {
	float:right;
	}
.under-struction footer .right button i {
	color:#666 !important;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	font-size:11px;
}	
.under-struction footer .left img {
	float:left;
	padding:5px 10px 5px  0;
	border-right:1px solid #CCC;
	margin-right:10px;
}

.under-struction input.search-query {
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	position:relative;
	z-index:0;
	color:#999;
	font-size:11px;
}	
/* Countdown */

ul#countdown {
	margin:0;
}
ul#countdown li {
  display: inline-block;
  *display:inline;
  zoom:1;
  background: transparent url("../images/background/timer-piece.png") no-repeat left top;
  width: 89px;
  margin: 0 10px 0 0;
  text-align: center;
}
ul#countdown li:last-child {
	margin-right:0;
}
ul#countdown li span {
  font-size: 3em;
  color: #1f2225;
  height: 100px;
  line-height: 100px;
  position: relative;
  text-shadow:0 1px 0 #FFF;
  font-family:Arial, Helvetica, sans-serif;
}
ul#countdown li span::before {
  content: '';
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(255, 255, 255, .3);
  position: absolute;
  top: 21px;
}
ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
  margin-top: 1em;
  color: #909091;
  text-transform: uppercase;
  font-size: .875em;
  text-shadow:0 1px 0 #FFF;
}
/*===============Progress Bars===================*/

.progress-bar {
	height: 17px;
	margin:30px 0;
	position: relative;
	-moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1), inset 3px 3px 5px 3px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1), inset 5px 5px 5px 5px rgba(0, 0, 0, .05);
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1), inset 3px 3px 5px 3px rgba(0, 0, 0, .05);
	background-color: #ededed;
	border:1px solid #dcdcdc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index:0;
}
.progress-bar > span {
	display: block;
	height: 19px;
	top:-1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgb(43,194,83);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, rgb(43,194,83)),  color-stop(1, rgb(84,240,84))  );
	background-image: -moz-linear-gradient(  center bottom,  rgb(43,194,83) 37%,  rgb(84,240,84) 69%  );
	-webkit-box-shadow: inset 0 2px 9px rgba(255,255,255,0.3),  inset 0 -2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0 2px 9px rgba(255,255,255,0.3),  inset 0 -2px 6px rgba(0,0,0,0.4);
	box-shadow: inset 0 2px 9px rgba(255,255,255,0.3),  inset 0 -2px 6px rgba(0,0,0,0.4);
	position: relative;
	overflow: hidden;
	z-index:0;
}
.progress-bar > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,  color-stop(.25, rgba(255, 255, 255, .2)),  color-stop(.25, transparent), color-stop(.5, transparent),  color-stop(.5, rgba(255, 255, 255, .2)),  color-stop(.75, rgba(255, 255, 255, .2)),  color-stop(.75, transparent), to(transparent)  );
	background-image: -moz-linear-gradient(  -45deg,  rgba(255, 255, 255, .2) 25%,  transparent 25%,  transparent 50%,  rgba(255, 255, 255, .2) 50%,  rgba(255, 255, 255, .2) 75%,  transparent 75%,  transparent  );
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	-moz-animation: move 2s linear infinite;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,.1);
	text-align:right;
}
.animate > span:after {
	display: none;
}
 @-webkit-keyframes move {
 0% {
 background-position: 0 0;
}
 100% {
 background-position: 50px 50px;
}
}
 @-moz-keyframes move {
 0% {
 background-position: 0 0;
}
 100% {
 background-position: 50px 50px;
}
}
.orange > span {
	background-color: #ff5300;
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, rgb(226,28,0)),  color-stop(1, rgb(255,83,0))  );
	background-image: -moz-linear-gradient(  center bottom,  rgb(226,28,0) 37%,  rgb(255,83,0) 69%  );
}
.red > span {
	background-color: #ff0000;
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, rgb(196,0,0)),  color-stop(1, rgb(255,0,0))  );
	background-image: -moz-linear-gradient(  center bottom,  rgb(196,0,0) 37%,  rgb(255,0,0) 69%  );
}
.blue > span {
	background-color: #00c6ff;
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, rgb(0,134,196)),  color-stop(1, rgb(0,198,255))  );
	background-image: -moz-linear-gradient(  center bottom,  rgb(0,134,196) 37%,  rgb(0,198,255) 69%  );
}
.pink > span {
	background-color: #e8005d;
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, rgb(190,0,76)),  color-stop(1, rgb(246,0,99))  );
	background-image: -moz-linear-gradient(  center bottom,  rgb(190,0,76) 37%,  rgb(246,0,99) 69%  );
}

.gray > span {
	background-color: #3f3f3f;
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, rgb(63,63,63)),  color-stop(1, rgb(246,0,99))  );
	background-image: -moz-linear-gradient(  center bottom,  rgb(63,63,63) 37%,  rgb(108,108,108) 69%  );
}

.nostripes > span > span, .nostripes > span:after {
	-webkit-animation: none;
	-moz-animation: none;
	background-image: none;
}

/* =========================================================
*******************Portfolio Detail Page********************
============================================================ */
.pf-detail-box {
	background:#efefef url("../images/background/patterns/18.png");
	padding:70px 0 90px;
	position:relative;
	-moz-box-shadow: inset 0 0 5px 5px rgba( 0,0,0,.2 );
	-webkit-box-shadow: inset 0 0 5px 5px rgba( 0,0,0,.2 );
	box-shadow: inset 0 0 5px 5px rgba( 0,0,0,.2 );
	margin-bottom:10px;
}
.pf-list-style .pf-detail-box {
	margin-bottom:20px;
	padding:40px 0;
}
.pf-detail-img {
	float:left;
	margin-right:30px;
	padding:10px;
	background-color:#fff;
	width:580px;
}
.pf-detail-img audio,
.pf-detail-img video {
	width:580px;
	display:block;
	height:30px;
}
.pf-detail-img video {
	height:240px;
}
.pf-content {
	float:left;
	width:350px;
}
.pf-content h3 {
	font-size:25px;
	font-weight:500;
	margin:0 0 15px 0;
	color:#FFF;
}
.pf-content p {
	color:#FFF;
	font-size:12px;
	line-height:18px;
	margin-bottom:20px;
}
.pf-detail-meta {
	border-top:1px solid #b3b3b3;
	padding-top:20px;
}
.pf-detail-meta p {
	margin-bottom:1px;
}
.pf-meta-label {
	display:inline-block;
	*display:inline;
	zoom:1;
	color:#fff;
	font-size:11px;
	background-color:#004ebc;
	padding:5px 10px;
	width:45px;
	margin-right:1px;
}
.pf-meta-info {
	display:inline-block;
	*display:inline;
	zoom:1;
	background-color:#d6d6d6;
	padding:5px 10px;
	color:#4d4d4d;
	font-size:11px;
}
.pf-meta-info a {
	color:#4d4d4d;
}
.pf-meta-info a:hover {
	color:#004ebc;
}
.pf-detail-nav {
	text-align:center;
	margin-top:30px;
}
.pf-detail-prev,
.pf-detail-next {
	display:block;
	position:absolute;
	bottom:50%;
	margin-bottom:-30px;
	width:50px;
	height:50px;
	border:5px solid #e6e6e6;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	z-index:0;
}
.pf-detail-prev {
	background:url("../images/slider/big-carousel-prev.png") no-repeat center center #fff;
	left:15px;
}
.pf-detail-next {
	background:url("../images/slider/big-carousel-next.png") no-repeat center center #fff;
	right:15px;
}
.pf-detail-prev:hover {
	background:url("../images/slider/big-carousel-prev-hover.png") no-repeat center center #fff;
}
.pf-detail-next:hover {
	background:url("../images/slider/big-carousel-next-hover.png") no-repeat center center #fff;
}
.pf-detail-hide {
	display:block;
	position:absolute;
	bottom:15px;
	left:50%;
	margin-left:-30px;
	width:50px;
	height:50px;
	background:url("../images/slider/pf-detail-hide.png") no-repeat center center #fff;
	border:5px solid #e6e6e6;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	z-index:0;
}
.pf-detail-hide:hover {
	background:url("../images/slider/pf-detail-hide-hover.png") no-repeat center center #fff;
}
.pf-list-style .pf-detail-hide {
	display:none;
}
/* =========================================================
************************Blog Detail Page********************
============================================================ */
.flx-entry-box .flx-entry-content header {
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
	margin-bottom:15px;
}
.flx-entry-box .flx-entry-meta,
.flx-entry-box .flx-entry-date {
	font-style:normal;
}
.flx-entry-box .entry-title {
	margin-bottom:10px;
}
.flx-entry-box .flx-entry-content footer {
	margin-top:20px;
}
.flx-entry-box .flx-entry-content footer .prev-post {
	float:left;
}
.flx-entry-box .flx-entry-content footer .next-post {
	float:right;
}
.flx-entry-box .flx-entry-content footer a {
	color:#004ebc;
	padding:3px 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.flx-entry-box .flx-entry-content footer a:hover {
	background:#004ebc;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:relative;
	z-index:0;
	color:#FFF;
}
/*===============About Author===================*/
.about-author {
	margin-top:20px;
	background-color: #FAFAFA;
    border-top: 3px solid #E2E2E2;
	padding:10px 15px;
}
.about-author img {
	float:left;
	margin-right:15px;
}

.about-author h3 {
	margin:0 0 15px 0;
}
.author-name {
	font-size:16px;
	display:block;
	margin-bottom:10px;
}
.about-author .about-social-link {
	display:block;
	float:right;
	margin:0;
}
/*===============Related Post===================*/
.flx-related-post {
	position:relative;
	overflow:hidden;
}
.flx-related-post .list-carousel .carousel-nav {
	top:5px;
	left:150px;
}
/*===============Comments List===================*/
#comments {
	margin:20px 0px;
}
.comments-list {
	margin:0;
}
.comments-list .comment {
	margin-bottom:25px;
	list-style:none;
}
.comment-wrap img {
	float:left;
	margin-right:20px;
}
.comment-wrap .comment-body {
	margin-left:110px;
	border-left:3px solid #e2e2e2;
	background-color:#fafafa;
	padding:15px 20px;
	position:relative;
	z-index:0;
}
.comment-wrap .comment-body .comment-meta, .comment-wrap .comment-body p {
	margin:0 0px 5px 0;
}
.comment-wrap .comment-body .comment-meta .author {
	display:inline-block;
	*display:inline;
	zoom:1;
	font-size:15px;
	color:#004ebc;
	margin-right:5px;
	font-family: 'Source Sans Pro', sans-serif;
}
.comment-wrap .comment-body .comment-meta .date {
	display:inline-block;
	*display:inline;
	zoom:1;
	font-size:12px;
	color:#777;
}
.comment-wrap .comment-body footer p {
	float:right;
	margin:0;
}
.comment-wrap .comment-body .comment-reply-link, .comment-wrap .comment-body .comment-edit-link {
	display:inline-block;
	*display:inline;
	zoom:1;
	color:#004ebc;
	padding:3px 5px;
	font-size:11px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.comment-wrap .comment-body .comment-reply-link:hover, .comment-wrap .comment-body .comment-edit-link:hover {
	color:#ffffff;
	background:#004ebc;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:relative;
	z-index:0;
}
.comment-wrap .comment-body .comment-reply-link {
	margin-right:15px;
}
.comments-list .children-1 {
	margin-left:110px;
}
.comments-list .children-2 {
	margin-left:220px;
}
.comment-pagination {
    float: right;
}
.comment-pagination a, .comment-pagination span {
    padding-left: 15px;
	font-size:16px;
	font-family: 'Source Sans Pro', sans-serif;
}
.comment-pagination .current {
	color:#004ebc;
}
#comments .pagination {
	margin:0 0 20px 0;
}
.flx-boxed {
	background:#f9f9f9;
}
.flx-boxed .flx-wrapper {
	width:1010px;
	margin:0 auto;
	background:#FFF;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
/* =========================================================
***********************Home style 2 Page********************
============================================================ */
.flx-shadow-1 {
	width:100%;
	height:25px;
	background:url("../images/background/shadow-2.png") no-repeat center 0;
}
.home-style-2 .flx-shadow-1 {
	display:inline-block;
	*display:inline;
	zoom:1;
}
.home-style-2 .flx-boom {
	margin-bottom:40px;
}
.home-style-2 .flx-boom .tab-container-3 {
	width:532px;
}
.home-style-2 .flx-boom .tab-container-3 h3 {
	margin:20px 0 15px;
}
.home-style-2 .home-testimonial h2 {
	font-size:25px;
	color:#004ebc;
}
.home-style-2 .logo-widget .widget-title,
.home-style-3 .logo-widget .widget-title {
	color:#004ebc;
}
.home-style-2 .list-carousel .carousel-nav,
.home-style-3 .list-carousel .carousel-nav {
	left:200px;
}
/*=======CLOUDS ANIMATE========*/
#clouds-animate {
	position:relative;
	top:540px;
}

.clouds-bg1 {
	position: absolute;
	bottom: 0;
	background-repeat: repeat-x;
	background-position: 0 100%;
	width: 100%;
	height: 150px;
	z-index: 999
}
.clouds-bg2 {
	position: absolute;
	bottom: 0;
	background-repeat: repeat-x;
	background-position: 0 100%;
	width: 100%;
	height: 150px;
	z-index: 998;
	opacity:.8
}

/* =========================================================
***********************Home style 3 Page********************
============================================================ */
.home-style-3 .flx-recent-post {
	border-bottom:none;
	padding-bottom:0;
	padding-top:0;
	margin:60px 0 40px;
}
.home-style-3 .flx-recent-post .list-carousel .carousel-nav {
	top:0;
	left:25%;
}
.flx-who img {
	float:left;
	margin-right:10px;
}
.flx-who p {
	line-height:20px;
	font-size:12px;
	color:#3d3d3d;
}

.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:500px !important;
	overflow:hidden;
}
.fullwidthbanner ul,
.fullwidthbanner ul li {
	margin:0;
	list-style:none;
}
.rev-link-button {
	position:relative;
	z-index:9999;
	display:block;
}

/* =========================================================
******************Portfolio style carousel Page*************
============================================================ */
.portfolio-carousel {
	position:relative;
	margin-bottom:80px;
	overflow:hidden;
}
.portfolio-carousel .list-carousel {
	margin:0 -5px;
}
.portfolio-carousel .list-carousel ul li {
	margin:0 5px;
	width:185px;
}
.portfolio-carousel .list-carousel .carousel-nav {
	right:0;
}
#flx-pf-slides li .pf-slide-item {
	width:100%;
	position:relative;
	overflow: hidden;
}
.pf-slide-item .mask {
	position:absolute;
	display:block;
	height:100%;
	width:100%;
	top:0;
	left:0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background:url("../images/background/bg-portfolio-thumb.png") center center no-repeat rgba(0, 0, 0, 0);
	background-size:0 0;
	z-index:9;
}
.pf-slide-item:hover .mask {
	width:96%;
	height:90%;
	top:4.5%;
	left:1.85%;
	background:url("../images/background/bg-portfolio-thumb.png") center center no-repeat rgba(0, 0, 0, .8);
	background-size:31px 25px;
}
.pf-slide-item img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.pf-slide-item .mask h4 {
	opacity:0;
	filter: alpha(opacity=0);
	font-family: 'Source Sans Pro', sans-serif;
	position:absolute;
	color:#fff;
	left:0;
	width:100%;
	text-align:center;
	margin:0;
}
.pf-slide-item:hover .mask h4,
.pf-slide-item:hover .mask .flx-pf-gallery,
.pf-slide-item:hover .mask .flx-pf-detail {
	opacity:1;
	filter: alpha(opacity=100);
}
.pf-slide-item:hover .mask h4 {
	font-size:14px;
	bottom:5px;	
	font-weight:500;
}	
.pf-slide-item .mask .flx-pf-gallery {
	width:31px;
	height:25px;
	opacity:0;
	filter: alpha(opacity=0);
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	margin:-12px 0 0 -15px;
}
.pf-slide-item .mask .flx-pf-detail {
	margin:0;
	padding:0;
	position:static;
	font-family: 'Source Sans Pro', sans-serif;
	color:#fff;
}
.pf-slide-item .mask .flx-pf-detail:hover {
	color:#004ebc;
}
/* =========================================================
************************Contact Page************************
============================================================ */
.flx-gooogle-map {
	width:100%;
	height:500px;
	margin-top: 90px;
	background: url("../images/background/fond_plateforme.jpg") no-repeat center fixed; 
  	-webkit-background-size: cover; /* pour Chrome et Safari */
 	-moz-background-size: cover; /* pour Firefox */
 	-o-background-size: cover; /* pour Opera */
  	background-size: cover; /* version standardisée */
	position:relative;
	z-index:1;
}

.contact-info {
	width:460px;
	position:absolute;
	top:35%;
	left:30%;
	background-color:#004ebc;
	padding:20px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-box-shadow:  0px 0px 20px 0px rgba(0, 0, 0, .4);
	-moz-box-shadow:  0px 0px 20px 0px rgba(0, 0, 0, .4);
    box-shadow:  0px 0px 20px 0px rgba(0, 0, 0, .4);
	color:#FFF;
	font-weight:300;
	z-index:10;
}
.contact-info h3, 
.contact-info a,
.contact-info h4,
.contact-info blockquote {
	color:#FFF;
}
.contact-info > div {
	margin-bottom:60px;
}
.flx-gooogle-map .contact-info h3 {
	display:block;
	border-bottom:1px solid rgba(255, 255, 255,.5);
	text-align:center;
	height:70px;
	margin-bottom:20px;
	}
.flx-gooogle-map .contact-info > i {
	color:rgba(255, 84, 0, .9);
	background:#FFF;
	padding:15px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	font-size:25px;
	position:absolute;
	z-index:1;
	top:25px;
	left:20px;
}	
.flx-gooogle-map .contact-info a {
	color:#FFF;
	font-size:22px;
	line-height:40px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.flx-gooogle-map .contact-info h3 a:hover {
	font-size:25px;
}
.flx-gooogle-map .contact-info h5 {
	color:#FFF;
	font-weight:400;
	margin-bottom:10px;
}
.flx-gooogle-map .contact-info p {
	margin-left:20px;
}
.flx-gooogle-map .contact-info p i {
	margin:0 10px -3px 0;
	font-size:20px;}
.flx-map-form {
	margin:-30px 0 80px 0;
	width:960px;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	padding:20px 10px;
	z-index:999;
	position:relative;
	background:#FFF;
}
#map_canvas {
	width: 100%;
	height: 500px;
	overflow: auto;
	position: relative; 
}	
/*----------Comment Form-----------*/
#contact-form {
	margin-top:40px;
}

#bd-form {
	position:relative;
	width:40%;
	height:auto;
	float:right;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:#404040 solid;
}
#image-formulaire-bd {
	position:relative;
	float:left;
	width:50%;
	height:auto;
	max-width:540px;
}
#bd-form .social-links {
	margin:0px;
}
#comments-form,
.flx-comment-left p,
.flx-comment-right p,
#contact-form,
.flx-contact-left p,
.flx-contact-right p {
	width:100%;
}
.flx-comment-left,
.flx-comment-right,
.flx-contact-left,
.flx-contact-right {
	float:left;
}
.flx-comment-left,
.flx-contact-left {
	width:40%;
	margin-right:5%;
}
.flx-comment-right,
.flx-contact-right {
	width:55%;
}
#comment_name,
#comment_email,
#comment_phone,
#contact_name,
#contact_email,
#contact_phone,
#bd_name,
#bd_email,
#bd_phone {
	background-color:#f3f3f3;
	border:1px solid #f3f3f3;
	box-shadow:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height:34px;
	line-height:34px;
	padding:4px 2%;
	width:95%;
	font-size:18px;
	color:#979797;
	font-family:'Source Sans Pro', sans-serif;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position:relative;
	z-index:0;
}
#comment_message,
#contact_message,
#bd_message {
	background-color:#f3f3f3;
	border:1px solid #f3f3f3;
	box-shadow:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:20px 2% 4px;
	width:95%;
	height:215px;
	font-size:18px;
	color:#979797;
	font-family:'Source Sans Pro', sans-serif;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position:relative;
	z-index:0;
}
#comment_name:focus,
#comment_email:focus,
#comment_phone:focus,
#comment_message:focus,
#contact_name:focus,
#contact_email:focus,
#contact_phone:focus,
#contact_message:focus,
#bd_name:focus,
#bd_email:focus,
#bd_phone:focus,
#bd_message:focus {
	background-color:#f5f5f5;
	border:1px solid #dedede;
}
#comments-form label,
#contact-form label,
#bd-form label {
	margin-bottom:15px;
	color:#3d3d3d;
	font-size:18px;
}
.flx-comment-left p,
.flx-comment-right p,
.flx-contact-left p,
.flx-contact-right p {
	position:relative;
}
p.textarea-block i {
	position:absolute;
	top:45px;
	left:15px;
}
#comments-form label.error,
#contact-form label.error,
#bd-form label.error {
	position:absolute;
	top:45px;
	right:0;
	color:#004ebc;
	font-style:italic;
}
.comment-button,
.form-button {
	position:relative;
	float:right;
	height:auto;
	background-color:#191919;
	box-shadow: 0 1px 0 #060606;
	-moz-box-shadow: 0 1px 0 #060606;
	-webkit-box-shadow: 0 1px 0 #060606;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border:none;
	z-index:0;
}
.form-button:hover {
	background-color:#004ebc;
	box-shadow: 0 1px 0 #D74700;
	-moz-box-shadow: 0 1px 0 #D74700;
	-webkit-box-shadow: 0 1px 0 #D74700;
}
.bd-button span {
	color:#004ebc;
}
.comment-button i,
.form-button i {
	position:absolute;
	color:#fff;
	margin:10px 10px;
	font-size:21pt;
	cursor:pointer;
	z-index:1;
}

#comments-form #submit-comment,
.submit-form {
	color:#fff;
	font: 400 20pt/22pt 'Luckiest Guy', 'Impact', 'Arial Black', sans-serif;	
	position:relative;
	display:inline-block;
	cursor:pointer;
	font-weight:800;
	zoom:1;
	color:#fff;
	width:100%;
	height:auto;
	padding:10px;
	padding-left:50px;
	text-transform:uppercase;
	text-align:right;
	z-index:2;
}

/*----------Slider Background-----------*/
.bg-wrapper {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	display:none;
}
.bg-wrapper img {
	display:block;
	width:100%;
}


#flags
{
margin : 0 auto;
width:28%;
}
#flags li
{
	float:right;
	height:32px;
	width:32px;
	margin:3px;
}
#flags li a img
{
	/* SAFARI TRES VIELLE VERSION < 2.1 */
    -khtml-opacity:0.5;
/* FIREFOX TRES VIELLE VERSION <= 0.9*/
    -moz-opacity : 0.5;
/* IE 8 ET COMPRIS PAR IE 10*/
    -ms-filter: "alpha(opacity=50)";
/* IE > 4 et < 8 ET COMPRIS PAR IE 10*/
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
/* IE 4 */
    filter : alpha(opacity=50);
/* AUTRE */
    opacity : 0.5;
}