      @import url('base.css');
      @import url('extra.css');
      @import url('style_cani.css');
	  @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
	  @import url("https://fonts.googleapis.com/css?family=Dosis:400,500");
	  @import url("https://fonts.googleapis.com/css?family=Raleway");


/*	General Styling
----------------------------------------------------------------------*/
body {
	margin: 0 auto;
	background: #edfede url(../images/sfondo-pagina.jpg) top center no-repeat;
/*	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed; */
	color: #000;
	line-height: 18px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.BodyCKeditor{background: #EBF9BE none;
	color: #000;
	line-height: 18px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;}
.BodyCKeditor .row{width:100% !important;}
::selection{
	color:#fff;
	background:#f9e900;
}
::-moz-selection{
	color:#fff;
/*	background:#f9e900; */
}
img {
	border: none;
	max-width: 100%;
}
a {
	color: #7A7A7A;
	text-decoration: none;
	-webkit-transition: color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out;
	-ms-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}
a:hover {
	color: #f9e900;
	text-decoration: none;
}
a{ outline: none;}


/* =================================================================== */
/* Typography
====================================================================== */

h1, h2, h3, h4, h5, h6 {
	color: #000;
	padding: 0;
	font-family: "Oswald", Helvetica, Arial;
	margin: 0 0 16px 0;
	font-weight: bold;
}
h1 {
	line-height: 1;
	font-size: 28px
}
h2 {
	line-height: 1;
	font-size: 32px
}
h3 {
/*	font-size: 26px; */
	font: 30px/38px "Raleway",Georgia,Times New Roman,Arial,Verdana,Tahoma;
	color:#fff;
	text-shadow: 0px 2px 2px #335413;
}
h4 {
	font-size: 20px
}
h5 {
/*	font-size: 16px;*/
	font: 20px/28px "Raleway",Georgia,Times New Roman,Arial,Verdana,Tahoma;	
	text-shadow: 0px 1px 1px #fff;
}
h6 {
	font-size: 14px
}  
.post-body h2{font: 20px/28px "Raleway",Georgia,Times New Roman,Arial,Verdana,Tahoma;
	color:#000;
	text-shadow: 0px 1px 1px #557d0d; margin-bottom:0px; margin-top:10px;}
  
	  em { font-style: italic; }
	  strong { font-weight: 600; color: #333; }
	  small { font-size: 80%; }
	  
	  
ol {
	padding: 0;
	margin: 0
}
ol li {
	list-style: decimal;
	padding: 0 0 10px 0;
	margin: 0 0 0 20px;
	line-height: 24px
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
cite {
	float: right;
	padding: 0 0 5px 0
}
pre {
	color: #fff;
	white-space: initial;
	border-radius: 3px;
	background: #f9e900;
	border-left: 8px solid #2c3e50;
	padding: 14px 20px;
	white-space: initial;
	margin: 5px 0 20px 0;
	overflow: auto;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
code {
	color: #333;
	background: #f4f4f4;
	border-left: 8px solid #f9e900;
	padding: 14px 20px;
	border-radius: 3px;
	margin: 5px 0 20px 0;
	clear: both;
	display: block;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
iframe {
	max-width: 100%;
}
mark {
	padding: 3px 5px;
}
textarea { 
	white-space:pre; 
}

/*	Grid >> Global
----------------------------------------------------------------------------------------------------*/

/*	Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}

/*	Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.grid_full {
	width:100%;
}
.row {
	margin: 0 auto;
}
.grey20 {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #F6F6F6;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-box-shadow: inset 0px 3px 0px 0px #EBEBEB, inset 0px -3px 0px 0px #EBEBEB;
	-moz-box-shadow: inset 0px 3px 0px 0px #ebebeb, inset 0px -3px 0px 0px #ebebeb;
	box-shadow: inset 0px 3px 0px 0px #EBEBEB, inset 0px -3px 0px 0px #EBEBEB;
	margin:0 !important
}
.boxed {
	margin: 0 auto;
	width: 1140px;
	background: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.blocked {
	margin: 30px auto;
	width: 1140px;
	border-radius: 3px;
}
.wide {
	width: 100%;
	margin: 0 auto;
}
.tt {
	display: block;
	padding: 10px 0;
	border-bottom: 3px solid #ddd;
	text-align: center
}
.lefttt {
	float: right;
}

/*	Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
	  clear: both;
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
}
.clearfix:before,
.clearfix:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}


.wide.landing .second-head {
	width: 100%;
	height:90px;
}
.landing .second-head {
	background: rgba(26, 188, 156, 0.7);
	position: fixed;
	top: 0;
	z-index: 999;
}

/*	Header
----------------------------------------------------------------------------------------------------*/
.first-head {
	background: #2c3e50;
	color: #ccc
}
.first-head .searchform input {
	width: 100%;
	height: 32px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0) url(../images/search_icon.png) 96% no-repeat;
	outline: none;
	border: 0;
	padding: 0 10px;
	color: #ccc;
	border-left: 1px solid #34495e;
	border-right: 1px solid #34495e;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.first-head .searchform input:focus {
	background: #fff url(../images/search_icon.png) 96% no-repeat;
	color: #c1c1c1;
	cursor: text
}
.first-head .sf-menu {
	line-height: 32px
}
.first-head .sf-menu li {
	margin-right: 18px
}
.first-head .sf-menu li a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s
}
.first-head .sf-menu li a:hover, .first-head .sf-menu li.active a {
	color: #f9e900
}

	/* Mega Menu */
.mega {
	position:absolute;
	display:none;
	z-index: 999;
}
	ul.mega  {
		background-color:#F4F4F4;
		border: 1px solid #E0E0E0;
		top: 46px !important;
		padding: 10px 0 10px 0 !important;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	ul.mega:before { top: -8px !important }
	.col1 {width:160px !important}
	.col2 {width:320px !important}
	.col3 {width:480px !important}
	.col4 {width:640px !important}
	.col5 {width:800px !important}
	.col3 > li:hover > ul.cols1, ul.cols2, ul.col3, ul.cols4, ul.cols5 {display:block;}
	.col3 .col1, .col2, .col3, .col4, .col5 {float:left;}
	.mega h4 {
		font-size: 13px;
		color: #888;
		line-height: normal;
		margin: 5px 10px 5px;
		padding-bottom: 12px;
		border-bottom: 1px solid #e0e0e0;
		letter-spacing: 0;
		font-weight: normal;
		text-transform: uppercase;
	}
	.mega h5 {
		font-size: 13px;
		line-height: normal;
		margin: 8px 10px -3px 10px;
		font-weight: normal;
		text-transform: uppercase;
	}
	.mega ol {
		list-style:none;
		margin: 7px 10px;
		padding: 0;
	}
	.mega li a { padding: 3px 0; line-height: 15px }
	.mega p {
		font-size: 12px;
		line-height: 18px;
		margin: 10px 10px;
		padding: 0 0 10px 0 !important;
	}

/*	Superfish
----------------------------------------------------------------------*/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height: 1.0;
	float: left;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			172px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li img.menuicon{
	float:left;
	margin:-1px 5px 0 0
	}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0px;
	z-index:	 999;
	top: 35px;
	padding: 10px 0 0 0;
	-webkit-animation: lr .4s 1;
	-moz-animation: lr .4s 1;
	-ms-animation: lr .4s 1;
	-o-animation: lr .4s 1;
	animation: lr .4s 1;
}
@keyframes lr {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes lr {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes lr {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-ms-keyframes lr {
	0% {
		opacity: 0;
		-ms-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}
@-o-keyframes lr {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
.sf-menu li:hover ul li ul,
.sf-menu li.sfHover ul li ul, 
.sf-menu li:hover ul li ul li ul,
.sf-menu li.sfHover ul li ul li ul  {
	left: 184px;
	z-index: 999;
	top: 0;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			184px; /* match ul width */
	top:			0px;
	padding: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			184px; /* match ul width */
	top:			0;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width: 1px;
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			8px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
a > .sf-sub-indicator { 
	border-bottom: 1px solid #FFF;
	right: auto;
	top: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
li li a .sf-sub-indicator { 
	border-bottom: 0 !important;
}
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	border-bottom: 0;
	border-bottom: 1px solid transparent;
	top: 16px;
}
.first-head li:hover > a {
	color: #f9e900
}

/*	Second head
----------------------------------------------------------------------*/
.second-head {
/*	background: #f9e900; */
	color: #b5b5b5;

}
.second-head .grid_3 {
	width: auto;
}
.second-head .sf-menu {
/*	float: right; */
	margin: 52px 0px 7px 70px;
	-webkit-transition: margin 0.3s;
	-moz-transition: margin 0.3s;
	-ms-transition: margin 0.3s;
	-o-transition: margin 0.3s;
	transition: margin 0.3s;
	min-height:37px;
}
.second-head .sf-menu li {
/*	margin-left: 10px;
	
	background-image:url(../images/puntino.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:5px;*/
	text-align:center;
	padding-left:0px; 
}
.second-head .sf-menu li:first-child {
	margin-left: 0;
	background-image:none;
}
.second-head .sf-menu li a {
	font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #fff;
	text-transform:uppercase;
	padding: 12px 0px 12px 0px;
	display: block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	overflow: hidden;
}
.second-head > ul li a:first-letter { 
	font-size: 16px;
}
.second-head .sf-menu li.active a {
	color:#FFFF70;
/*	color: #2c3e50;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #FAFAFA; */
}
.second-head .sf-menu li.sep {
	display:block;
	padding:0px;
	margin:0px;
	width:30px;
	height:37px;
	background-image:url(../images/puntino.png);
	background-repeat:no-repeat;
	background-position:center;
	
	}
.second-head .sf-menu li.activeEvi{
	background-image:url(../images/sf-evidente.png);
	background-repeat:repeat-x;
	background-position:top left;
	height:37px;
}
.second-head .sf-menu li.activeEvi a {
	color:#FCFF00;
}

.second-head .sf-menu li li.active> a {
	color: #fff;
}
.second-head .sf-menu li:hover a{
	color: #FCFF00;
}
/*
.second-head .sf-menu > li:before {
	content: "";
	color: #2c3e50;
	background: #FAFAFA;
	width: 100%;
	height: 0px;
	left: 0;
	top: 50%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.second-head .sf-menu > li:hover:before {
	height: 100%;
}
*/
.first-head .sf-menu ul:before, .second-head .sf-menu ul:before {
	content: "";
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #F4F4F4 rgba(0, 0, 0, 0);
	height: 0px;
	position: absolute;
	left: 14px;
	top: 2px;
	width: 0px;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.first-head .sf-menu ul ul:before, .second-head .sf-menu ul ul:before {
	content: "";
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #F4F4F4 rgba(0, 0, 0, 0);
	height: 0px;
	position: absolute;
	left: -12px;
	top: 12px;
	width: 0px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}
.first-head .sf-menu > ul, .second-head .sf-menu > ul {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}
.first-head .sf-menu li li, .second-head .sf-menu li li {
	margin: 0;
	background: #F4F4F4;
}
.first-head .sf-menu li li:last-child, .second-head .sf-menu li li:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	-moz-border-bottom-right-radius: 2px;
}
.first-head .sf-menu li li:first-child, .second-head .sf-menu li li:first-child {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-top-left-radius: 2px;
	-moz-border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.first-head .sf-menu li li a {
	font-weight: normal;
	text-transform:uppercase;
	font-size: 11px;
	background: #FAFAFA;
	color: #7A7A7A;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	padding: 8px 10px;
	line-height: 1;
	margin: 0 3px 3px !important;
}
.second-head .sf-menu li li a {
	font-weight: normal;
	text-transform:uppercase;
	font-size: 11px;
	background: #FAFAFA;
	color: #7A7A7A;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	padding: 8px 10px;
	margin: 0 3px 3px !important;
}
.first-head .sf-menu li li:first-child a, .second-head .sf-menu li li:first-child a {
	margin-top: 3px !important;
}
.first-head .sf-menu li li a:hover, .second-head .sf-menu li li a:hover {
	color: #fff;
	background: #2c3e50
}
.second-head .sf-menu li li a i {
	padding-right: 8px;
}
#Logo{
position:absolute;
}
#Logo2{
position:absolute;
display:none;
}
#Telefono{
	color:#fff;
        /*
	position:absolute;
	left:720px; */
        float: right; 
	width:400px;
	font: 32px/38px "Raleway",Georgia,Times New Roman,Arial,Verdana,Tahoma;
	font-weight:bold;
	line-height:40px;
	margin-top:5px;
	text-align:right;
	text-shadow: 0px 2px 2px #335413;
}
#Telefono img{ top:5px;position:absolute; left:40px;
	text-shadow: 0px 2px 2px #335413;}
#SpazioTop{ margin-top:20px;}
.logo {
	margin:0px;
	/*	width: 500px; */
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.social-font a {
	float: left;
	margin: 0 4px 4px 0;
	padding: 6px 6px;
	font-size: 26px;
	color: #414141;
}
.social-font a:hover  {
	color: #f9e900;
	-webkit-animation: tada .8s 1;
	-moz-animation: tada .8s 1;
	-ms-animation: tada .8s 1;
	-o-animation: tada .8s 1;
	animation: tada .8s 1;
}
.social a, .social-big a {
	float: left;
	margin: 0 2px 2px 0;
}
.social a:hover, .social-big a:hover {
	-webkit-animation: tada .8s 1;
	-moz-animation: tada .8s 1;
	-ms-animation: tada .8s 1;
	-o-animation: tada .8s 1;
	animation: tada .8s 1;
}
.head-social {
	float: right;
	margin: 40px 0 40px 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
@-webkit-keyframes tada {
	0% {-webkit-transform: scale(1);}	
	10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
	100% {-webkit-transform: scale(1) rotate(0);}
}
@-moz-keyframes tada {
	0% {-moz-transform: scale(1);}	
	10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
	100% {-moz-transform: scale(1) rotate(0);}
}
@-o-keyframes tada {
	0% {-o-transform: scale(1);}	
	10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
	100% {-o-transform: scale(1) rotate(0);}
}
@keyframes tada {
	0% {transform: scale(1);}	
	10%, 20% {transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
	100% {transform: scale(1) rotate(0);}
}
.sticky {
	position: fixed;
	z-index: 9999;
	top: 0;
	box-shadow: 0 4px 0px rgba(0, 0, 0, 0.1);
	
	
}
.wide .sticky {
	width: 100%;
}
.small .logo {
	margin: 10px 0;
	width: 200px;
}
.small .head-social {
	margin: 12px 0 12px 20px;
}
.small .sf-menu {
	margin: 14px 0;
}

.head-two .logo {
	width: auto !important;
	margin: 20px auto;
	text-align: center;
}
.head-two .sf-menu li {
	float: none !important;
	display: inline-block;
}
.head-two .sf-menu {
	float: none;
	display: inline-block !important;
	width: 100%;
	text-align: center;
	margin: 10px auto 20px;
}
.head-two .sf-menu li li {
	text-align: left !important;
}

/*	Page
----------------------------------------------------------------------*/

div#middleHome {
    width: 940px;
    min-height: 386px;
    background: url('../images/bg_middle.png') no-repeat scroll left top transparent;
    margin: 0px auto;
    text-align: left;
}
#slogan h1{
	color:#fff;
	font: 40px/48px "Raleway",Georgia,Times New Roman,Arial,Verdana,Tahoma;	
	line-height:50px;
	margin-top:70px;
	padding-left:40px;
}
#slogan p{
	color:#F6FF00;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	padding-top:20px;
	padding-left:40px;
}
#BottHome{margin-top:20px;
	padding-left:40px;}
div#galleryHome {
    width: 492px;
    min-height: 357px;
    background: url('../images/bg-featured.png') no-repeat scroll 0% 0% transparent;
    float: right;
    margin-top: 17px;
}

div.slideshow {
    margin: 46px 0px 0px 35px;
    position: relative;
    z-index: 1;
}
div.slideshow img{ max-width:420px !important;}
.page-content {
	padding: 40px 0 0 0;
}
.breadcrumb {
	padding: 60px 0 50px 0;
}
.breadcrumb ul {
	display: inline-block;
}
.breadcrumb ul li {
	color : #f9e900;
	font-size: 16px;
	padding: 0 20px 0;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
	font-family: Open Sans;
	display: inline-block;
	white-space: nowrap;
	position: relative;
}
.breadcrumb ul li:first-child {
	padding: 0 20px 0 0;
}
.breadcrumb li:before {
	content: "";
	position: absolute;
	display: block;
	-webkit-transform: rotate(-46deg);
	-moz-transform: rotate(-46deg);
	-ms-transform: rotate(-46deg);
	-o-transform: rotate(-46deg);
	transform: rotate(-46deg);
	height: 8px;
	width: 8px;
	border: 1px solid #D7D7D7;
	background: #FFF;
	right: -6px;
	top: 4px;
}
.breadcrumb li:last-child:before {
	content: "";
	height: 0;
	width: 0;
	border: 0;
}

/*	Posts
----------------------------------------------------------------------*/
.post {
	margin-bottom: 5px;
}
.post-title-row {
	padding: 40px 0 5px 0;
}
.post-title-row .post-title {
	font-size: 16px;
	margin: 8px 0 10px 20px;
	text-transform: uppercase;
	float: left;
	width: 90%;
}
/* Infinite Scroll loader */
#infscr-loading { 
	text-align: center;
	z-index: 999;
	position: absolute;
	left: 40%;
	bottom: 20px;
	padding: 15px 30px;
	font-size: 16px;
	background: #272727;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-radius: 3px;
	font-family: "Open Sans", tahoma;
	text-transform: uppercase;
}
.pagination a {
	font-size: 14px;
	background: #2C3E50;
	color: #FFF;
	padding: 8px 14px;
	margin: 0 4px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "Open Sans", tahoma;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.pagination a:hover {
	background: #f9e900
}
.pagination a.current {
	background: #fafafa;
	cursor: default;
	color: #ccc;
}
.pagination i {
	margin-right: 8px
}

.meta-date {
	background: url(../images/date.png) no-repeat top left;
	float: left;
	width: 7.4%;
	height: 60px;
}
.meta-date span {
	text-align: center;
	color: #BEBEBE;
	text-transform: uppercase;
	font-family: "Open Sans", Tahoma, Arial;
	display: block;
}
.meta-date span.day {
	font-size: 16px;
	padding: 20px 0 0 0;
}
.meta-date span.month {
	font-size: 12px;
	padding: 0;
}

.meta-more {
	float: left;
	padding-left: 20px;
	font-family: "Open Sans", Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
}
.meta-more i {
	padding-right: 8px;
}
.meta-more span {
	padding-right: 20px;
}


.post .blockquote-post {
	position: relative;
	background: #2C3E50;
	color: #fff;
	padding: 32px 32px 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.blockquote-post span {
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-size: 11px;
	color: #ddd;
}

.blockquote {
	font-family:'Philosopher', serif;
	font-size:16px;
	font-style:italic;
	text-align:center;
	text-shadow:1px 1px 3px transparent;
	color:#557d0d;
	background-color:#E3FA96;
	margin:20px 0;
	overflow:hidden;
	border-left: 5px solid #f9e900;
	line-height: 24px;
}
.blockquote.left {
	width: 48%;
	margin-right: 20px;
	float:left;
}
div.blockquote.right {
	width: 48%;
	margin-left: 20px;
	float:right;
}
.blockquote > div {
	padding:20px;
}

.next-post {
	float: right;
	font-size: 14px;
}
.prev-post {
	float: left;
	font-size: 14px;
}

.author {
	border: 2px solid #EAEAEA;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	display: inline-block;
	width: 100%;
}
.author .fll {
	margin: 0 20px 0 0 !important;
}
.author h3 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	margin: 24px 0 10px 0;
	float: left;
	width: 80%;
}
.author h3 small {
	font-size: 11px;
	color: #BBB;
	text-transform: none;
}
.author p {
	margin: 0;
	float: left;
	width: 77%;
}

ul.showcomments {
	margin: 0;
}
ul.showcomments li {
	margin: 0 0 32px 0;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 32px;
}
ul.showcomments li.child {
	margin: 0 0px 32px 112px;
}
ul.showcomments li.admin-comment h4.entry-title i {
	color: #FFF;
	background: #f9e900;
	padding: 1px 6px;
	margin: 0 0 0 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
ul.showcomments .reply {
	position: relative;
	bottom: -10px;
	left: 0;
	font-size: 10px;
	text-align: center;
	font-style: italic;
}
ul.showcomments .reply a {
	background: #1C1C1C;
	padding: 4px 8px;
	opacity: .7;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ul.showcomments .reply a:hover {
	background: #f9e900;
	opacity: 1;
}
ul.showcomments .thumb {
	float: left;
	margin: 0 30px 0 0;
}
ul.showcomments .thumb img {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
ul.showcomments h4.entry-title {
	margin: 0 0 12px 0;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
}
ul.showcomments h4.entry-title i {
	padding-left: 8px;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	color: #888;
}
ul.showcomments span.date {
	float: right;
	padding: 0;
	font-size: 11px;
	color: #888;
	background: none;
	font-family: Tahoma, Arial;
	font-weight: normal;
	text-transform: none;
}
ul.showcomments .entry-meta {
	font-style: italic;
	font-size: 11px;
	margin: 0 0 6px 0;
}
ul.showcomments .social {
	margin-top: -8px;
	float: right;
}

#contactForm label {
	display: none
}
#contactForm #senderName, 
#contactForm #senderEmail, 
#contactForm #message {
	display: block;
	width: 100%;
	border: 2px solid #EAEAEA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 10px;
	background: #F8F8F8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#contactForm #senderName:focus, 
#contactForm #senderEmail:focus, 
#contactForm #message:focus {
	border: 2px solid #f9e900
}
.fieldtrue {
	border: 2px solid #f9e900 !important
}
.fielderror {
	border-color: #F00 !important;
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-ms-animation-delay: .5s;
	-o-animation-delay: .5s;
	-webkit-animation-name: ButtonShake;
	-moz-animation-name: ButtonShake;
	-ms-animation-name: ButtonShake;
	-o-animation-name: ButtonShake;
	-webkit-animation-iteration-count: 5;
	-moz-animation-iteration-count: 5;
	-webkit-animation-duration: 5s;
	-moz-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-o-animation-duration: 5s;
}
#sendMessage {
	background: #2C3E50;
	color: #FFF;
	margin: 20px 0 0 0;
	padding: 10px 20px;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "Open Sans", tahoma;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#sendMessage:hover, .load-color  {
	background: #f9e900 !important
}
.error {
	color: red
}
#commentform textarea, #contactForm textarea {
	width: 98%;
}
#comment-button {
	background: #2C3E50;
	color: #FFF;
	margin: 20px 0 0 0;
	padding: 10px 20px;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "Open Sans", tahoma;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#comment-button:hover {
	background: #f9e900
}
#map {
	width: 100%;
	height: 240px;
}
#map img {
	width: auto !important;
	max-width: none !important;
}

/* 	Filters
----------------------------------------------------------------------------------------------------*/
.filterable {
	float: right;
}
.filterable span {
	padding-right: 16px;
	display: inline-block;
}
.filterable ul.filter {
	padding: 0 0 0 16px;
	display: inline-block;
}
.filterable ul.filter li {
	display: inline-block;
	color: #272727;
	margin: 0;
}
.filterable li a {
	padding: 4px 8px;
	font-size: 12px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.filterable li.current a, .filterable li a:hover  {
	background: #f9e900;
	padding: 4px 8px;
	color: #FFF;
	border-radius: 3px;
}
.filterable ul.filter li:last-child {
	padding-right: 0;
	margin-right: 0;
}

/*	Sidebar
----------------------------------------------------------------------*/
.widget {
	margin: 0 0 70px 0;
}
.widget-title img {
	float: left;
}
.widget-title h4 {
	float: left;
	font-size: 16px;
	font-family: "Open Sans", tahoma;
	text-transform: uppercase;
	margin: 8px 0 0 0;
}
.widget-title h4 small {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #BBB;
}
.widget-content {
	float: none;
	display: block;
}

.meta-links li a {
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}
.meta-links li.current a {
	color: #f9e900;
}
.buttonanim {
	-webkit-animation-delay: 5s;
	   -moz-animation-delay: 5s;
	    -ms-animation-delay: 5s;
	     -o-animation-delay: 5s;
	-webkit-animation-name: ButtonShake;
	   -moz-animation-name: ButtonShake;
	    -ms-animation-name: ButtonShake;
	     -o-animation-name: ButtonShake;
	-webkit-animation-iteration-count: 5;
	   -moz-animation-iteration-count: 5;               
	-webkit-animation-duration: 5s;
	   -moz-animation-duration: 5s;
	    -ms-animation-duration: 5s;
	     -o-animation-duration: 5s;        
}
@-webkit-keyframes ButtonShake {
	2%, 6%     {-webkit-transform: translateX(3px); }
	4%, 8%     {-webkit-transform: translateX(-3px); }
	10%, 100%  {-webkit-transform: translateX(0px); }
}
@-moz-keyframes ButtonShake {
	0%, 100%  {-moz-transform: translateX(0); }
	2%, 6%     {-moz-transform: translateX(3px); }
	4%, 8%     {-moz-transform: translateX(-3px);  }
	10%, 100%  {-moz-transform: translateX(0px); }
}
@-o-keyframes ButtonShake {
	2%, 6%     {-o-transform: translateX(3px);	 }
	4%, 8%     {-o-transform: translateX(-3px); }
	10%, 100%  {-o-transform: translateX(0px); }
}
@keyframes ButtonShake {
	2%, 6%     {transform: translateX(3px); }
	4%, 8%     {transform: translateX(-3px); }
	10%, 100%  {transform: translateX(0px);}
}
#inputer {
	display: block;
	width: 100%;
	border: 2px solid #EAEAEA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 10px;
	background: #F8F8F8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#inputer:focus {
	border: 2px solid #f9e900
}
#subscriptionform #subscribe-button {
	background: #2C3E50;
	color: #FFF;
	width: 100%;
	margin: 8px 0 0 0;
	padding: 10px 0;
	text-align: center;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "Open Sans", tahoma;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#subscriptionform #subscribe-button:hover {
	background: #f9e900
}
#subscriptionform #subscribe-button:focus {
	background: #354B61
}

/*	Stunning Box
----------------------------------------------------------------------*/
.stunning-box {
	background: #2c3e50;
	text-align: center;
	color: #fff;
	padding: 40px;
	border-radius: 2px;
	font-size: 16px;
	font-family: "Open Sans", tahoma;
	text-transform: uppercase;
}
.stunning-box span {
	margin-right: 30px;
	vertical-align: top;
	padding-top: 20px;
	display: inline-block;
}
.stunning-box2 {
	background: #2c3e50;
	color: #fff;
	padding: 40px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 16px;
	font-family: "Open Sans", tahoma;
	text-transform: uppercase;
}
.stunning-box2 span {margin-right: 30px;}
.stunning-box2 a.btn {float: right;}
.stunning-box2 h3 {color: #fff;line-height: 30px;margin: 0 0 10px 0;}
.stunning-box2 .stuntext {float: left;}

.stunning-box3 {
	border: 3px solid #EAEAEA;
	color: #8D8D8D;
	padding: 40px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 16px;
	font-family: "Open Sans", tahoma;
	text-transform: uppercase;
}
.stunning-box3 span {margin-right: 30px;}
.stunning-box3 a.btn {float: right;}
.stunning-box3 h3 {color: #7A7A7A;line-height: 30px;margin: 0 0 10px 0;}
.stunning-box3 .stuntext {float: left;}

.stunning-box4 {
	border: 3px solid #EAEAEA;
	color: #8D8D8D;
	text-align: center;
	padding: 40px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 16px;
	font-family: "Open Sans", tahoma;
	text-transform: uppercase;
}
.stunning-box4 a.btn {margin: 20px auto 0;}
.stunning-box4 h3 {color: #7A7A7A;line-height: 30px;margin: 0 0 10px 0;}
.stunning-box4 .stuntext {text-align: center;}

.grid_9 .grid_6 .stunning-box a.btn,
.grid_9 .grid_6 .stunning-box2 a.btn,
.grid_9 .grid_6 .stunning-box3 a.btn,
.grid_9 .grid_6 .stunning-box4 a.btn,
.grid_4 .stunning-box a.btn,
.grid_4 .stunning-box2 a.btn,
.grid_4 .stunning-box3 a.btn,
.grid_4 .stunning-box4 a.btn
.grid_3 .stunning-box a.btn,
.grid_3 .stunning-box2 a.btn,
.grid_3 .stunning-box3 a.btn,
.grid_3 .stunning-box4 a.btn {
	margin: 20px 0 0 0;
}
.grid_9 .grid_4 .stunning-box a.btn,
.grid_9 .grid_4 .stunning-box2 a.btn,
.grid_9 .grid_4 .stunning-box3 a.btn,
.grid_9 .grid_4 .stunning-box4 a.btn {
	margin: 20px 0 0 0;
}
h3.p-title {
	font-size: 16px;
	margin: 0 16px 30px 0;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
}
.landing h3.p-title {
	font-size: 18px;
	margin: 0 16px 30px;
}
.landingtitle {
	text-align: center;
	padding: 160px 0 30px;
}
h3.p-title span {
	color: #f9e900
}
.p-title a:hover{ color:#557d0d}
.proline {
	width: 16%;
	height: 1px;
	border-bottom: 1px solid #D7D7D7;
	margin-bottom: 5px;
	position: relative;
	display: inline-block;
}
.sqi {
	position: absolute;
	display: block;
	-webkit-transform: rotate(-46deg);
	-moz-transform: rotate(-46deg);
	-ms-transform: rotate(-46deg);
	-o-transform: rotate(-46deg);
	transform: rotate(-46deg);
	height: 8px;
	width: 8px;
	border: 1px solid #d7d7d7;
	background: #fff;
	left: 0;
	margin-top: -4px;
}
.sqii {
	position: absolute;
	display: block;
	-webkit-transform: rotate(-46deg);
	-moz-transform: rotate(-46deg);
	-ms-transform: rotate(-46deg);
	-o-transform: rotate(-46deg);
	transform: rotate(-46deg);
	height: 9px;
	width: 9px;
	border: 1px solid #ddd;
	background: #fff;
	right: 0;
	margin-top: -4px;
}

/*	Notification Boxes
----------------------------------------------------------------------*/
.notification-box {
	position: relative;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	padding: 20px 20px;
	color:#fff;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Open Sans;
}
.notif-anim {
	-webkit-animation: lightSpeedInLeft 1.3s 1;
	-moz-animation: lightSpeedInLeft 1.3s 1;
	-ms-animation: lightSpeedInLeft 1.3s 1;
	-o-animation: lightSpeedInLeft 1.3s 1;
	animation: lightSpeedInLeft 1.3s 1;
}
a.notification-close {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #FFF;
	font-size: 12px;
}
.notification-box p {
	margin: 0;	
}
.notification-box p i {
	padding-right: 10px;
	border-right: 1px solid;
	margin-right: 10px;
}
.notification-box-info {
	background-color: #65cad3;
}
.notification-box-success {
	background-color: #f9e900;
}
.notification-box-warning {
	background-color: #eed880;
}
.notification-box-error {
	background-color: #e06f6f;
}

/* 	Table
----------------------------------------------------------------------*/
.inner{
	overflow: hidden;
	padding: 40px 40px 30px;
	width:70%;
	margin:0 auto;
}
table{
	border-collapse:collapse;
	padding:0px;margin:0;
}
.pricing_table {
	padding: 0 0 40px;
}
.white_table table {
	width: 100%;
	background: #eeeeee;
}
.w_table_l_grey{
	background-color:#e1e1e1
}
.w_table_d_grey{
	background-color:#eeeeee
}
.white_table table th {
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-top: 1px solid #D5D5D5;
	color: #2F2F2F;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 32px 0;
}
.white_table table th span {
	color: #FD7F67;
	font-size: 14px;
}
	
.white_table table tr {
	height: 30px;
	text-align: center;
}
.white_table table .grey {
	background-color:#e9e9e9;
}
.white_table table tr td {
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	font-weight: bold;
	padding: 8px 0;
}
.white_table table .btn td {
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
}
.white_table table tr .border_blue {
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	background: #ededed;
}
.white_table table tr th.border_blue {
	border-left: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}
.white_table table tr .border_blue_bottom {
	border-bottom: 1px solid #d7d7d7;
}
.white_table table tfoot td.border_blue{
	border-bottom: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}
.white_table .pricing_btn {
	border-bottom: 1px solid #D5D5D5;
	text-align:center;
}
.pricing_btn .the_button{
	float: none;
	margin: 16px 0;
}
.white_table .pricing_btn .pricing_btn_orbed {
	clear: both;
	display: block;
	float: left;
	height: 44px;
	margin: 0 0 0 52px;
	padding-left: 13px;
}
.white_table .pricing_btn .pricing_btn_orbed span {
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 24px;
	height: 44px;
	line-height: 45px;
	min-width: 100px;
	padding: 0 10px 0 0
}
.black_table {margin: 0px 0px 20px 0px;}
.black_table .the_button{
	border:#1b1b1b solid 1px !important;
}
.black_table table {
	width: 100%;
	background-color: #484848;
}	
.d_table_l_grey{
	background-color:#303030
}
.d_table_d_grey{
	background-color:#3a3a3a
}
.black_table table th {
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 32px 0;
}
.black_table table th span {
	color: #a9a9a9;
	font-size: 14px;
}
.black_table table tr {
	height: 30px;
	text-align: center;
}
.black_table table .grey {
	background-color:#3a3a3a;
}
.black_table table tr td {
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px 0;
}
.pricing {
	overflow:hidden;
	display: block; 
	position: static; 
	visibility: visible;	
}
.pricing-table {
	color:#222;
	margin-bottom:30px;
}
.pricing-table .price-content {
	border:solid #ecedf3;
	border-width:0 1px 1px;
	padding: 30px;
	text-align:center;
	background-color:#fff;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}
.pricing-table .head {
	color:#fff;
	padding:15px 30px 15px;
}
.pricing-table .head h4 {
	color:#fff;
	font: bold 14px/20px 'Open Sans', Arial, Sans-serif;
	text-transform: uppercase;
	text-align:center;
	padding-bottom:13px;
}
.pricing-table .head h1 {
	color:#fff;
	margin: 0 0 8px 0;
	text-transform: uppercase;
	font: bold 50px/40px 'Open Sans', Arial, Sans-serif;
	position:relative;
	text-align:center;
}
.pricing-table .head h1 span {
	color:#fff;
	margin-bottom:5px;
	text-transform: uppercase;
	font: normal 20px/40px 'Open Sans', Arial, Sans-serif;
	position:absolute;
	top:-10px;
	left:48px;
	padding:0;
}
.pricing-table .head span{
	text-align:center;
	font: normal 14px/18px 'Open Sans', Arial, Sans-serif;
	display:block;
}
.package-content {
	margin-bottom:24px;
}
.package-content li {
	padding:9px 0 9px;
	border-bottom:1px solid #ecedf3;
	text-align:center;
}
.package-content li:first-child {
	
	padding-top:0;
}
.package-content li:last-child {
	border-bottom:none;
}
.reds{background-color:#ef4e39; color:#fff;}
.black{background-color:#3A3A3A; color:#fff;}
.yellow{background-color:#fecd3c; color:#6b5002;}
.blue{background-color:#00abfa; color:#fff;}
.charcoal{background-color:#313131;}
.red{background-color:#ef4e39;}
.grey{background-color:#ddd;}
.blacks{background-color:#000;}
.blues{background-color:#00abfa;}
.themecolor{background-color:#FD7F67;}
.whites{background-color:#eaeaea;}

.table {
	background:transparent !important;
	font-size:13px;
	text-align:center;
	border-collapse:collapse;
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.table th {
	font-size:14px;
	font-weight:normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
	padding:16px 12px;
	color:#ffffff;
	background-color:#2C3E50;
	text-shadow:none;
}
.table td { 
	padding:14px 7px 14px 7px;
	text-align: center;
}
.table tr {
	border-bottom:1px solid #fff;
	background-color:#f8f8f8;
	-moz-transition:all .2s;
	-webkit-transition:all .2s;
	-o-transition:all .2s;
}
.table tr:hover, tr.topic-sticky {
	background:#ddd;
	transition:all .2s;
}
.table tfoot td {
	padding:10px 16px;
	text-align: left;
	background:#2C3E50;
	color:#ffffff;
	font-size:11px;
	text-shadow:none;
}
.table tfoot tr:hover {
	background:#63b1be;
}

.tt-table {
	margin: 0 auto;
	text-align: center;
}
.head-t {
	padding: 16px 26px 0;
	border-bottom: 1px solid #5C6575;
}
.head-t img {
	display: inline-block;
}
.head-t h3 {
	color: #FFF;
	text-align: left;
	line-height: 46px;
	text-transform: uppercase;
	font-family: Open Sans;
	padding: 0 17px;
	font-size: 22px;
	font-weight: normal;
	display: inline-block;
}
.pricingtable {
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #2C3E50;
	color: #CCC;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.pricingtable ul {
	width: 164px;
	line-height: 30px;
	margin: 20px auto;
}
.pricingtable ul i {
	margin-right: 6px;
}
.pricingtable h1 {
	color: #FFF;
	text-align: center;
	font-size: 88px;
	margin: 0;
	line-height: 100%;
	text-transform: uppercase;
	font-family: Open Sans;
}
.pricingtable h1 sup {
	font-size: 45px;
}
.pricingtable p {
	text-align: center;
	font: 400 16px/1 Tahoma, Verdana, sans-serif;
	color: #EEE;
	text-transform: uppercase;
	font-family: Open Sans;
}
.pricingtable a {
	display: block;
	width: 114px;
	margin: 0 auto;
}
.pricingtable a.btn {
	margin: 0 auto 32px;
}
.tt-featured, .pricingtable:hover {
	z-index: 10;
	-webkit-transform: scale(1, 1.1);
	-moz-transform: scale(1, 1.1);
	-o-transform: scale(1, 1.1);
	-ms-transform: scale(1, 1.1);
	transform: scale(1, 1.1);
}

/*	Buttons
----------------------------------------------------------------------*/
.btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
	font-family: "Open Sans", tahoma;
	text-transform: uppercase;
	padding: 20px 40px;
	display: inline-block !important;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.mediumtt {
	font-size: 16px;
	padding: 15px 30px;
}
.smalltt {
	font-size: 14px;
	padding: 10px 20px;
}
.minitt {
	font-size: 12px;
	padding: 8px 16px;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-1 {
	background: #363636;
	color: #fff;
}
.btn-1:hover {
	background: #C0C624;
	color: #fff;
}
.btn-1:active {
	background: #354B61;
	color: #fff;
	top: 2px;
}

.btn-1e {
	overflow: hidden;
}
.btn-1e:before {
	left: auto;
	right: 10px;
	z-index: 2;
}
.btn-1e:after {
	width: 20%;
	height: 200%;
	background: rgba(255,255,255,0.2);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
.btn-1e:hover:after {
	width: 60%;
}

/* Button 1a */
.btn-1a:hover,
.btn-1a:active {
	color: #0e83cd;
	background: #fff;
}

/* Button 1b */
.btn-1b:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #fff;
}

.btn-1b:hover,
.btn-1b:active {
	color: #0e83cd;
}

.btn-1b:hover:after,
.btn-1b:active:after {
	height: 100%;
}

/* Button 1c */
.btn-1c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
}

.btn-1c:hover,
.btn-1c:active {
	color: #0e83cd;
}

.btn-1c:hover:after,
.btn-1c:active:after {
	width: 100%;
}

/* Button 1d */
.btn-1d {
	overflow: hidden;
}

.btn-1d:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.btn-1d:hover,
.btn-1d:active {
	color: #0e83cd;
}

.btn-1d:hover:after {
	width: 90%;
	opacity: 1;
}

.btn-1d:active:after {
	width: 101%;
	opacity: 1;
}

/* Button 2 */
.btn-2 {
	background: #cb4e4e;
	color: #fff;
	box-shadow: 0 6px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

/* Button 2a */
.btn-2a {
	border-radius: 0 0 5px 5px;
}

.btn-2a:hover {
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
}

.btn-2a:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2b */
.btn-2b {
	border-radius: 0 0 5px 5px;
}

.btn-2b:hover {
	box-shadow: 0 8px #ab3c3c;
	top: -2px;
}

.btn-2b:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2c */
.btn-2c {
	border-radius: 5px;
}

.btn-2c:hover {
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
	color: #fff;
}

.btn-2c:active {
	box-shadow: 0 0 #ab3c3c;
	background: #2C3E50;
	top: 6px;
	color: #fff;
}

/* Button 2d */
.btn-2d {
	border-radius: 5px;
}

.btn-2d:hover {
	box-shadow: 0 8px #ab3c3c;
	top: -2px;
}

.btn-2d:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2e */
.btn-2e {
	border-radius: 5px;
	box-shadow: -6px 0 #ab3c3c;
}

.btn-2e:hover {
	box-shadow: -4px 0 #ab3c3c;
	left: -2px;
}

.btn-2e:active {
	box-shadow: 0 0 #ab3c3c;
	left: -6px;
}

/* Button 2f */
.btn-2f {
	border-radius: 5px;
	box-shadow: 6px 0 #ab3c3c;
}

.btn-2f:hover {
	box-shadow: 4px 0 #ab3c3c;
	left: 2px;
}

.btn-2f:active {
	box-shadow: 0 0 #ab3c3c;
	left: 6px;
}

/* Button 2g */
.btn-2g {
	border-radius: 40px;
}

.btn-2g:hover {
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
}

.btn-2g:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2h */
.btn-2h {
	border-radius: 20px;
}

.btn-2h:hover {
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
}

.btn-2h:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2i */
.btn-2i {
	border-radius: 50%;
	width: 90px;
	height: 90px;
	padding: 0;
}

.btn-2i:hover {
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
}

.btn-2i:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2j */
.btn-2j {
	border-radius: 50%;
	width: 90px;
	height: 90px;
	padding: 0;
}

.btn-2j:hover {
	box-shadow: 0 8px #ab3c3c;
	top: -2px;
}

.btn-2j:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 3 */
.btn-3 {
	background: #fcad26;
	color: #fff;
}

.btn-3:hover {
	background: #f29e0d;
}

.btn-3:active {
	background: #f58500;
	top: 2px;
}

.btn-3:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 140%;
	width: 60px;
}

/* Button 3a */
.btn-3a {
	padding: 25px 60px 25px 120px;
}

.btn-3a:before {
	background: rgba(0,0,0,0.05);
}

/* Button 3b */
.btn-3b {
	padding: 25px 60px 25px 120px;
	border-radius: 10px;
}

.btn-3b:before {
	border-right: 2px solid rgba(255,255,255,0.5);
}

/* Button 3c */
.btn-3c {
	padding: 80px 20px 20px 20px;
	border-radius: 10px;
	box-shadow: 0 3px #da9622;
}

.btn-3c:active {
	box-shadow: 0 3px #dc7801;
}

.btn-3c:before {
	height: 60px;
	width: 100%;
	line-height: 60px;
	background: #fff;
	color: #f29e0d;
	border-radius: 10px 10px 0 0;
}

.btn-3c:active:before {
	color: #f58500;
}

/* Button 3d */
.btn-3d {
	padding: 25px 60px 25px 120px;
	border-radius: 10px;
}

.btn-3d:before {
	background: #fff;
	color: #fcad26;
	z-index: 2;
	border-radius: 10px 0 0 10px;
}

.btn-3d:after {
	width: 20px;
	height: 20px;
	background: #fff;
	z-index: 1;
	left: 55px;
	top: 50%;
	margin: -10px 0 0 -10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-3d:active:before {
	color: #f58500;
}

.btn-3d:active {
	top: 0;
}

.btn-3d:active:after {
	left: 60px;
}

/* Button 3e */
.btn-3e {
	padding: 25px 120px 25px 60px;
	overflow: hidden;
}

.btn-3e:before {
	left: auto;
	right: 10px;
	z-index: 2;
}

.btn-3e:after {
	width: 30%;
	height: 200%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.btn-3e:hover:after {
	width: 40%;
}

/* Button 4 */
.btn-4 {
	border-radius: 50px;
	border: 3px solid #eaeaea;
	color: #7A7A7A;
	overflow: hidden;
}

.btn-4:active {
	border-color: #f9e900;
	color: #fff;
}

.btn-4:hover {
	background: #f9e900;
	color: #fff;
}

.btn-4:before {
	position: absolute;
	height: 100%;
	font-size: 125%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-4:active:before {
	color: #17954c;
}

/* Button 4a */
.btn-4a:before {
	left: 130%;
	top: 0;
}

.btn-4a:hover:before {
	left: 80%;
}

/* Button 4b */
.btn-4b:before {
	left: -50%;
	top: 0;
}

.btn-4b:hover:before {
	left: 10%;
}

/* Button 4c */
.btn-4c:before {
	left: 78%;
	opacity: 0;
	top: -11px;
}

.btn-4c:hover:before {
	left: 88%;
	opacity: 1;
}

/* Button 4d */
.btn-4d:before {
	left: 30%;
	opacity: 0;
	top: 0;
}

.btn-4d:hover:before {
	left: 10%;
	opacity: 1;
}

/* Button 5 */
.btn-5 {
	background: #2C3E50;
	color: #fff;
	height: 70px;
	line-height: 24px;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}

.btn-5:active {
	background: #000;
	top: 2px;
}

.btn-5 span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}

.btn-5:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 2;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-5:active:before {
	background: #000;
	color: #ccc;
}

/* Button 5a */
.btn-5a:hover span {
	-webkit-transform: translateY(240%);
	-moz-transform: translateY(340%);
	-ms-transform: translateY(340%);
	transform: translateY(340%);
}

.btn-5a:before {
	left: 0;
	top: -120%;
}

.btn-5a:hover:before {
	top: 0;
}

/* Button 5b */
.btn-5b:hover span {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
}

.btn-5b:before {
	left: -100%;
	top: 0;
}

.btn-5b:hover:before {
	left: 0;
}

/* Button 6 */
.btn-6 {
	color: #fff;
	background: #226fbe;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-6:active {
	top: 2px;
}

/* Button 6a */
.btn-6a {
	border: 4px solid #226fbe;
}

.btn-6a:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6b */
.btn-6b {
	border: 4px solid #226fbe;
	border-radius: 15px;
}

.btn-6b:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6c */
.btn-6c {
	border: 4px solid #226fbe;
	border-radius: 60px;
}

.btn-6c:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6d */
.btn-6d {
	border: 2px dashed #226fbe;
}

.btn-6d:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6e */
.btn-6e {
	border: 2px dashed #226fbe;
	border-radius: 15px;
}

.btn-6e:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6f */
.btn-6f {
	border: 2px dashed #226fbe;
	border-radius: 60px;
}

.btn-6f:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6g */
.btn-6g {
	border: 2px dotted #226fbe;
}

.btn-6g:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6h */
.btn-6h {
	border: 2px dotted #226fbe;
	border-radius: 15px;
}

.btn-6h:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6i */
.btn-6i {
	border: 2px dotted #226fbe;
	border-radius: 60px;
}

.btn-6i:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6j */
.btn-6j {
	border: 4px double #226fbe;
}

.btn-6j:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6k */
.btn-6k {
	border: 4px double #226fbe;
	border-radius: 15px;
}

.btn-6k:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6l */
.btn-6l {
	border: 4px double #226fbe;
	border-radius: 60px;
}

.btn-6l:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 7 */
.btn-7 {
	background: #17aa56;
	color: #fff;
	border-radius: 7px;
	box-shadow: 0 5px #119e4d;
	padding: 25px 60px 25px 90px;
}

/* Button 7a */
.btn-7a {
	overflow: hidden;
}

.btn-7a:before {
	position: absolute;
	left: 0;
	width: 40%;
	font-size: 160%;
	line-height: 0.8;
	color: #0a833d;
}

.btn-7a.btn-activated {
	-webkit-animation: fadeOutText 0.5s;
	-moz-animation: fadeOutText 0.5s;
	animation: fadeOutText 0.5s;
}

.btn-7a.btn-activated:before {
	-webkit-animation: moveToRight 0.5s;
	-moz-animation: moveToRight 0.5s;
	animation: moveToRight 0.5s;
}

@-webkit-keyframes fadeOutText {
	0% { color: transparent; }
	80% { color: transparent; }
	100% { color: #fff; }
}

@-moz-keyframes fadeOutText {
	0% { color: transparent; }
	80% { color: transparent; }
	100% { color: #fff; }
}

@keyframes fadeOutText {
	0% { color: transparent; }
	80% { color: transparent; }
	100% { color: #fff; }
}

@-webkit-keyframes moveToRight {
	80% { -webkit-transform: translateX(250%); }
	81% { opacity: 1; -webkit-transform: translateX(250%); }
	82% { opacity: 0; -webkit-transform: translateX(250%); }
	83% { opacity: 0; -webkit-transform: translateX(-50%); }
	84% { opacity: 1; -webkit-transform: translateX(-50%);  }
	100% { -webkit-transform: translateX(0%); }
}

@-moz-keyframes moveToRight {
	80% { -moz-transform: translateX(250%); }
	81% { opacity: 1; -moz-transform: translateX(250%); }
	82% { opacity: 0; -moz-transform: translateX(250%); }
	83% { opacity: 0; -moz-transform: translateX(-50%); }
	84% { opacity: 1; -moz-transform: translateX(-50%);  }
	100% { -moz-transform: translateX(0%); }
}

@keyframes moveToRight {
	80% { transform: translateX(250%); }
	81% { opacity: 1; transform: translateX(250%); }
	82% { opacity: 0; transform: translateX(250%); }
	83% { opacity: 0; transform: translateX(-50%); }
	84% { opacity: 1; transform: translateX(-50%);  }
	100% { transform: translateX(0%); }
}

/* Button 7b */
.btn-7b {
	overflow: hidden;
}

.btn-7b:before {
	position: absolute;
	left: 0;
	width: 40%;
	font-size: 160%;
	line-height: 0.8;
	color: #0a833d;
}

.btn-7b.btn-activated:before {
	-webkit-animation: scaleUp 0.5s;
	-moz-animation: scaleUp 0.5s;
	animation: scaleUp 0.5s;
}

@-webkit-keyframes scaleUp {
	80% {
		opacity: 0;
		-webkit-transform: scale(2);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
	}
}

@-moz-keyframes scaleUp {
	80% {
		opacity: 0;
		-moz-transform: scale(2);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(2);
	}
}

@keyframes scaleUp {
	80% {
		opacity: 0;
		transform: scale(2);
	}
	100% {
		opacity: 0;
		transform: scale(2);
	}
}

/* Icon only style */
.btn-icon-only {
	font-size: 0;
	padding: 25px 30px;
}

.btn-icon-only:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 26px;
	line-height: 54px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}

/* Button 7c */
.btn-7c {
	overflow: hidden;
}

.btn-7c:before {
	color: #fff;
	z-index: 1;
}

.btn-7c:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 0;
	width: 0;
	background: #0a833d;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-7c.btn-activated:after {
	-webkit-animation: fillToRight 0.7s forwards;
	-moz-animation: fillToRight 0.7s forwards;
	animation: fillToRight 0.7s forwards;
}

@-webkit-keyframes fillToRight {
	to { 
		width: 100%;
	}
}

@-moz-keyframes fillToRight {
	to { 
		width: 100%;
	}
}

@keyframes fillToRight {
	to { 
		width: 100%;
	}
}

/* Button 7d */
.btn-7d {
	overflow: hidden;
}

.btn-7d:before {
	color: #fff;
	z-index: 1;
}

.btn-7d:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
	z-index: 0;
	background: #21bb63;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-7d.btn-activated:after {
	-webkit-animation: emptyBottom 0.7s forwards;
	-moz-animation: emptyBottom 0.7s forwards;
	animation: emptyBottom 0.7s forwards;
}

@-webkit-keyframes emptyBottom {
	to { 
		height: 100%;
	}
}

@-moz-keyframes emptyBottom {
	to { 
		height: 100%;
	}
}

@keyframes emptyBottom {
	to { 
		height: 100%;
	}
}

/* Button 7e */
.btn-7e:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: 26px;
	line-height: 54px;
	color: #ea515e;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-7e.btn-activated:after {
	-webkit-animation: scaleFade 0.5s forwards;
	-moz-animation: scaleFade 0.5s forwards;
	animation: scaleFade 0.5s forwards;
} 

@-webkit-keyframes scaleFade {
	50% { 
		opacity: 1;
		-webkit-transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5);
	}
}

@-moz-keyframes scaleFade {
	50% { 
		opacity: 1;
		-moz-transform: scale(1);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(2.5);
	}
}

@keyframes scaleFade {
	50% { 
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(2.5);
	}
}

/* Button 7f */
.btn-7f:before {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
}
.btn-7f:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: 26px;
	line-height: 54px;
	color: #ffe44d;
	visibility: hidden;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffe44d;
	-webkit-transform: scale(4);
	-moz-transform: scale(4);
	-ms-transform: scale(4);
	transform: scale(4);
	opacity: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-7f.btn-activated:after {
	visibility: visible;
	-webkit-animation: dropDown 0.3s forwards;
	-moz-animation: dropDown 0.3s forwards;
	animation: dropDown 0.3s forwards;
} 

@-webkit-keyframes dropDown {
	to { 
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes dropDown {
	to { 
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@keyframes dropDown {
	to { 
		opacity: 1;
		transform: scale(1);
	}
}

/* Button 7g */
.btn-7g:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: 26px;
	line-height: 54px;
	color: #0a833d;
	visibility: hidden;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-7g.btn-activated:after {
	visibility: visible;
	-webkit-animation: dropDownFade 0.5s forwards;
	-moz-animation: dropDownFade 0.5s forwards;
	animation: dropDownFade 0.5s forwards;
} 

@-webkit-keyframes dropDownFade {
	50% { 
		opacity: 1;
		-webkit-transform: scale(1);
	}
	100% { 
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}

@-moz-keyframes dropDownFade {
	50% { 
		opacity: 1;
		-moz-transform: scale(1);
	}
	100% { 
		opacity: 0;
		-moz-transform: scale(1.5);
	}
}

@keyframes dropDownFade {
	50% { 
		opacity: 1;
		transform: scale(1);
	}
	100% { 
		opacity: 0;
		transform: scale(1.5);
	}
}

/* Button 7h */
.btn-7h {
	overflow: hidden;
}

.btn-7h span {
	display: inline-block;
	width: 100%;
}

.btn-7h:before {
	position: absolute;
	left: 0;
	width: 40%;
	font-size: 160%;
	line-height: 0.8;
	color: #0a833d;
}

/* Success and error */

.btn-success,
.btn-error {
	color: transparent;
}

.btn-success:after,
.btn-error:after {
	z-index: 1;
	color: #fff;
	left: 40%;
}

.btn-success:before {
	content: "\e001";
}

.btn-success:after {
	content: "Success!";
	-webkit-animation: moveUp 0.5s;
	-moz-animation: moveUp 0.5s;
	animation: moveUp 0.5s;
}

@-webkit-keyframes moveUp {
	0% {
		-webkit-transform: translateY(50%);
		opacity: 0;
	}
	100% { 
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes moveUp {
	0% {
		-moz-transform: translateY(50%);
		opacity: 0;
	}
	100% { 
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
		transform: translateY(50%);
		opacity: 0;
	}
	100% { 
		opacity: 1;
		transform: translateY(0);
	}
}

.btn-error {
	-webkit-animation: shake 0.5s;
	-moz-animation: shake 0.5s;
	animation: shake 0.5s;
}

/* From Dan Eden's animate.css: https://daneden.me/animate/ */
@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.btn-error:before {
	content: "\e002";
}

.btn-error:after {
	content: "Error!";
	-webkit-animation: scaleFromUp 0.5s;
	-moz-animation: scaleFromUp 0.5s;
	animation: scaleFromUp 0.5s;
}

@-webkit-keyframes scaleFromUp {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	100% { 
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes scaleFromUp {
	0% {
		-moz-transform: scale(0);
		opacity: 0;
	}
	100% { 
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@keyframes scaleFromUp {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	100% { 
		opacity: 1;
		transform: scale(1);
	}
}

/* Special trash effect */
.trash-effect {
	position: relative;
	max-width: 320px;
	margin: 60px auto 0;
} 

.trash-effect .icon-file {
	font-size: 30px;
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	margin: -45px 0 0 -25px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: translateX(90px) translateY(20px) scale(1);
	-moz-transform: translateX(90px) translateY(20px) scale(1);
	-ms-transform: translateX(90px) translateY(20px) scale(1);
	transform: translateX(90px) translateY(20px) scale(1);
}

.trash-effect .icon-file:nth-child(2) {
	-webkit-transform: translateX(140px) translateY(-10px) scale(1);
	-moz-transform: translateX(140px) translateY(-10px) scale(1);
	-ms-transform: translateX(140px) translateY(-10px) scale(1);
	transform: translateX(140px) translateY(-10px) scale(1);
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.trash-effect .icon-file:nth-child(3) {
	-webkit-transform: translateX(140px) translateY(50px) scale(1);
	-moz-transform: translateX(140px) translateY(50px) scale(1);
	-ms-transform: translateX(140px) translateY(50px) scale(1);
	transform: translateX(140px) translateY(50px) scale(1);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.trash-effect.trash-effect-active .icon-file {
	-webkit-transform: translateX(-100px) translateY(-10px) scale(0);
	-moz-transform: translateX(-100px) translateY(-10px) scale(0);
	-ms-transform: translateX(-100px) translateY(-10px) scale(0);
	transform: translateX(-100px) translateY(-10px) scale(0);
}

/* Button 7i */
.btn-7i {
	box-shadow: none;
	border-radius: 0 0 7px 7px;
	padding: 27px 33px;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
}

.btn-7i:before {
	line-height: 45px;
}

.btn-7i:after {
	height: 10px;
	width: 100%;
	background: #17aa56;
	border-radius: 7px 7px 0 0;
	left: 0;
	top: -10px;
	z-index: 1;
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
}

.trash-effect-active .btn-7i:after {
	-webkit-animation: openTrash 0.5s;
	-moz-animation: openTrash 0.5s;
	animation: openTrash 0.5s;
}

@-webkit-keyframes openTrash {
	50% {
		-webkit-transform: rotate(-35deg);
	}
	100% { 
		-webkit-transform: rotate(0deg);
	}
}

@-moz-keyframes openTrash {
	50% {
		-moz-transform: rotate(-35deg);
	}
	100% { 
		-moz-transform: rotate(0deg);
	}
}

@keyframes openTrash {
	50% {
		transform: rotate(-35deg);
	}
	100% { 
		transform: rotate(0deg);
	}
}

/* Button 8 */
.perspective {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-ms-perspective: 800px;
	-o-perspective: 800px;
	display: inline-block;
}

.btn-8 {
	display: block;
	border-radius: 0 !important;
	color: #fff;
	background: #5cbcf6;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}

.btn-8:active {
	background: #55b7f3;
}

/* Button 8a */
.btn-8a:after {
	width: 100%;
	height: 40%;
	left: 0;
	top: -40%;
	background: #49a7df;
	-webkit-transform-origin: 0% 100%;
	-webkit-transform: rotateX(90deg);
	-moz-transform-origin: 0% 100%;
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.btn-8a:hover {
	color: #fff;
	-webkit-transform: rotateX(-15deg);
	-moz-transform: rotateX(-15deg);
	-ms-transform: rotateX(-15deg);
	transform: rotateX(-15deg);
}

/* Button 8b */
.btn-8b:after {
	width: 100%;
	height: 40%;
	left: 0;
	top: 100%;
	background: #49a7df;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateX(-90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

.btn-8b:hover {
	color: #fff;
	-webkit-transform: rotateX(15deg);
	-moz-transform: rotateX(15deg);
	-ms-transform: rotateX(15deg);
	transform: rotateX(15deg);
}

/* Button 8c */
.btn-8c:after {
	width: 20%;
	height: 100%;
	left: -20%;
	top: 0;
	background: #49a7df;
	-webkit-transform-origin: 100% 0%;
	-webkit-transform: rotateY(-90deg);
	-moz-transform-origin: 100% 0%;
	-moz-transform: rotateY(-90deg);
	-ms-transform-origin: 100% 0%;
	-ms-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.btn-8c:hover {
	-webkit-transform: rotateY(15deg);
	-moz-transform: rotateY(15deg);
	-ms-transform: rotateY(15deg);
	transform: rotateY(15deg);
}

/* Button 8d */
.btn-8d:after {
	width: 20%;
	height: 100%;
	left: 100%;
	top: 0;
	background: #49a7df;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateY(90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateY(90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

.btn-8d:hover {
	-webkit-transform: rotateY(-15deg);
	-moz-transform: rotateY(-15deg);
	-ms-transform: rotateY(-15deg);
	transform: rotateY(-15deg);
}

/* Button 8e */
.btn-8e {
	-webkit-transform: rotateX(-15deg);
	-moz-transform: rotateX(-15deg);
	-ms-transform: rotateX(-15deg);
	transform: rotateX(-15deg);
}

.btn-8e:after {
	width: 100%;
	height: 40%;
	left: 0;
	top: -40%;
	background: #49a7df;
	-webkit-transform-origin: 0% 100%;
	-webkit-transform: rotateX(90deg);
	-moz-transform-origin: 0% 100%;
	-moz-transform: rotateX(90deg);
	-ms-transform-origin: 0% 100%;
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.btn-8e:active {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

/* Button 8f */
.btn-8f {
	-webkit-transform: rotateX(15deg);
	-moz-transform: rotateX(15deg);
	-ms-transform: rotateX(15deg);
	transform: rotateX(15deg);
}

.btn-8f:after {
	width: 100%;
	height: 40%;
	left: 0;
	top: 100%;
	background: #49a7df;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateX(-90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

.btn-8f:active {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

/* Button 8g */
.btn-8g {
	background: #fff;
	color: #999;
}

.btn-8g:active {
	background: #fff;
}

.btn-8g:after,
.btn-8g:before {
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	line-height: 70px;
}

.btn-8g:after {
	top: -100%;
	background: #7aca7c;
	color: #358337;
	content: 'It worked!';
	-webkit-transform-origin: 0% 100%;
	-webkit-transform: rotateX(90deg);
	-moz-transform-origin: 0% 100%;
	-moz-transform: rotateX(90deg);
	-ms-transform-origin: 0% 100%;
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.btn-8g:before {
	top: 100%;
	background: #e96a6a;
	color: #a33a3a;
	content: 'Error!';
	font-weight: 700;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateX(-90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

.btn-8g.btn-success3d {
	background: #aaa;
	-webkit-transform-origin: 50% 100%;
	-webkit-transform: rotateX(-90deg) translateY(100%);
	-moz-transform-origin: 50% 100%;
	-moz-transform: rotateX(-90deg) translateY(100%);
	-ms-transform-origin: 50% 100%;
	-ms-transform: rotateX(-90deg) translateY(100%);
	-o-transform-origin: 50% 100%;
	-o-transform: rotateX(-90deg) translateY(100%);
	transform: rotateX(-90deg) translateY(100%);
}

.btn-8g.btn-error3d  {
	background: #aaa;
	-webkit-transform-origin: 50% 0%;
	-webkit-transform: rotateX(90deg) translateY(-100%);
	-moz-transform-origin: 50% 0%;
	-moz-transform: rotateX(90deg) translateY(-100%);
	-ms-transform-origin: 50% 0%;
	-ms-transform: rotateX(90deg) translateY(-100%);
	-o-transform-origin: 50% 0%;
	-o-transform: rotateX(90deg) translateY(-100%);
	transform: rotateX(90deg) translateY(-100%);
}

/*	Support
----------------------------------------------------------------------*/
.forum h2 {
	font-size: 40px;
	font-family: "Open Sans", tahoma;
	text-transform: uppercase;
	color: #acacac;
	margin-bottom: 30px;
}
.forum h2 small {
	font-size: 14px;
	display: block;
	margin-top: 14px;
	font-family: tahoma;
	text-transform: none;
	color: #C4C4C4
}
.forum .search {
	position: relative;
	text-align: center;
	width: 50%;
	margin: 0 auto;
}
.forum .searchform {
	
}	
.forum .searchform:after {
	font-family: FontAwesome;
	content: "\f002";
	position: absolute;
	left: 20px;
	font-size: 16px;
	top: 14px;
	color: #B3B3B3;
}
.forum .searchform input {
	width: 100%;
	background: #FFF;
	outline: none;
	border: 0;
	padding: 14px 20px 14px 48px;
	color: #C1C1C1;
	border: 2px solid #EAEAEA;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.forum .searchform input:focus {
	border: 2px solid #f9e900;
	background: #fff;
	color: #c1c1c1;
}
.forum .subscribetime:after {
	font-family: FontAwesome;
	content: "\f0f3";
	position: absolute;
	left: 20px;
	font-size: 16px;
	top: 14px;
	color: #B3B3B3;
}
.forum .subscribetime input {
	width: 100%;
	background: #FFF;
	outline: none;
	border: 0;
	padding: 14px 20px 14px 48px;
	color: #C1C1C1;
	border: 2px solid #EAEAEA;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.forum .avatar {
	display: inline-block;
	margin-right: 8px;
}
.forum .table th, .forum .table td {
	text-align: left;
	padding: 16px 10px 16px 20px;
}
#loginform #inputer {
	margin: 0 0 10px 0;
}
#loginform #subscribe-button {
	background: #2C3E50;
	color: #FFF;
	margin: 8px 0 0 0;
	padding: 10px 20px;
	text-align: center;
	float: right;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "Open Sans", tahoma;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#loginform #subscribe-button:hover {
	background: #f9e900
}
#loginform #subscribe-button:focus {
	background: #354B61
}
.login-links {
	margin: 10px 0 0 0;
	float: left;
}
.login-links a {
	display: block;
	line-height: 20px;
}
.forum-items li {
	width: 100%;
	display: block;
	margin: 0 0 20px 0;
}
.forum-items i {
	font-size: 24px;
}
.forum-items a {
	font-size: 16px;
	margin: 0 0 6px 10px;
	display: inline-block;
}
.forum-items .topic-time {
	margin: 0 0 0 38px;
	color: #CCC;
}
.forum-topic h2 {
	font-size: 40px;
	font-family: "Open Sans", tahoma;
	text-transform: uppercase;
	color: #acacac;
	margin-bottom: 30px;
	padding: 0;
}
.forum-topic .search {
	text-align: left;
	margin: 0
}
.mr {
	margin-right: 8px;
}
.topic-title {
	margin: 0 0 30px 0;
	border-bottom: 1px solid #DDD;
	padding: 0 0 20px 0;
}
.topic-say {
	margin: 0 0 45px 0;
	border-bottom: 1px solid #DDD;
	padding: 0 0 45px 0;
}
.topic-say h5 {
	margin: 0 0 6px 0;
}
.topic-say .reply-time {
	margin: 0 0 14px 0;
	display: block;
	color: #CCC;
}
.topic-say .grid_2 img {
	margin: 0 auto 10px;
}
.topic-say .grid_2 span {
	display: block;
	text-align: center;
	margin: 0 0 6px 0;
	color: #CCC;
}
/*	Countdown
----------------------------------------------------------------------*/
ul#countdown li {
	display: inline-block;
	border: 1px solid #CCC;
	border-radius: 3px;
	width: 104px;
	margin-bottom: 4em;
	text-align: center;
}
ul#countdown li span {
	font-size: 3em;
	color: #1f2225;
	height: 108px;
	line-height: 108px;
	position: relative;
}
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;
}

/*	Services
----------------------------------------------------------------------*/
.services img {
	float: left;
	margin: 0 16px 20px 0;
}
.services h4 {
	font-size: 25px;
	margin: 8px 0 10px 0;
	font-weight: normal;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#000000;
	
	float: left;
}
.landing .services h4 {
	float: none;
	margin: 8px 0 10px 0;
}
.services small {
	font-size: 12px;
	margin: 2px 0 0 0;
	display: block;
	font-family: Tahoma;
	text-transform: none;
	color: #7A7A7A;
}
.services p {
	display: inline-block;
	width:289px;
	color:#000;
	font-weight: normal;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
}
.flat-icons img {
	float: left;
	margin: 0 40px 40px 0;
}

/*	Services 2
----------------------------------------------------------------------*/
.ca-menu{
	padding: 0 0 0 24px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.ca-menu li{
	width: 230px;
	height: 230px;
	border: 10px solid #f6f6f6;
	overflow: hidden;
	position: relative;
	display: inline-block;
	background: #fff;
	margin-left:-48px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-border-radius: 125px;
	-moz-border-radius: 125px;
	border-radius: 125px;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
.ca-menu li:last-child{
	margin-right: 0px;
}
.ca-menu li a{
	text-align: left;
	width: 100%;
	height: 100%;
	display: block;
	color: #333;
	position: relative;
}
.ca-icon{
	font-size: 40px;
	color: #f6f6f6;
	line-height: 60px;
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0px;
	top: 30px;
	text-align: center;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
.ca-main{
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	line-height:1;
	position: absolute;
	top: 110px;
	height: 80px;
	width: 170px;
	left: 50%;
	margin-left: -85px;
	opacity: 0.8;
	text-align: center;
	color: #555;
}
.ca-sub{
	display: none;
}
.ca-menu li:hover{
	border-color: #333;
	z-index: 999;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.ca-menu li:hover .ca-icon{
	color: #7A7A7A;
	font-size: 60px;
	text-shadow: 0px 0px 1px #000;
	-webkit-animation: moveFromBottom 300ms ease;
	-moz-animation: moveFromBottom 300ms ease;
	-ms-animation: moveFromBottom 300ms ease;
}
.ca-menu li:hover .ca-main{
	color: #7A7A7A;
	-webkit-animation: moveFromBottom 500ms ease;
	-moz-animation: moveFromBottom 500ms ease;
	-ms-animation: moveFromBottom 500ms ease;
}


/*	Services 3
----------------------------------------------------------------------*/
.catt-menu{
	padding:0;
	margin:0 auto;
	width: 100%;
}
.catt-menu li{
	height: 300px;
	overflow: hidden;
	position: relative;
	float:left;
	margin-left:10px ;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(left, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	margin-right: 4px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.catt-menu li:last-child{
	margin-right: 0px;
}
.catt-menu li a{
	text-align: left;
	width: 100%;
	height: 100%;
	display: block;
	color: #333;
	position: relative;
}
.catt-icon{
	font-size: 60px;
	color: #ddd;
	text-shadow: 1px 0px 1px rgba(255,255,255,0.8);
	line-height: 150px;
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0px;
	top: 0px;
	text-align: center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.catt-content{
	position: absolute;
	left: 4%;
	width: 96%;
	height: 50%;
	top: 50%;
	font-weight: normal;
	text-transform: uppercase;
}
.catt-main{
	font-size: 24px;
	line-height:1;
	opacity: 0.8;
	text-align: center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.catt-sub{
	text-align:center;
	font-size: 14px;
	color: #ccc;
	text-shadow: 1px 1px 1px #fff;
	line-height: 40px;
	opacity: 0.8;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.catt-menu li:hover{
	background:#fff;
}
.catt-menu li:hover .catt-icon{
	color: #f9e900;
	font-size: 90px;
	opacity: 0.1;
	-webkit-animation: moveFromLeft 400ms ease;
	-moz-animation: moveFromLeft 400ms ease;
	-ms-animation: moveFromLeft 400ms ease;
}
.catt-menu li:hover .catt-main{
	color: #f9e900;
	-webkit-animation: moveFromRight 300ms ease;
	-moz-animation: moveFromRight 300ms ease;
	-ms-animation: moveFromRight 300ms ease;
}
.catt-menu li:hover .catt-sub{
	color: #7A7A7A;
	-webkit-animation: moveFromBottom 500ms ease;
	-moz-animation: moveFromBottom 500ms ease;
	-ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes moveFromLeft{
    from {
        -webkit-transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromLeft{
    from {
        -moz-transform: translateX(-100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromLeft{
    from {
        -ms-transform: translateX(-100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

/*	Portfolio
----------------------------------------------------------------------*/
.showcase li {

	float: left;
	height: 170px;
	overflow: hidden;
	position: relative;
}
.showcase a {
	display: block;
	width: 270px;
	height: 170px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.three-columns li { height: 227px }
.three-columns a { width: 360px; height: 227px }
.three-columns a:hover h3 { bottom: 44px !important }

.two-columns li { height: 340px }
.two-columns a { width: 540px; height: 340px }
.two-columns a:hover h3 { bottom: 44px !important }

.showcase a img {
	margin: 0 auto;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.showcase a:hover img {
	left: 0;
	top: -44px;
}
.showcase a p {
	height: 60px;
	width: 230px;
	background: #59A214;
	color: #fff;
	font-size: 11px;
	padding: 12px 20px;
	position:absolute;
	bottom:-100px;
	line-height: 20px;
	display: block;
	cursor: pointer;
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.three-columns a p {
	height: 42px;
	width: 320px;
}
.two-columns a p {
	height: 42px;
	width: 500px;
}
.showcase a:hover p {
	bottom: 0;
	background: #3C840B;
}
.showcase a h3 {
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	background: #59A214;
	padding: 8px 10px;
	position: absolute;
	left: 10px;
	bottom: -8px;
	cursor: pointer;
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.16);
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	z-index: 2;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.showcase a:hover h3 {
	bottom: 64px;
	background: #3C840B;
}
.showcase a h3 i {
	width: 33px;
	height: 28px;
	position: absolute;
	right: -34px;
	top: 0;
	background: #2C3E50;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	padding:6px 0 0 0;
}
.showcase .color1 a p, .showcase .color1 a h3, .showcase .color1 a:hover h3 i, .color1 .zoom i {
	background: #f9e900 !important
}
.showcase .color2 a p, .showcase .color2 a h3, .showcase .color2 a:hover h3 i, .color2 .zoom i {
	background: #3498DB !important
}
.showcase .color3 a p, .showcase .color3 a h3, .showcase .color3 a:hover h3 i, .color3 .zoom i {
	background: #E74C3C !important
}
.showcase .color4 a p, .showcase .color4 a h3, .showcase .color4 a:hover h3 i, .color4 .zoom i {
	background: #F1C40F !important
}
.showcase .color5 a p, .showcase .color5 a h3, .showcase .color5 a:hover h3 i, .color5 .zoom i {
	background: #9B59B6 !important
}
.showcase .color6 a p, .showcase .color6 a h3, .showcase .color6 a:hover h3 i, .color6 .zoom i {
	background: #7F8C8D !important
}
.showcase .color7 a p, .showcase .color7 a h3, .showcase .color7 a:hover h3 i, .color7 .zoom i {
	background: #f9e900 !important; 
}
.showcase .color8 a p, .showcase .color8 a h3, .showcase .color8 a:hover h3 i, .color8 .zoom i {
	background: #2C3E50 !important
}
.portfolio-meta li {
	margin-bottom: 10px !important
}
.one-columns li {
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	overflow: hidden;
	display: block;
	max-width: 1080px;
	border-bottom: 1px solid #CCC;
}
.one-columns h3 {
	margin: 10px 0 10px;
	text-transform: uppercase;
}
.one-columns span.port-cat {
	margin: 0 0 20px 0;
	display: block;
}
.single-pager {
	margin:0 0 40px;
	padding:0;
	border:2px solid #e4e6e8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:left;
	overflow:hidden;
}
.single-pager li {
	display:block;
	line-height:54px;
}
.single-pager .previous, .single-pager .next {
	display:block;
	float:left;
}
.single-pager .previous > span, .single-pager .previous > a, .single-pager .next > span, .single-pager .next > a {
	float:none;
	border:none;
	border-right:1px solid #e4e6e8;
	padding:0;
	margin:0;
	width:54px;
	height:54px;
	line-height:54px;
	text-align:center;
	color:#b8bdc4;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.single-pager .live-version > span, .single-pager .live-version > a {
	width: 100%;
	display: block;
	padding:0;
	margin:0;
	border:none;
	color:#3f4042;
	font-weight:bold;
	text-align:center;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.single-pager .live-version > span:hover, .single-pager .live-version > a:hover {
	background:none;
	color:#b8bdc4;
}
.pager {
	margin: 0 0 20px 0;
	list-style:none;
	text-align:center;
}
.pager:before, .pager:after {
	display:table;
	content:"";
	line-height:0;
}
.pager:after { clear:both; }
.pager li { display:inline; }
.pager li > a, .pager li > span {
	display:inline-block;
	padding:5px 14px;
	background-color:#fff;
	border:1px solid #ddd;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
.pager li > a:hover, .pager li > a:focus {
	text-decoration:none;
	background-color:#f5f5f5;
}
.pager .next > a, .pager .next > span { float:right; }
.pager .previous > a, .pager .previous > span { float:left; }
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
	color:#999;
	background-color:#fff;
	cursor:default;
}
.error-page i {
	font-size: 80px;
	color: #f9e900;
}

.zoom {
	z-index: 9999;
	padding: 8px;
	display: block;
	position: absolute !important;
	top: -100px;
	right: 6px;
	height: 26px !important;
	width: 26px !important;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.zoom i {
	color: #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 10px;
}
.showcase li:hover a.zoom {
	top: 6px !important;
}

/*	Blog Three
----------------------------------------------------------------------*/
.blog-three-columns .post {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 2px solid #FAFAFA;
	position: relative;
	overflow: hidden;
	display: block;
}
.blog-three-columns iframe {
	width: 100%
}
.blog-three-columns .meta-date {
	width: 58px
}
.blog-three-columns .post-title {
	font-size: 14px;
	margin: 8px 0 10px 20px;
	width: 260px;
}
.blog-three-columns .div.jp-audio ul.jp-controls {
	width: 299px;
}
.blog-three-columns a.jp-play, .blog-three-columns a.jp-pause {
	width: 24px;
	padding: 5px 0 0 10px;
}
.blog-three-columns div.jp-audio div.jp-type-single div.jp-progress,
.blog-three-columns div.jp-audio div.jp-type-single div.jp-time-holder {
	left: 60px;
	width: 180px;
}
.blog-three-columns div.jp-audio div.jp-volume-bar {
	right: 14px;
}
.blog-three-columns div.jp-audio div.jp-type-single a.jp-mute, 
.blog-three-columns div.jp-audio div.jp-type-single a.jp-unmute {
	right: 68px;
}

/*	From Blog
----------------------------------------------------------------------*/
.fb-blog ul li {
	display: inline-block;
	width: 100%;
	margin: 0 0 14px 0;
}
.blog-date {
	background: #2C3E50;
	display: block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 26px;
	text-align: center;
	font-size: 24px;
	color: #FFF;
	font-family: "Open Sans", Tahoma, Arial;
	font-weight: normal;
	text-transform: uppercase;
}
.blog-month {
	font-family: "Open Sans", Tahoma, Arial;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	display: block;
	text-align: center;
	padding: 10px;
	color: #A7A7A7;
}
.fb-head{
	font-family: "Open Sans", Tahoma, Arial;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 0 2px 0;
}
.fb-meta{
	text-transform: uppercase;
	font-size: 10px;
	padding-bottom: 8px;
	display: block;
}

/*	Testimonials
----------------------------------------------------------------------*/
.testimonial-wrapper {
	margin-bottom: 32px;
}
.testimonial {
	color:#373737;
	background-color:#ffefd5;/*#f3f3f3;*/
	margin-bottom:14px;
	padding: 24px 28px;
	position:relative;
	border-radius: 2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	float:left;
}
.testimonial p {
	font-size:14px;
	font-style:italic;
	font-family: serif;
	text-shadow:1px 1px 3px #e4e4e4;
	margin: 0 0 40px 0;
}
.testimonial-arrow {
	border-color:#ffefd5 transparent transparent transparent;
	border-style:solid;
	border-width:20px 20px 0 0;
	height:0;
	width:0;
	position:absolute;
	bottom:-20px;
	left: 120px;
}
.testimonial-arrow2 {
	border-color:#ffefd5 transparent transparent transparent;
	border-style:solid;
	border-width:20px 20px 0 0;
	height:0;
	width:0;
	position:absolute;
	bottom:-20px;
	left: 20px;
}
.img-testimonials {
	position: absolute;
	bottom: -40px;
	left:15px
}
.testimonial-s strong {
	color:#000;
	font-style: normal;
	font-size: 12px;
}
.testimonial-s .testimonial-details {
	margin: 0px 0px 8px 140px;
	display:block;
	float:left;
	font-style: italic;
	color: #000;
	font-size: 11px;
}
.testimonial-s .testimonial-details2 {
	margin: 0px 0px 8px 40px;
	display:block;
	float:left;
	font-style: italic;
	color: #000;
	font-size: 13px;
}
.dark  .testimonial {
	color:#fff;
	background-color:#272727;
}
.dark  .testimonial p {
	text-shadow: none;
}
.dark  .testimonial-arrow {
	border-color:#272727 transparent transparent transparent;
}
.dark  .testimonial-arrow2 {
	border-color:#272727 transparent transparent transparent;
}



/* 	Testimonials Slides
----------------------------------------------------------------------*/
#testimonials .slides img { width: auto !important; border-radius: 50%; }
#testimonials li {
	margin: 1px 16px 0 1px;
}
#testimonials .flex-direction-nav a {
	display: block;
	background: none;
	position: absolute;
	padding: 0;
	top: -24px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#testimonials .flex-direction-nav a i {
	color: #dedede;
	display: block;
	font-weight: bold;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#testimonials .flex-direction-nav a i:hover {
	color: #949494;
}
#testimonials .flex-direction-nav .flex-prev {
	right: 18px;
	left: auto;
}
#testimonials .flex-direction-nav .flex-next {
	right: 0px;
}


#clients img {
	float: left;
	border: 1px solid #ddd;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.grid_12 #clients li, .grid_11 #clients li, .grid_10 #clients li, .grid_9 #clients li, .grid_8 #clients li, .grid_7 #clients li, .grid_6 #clients li, .grid_5 #clients li, .grid_4 #clients li, .grid_3 #clients li { margin: 0 5px }
#clients img:hover { border: 1px solid #7A7A7A }
#clients .jcarousel-item-horizontal { margin: 0; }

.grid_12 #galleri li, .grid_11 #galleri li, .grid_10 #galleri li, .grid_9 #galleri li, .grid_8 #galleri li, .grid_7 #galleri li, .grid_6 #galleri li, .grid_5 #galleri li, .grid_4 #galleri li, .grid_3 #galleri li { margin: 0 1px }
#galleri .jcarousel-item-horizontal { margin: 0; }
.grid_11 .galleri4 p,
.grid_10 .galleri4 p,
.grid_9 .galleri4 p,
.grid_8 .galleri4 p,
.grid_7 .galleri4 p,
.grid_6 .galleri4 p,
.grid_5 .galleri4 p,
.grid_4 .galleri4 p,
.grid_3 .galleri4 p {
	display: none
}
.galleri4 a:hover img {
	top: 0 !important;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.grid_11 .galleri4 h3, 
.grid_10 .galleri4 h3, 
.grid_9 .galleri4 h3, 
.grid_8 .galleri4 h3, 
.grid_7 .galleri4 h3, 
.grid_6 .galleri4 h3, 
.grid_5 .galleri4 h3, 
.grid_4 .galleri4 h3, 
.grid_3 .galleri4 h3 {
	margin: 0;
	bottom: -95px;
	left: 4px;
}
.grid_11 .galleri4 a:hover h3, 
.grid_10 .galleri4 a:hover h3, 
.grid_9 .galleri4 a:hover h3, 
.grid_8 .galleri4 a:hover h3, 
.grid_7 .galleri4 a:hover h3, 
.grid_6 .galleri4 a:hover h3, 
.grid_5 .galleri4 a:hover h3, 
.grid_4 .galleri4 a:hover h3, 
.grid_3 .galleri4 a:hover h3 {
	bottom: 4px;
}
.grid_12 .galleri4 a:hover img {
	top: -44px !important;
}

/* jCarousel Horizontal Buttons * /
.jcarousel-clip { overflow: hidden; direction: ltr !important }
.jcarousel-next-horizontal,
.jcarousel-prev-horizontal {
	position: absolute;
	top: -52px;
	right: 5px;
	padding: 4px 6px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.jcarousel-prev-horizontal {
	right: 24px !important
}
.jcarousel-prev-horizontal:hover,
.jcarousel-next-horizontal:hover {
	color: #f9e900
}
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:focus,
.jcarousel-next-disabled-horizontal:active,
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:focus,
.jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	opacity: 0.5;
}
*/

/*	Accordion, Toggle
----------------------------------------------------------------------*/
.accordion-head,
.toggle-head {
	padding: 10px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 8px 0 0 0;
	font-size: 16px;
	font-weight: 400;
	font-family: Open Sans;
	cursor: pointer;
	text-transform: uppercase;
	border: 2px solid #EAEAEA;
	color: #ccc;
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
}
.active .accordion-head,
.active .toggle-head {
	border-radius: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.accordion-head i,
.toggle-head i {
	padding-right: 8px;
}
.sub-accordion:first-child .accordion-head,
.sub-toggle:first-child .toggle-head {
	margin: 0;
}
.accordion-head:hover,
.toggle-head:hover {
	border: 2px solid #ccc;
}
.active .accordion-head,
.active .toggle-head {
	color: #7A7A7A;
	border: 2px solid #ccc;
	border-bottom: 0;
}
.active .accordion-content,
.active .toggle-content {
	border: 2px solid #ccc;
}
.accordion-head:hover .accordion-head-sign, .toggle-head:hover .toggle-head-sign {
	color:#ccc;
}
.accordion-content,
.toggle-content {
	padding:16px;
	overflow:hidden;
	border: 2px solid #EAEAEA;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.accordion-head-sign,
.toggle-head-sign {
	float:right;
	margin: 0;
	cursor:pointer;
}
.accordion-head-sign i,
.toggle-head-sign i {
	padding: 0;
	margin: 0;
}

/*	Tabs
----------------------------------------------------------------------*/
.tabs {
	display:block;
	padding:0;
	list-style:none;
}
.tabs li {
	display:block;
	width:auto;
	padding:0;
	float:left;
	margin: 0 3px 0 0;
}
.tabs li a {
	display: block;
	padding: 10px 20px;
	margin: 0 0 -2px -1px;
	font-size: 12px;
	cursor: pointer;
	color: #CCC;
	background: #FAFAFA;
	border: 2px solid #EAEAEA;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-transform: uppercase;
	font-family: Open Sans;
}
.tabs li:first-child a {
	margin: 0 0 -2px 0;
}
.tabs li a:hover {
	background: #FFF;
}
.tabs li a.active {
	background: #FFF;
	border: 2px solid #EAEAEA;
	border-bottom: 2px solid #FFF;
	color: #7A7A7A;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.tabs-content {
	padding: 16px;
	display:block;
	list-style:none;
	border: 2px solid #EAEAEA;
}
.tabs-content > li {
	display:none;
}
.tabs-content > li.active {
	display:block;
	overflow:hidden;
}
.tabs:before,
.tabs:after {
	content:'\0020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.tabs:after {
	clear:both;
}

.vert-tab {
	border-bottom: 0px;
	text-align: right;
}
.vert-tab li {
	float: none;
}
.vert-tab a {
	padding: 8px 10px !important;
	border: 0 !important;
	border-right: 1px solid #DFDFDF !important;
	background: none !important;
	transition:all .2s;
	-moz-transition:all .2s;
	-webkit-transition:all .2s;
	-o-transition:all .2s;
}
.vert-tab a:hover {
	color: #47C0FF;
}
.vert-tab a.active {
	border: 1px solid #DFDFDF !important;
	border-bottom: 1px solid #DFDFDF !important;
	border-right: 0 !important;
	box-shadow: -3px 0 5px rgba(39, 39, 39, 0.1) !important;

	color: #47C0FF;
}
.vert-content {
	padding: 0 0 0 16px !important;
	border: 0;
}


@keyframes prot {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}
@-webkit-keyframes prot {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}
@-moz-keyframes prot {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}
@-o-keyframes prot {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}
@-ms-keyframes prot {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}
.tabs li a:hover i {
	opacity: 1;
	animation: prot 1s 1;
	-webkit-animation: prot 1s 1;
	-moz-animation: prot 1s 1;
	-o-animation: prot 1s 1;
	-ms-animation: prot 1s 1;
	z-index: 11;
}

/*	Progress Bar
----------------------------------------------------------------------*/
.progress-bar {
	background-color: #FAFAFA;
	height: 42px;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.progress-bar span {
	display: inline-block;
	height: 100%;	
	background-color: #f9e900; 
}
.stripes span {
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-size: 30px 30px;			
	background-image: -webkit-gradient(linear, left top, right bottom,
						color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
						color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
						color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
						to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);            
	-webkit-animation: animate-stripes 3s linear infinite;
	-moz-animation: animate-stripes 3s linear infinite;       		
}
@-webkit-keyframes animate-stripes { 
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
@-moz-keyframes animate-stripes {

	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
.progress-bar  .progress-bar-text {
	position: absolute;
	bottom: 12px;
	left: 20px;
	font-family: Open Sans;
	text-transform: uppercase;
	font-size: 14px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(73, 73, 73, 0.66);
}
.progress-bar span.lengh {
	position: absolute;
	right: 20px;
	top: 9px;
	padding: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: auto;
	background: #FFF;
	color: #777;
	font-family: Open Sans;
}

/*	Footer
----------------------------------------------------------------------*/
#footer {
/*	background: #2c3e50;
	background-color:FFF4E4;*/
	background-image:url("../images/footer.png");
	background-position:center bottom;
	background-repeat:no-repeat;
	color: #2c3e50;
	padding: 40px 0px 150px 0px;
}
#footer a {
	color: #2c3e50 
}
#footer a:hover {
	color: #557d0d;
}
#footer h4 {
	font-size: 16px;
	font-weight: normal;
	font-family: "Open Sans", Tahoma, Arial;
	text-transform: uppercase;
	color: #557d0d;
}
#footer strong {
	color: #2c3e50;
	font-weight: bold;
}
.footer-social {
	margin: 0;
}
.footer-social a {
	float: left;
	margin: 0 2px 2px 0;
}
.footer-social a:hover {
	-webkit-animation: tada .8s 1;
	-moz-animation: tada .8s 1;
	-ms-animation: tada .8s 1;
	-o-animation: tada .8s 1;
	animation: tada .8s 1;
}
.tweet_list li {
	margin: 0 0 30px 0;
	padding: 0 0 0 30px;
}
.tweet_list .icon-twitter {
	color: #E7E7E7;
	font-size: 22px;
	position: absolute;
	left: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.tweet_list li:hover .icon-twitter {
	color: #f9e900
}
.copyright {
	text-align:right;
	color: #2c3e50;
}

/*	More Styles
----------------------------------------------------------------------*/
.mt { margin-top: 20px !important }
.mtt { margin-top: 30px !important }
.mtf { margin-top: 40px !important }
.mts { margin-top: 70px !important }

.mb { margin-bottom: 20px !important }
.mbt { margin-bottom: 30px !important }
.mbf { margin-bottom: 40px !important }
.mbs { margin-bottom: 70px !important  }

.fll { float: left; margin: 0 20px 10px 0 !important }
.flr { float: right; margin: 0 0 10px 20px !important }
.tac { text-align: center !important }

.two-radius { border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px }
.three-radius { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px }
.four-radius { border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px }
.five-radiu { border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px }
.six-radius { border-radius:6px; -webkit-border-radius: 6px; -moz-border-radius: 6px }
.ten-radius { border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px }
.circle-radius { border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50% }

.dropcap { 
	font-size: 32px;
	margin: 0px 16px 8px 0px;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: 5px;
	color: white;
	line-height: 54px;
	padding: 0px 16px;
	background: #2C3E50
}
.dropcap-border { 
	font-size: 32px;
	margin: 0px 16px 8px 0px;
	border: 1px solid #2C3E50;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: 5px;
	line-height: 54px;
	padding: 0px 16px;
}
.highlight {
	padding: 1px 6px
}

.the-list li, .the-icons li {
	line-height: 24px;
}
.the-list li [class^="icon-"], .the-list li [class*=" icon-"], .the-icons li [class^="icon-"], .the-icons li [class*=" icon-"] {
	padding-right: 8px;
	font-size: 14px;
}

/*	HR Styles
----------------------------------------------------------------------*/
hr.line {
	margin-bottom: 32px;
}
hr.dotted {
	border-bottom: 1px dotted #777;
	margin-bottom: 32px;
}
hr.double {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-bottom: 32px;
}	
hr.theme20-1 {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	margin-bottom: 32px;
}			
hr.theme20-3 {
	padding: 0;
	border: none;
	border-top: medium double #555;
	color: #555;
	text-align: center;
	margin: 32px 0px;
}
hr.theme20-3:after {
	content: "*";
	display: inline-block;
	position: relative; 
	top: -0.7em;  
	font-size: 1.5em;
	padding: 0 0.25em;
	background: white;
}
.highlight {
	padding: 1px 8px;
}

/*	Top Scroll
----------------------------------------------------------------------*/
.hidett {
	bottom: -100px !important;
}
.showtt {
	bottom:18px !important;
}
#toTop {
	position: fixed;
	right: 32px;
	bottom: -100px;
	width: 40px;
	height: 40px;
	background: rgba(247, 247, 247, 0.36);
	color: #aaa;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	cursor:pointer;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
#toTop i {
	padding: 10px 0 0 15px;
	display: block;
	font-size: 16px;
}
#toTop:hover i {
	-webkit-animation: lr .4s 1;
	-moz-animation: lr .4s 1;
	-ms-animation: lr .4s 1;
	-o-animation: lr .4s 1;
	animation: lr .4s 1;
}
#toTop:hover {
	opacity: 0.9;
	background: #557d0d;
	color: #fff;
}
.flex-control-paging li a.flex-active{background-color:#e74c3c}

/* Intro Animations
----------------------------------------------------------------------*/
@-webkit-keyframes Out {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
@-moz-keyframes Out {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
@-o-keyframes Out {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
@keyframes Out {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
.Out {
	-webkit-animation: Out 1s 1;
	-moz-animation: Out 1s 1;
	-ms-animation: Out 1s 1;
	-o-animation: Out 1s 1;
	animation: Out 1s 1;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
	-webkit-animation: flipInX 1s 1;
	-moz-animation: flipInX 1s 1;
	-ms-animation: flipInX 1s 1;
	-o-animation: flipInX 1s 1;
	animation: flipInX 1s 1;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation: fadeIn 1s 1;
	-moz-animation: fadeIn 1s 1;
	-ms-animation: fadeIn 1s 1;
	-o-animation: fadeIn 1s 1;
	animation: fadeIn 1s 1;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation: fadeInUp 1s 1;
	-moz-animation: fadeInUp 1s 1;
	-ms-animation: fadeInUp 1s 1;
	-o-animation: fadeInUp 1s 1;
	animation: fadeInUp 1s 1;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation: fadeInDown 1s 1;
	-moz-animation: fadeInDown 1s 1;
	-ms-animation: fadeInDown 1s 1;
	-o-animation: fadeInDown 1s 1;
	animation: fadeInDown 1s 1;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation: fadeInLeft 1s 1;
	-moz-animation: fadeInLeft 1s 1;
	-ms-animation: fadeInLeft 1s 1;
	-o-animation: fadeInLeft 1s 1;
	animation: fadeInLeft 1s 1;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation: fadeInRight 1s 1;
	-moz-animation: fadeInRight 1s 1;
	-ms-animation: fadeInRight 1s 1;
	-o-animation: fadeInRight 1s 1;
	animation: fadeInRight 1s 1;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}
	
	70% {
		-webkit-transform: scale(.9);
	}
	
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}
	
	70% {
		-moz-transform: scale(.9);
	}
	
	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}
	
	70% {
		-o-transform: scale(.9);
	}
	
	100% {
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	
	70% {
		transform: scale(.9);
	}
	
	100% {
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation: bounceIn 1s 1;
	-moz-animation: bounceIn 1s 1;
	-ms-animation: bounceIn 1s 1;
	-o-animation: bounceIn 1s 1;
	animation: bounceIn 1s 1;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}
	
	80% {
		-moz-transform: translateY(-10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}
	
	80% {
		-o-transform: translateY(-10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	
	80% {
		transform: translateY(-10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation: bounceInDown 1s 1;
	-moz-animation: bounceInDown 1s 1;
	-ms-animation: bounceInDown 1s 1;
	-o-animation: bounceInDown 1s 1;
	animation: bounceInDown 1s 1;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateIn {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation: rotateIn 1s 1;
	-moz-animation: rotateIn 1s 1;
	-ms-animation: rotateIn 1s 1;
	-o-animation: rotateIn 1s 1;
	animation: rotateIn 1s 1;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation: rotateInUpLeft 1s 1;
	-moz-animation: rotateInUpLeft 1s 1;
	-ms-animation: rotateInUpLeft 1s 1;
	-o-animation: rotateInUpLeft 1s 1;
	animation: rotateInUpLeft 1s 1;
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation: rotateInDownLeft 1s 1;
	-moz-animation: rotateInDownLeft 1s 1;
	-ms-animation: rotateInDownLeft 1s 1;
	-o-animation: rotateInDownLeft 1s 1;
	animation: rotateInDownLeft 1s 1;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation: rotateInUpRight 1s 1;
	-moz-animation: rotateInUpRight 1s 1;
	-ms-animation: rotateInUpRight 1s 1;
	-o-animation: rotateInUpRight 1s 1;
	animation: rotateInUpRight 1s 1;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation: rotateInDownRight 1s 1;
	-moz-animation: rotateInDownRight 1s 1;
	-ms-animation: rotateInDownRight 1s 1;
	-o-animation: rotateInDownRight 1s 1;
	animation: rotateInDownRight 1s 1;
}
@-webkit-keyframes rollIn {
	0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}

@-moz-keyframes rollIn {
	0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}

@-o-keyframes rollIn {
	0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}

@keyframes rollIn {
	0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

.rollIn {
	-webkit-animation: rollIn 1s 1;
	-moz-animation: rollIn 1s 1;
	-ms-animation: rollIn 1s 1;
	-o-animation: rollIn 1s 1;
	animation: rollIn 1s 1;
}


/* Display
----------------------------------------------------------------------*/
#mobilepro {
	font-size: 20px;
	font-weight: bold;
	display: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 6px 7.5px;
	cursor: pointer;
	float: right;
	background-color: #2C3E50;
	color: #FFF;
	margin: 40px 0;
	 z-index:999; 
}
#firstmobilepro {
	font-size: 17px;
	font-weight: bold;
	display: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 4px 6px;
	cursor: pointer;
	float: left;
	background-color: #FFF;
	color: #2C3E50;
	margin: 3px 0 0 10px;
}


/* Get In Touch
====================================*/
.get-in-touch { margin: 15px 0 0 0; }

.get-in-touch li p strong {
	color: #a6a6a6;
	float: left;
	font-weight: 600;
	margin: 0 5px 5px 0;
}

.get-in-touch .icon-map-marker {font-size: 16px;}
.get-in-touch li { margin: 0 0 15px 0; }



.get-in-touch p {
	margin: -2px 0 0 25px;
	line-height: 20px;
}

.get-in-touch li i {
	float: left;
	margin: 2px 0 0 0;
}

/* =================================================================== */
/* Plugins
====================================================================== */


	  #sidebar .widget-wrap{margin-bottom:20px;color:#888}
	  #topplugin{margin-top:15px}
	  #botplugin{padding-bottom:20px;background-color:#f8f8f8}
	  #botplugin h4,#sidebar h4,#sidebar2 h4{margin-bottom:15px;font-size:24px;line-height:29px}
	  .widget-body{color:#888}
	  
	  #sidebar {
		  -webkit-box-shadow: 1px 0px 0px rgba(50, 50, 50, 0.04);
		  -moz-box-shadow:    1px 0px 0px rgba(50, 50, 50, 0.04);
		  box-shadow:         1px 0px 0px rgba(50, 50, 50, 0.04);}
		  
		  
	 #sidebar2 {
		  -webkit-box-shadow: -1px 0px 0px rgba(50, 50, 50, 0.04);
		  -moz-box-shadow:    -1px 0px 0px rgba(50, 50, 50, 0.04);
		  box-shadow:         -1px 0px 0px rgba(50, 50, 50, 0.04);}

	  
	  
	  #topplugin .widget-wrap,#sidebar .widget-wrap,#sidebar2 .widget-wrap{
		  background-color:#fff;
		  padding:10px;
		  margin-bottom:10px;
		  margin-top:10px;
		  font-size:12px
	}
	  
	  #botplugin .widget-wrap{color:#fff;padding:20px; margin-bottom:10px; margin-top:10px}
	  
	  .header,.post-header {
	  margin-top:20px}
	  
	  
	  
	  #search-form .search-text-box {
		  width: 35px;
		  background-color: #f2f2f2;
		  border: none;
		  color: transparent;
		  font-size: 13px;
		  line-height: 18px;
		  padding: 8px 0 9px 0;
		  cursor: pointer;
		  -webkit-transition: all 0.3s ease-in-out;
		  -moz-transition: all 0.3s ease-in-out;
		  -o-transition: all 0.3s ease-in-out;
		  -ms-transition: all 0.3s ease-in-out;
		  transition: all 0.3s ease-in-out;
		  -webkit-box-shadow: none;
		  box-shadow: none;
		  border-radius: 30px;
	  }
	  
	  #search-form { margin: 26px 0 0 10px; }
	  
	  #search-form .search-text-box:focus {
		  font-size: 13px;
		  background-color: #f2f2f2;
		  padding: 8px 15px 9px 35px;
		  width: 140px;
		  border: none;
		  color: #888;
		  cursor: text;
	  } 
	  

/* =================================================================== */
/* Alternate Classes
====================================================================== */


	  #botplugin .widget-wrap.red,#sidebar .widget-wrap.red,#topplugin .widget-wrap.red,#sidebar2 .widget-wrap.red, .redbox{
		  background: #e84c3d;/* Old browsers */
		  color:#ecf0f1;
		  border-radius:3px}
	  
	  #botplugin .widget-wrap.light,#sidebar .widget-wrap.light,#topplugin .widget-wrap.light,#sidebar2 .widget-wrap.light,.bluebox{
		  background: #3598db;
		  color:#ecf0f1;
		  border-radius:3px}
	  
	  #botplugin .widget-wrap.white,#sidebar .widget-wrap.white,#topplugin .widget-wrap.white,#sidebar2 .widget-wrap.white,.whitebox{
		  color: #888;
		  background: #ecf0f1;
		  border-radius:3px}
	  
	  #botplugin .widget-wrap.green,#sidebar .widget-wrap.green,#topplugin .widget-wrap.green,#sidebar2 .widget-wrap.green,.greenbox{
		  background: #27ae61;
		  color:#ecf0f1;
		  border-radius:3px}
	  
	  #botplugin .widget-wrap.orange,#sidebar .widget-wrap.orange,#topplugin .widget-wrap.orange,#sidebar2 .widget-wrap.orange, .orangebox{
		  background: #eb974e;
		  color:#ecf0f1;
		  border-radius:3px}
		  
	  #sidebar .widget-wrap.noclass,#sidebar2 .widget-wrap.noclass,#botplugin .widget-wrap.noclass,#topplugin .widget-wrap.noclass{background-image:none}
	  #sidebar .widget-wrap.nowrap,#topplugin .widget-wrap.nowrap,#botplugin .widget-wrap.nowrap{background-image:none;box-shadow:none;padding:0}
	  .red  h4,.green h4,.orange h4,.blue h4,.light h4 {color:#f6f6f6}
	  .widget-inner h4  { font-size:18px !important;}
	  /* Alert Boxes
====================================*/
.msgAlert,.msgInfo,.msgError,.msgOk,.msgSys {
	font-size: 14px;
	line-height: 18px;
	margin: 15px 0;
	position: relative;
	padding: 13px 40px 13px 18px;
	border-radius: 3px;
	box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.03);
}

.msgAlert {
    position: relative;
}
 
/*replace the content value with the
corresponding value from the list below*/
 
.msgAlert:before {
    content: "\f071";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #8f872e;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 13px;
    left: 20px;
	right: 20px;
}

.msgError:before {
    content: "\f057";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #de5959;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 13px;
    left: 20px;
	right: 20px;
}

.msgOk:before {
    content: "\f058";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #5f9025;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 13px;
    left: 20px;
	right: 20px;
}

.msgInfo:before {
    content: "\f05a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #5091b2;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 13px;
    left: 20px;
	right: 20px;
}


.msgSys:before {
    content: "\f129";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #8f872e;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 13px;
    left: 20px;
	right: 20px;
}


.notification p {
	margin: 0;
}

.msgError span,.msgOk span,.msgAlert span,.msgInfo span,.msgSys span{margin-left:30px;display:inline-block;margin-right:10px;font-weight:700}

.msgOk,
.msgOk strong {
	background-color: #EBF6E0;
	color: #5f9025;
	border: 1px solid #b3dc82;
}

.msgError,
.msgError strong {
	background-color: #ffe9e9;
	color: #de5959;
	border: 1px solid #fbc4c4;
}

.msgAlert,
.msgAlert strong {
	background-color: #FBFADD;
	color: #8f872e;
	border: 1px solid #ded58a;
}

.msgInfo,
.msgInfo strong {
	background-color: #E9F7FE;
	color: #5091b2;
	border: 1px solid #b6d7e8;
}

.notification strong { border: none !important; }

.msgOk .close,
.msgError .close,
.msgAlert .close,
.msgInfo .close {
	padding: 0px 9px;
	position: absolute;
	right: 0;
	top: 18px;
	display: block;
	height: 8px;
	width: 8px;
	cursor: pointer;
}

.msgOk .close {background: url(../images/alert_boxes_close_ico.png) 0 -8px no-repeat;}
.msgError .close {background: url(../images/alert_boxes_close_ico.png) 0 0 no-repeat;}
.msgAlert .close {background: url(../images/alert_boxes_close_ico.png) 0 -16px no-repeat;}
.msgInfo .close {background: url(../images/alert_boxes_close_ico.png) 0 -24px no-repeat;}


#gallery-area{width: 900px; height: 540px; margin: 0px;  background-color:#ffffff; border:4px solid #5D9A1B; margin:auto;}

@media (min-width: 1135px) {
	.sticky {width: 1140px}
}
/* #Tablet (Landscape) 1177px
----------------------------------------------------------------------*/
@media only screen and (min-width: 959px) and (max-width: 1177px) {
	body {overflow-x: hidden}
	.boxed, .blocked {width: 98% }
	.row { width: 94%; }
	.showcase li, .showcase a { width: 235px; height: 140px }
	.showcase a:hover h3 { bottom: 60px }
	.showcase a p { bottom: -120px }
	.jcarousel-clip { width: 100.7% }
	#clients .jcarousel-item-horizontal { margin-right: 10px }
	.modern-slider {width: auto;height: 300px;}
	.modern-slider img {width: auto;height: 100%;}
	.myslicebox, .shadow {width: 800px;}
	.nav-arrows a {left: -8%;}
	.nav-arrows a:first-child {right: -8%;}
	.rm_container {width: 960px;}
	.slides-navigation a.next {left: 13%}
	#slides .slides-container li h3 {left: 18%; bottom: 5.1%; }
	div.jp-audio div.jp-type-single div.jp-progress, div.jp-audio div.jp-type-single div.jp-time-holder {width: 430px !important}
	.second-head .sf-menu li {margin-left: 6px;}
	.landing #iview {height: 600px !important;}
	.sticky {width: 98%}
	.first-head {margin-bottom: 0 !important}
	
}

/* #Tablet (Portrait) 768px
----------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	body {overflow-x: hidden}
	.boxed, .blocked {width: 97% }
	.row { width: 91%; }
	.big-slider p,.pxs_navigation, .head-social { display: none !important }
	.sticky {width: 97%}
	.first-head {margin-bottom: 0 !important}
	.big-slider h3 { bottom: 4%; left: 2%; z-index: 999 }
	.stunning-box .btn { margin-top: 30px }
	.showcase li, .showcase a { width: 225px; height: 140px }
	.showcase a p { bottom: -120px }
	.showcase a:hover h3 { bottom: 62px }
	.date { padding: 16px }
	.jcarousel-clip { width: 100.7% }
	#clients .jcarousel-item-horizontal { margin-right: 10px }
	.second-head .sf-menu li {margin-left: 2px}
	.smalltt {padding: 6px 20px}
	.mediumtt {padding: 10px 20px }
	.btn {padding: 14px 20px }
	.modern-slider {width: auto;height: 280px;}
	.modern-slider img {width: auto;height: 100%;}
	.myslicebox, .shadow {width: 545px}
	.nav-arrows a {left: -12%}
	.nav-arrows a:first-child {right: -12%}
	.roundabout ul {width: 58%}
	.liteAccordion.light {width: 90% !important}
	.rm_container {width: 600px}
	.slides-navigation a.next {left: 15%}
	#slides .slides-container li h3 {left: 22%; bottom: 5% }
	.single-pager .live-version > span, .single-pager .live-version > a {display: inline-block}
	div.jp-audio div.jp-type-single div.jp-progress, div.jp-audio div.jp-type-single div.jp-time-holder {width: 240px !important}
	.services h4 {margin: 8px 0 20px; float: none;}
	.services {text-align: center}
	.services .clearfix {text-align: left !important}
	.services img {float: none;margin: 0 auto 20px;}
	.widget-title h4 {margin: 2px 0 0 0}
	.widget-title img {width: 40px}
	.meta-date {width: 11.4%}
	.post-title-row .post-title {width: 80%}
	.testimonial-s .testimonial-details {margin: 30px 0px 8px 20px}
	.blog-three-columns .post-title {margin: 0px 0 10px 20px;width: 63%}
	.author p, .author h3 {width: 60%}
	.single-pager .live-version > span, .single-pager .live-version > a {width: auto}
	.single-pager .previous > span, .single-pager .previous > a, .single-pager .next > span, .single-pager .next > a {width: 40px}
	.landing #iview {height: 500px !important;}
}

/* #Mobile (Landscape) 480px
----------------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	body {overflow-x: hidden}
	.boxed, .blocked {width: 96% }
	.blocked {margin: 8px auto;}
	.row { width: 90%; }
	.sticky {position: relative}
	.first-head {margin-bottom: 0 !important}
	.big-slider p, .pxs_navigation, #toTop, .galleri4 p, .labele, .galleri4 h3, .sb-slider h3 { display: none !important }
	.big-slider h3 { bottom: 4%; left: 2%; z-index: 999 }
	.second-head .sf-menu a { color: #333 !important; background: #fff !important; border-radius: 3px }
	.second-head .sf-menu a:hover { color: #fff !important; background: #2C3E50 !important }
	#mobilepro { display: block; }
	.second-head .sf-menu {width: 100%!important;display: none; margin: 4px 0 !important }
	.second-head .sf-menu li li, .second-head .sfHover { background: none }
	.second-head .sf-menu li { margin-bottom: 10px; margin-left: 0 }
	.second-head .sf-menu.xactive { display: block !important; }
	.second-head .sf-menu ul:before { content: ""; border-width: 0 0 0 0 !important }
	.second-head .second-head .sf-menu > li.sfHover:before {color: #7A7A7A;background: none;width: 0;height: 0px;}
	.second-head .sf-menu li:hover ul, .second-head .sf-menu li.sfHover ul { padding: 0 !important }
	.second-head ul.sf-menu li:hover ul, .second-head ul.sf-menu li.sfHover ul, .second-head ul.sf-menu li ul { margin-top: 4px }
	.second-head .sf-menu li { float: none !important; display: block !important; width: 100% !important;overflow: hidden; }
	.second-head .sf-menu li a, .second-head  li:first-child a, .second-head .sf-menu ul li, .second-menu li.active { float: none !important; border: 0; }
	.second-head .sf-menu li:hover ul, .second-head .sf-menu li.sfHover ul {box-shadow: none;-webkit-animation: initial;animation: initial;-moz-animation: initial;-o-animation: initial; }
	.second-head .sf-menu li li {left: 0px;}/* drop menu fix*/
	.second-head .sf-menu ul {position:static !important; display: none !important; width: 100%; }
	.second-head .xpopdrop ul {display: block !important; visibility: inherit !important }
	.stunning-box .btn { margin-top: 30px }
	#clients .jcarousel-item-horizontal { margin-right: 10px }
	#clients img {height: auto}
	.showcase li, .showcase a, .galleri1 a, .galleri1 li { width: 433px; height: 273px !important }
	.galleri3 a, .galleri3 li { width: 140px !important; height: 88px !important }
	.galleri2 a, .galleri2 li { width: 218px !important; height: 136px !important }
	.galleri4 li, .galleri4 a {width: 109px !important;height: 68px !important }
	.showcase a:hover img {top: 0}
	.showcase a p { bottom: -120px }
	.showcase a:hover h3 { bottom: 46px }
	.showcase a p {height: 44px;width: 394px;}
	.breadcrumb ul li {font-size: 12px}
	.tabs li a {padding: 10px 12px;}
	.blockquote.left, .blockquote.right {width: 100%;margin-right: 0;float: none;}
	.breadcrumb ul li {padding: 0 10px 0}
	.breadcrumb ul li:first-child {padding: 0 10px 0 0;}
	.modern-slider {width: auto;height: 200px;}
	.modern-slider img {width: auto;height: 100%;}
	.myslicebox {width: 400px;}
	.shadow {width: 400px; height: 80px; margin: -70px auto 0;}
	.nav-arrows a {left: -16%;}
	.nav-arrows a:first-child {right: -16%;}
	.roundabout li {max-width: 100% !important}
	.liteAccordion.light {width: 90% !important;}
	ul.pxs_thumbnails {bottom: 20%;top: auto;}
	.pxs_container, ul.pxs_slider  {height: 300px}
	.rm_container {width:470px;}
	.slides-navigation a.next {left: 18%}
	#slides .slides-container li h3 {left: 28%; bottom: 3.5%; }
	div.jp-audio div.jp-type-single div.jp-progress, div.jp-audio div.jp-type-single div.jp-time-holder {width: 170px !important}
	.meta-date {width: 13.4%}
	.post-title-row .post-title {width: 80%}
	.meta-more {padding: 0 0 0 14px}
	.author, .author p {border: 0px solid #EAEAEA;width: 100%;}
	ul.showcomments li.child {margin: 0 0px 32px 30px;}
	.zoom {right: 0; width: auto !important }
	.sticky {position: relative }
	.landing #iview {height: 320px !important;}
	.first-head .grid_6 #langswitch{float:right; margin-top:-30px}
	.first-head .grid_6 .searchform input{margin:10px 0; border-radius:4px; background-color:rgba(0,0,0, 0.06); color:#fff}
}

/*  #Mobile (Portrait) 320px
----------------------------------------------------------------------*/
@media only screen and (min-width: 100px) and (max-width: 479px) {
	#header{ position:relative; min-height:120px;}
	#Logo{display:none;}
	#Logo2{display:block;  margin-left:-10px; }
	#Telefono{
	position:absolute;
	color:#fff;
	left:0px;
	top:70px;
	width:300px;
	font: 22px/28px "Raleway",Georgia,Times New Roman,Arial,Verdana,Tahoma;
	font-weight:bold;
	line-height:40px;
	margin-top:5px;
	text-align:right;
	text-shadow: 0px 2px 2px #335413;
}
	#gallery-area{ width:100%;}
#Telefono img{ display:none;}
	
	#SpazioTop{ margin-top:0px;}
	div#galleryHome { width:100%; float:left; display:block; margin-top:28px;min-height: 230px;
    background: url('../images/bg-featured2.png') no-repeat scroll 0% 0% transparent;}
	div#middleHome{ width:90%; float:left; display:block; padding-right:10px;
    min-height: 186px;}
	div.slideshow {
    margin: 31px 0px 0px 25px;
	}
	div.slideshow img{ max-width:250px !important}
	#slogan h1{
	margin-top:10px;
	padding-left:10px;
	}
	#slogan p{
		padding-top:10px;
		padding-left:10px;
	}
	#BottHome{margin-top:10px;
		padding-left:10px;}
	body {overflow-x: hidden}
	.boxed, .blocked {width: 94% }
	.blocked {margin: 8px auto;}
	.row { width: 94%; }
	.sticky {position: relative}
	.first-head {margin-bottom: 0 !important}
	.first-head {min-height: 32px}
	.row { padding: 0 }
	.big-slider p, .big-slider h3, .head-social, div.jp-audio div.jp-type-single a.jp-mute, div.jp-audio div.jp-type-single a.jp-unmute, .sb-slider h3, div.jp-audio div.jp-volume-bar, .labele, .pxs_navigation, #slides .slides-container li h3, #toTop { display: none !important }
	.sf-menu a { color: #333 !important; background: #fff !important; border-radius: 3px }
	.sf-menu a:hover { color: #fff !important; background: #2C3E50 !important }
	#mobilepro { display: block; margin: 75px 10px 10px 0; float:left; z-index:10; position:absolute }
	#firstmobilepro { display: block }
	#topmenu{padding-top:105px; position:relative;}
	.sf-menu {width: 100%!important;display: none; margin: 4px 0 !important; position:relative; }
	.second-head{ position:relative; display:block;}
	.second-head .sf-menu li li, .second-head .sfHover { background: none }
	.second-head .sf-menu li { margin-bottom: 10px; margin-left: 0 }
	.sf-menu.xactive { display: block !important }
	.sf-menu ul:before { content: ""; border-width: 0 0 0 0 !important }
/*	.sf-menu > li:before {background: none !important } */
	.second-head .sf-menu li.sep,sf-menu > li.sep{display:none; height:0px;}
	.sf-menu > li.sfHover:before {color: #7A7A7A;background: none;width: 0;height: 0px}
	.sf-menu li:hover ul, .sf-menu li.sfHover ul { padding: 0 !important }
	ul.sf-menu li:hover ul, ul.sf-menu li.sfHover ul, ul.sf-menu li ul { margin-top: 4px }
	.sf-menu li { float: none !important; display: block !important; width: 100% !important;overflow: hidden }
	.sf-menu li a, li:first-child a, .sf-menu ul li, .second-menu li.active { float: none !important; border: 0}
	.sf-menu li:hover ul, .sf-menu li.sfHover ul {box-shadow: none;-webkit-animation: initial;animation: initial;-moz-animation: initial;-o-animation: initial}
	.sf-menu li li {left: 0px}/* drop menu fix*/
	.sf-menu ul {position:static !important; display: none !important; width: 100% }
	.xpopdrop ul {display: block !important; visibility: inherit !important }
	.first-head .sf-menu li {margin-right: 0;margin-bottom: 4px;}
	.first-head .sf-menu li a {padding: 0 8px}
	.first-head .sf-menu li li {background: none;}
	.stunning-box .btn { margin-top: 30px }
	#clients .jcarousel-item-horizontal { margin-right: 10px }
	#clients img {height: auto}
	.breadcrumb ul li {font-size: 12px}
	.tabs li a {padding: 10px 12px}
	.blockquote.left, .blockquote.right {width: 100%;margin-right: 0;float: none}
	.breadcrumb ul li {padding: 0 10px 0}
	.breadcrumb ul li:first-child {padding: 0 10px 0 0}
	.modern-slider {width: auto;height: 120px}
	.modern-slider img {width: auto;height: 100%}
	.myslicebox {width: 200px}
	.shadow {width: 200px; height: 80px; margin: -70px auto 0}
	.nav-arrows a {left: -24%}
	.nav-arrows a:first-child {right: -24%}
	.liteAccordion.light {width: 90% !important}
	ul.pxs_thumbnails {bottom: 40%}
	.rm_container {width: 300px}
	.slides-navigation a.next {left: 24%}
	div.jp-audio div.jp-type-single div.jp-progress, div.jp-audio div.jp-type-single div.jp-time-holder {width: 140px !important}
	.showcase li, .showcase a { width: 282px; height: 182px }
	.galleri3 a, .galleri3 li { width: 136px !important; height: 86px !important }
	.galleri2 a, .galleri2 li { width: 134px !important; height: 84px !important }
	.galleri4 li, .galleri4 a { width: 68px !important;height: 42px !important }
	.showcase a:hover img {top: 0}
	.showcase a p {height: 60px;width: 242px}
	.meta-date {width: 20.4%}
	.post-title-row .post-title {width: 70%}
	.meta-more {padding: 20px 0 0 0}
	div.jp-audio ul.jp-controls {width: 238px}
	.author, .author p {border: 0px solid #EAEAEA;width: 100%}
	ul.showcomments li.child {margin: 0 0px 32px 30px}
	.zoom {right: 0}
	.sticky {position: relative }
	ul.pxs_thumbnails {bottom: 20%;top: auto}
	.pxs_container, ul.pxs_slider  {height: 270px}
	.rm_container {width:370px}
	.mslider-arrow i {padding: 2px 0 0 17px;font-size: 16px}
	.mslider-arrow {width: 40px;height: 20px}
	.mslider-controls {right: 4%}
	.ca-menu {padding: 0 0 0 36px;width: 86%}
	.fb-blog .grid_2 {width: 14.667%}
	.date {padding: 12px}
	.landing #iview {height: 200px !important;}
	.first-head .grid_6 #langswitch{float:right; margin-top:-30px; padding-top:20px}
	.first-head .grid_6 .searchform input{margin:10px 0; border-radius:4px; background-color:rgba(0,0,0, 0.06); color:#fff}
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
	.second-head .grid_18{ margin-top:-110px}
}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at https://fontawesome.io.  Stay up to date on Twitter at
 *  https://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    https://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    https://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    https://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - https://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: https://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - https://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('font/fontawesome-webfont.eot?v=3.2.1');
  src: url('font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #557d0d;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {

  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
