/* ------------------------------------ */
/* ---------- Reset Browser ----------- */
/* ------------------------------------ */

@import url("reset.css");

/* ------------------------------------ */
/* ------------- Fonts ---------------- */
/* ------------------------------------ */

@font-face {font-family:"TitilliumMaps26L-1wt";src:url("fonts/TitilliumMaps26L004.eot?") format("eot"),url("fonts/TitilliumMaps26L004.woff") format("woff"),url("fonts/TitilliumMaps26L004.ttf") format("truetype"),url("fonts/TitilliumMaps26L004.svg#TitilliumMaps26L-1wt") format("svg");font-weight:normal;font-style:normal;}

@font-face {font-family:"TitilliumMaps26L-999wt";src:url("fonts/TitilliumMaps26L.eot?") format("eot"),url("fonts/TitilliumMaps26L.woff") format("woff"),url("fonts/TitilliumMaps26L.ttf") format("truetype"),url("fonts/TitilliumMaps26L.svg#TitilliumMaps26L-999wt") format("svg");font-weight:normal;font-style:normal;}

@font-face {font-family:"TitilliumText14L-250wt";src:url("fonts/TitilliumText250wt.eot?") format("eot"),url("fonts/TitilliumText250wt.woff") format("woff"),url("fonts/TitilliumText250wt.ttf") format("truetype"),url("fonts/TitilliumText250wt.svg#TitilliumText14L-250wt") format("svg");font-weight:normal;font-style:normal;}

@font-face {font-family:"TitilliumText14L-400wt";src:url("fonts/TitilliumText400wt.eot?") format("eot"),url("fonts/TitilliumText400wt.woff") format("woff"),url("fonts/TitilliumText400wt.ttf") format("truetype"),url("fonts/TitilliumText400wt.svg#TitilliumText14L-400wt") format("svg");font-weight:normal;font-style:normal;}

@font-face {font-family:"TitilliumText14L-600wt";src:url("fonts/TitilliumText600wt.eot?") format("eot"),url("fonts/TitilliumText600wt.woff") format("woff"),url("fonts/TitilliumText600wt.ttf") format("truetype"),url("fonts/TitilliumText600wt.svg#TitilliumText14L-600wt") format("svg");font-weight:normal;font-style:normal;}

@font-face {font-family:"TitilliumText14L-800wt";src:url("fonts/TitilliumText800wt.eot?") format("eot"),url("fonts/TitilliumText800wt.woff") format("woff"),url("fonts/TitilliumText800wt.ttf") format("truetype"),url("fonts/TitilliumText800wt.svg#TitilliumText14L-800wt") format("svg");font-weight:normal;font-style:normal;}

@font-face {
    font-family: 'robotoblack';
    src: url('fonts/roboto-black-webfont.woff2') format('woff2'),
         url('fonts/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* ------------------------------------ */
/* ---------- General styles ---------- */
/* ------------------------------------ */

body {
	font-family: 'robotoblack'/*'TitilliumText14L-600wt'*/;
	background:url(../../images/2013Web/images/bg.jpg) repeat;
	font-size:14px;
	/*line-height:23px;*/
	color:black;
}
.clear { 
	clear:both; 
	display:block; 
} /* Use this br class to clear floated columns */
a { 
	text-decoration:none;
}

/* ----------------------------------- */
/* ---------- Header styles ---------- */
/* ----------------------------------- */
/* color scheme :  #3773B9 primary background color */
/*                 #3763A9 darker accent to primary background color for menu items */

.scoreboard {
   background:#E8EFF6;
   font-family: Arial;
   font-size: 12pt;
   color:Black;
}

.scoreboard table {
max-width: 100%;
border-collapse: separate;
/*border:3px solid black;*/
border-spacing: 5px 5px;
} 

.scoreboard td {
vertical-align:top;
/*border:4px dotted orange;*/

}

.scoreboard .scHeaderRow  { 
  background-color: #3763A9; /*955843;*/
}

.scoreboard .whiteRow  { 
  background:White;
}

.scoreboard .orangeRow  { 
  background:Orange;
  vertical-align: middle;
}

.scoreboard .blueRow  { 
  background:Blue;
 vertical-align: middle;
}

.scoreboard .redRow  { 
  background:Red;
 vertical-align: middle;
}

.scoreboard .greenRow  { 
  background:Green;
 vertical-align: middle;
}

.scoreboard .grayRow {
  background:Gray;
  vertical-align: middle;
}

.scoreboard .purpleRow {
  background:Purple;
  vertical-align: middle;
}

.scoreboard .yellowRow {
  background:Yellow;
  vertical-align: middle;
}

.scoreboard .burntOrangeRow {
 background:#8b1717;
 vertical-align: middle;
}

.scoreboard .clearRow  { 
  background:transparent;
}

.scoreboard .scHeaderAnchors  { 
background-color: #C6D5E6;
font-family: Arial;
font-size: 12pt;
color:Black;
font-weight:bold; 
}

.teamlocator {
   font-family: Arial;
   font-size: 12pt;
   color:Black;
}

.teamlocator table {
color:Black;
}

.teamlocator td {
vertical-align:top;
}

.paypalformlabel
{
font-family: Arial;
font-size: 10pt;
color:Black;
font-weight:bold; 
}

header {
    width: 100%;
    height: 62px;
    background: #3773B9; /*#b7635d*/
    position: fixed;
    z-index: 999999;
}


.header-ct {
    width: 1089px;
    margin: auto;
    height: 62px;
 }


.header-ct .social-menu-header {
	top:12px;
	left:36px;
	position:absolute;
    z-index:9999;
}

.header-ct .logo {
	float:left;
	/*padding-top:30px;*/
    height:62px;
    /*top:-80px;*/
	margin-left:80px;
}



.header-ct .menu {
	float:right;
	position:relative;
	z-index:1000;
}
.header-ct .menu ul li {
	float:left;
	padding-left:2px;
	position:relative;
}
.header-ct .menu ul li a {
	display:block;
	height:62px;
	border-top:solid 7px #3763A9; /*#b7635d*/
	color:#ffffff;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	padding:8px 15px 0 15px;
	font-size:16px;
	line-height:16px;
}
.header-ct .menu ul li:hover a {
	background:#3763A9; /*b15d57*/
	border-color:#3763A9;/*#a7524c*/
	-webkit-transition: border-color 0.4s linear, background 0.4s linear;
	-moz-transition: border-color 0.4s linear, background 0.4s linear;
	-ms-transition: border-color 0.4s linear, background 0.4s linear;
	-o-transition: border-color 0.4s linear, background 0.4s linear;
	transition: border-color 0.4s linear, background 0.4s linear;
}
.header-ct .menu ul li:hover ul li a {
	background:none;
}
.header-ct .menu ul li.active a {
	background:#3763A9; /*#b15d57*/
	border-color:#3763A9; /*#a7524c*/
}
.header-ct .menu ul li a span {
	font-weight:normal;
	font-size:11px;
	text-transform:uppercase;
	font-family: 'robotoblack'/*'TitilliumText14L-400wt'*/;
}
.header-ct .menu ul li ul {
	position:absolute;
	width:160px;
	background:#f4f4f4;
	border-top:solid 5px #ae5e59;
	display:none;
	top:100%;
	z-index:100000;
}
.header-ct .menu ul li ul li {
	width:100%;
	margin:0px;
	padding:0px;
	background:url(../../images/2013Web/images/submenu-bg.jpg) repeat-x bottom;
	padding-bottom:2px;
}
.header-ct .menu ul li ul li.last {
	background:none;
	padding-bottom:0px;
}
.header-ct .menu ul li ul li a {
	display:block;
	height:auto;
	width:80%;
	border-top:none;
	color:#5b5b5b;
	font-family: 'robotoblack'/*'TitilliumText14L-400wt'*/;
	padding:10% 10%;
	font-size:12px;
	line-height:12px;
}
.header-ct .menu ul li ul li:hover a {
	background:#3773B9;/*#b15d57*/   /*#5dbcd2*/
	color:#ffffff;
	-webkit-transition: border-color 0.4s linear, background 0.4s linear;
	-moz-transition: border-color 0.4s linear, background 0.4s linear;
	-ms-transition: border-color 0.4s linear, background 0.4s linear;
	-o-transition: border-color 0.4s linear, background 0.4s linear;
	transition: border-color 0.4s linear, background 0.4s linear;
}
.header-ct .menu ul li ul li a.active {
	background:#3773B9;/*#b15d57*/
	color:#ffffff;
}
/* ECT STYLES */

headerECT {
    width: 100%;
    /*height: 132px;*/
    background: #060405; /*#b7635d*/
    position: fixed;
    z-index: 999999;
}

.header-ctECT .logoECT {
	float:left;
	/*padding-top:30px;*/
	/*height:122px;*/
    width:220px;
	padding-top:40px;
}

.header-ctECT .social-menu-headerECT {
	top:5px;
    left:80px;
    position:absolute;
    z-index:9999;
}

.header-ctECT .menu {
	float:right;
	position:relative;
	z-index:1000;
}
.header-ctECT .menu ul li {
	float:left;
	padding-left:2px;
	position:relative;
}
.header-ctECT .menu ul li a {
	display:block;
	height:75px;
	/*border-top:solid 7px #ea673b;*/ /*#b7635d*/
	color:#ffffff;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	padding:50px 15px 0 15px;
	font-size:16px;
	line-height:16px;
}
.header-ctECT .menu ul li:hover a {
	background:#30414a; /*b15d57*/
	border-color:#30414a;/*#a7524c*/
	-webkit-transition: border-color 0.4s linear, background 0.4s linear;
	-moz-transition: border-color 0.4s linear, background 0.4s linear;
	-ms-transition: border-color 0.4s linear, background 0.4s linear;
	-o-transition: border-color 0.4s linear, background 0.4s linear;
	transition: border-color 0.4s linear, background 0.4s linear;
}
.header-ctECT .menu ul li:hover ul li a {
	background:none;
}
.header-ctECT .menu ul li.active a {
	background:#30414a; /*#b15d57*/
	border-color:#30414a; /*#a7524c*/
}
.header-ctECT .menu ul li a span {
	font-weight:normal;
	font-size:11px;
	text-transform:uppercase;
	font-family: 'robotoblack'/*'TitilliumText14L-400wt'*/;
}
.header-ctECT .menu ul li ul {
	position:absolute;
	width:160px;
	background:#f4f4f4;
	border-top:solid 5px #ae5e59;
	display:none;
	top:100%;
	z-index:100000;
}
.header-ctECT .menu ul li ul li {
	width:100%;
	margin:0px;
	padding:0px;
	background:url(../../images/2013Web/images/submenu-bg.jpg) repeat-x bottom;
	padding-bottom:2px;
}
.header-ctECT .menu ul li ul li.last {
	background:none;
	padding-bottom:0px;
}
.header-ctECT .menu ul li ul li a {
	display:block;
	height:auto;
	width:80%;
	border-top:none;
	color:#5b5b5b;
	font-family: 'robotoblack'/*'TitilliumText14L-400wt'*/;
	padding:10% 10%;
	font-size:12px;
	line-height:12px;
}
.header-ctECT .menu ul li ul li:hover a {
	background:#30414a;/*#b15d57*/   /*#5dbcd2*/
	color:#ffffff;
	-webkit-transition: border-color 0.4s linear, background 0.4s linear;
	-moz-transition: border-color 0.4s linear, background 0.4s linear;
	-ms-transition: border-color 0.4s linear, background 0.4s linear;
	-o-transition: border-color 0.4s linear, background 0.4s linear;
	transition: border-color 0.4s linear, background 0.4s linear;
}
.header-ctECT .menu ul li ul li a.active {
	background:#30414a;/*#b15d57*/
	color:#ffffff;
}






/* ----------------------------------- */
/* ----------- Main styles ----------- */
/* ----------------------------------- */

#main {
	width:100%;

}
/* ----------- Main Title ----------- */
.main-title {
	height:125px;
	background:#ffffff;
	padding-top:10px;
}
.main-title-ct {
	background:url(../../images/2013Web/images/title-shaddow.png) no-repeat center top #3773B9; /*#b7635d*/
	width:1089px;
	margin:auto;
	height:125px;
	position:relative;
}
.main-title-ct .left-corner {
	position:absolute;
	background:url(../../images/2013Web/images/left-title-corner.png) no-repeat;
	width:22px;
	height:22px;
	left:0px;
	bottom:0px;
}
.main-title-ct .right-corner {
	position:absolute;
	background:url(../../images/2013Web/images/right-title-corner.png) no-repeat;
	width:22px;
	height:22px;
	right:0px;
	top:0px;

}
.main-title-ct .title-text {
	float:left;
}
.main-title-ct .title-text .icon {
	/*background:url(../../images/2013Web/images/main-title-icon.png) no-repeat center #ffffff;*/
	background:url(../../images/2013Web/images/widget-icon.png) no-repeat #3773B9;/*#b5544d*/
	width:54px;
	height:48px;
	float:left;
	margin:40px 0 0 33px; 
}
.main-title-ct .title-text p {
	float:left;
	font-size:55px;
	line-height:55px;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	color:#ffffff;
	text-transform:uppercase;
	padding:38px 0 0 17px;
	letter-spacing:-3px;
}
/* ----------- Breadcrumps ----------- */
.main-title-ct .breadcrumps {
	float:right;
	padding:46px 32px 0 0;
}
.main-title-ct .breadcrumps ul li {
	float:left;
	font-family: 'robotoblack'/*'TitilliumMaps26L-1wt'*/;
	font-size:40px;
	line-height:40px;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:-3px;
}
.main-title-ct .breadcrumps ul li a {
	font-family: 'robotoblack'/*'TitilliumMaps26L-1wt'*/;
	font-size:40px;
	line-height:40px;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:-3px;
}
.main-title-ct .breadcrumps ul li.active {
	font-family: 'robotoblack'/*'TitilliumText14L-400wt'*/;
}
.main-title-ct .breadcrumps ul li span {
	color:#dbdbdb;
	padding:0 4px;
}
/* ----------- Main Content ----------- */
.main-content {
	width:1089px;
	margin:auto;
	padding:32px 0 180px 0;
}
.main-content .left-container {
	width:65.7%;
	float:left;
}

.slider .slcaption {
	font-size:12px;
	color:blue; 
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 14px;
}
.slider div div .slcaption2 {
	font-size:12px;
	color:black; 
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 14px;
}

/* ----------- Article ----------- */
article {
	width:100%;
	float:left;
	background:#ffffff;
	border-bottom:4px solid #e6e6e6;
	/*position:relative;*/
	margin-bottom:30px;
}
article .border-bottom {
	background:#dcdcdc;
	/*position:absolute;*/
	left:10px;
	right:10px;
	height:4px;
	bottom:-8px;
}
article .post-thumb {
	position:relative;
}
article .post-thumb .overlay {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:url(../../images/2013Web/images/post-thumb-bg.png) repeat;
	opacity: 0;
  	filter: alpha(opacity = 0);
}
article .post-thumb:hover .overlay {
	opacity: 1;
  	filter: alpha(opacity = 100);
	-webkit-transition: opacity 0.4s linear;
	-moz-transition: opacity 0.4s linear;
	-ms-transition: opacity 0.4s linear;
	-o-transition: opacity 0.4s linear;
	transition: opacity 0.4s linear;
}
article .post-thumb .overlay a {
	background:url(../../images/2013Web/images/blog-image-overlay.png) no-repeat center;
	display:block;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
}
article .post-thumb .overlay.blog a {
	background:url(../../images/2013Web/images/prj-ic-1.png) no-repeat center #ad564f;
	display:block;
	width:49px;
	height:49px;
	margin:0 auto;
}
article .post-thumb .overlay.blog a:hover {
	background-color:#2b2b2b;
	-webkit-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	-ms-transition: background-color 0.4s linear;
	-o-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
}
article .post-thumb img {
	width:100%;
	display:block;
}
article .post-content {
	padding:3px;
	position: inherit;
}
article .post-content .post-info {
	width:135px;
	background:#3763A9;/*#ac554e*/
	float:left;
	margin:0 20px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position:relative;
}
article .post-content .post-info .shaddow {
	background:url(../../images/2013Web/images/post-info-shaddow.png) no-repeat;
	width:20px;
	height:121px;
	position:absolute;
	right:-20px;
	top:0px;
}
article .post-content .post-info ul li {
	background:url(../../images/2013Web/images/post-info-li-bg.jpg) repeat-x bottom;
	margin:0 16px;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	font-size:35px;
	line-height:35px;
	color:#ffffff;
	padding:10px 0;
}
article .post-content .post-info ul li.last {
	background:none;
}
article .post-content .post-info ul li span {
	font-size:11px;
	line-height:35px;
	font-family: 'robotoblack'/*'TitilliumText14L-400wt'*/;
	color:#ffffff;
	padding-left:6px;
	vertical-align:middle;
}
article .post-content hgroup h2 {
	font-size:25px;
	line-height:25px;
	color:#616262;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	padding-bottom:10px;
	letter-spacing:-1px;
	
}
article .post-content hgroup h2 a {
	color:#616262;
}
article .post-content hgroup h2 a:hover {
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	color:#3773B9;/*#b5544d*/
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-ms-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
}
article .post-content h1 {
	font-size:30px;
	line-height:30px;
	color:#616262;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	text-transform:uppercase;
	padding:25px 0;
}
article .post-content hgroup h3 {
	font-size:12px;
	line-height:12px;
	color:#616262;
	font-family: 'robotoblack'/*'TitilliumText14L-800wt'*/;
	padding-bottom:15px;
	font-weight:normal;
}
article .post-content hgroup h3 a {
	color:#ac554e;
}
article .post-content hgroup a:hover {
	color:#616262;
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-ms-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
}
article .post-content p {
	padding-bottom:20px;
	/*letter-spacing:-1px;*/
}
article .post-content img.full-width {
	width:100%;
}
article .post-content p.quote {
	background:#efefef;
	border-left:solid 47px #3773B9;/*#b5544d*/
	padding:30px 30px;
	margin-bottom:20px;
	font-style:italic;
	position:relative;
	color:#989898;
	font-size:14px;
	line-height:21px;
}
article .post-content p.quote .icon {
	background:url(../../images/2013Web/images/quote.png) no-repeat center #3773B9;/*#b5544d*/
	display:block;
	position:absolute;
	width:47px;
	top:0px;
	bottom:0px;
	left:-47px;
}
article .post-content .read-more {
	float:right;
	font-style:italic;
	color:#ac554e;
	font-family: 'TitilliumText14L-600wt';
}
article .post-content .read-more:hover {
	color:#616262;
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-ms-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
}

article .hspnnewslinks {
  font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
  font-size:13pt;
  line-height:18px;
  color: Black; 
}

article .hspnnews {
  font-family: 'Arial';
  font-size:11pt;
  color: Black; 
}

/* ----------- Features ----------- */
.features h1 {
	font-size:32px;
	line-height:36px;
	color:#616262;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	padding-bottom:15px;
}
.features h2 {
	font-size:28px;
	line-height:36px;
	color:#616262;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	padding-bottom:15px;
}
.features h3 {
	font-size:25px;
	line-height:36px;
	color:#616262;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	padding-bottom:15px;
}
.features h4 {
	font-size:22px;
	line-height:36px;
	color:#616262;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	padding-bottom:15px;
}
.features h5 {
	font-size:20px;
	line-height:36px;
	color:#616262;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	padding-bottom:15px;
}
.features h6 {
	font-size:18px;
	line-height:36px;
	color:#616262;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	padding-bottom:15px;
}
.features p {
	padding-bottom:20px;
}
.features .separator {
	width:100%;
	height:7px;
	background:url(../../images/2013Web/images/separator-bg.png) repeat-x;
	margin-bottom:60px;
	margin-top:40px;
}
.features .border-bottom {
	background:#dcdcdc;
	position:absolute;
	left:10px;
	right:10px;
	height:4px;
	bottom:-8px;
}
.features .step {
	background:#ffffff;
	border-bottom:solid 4px #e6e6e6;
	position:relative;
	margin-bottom:20px;
}
.features .step .nr {
	position:absolute;
	width:106px;
	height:87px;
	background:#ac554e;
	text-align:center;
	font-size:72px;
	line-height:72px;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	color:#ffffff;
	right:0px;
	top:0px;
}
.features .step .nr span {
	font-size:45px;
	font-family: 'robotoblack'/*'TitilliumMaps26L-1wt'*/;
}
.features .step p {
	font-size:12px;
	line-height:18px;
	font-family: 'robotoblack'/*'TitilliumText14L-400wt'*/;
	padding:5px 16px 10px 16px;
	text-transform:uppercase;
}
.features .price {
	text-align:center;
	background:#ffffff;
	border-bottom:solid 4px #e6e6e6;
	position:relative;
	margin-bottom:20px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding-top:15px;
}
.features .price:hover {
	margin-top:-5px;
	-webkit-transition: margin-top 0.4s linear;
	-moz-transition: margin-top 0.4s linear;
	-ms-transition: margin-top 0.4s linear;
	-o-transition: margin-top 0.4s linear;
	transition: margin-top 0.4s linear;
}
.features .price .title {
	background:url(../images/pricing-icon.png) no-repeat center top;
	padding-top: 30px;
}
.features .price .title p {
	color:#4e4e4e;
	font-size:25px;
	line-height:25px;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	text-transform:uppercase;
	padding:0px;
}
.features .price .title p.plan {
	border-bottom:solid 1px #acacac;
	margin:0px 65px;
	display:block;
	height:12px;
	line-height:13px;
}
.features .price .title p.plan span {
	color:#919191;
	font-size:12px;
	font-family: 'robotoblack'/*'TitilliumMaps26L-1wt'*/;
	background:#ffffff;
	padding:0 10px;
}

.features .price .amm {
	width:125px;
	background:#ac554e;
	margin:0 20px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position:relative;
	text-align:center;
	padding-bottom:7px;
	margin:auto;
}
.features .price .amm .shaddow {
	background:url(../../images/2013Web/images/post-info-shaddow.png) no-repeat;
	width:20px;
	height:121px;
	position:absolute;
	right:-20px;
	top:0px;
}
.features .price .amm span {
	font-size:72px;
	line-height:72px;
	vertical-align:top;
	color:#ffffff;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
}
.features .price .amm span span {
	font-size:11px;
	line-height:38px;
	font-family: 'robotoblack'/*'TitilliumText14L-400wt'*/;
}
.features .price .amm span .curr {
	font-size:15px;
	line-height:78px;
	font-family: 'robotoblack'/*'TitilliumText14L-400wt'*/;
}
.features .price .amm .period {
	font-size:11px;
	line-height:11px;
	font-style:italic;
	font-family: 'robotoblack'/*'TitilliumText14L-800wt'*/;
	background:url(../../images/2013Web/images/period-bg.jpg) repeat-x top;
	padding:10px 5px;
	margin:0px 20px;
	display:block;
}
.features .price .separator {
	margin:25px 0;
}
.features .price ul {
	padding:25px 0;
}
.features .price ul li {
	margin:0 13px;
	border-bottom:solid 1px #d9d9d9;
	background:url(../../images/2013Web/images/checked.png) no-repeat;
	padding:10px 10px 10px 30px;
	color:#9f9f9f;
	font-size:12px;
	line-height:18px;
	font-family: 'robotoblack'/*'TitilliumText14L-400wt'*/;
	text-transform:uppercase;
	text-align:left;
	background-position:7px 8px;
}
.features .price ul li.uncheck {
	background:url(../../images/2013Web/images/unchecked.png) no-repeat;
	background-position:7px 8px;
}
.features .price a {
	margin-bottom:14px;
	margin-right:0px;
}
.features .price.small ul li {
	margin:0 13px;
	border-bottom:solid 1px #d9d9d9;
	background:none;
	padding:10px;
	color:#9f9f9f;
	font-size:12px;
	line-height:18px;
	font-family: 'robotoblack'/*'TitilliumText14L-400wt'*/;
	text-transform:uppercase;
	text-align:left;
}
.features .price ul li.last {
	border-bottom:none;
}

.features .price.small .title p.plan {
	border-bottom:solid 1px #acacac;
	margin:0px 18px;
	display:block;
	height:12px;
	line-height:13px;
}
.features .price.small .title p.plan span {
	color:#919191;
	font-size:12px;
	font-family: 'robotoblack'/*'TitilliumMaps26L-1wt'*/;
	background:#ffffff;
	padding:0 10px;
}
/* ----------- Post Navi ----------- */
.post-navi {
	padding-top:25px;
}
.post-navi a {
	float:left;
	display:block;
	background:url(../../images/2013Web/images/blog-navi-bg.png) no-repeat;
	width:66px;
	height:57px;
	color:#9b9b9b;
	font-size:40px;
	text-align:center;
	padding-top:20px;
	margin-right:5px;
}
.post-navi a:hover {
	color:#3773B9;/*#b5544d*/
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-ms-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
}
/* ----------- Comments ----------- */
.main-content .left-container .comments .title {
	width:100%;
	margin-bottom:40px;
	margin-top:40px;
	border-bottom:solid 1px #dddddd;
}
.main-content .left-container .comments .title.comm {
	margin-top:60px;
}
.main-content .left-container .comments .title .icon {
	width:35px;
	height:42px;
	background:url(../../images/2013Web/images/comments-title-icon.png) no-repeat center #3773B9;/*#b5544d*/
	float:left;
}
.main-content .left-container .comments .title h3 {
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	font-size:25px;
	color:#616262;
	text-transform:uppercase;
	float:left;
	padding:8px 0 0 11px;
}
.main-content .left-container .comments ul.level-1 {
	width:100%;
	margin-bottom:25px;
}
.main-content .left-container .comments ul.level-2 {
	width:90%;
	padding-left:10%
}
.main-content .left-container .comments ul.level-3 {
	width:80%;
	padding-left:20%;
}
.main-content .left-container .comments ul li {
	width:100%;
}
.main-content .left-container .comments ul li .comment {
	width:100%;
	display:block;
	height:auto;
	min-height:76px;
	border:solid 1px #e8e8e8;
	background:#f6f6f6;
	padding:15px 0;
	position:relative;
	margin-bottom:25px;
}
.main-content .left-container .comments ul li .comment .infos {
	display:block;
	width:168px;
	border-right:solid 1px #ececec;
	float:left;
	margin-right:15px;
}
.main-content .left-container .comments ul li .comment .infos .date {
	display:block;
	width:71px;
	height:25px;
	background:url(../../images/2013Web/images/date-icon.jpg) no-repeat #e6e6e6;
	padding-left:47px;
	font-size:12px;
	line-height:12px;
	color:#696969;
	padding-top:13px;
	margin-bottom:4px;
}
.main-content .left-container .comments ul li .comment .infos .name {
	display:block;
	width:94px;
	height:25px;
	background:url(../../images/2013Web/images/comment-icon.jpg) no-repeat #e6e6e6;
	padding-left:47px;
	font-size:12px;
	line-height:12px;
	color:#696969;
	padding-top:13px;
}
.main-content .left-container .comments ul li .comment .content {
	color:black; /*#989898*/
	font-size:12pt;
	line-height:21px;
	padding:5px 20px 0px;
	display:block;
}
.main-content .left-container .comments ul li .reply {
	display:block;
	position:absolute;
	background:url(../../images/2013Web/images/reply-sprite.png) no-repeat;
	width:18px;
	height:11px;
	right:8px;
	top:6px;
}
.main-content .left-container .comments ul li .reply:hover {
	background-position:0px -11px;
	-webkit-transition: background-position 0.4s linear;
	-moz-transition: background-position 0.4s linear;
	-ms-transition: background-position 0.4s linear;
	-o-transition: background-position 0.4s linear;
	transition: background-position 0.4s linear;
}
.main-content .left-container article .border-bottom-first {
    background: none repeat scroll 0 0 #eaeaea;
    bottom: -4px;
    height: 4px;
    left: 5px;
    position: absolute;
    right: 5px;
}
.main-content .left-container .comments .contact-form {
	border:none;
	padding-top:0px;
}
/* ----------- Sidebar ----------- */
.main-content .right-container {
	width:31.5%;
	float:right;
}
.main-content .right-container .sidebar {
	width:100%;
}
.main-content .right-container .widget {
	background:#ffffff;
	padding:25px;
	border-bottom:solid 4px #e6e6e6;
	position:relative;
	margin-bottom:30px;
}
.main-content .right-container .widget .btn {
	margin-bottom:0px;
}
.main-content .right-container .widget .title {
	width:100%;
	margin-bottom:20px;
	border-bottom:solid 1px #dddddd;
}
.main-content .right-container .widget .title .icon {
	width:53px;
	height:63px;
	background:url(../../images/2013Web/images/widget-icon.png) no-repeat #3773B9;/*#b5544d*/
	background-position:19px 22px;
	float:left;
}

.main-content .right-container .widget .title .icon2 {
	width:153px;
	height:103px;
	background:url(../../images/clipart/didyouknow.jpg) no-repeat white; 
	/*background-position:19px 22px;*/
	float: left;
}

.main-content .right-container .widget .title h3 {
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	font-size:25px;
	color:#616262;
	text-transform:uppercase;
	float:left;
	padding:19px 0 0 17px;
}
.main-content .right-container .widget .border-bottom {
	background:#dcdcdc;
	position:absolute;
	left:10px;
	right:10px;
	height:4px;
	bottom:-8px;
}
.main-content .right-container .widget ul.categories li {
	border-bottom:solid 1px #dddddd;
}
.main-content .right-container .widget ul.categories li.last {
	border-bottom:none;
}
.main-content .right-container .widget ul.categories li a {
	background:url(../../images/2013Web/images/widget-cat-bg.png) no-repeat;
	display:block;
	height:26px;
	padding-left:26px;
	background-position:0 10px;
	color:black;/*#989898*/
	font-size:16px;
	line-height:20px;
	font-family: 'robotoblack'/*'TitilliumText14L-400wt'*/;
	padding-top:6px;
	text-transform:uppercase;
}
.main-content .right-container .widget ul.hl li a.hl-1 {
	background:url(../../images/2013Web/images/hl-1-ic.png) no-repeat;
}
.main-content .right-container .widget ul.hl li a.hl-2 {
	background:url(../../images/2013Web/images/hl-2-ic.png) no-repeat;
}
.main-content .right-container .widget ul.hl li a.hl-3 {
	background:url(../../images/2013Web/images/hl-3-ic.png) no-repeat;
}
.main-content .right-container .widget ul.hl li a.hl-4 {
	background:url(../../images/2013Web/images/hl-4-ic.png) no-repeat;
}
.main-content .right-container .widget ul.hl li a.hl-5 {
	background:url(../../images/2013Web/images/hl-5-ic.png) no-repeat;
}
.main-content .right-container .widget ul.hl li a.hl-6 {
	background:url(../../images/2013Web/images/hl-6-ic.png) no-repeat;
}
.main-content .right-container .widget ul.hl li a {
	padding-left:26px;
	background-position:0 8px!important;
	letter-spacing:-1px;
}
.main-content .right-container .widget ul.categories li a span {
	float:right;
	font-family: 'robotoblack'/*'TitilliumMaps26L-1wt'*/;
}
.main-content .right-container .widget ul.categories li a:hover {
	color:#3773B9;/*#b5544d*/
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-ms-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
}
.main-content .right-container .widget form {
	position:relative;
}
.main-content .right-container .widget form .field {
	display:block;
	width:94%;
	padding:0 3%;
	height:41px;
	background:#f0f0f0;
	border:none;
	font-style:italic;
	color:#555252;
	font-size:12px;
	font-family: 'robotoblack'/*'TitilliumMaps26L-1wt'*/;
}
.main-content .right-container .widget form .submit {
	background:url(../../images/2013Web/images/submit-search.jpg) no-repeat;
	display:block;
	width:48px;
	height:41px;
	border:none;
	cursor:pointer;
	position:absolute;
	right:0px;
	top:0px;
}
.main-content .right-container .widget ul.recent-posts li {
	width:100%;
	border-bottom:solid 1px #dddddd;
	padding-bottom:20px;
	margin-bottom:20px;
}
.main-content .right-container .widget ul.recent-posts li.last {
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}
.main-content .right-container .widget ul.recent-posts li a.photo {
	position:relative;
	display:block;
	width:40.6%;
	float:left;
	margin-right:15px;
}
.main-content .right-container .widget ul.recent-posts li h3 {
	color:#555252;
	font-size:14px;
	line-height:18px;
}
.main-content .right-container .widget ul.recent-posts li h3 a {
	color:#555252;
	font-size:14px;
	line-height:18px;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
}
.main-content .right-container .widget ul.recent-posts li h3 a:hover {
	color:#3773B9;/*#b5544d*/
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-ms-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
}
.main-content .right-container .widget ul.recent-posts li p {
	color:#555252;
	font-size:12px;
	line-height:20px;
	float:none;
	width:100%;
	font-family: 'robotoblack'/*'TitilliumText14L-400wt'*/;
}
.main-content .right-container .widget ul.recent-posts li a img {
	display:block;
	width:100%;
}
.main-content .right-container .widget ul.recent-posts .blur-effect, .main-content .right-container .widget ul.recent-posts .overlay {
	position:absolute;
	top:0;
	left:0
}
.main-content .right-container .widget ul.recent-posts .overlay {
	background:rgba(0,0,0,.6) url('../../images/2013Web/images/zoom_bg.png') no-repeat center;
	opacity:0;
	filter:alpha(opacity=0);
	width:100%;
	height:100%
}
.main-content .right-container .widget ul.info li {
	padding-left:30px;
	font-size:16px;
	line-height:22px;
	display:block;
	height:19px;
	margin-bottom:10px;
	color:#717171;
	text-transform:uppercase;
	font-family: 'robotoblack'/*'TitilliumText14L-400wt'*/;
}
.main-content .right-container .widget ul.info li span {
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
}

.main-content .right-container .widget ul.info li.address {
	background:url(../images/address-icon.png) no-repeat;
}
.main-content .right-container .widget ul.info li.phone {
	background:url(../images/phone-icon.png) no-repeat;
}
.main-content .right-container .widget ul.info li.mail {
	background:url(../images/mail-icon.png) no-repeat;
}
.main-content .right-container .widget ul.info li.schedule {
	background:url(../../images/2013Web/images/schedule-icon.png) no-repeat;
}
.main-content .right-container .widget ul.info li a {
	font-size:16px;
	line-height:16px;
	color:#717171;
}
.main-content .right-container .widget ul.info li a:hover {
	color:#3773B9;/*#b5544d*/
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-ms-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
}
/* ----------- Contact-form ----------- */
.main-content .left-container .contact-form {
	border-top:dotted 1px #787878;
	padding-top:30px;
}
.main-content .left-container .contact-form .left-form {
	width:33.6%;
	float:left;
}
.main-content .left-container .contact-form .right-form {
	width:62.5%;
	float:right;
}
.main-content .left-container .contact-form .field {
	width:94%;
	padding:0 3%;
	height:41px;
	border:solid 1px #e5e4e4;
	margin-bottom:20px;
	color:#555252;
	font-size:12px;
	font-family: 'robotoblack'/*'TitilliumText14L-400wt'*/;
}
.main-content .left-container .contact-form .field.name {
	background:url(../../images/2013Web/images/cf-name-icon.jpg) no-repeat right #f0f0f0;
}
.main-content .left-container .contact-form .field.email {
	background:url(../../images/2013Web/images/cf-email-icon.jpg) no-repeat right #f0f0f0;
}
.main-content .left-container .contact-form .field.web {
	background:url(../../images/2013Web/images/cf-web-icon.jpg) no-repeat right #f0f0f0;
}
.main-content .left-container .contact-form textarea {
	width:94%;
	padding:13px 3%;
	height:140px;
	border:solid 1px #e5e4e4;
	margin-bottom:20px;
	color:#555252;
	font-size:12px;
	background:#f0f0f0;
	font-family: 'robotoblack'/*'TitilliumText14L-400wt'*/;
}
.main-content .left-container .contact-form .submit {
	float:right;
	margin:20px 0 15px;
}
/* ----------- Portfolio ----------- */
.portfolio .isotope {
	width:1123px;
	margin-left:-34px;
}
.portfolio .isotope article {
	width:340px;
	margin-left:34px;
	margin-right:0;
}
.portfolio article {
	width:31.3%;
	margin-right:3%;
}
.portfolio article.third {
	margin-right:0;
}
.portfolio article .post-thumb .infos {
	position:absolute;
	bottom:0px;
	padding-left:68px;
}
.portfolio article .post-thumb .infos ul li {
	float:left;
	display:block;
	height:34px;
	background:#272727;
	filter: alpha(opacity=80);
    opacity: 0.8;
	padding:0 40px 0 15px;
	margin-right:1px;
	font-family: 'robotoblack'/*'TitilliumText14L-600wt'*/;
	font-size:17px;
	line-height:17px;
	color:#ffffff;
	padding-top:15px;
}
.portfolio article .post-thumb .infos ul li.cat {
	background:#ffffff;
    opacity: 1;
	filter: alpha(opacity=100);
	padding:0;
	height:49px;
}
.portfolio article .post-thumb .infos ul li.cat a {
	display:block;
	width:49px;
	height:49px;
}
.portfolio article .post-thumb .infos ul li.cat a.cat-1 {
	background:url(../../images/2013Web/images/cat-1-ic.png) no-repeat;
}
.portfolio article .post-thumb .infos ul li.cat a.cat-2 {
	background:url(../../images/2013Web/images/cat-2-ic.png) no-repeat;
}
.portfolio article .post-thumb .infos ul li.cat a.cat-3 {
	background:url(../../images/2013Web/images/cat-3-ic.png) no-repeat;
}
.portfolio article .post-thumb .infos ul li.likes {
	background:url(../../images/2013Web/images/likes-bg.png) no-repeat right #272727;
}
.portfolio article .post-thumb .infos ul li.views {
	background:url(../../images/2013Web/images/views-bg.png) no-repeat right #272727;
}
.portfolio article .post-thumb .icons {
	padding:70px 0 0 0;
}
.portfolio article .post-thumb:hover .icons {
	padding:70px 0 0 124px;
	-webkit-transition: padding 0.2s linear;
	-moz-transition: padding 0.2s linear;
	-ms-transition: padding 0.2s linear;
	-o-transition: padding 0.2s linear;
	transition: padding 0.2s linear;
}
.portfolio article .post-thumb .icons li {
	display:block;
	width:49px;
	height:49px;
	position:relative;
	float:left;
	margin-right:1px;
}
.portfolio article .post-thumb .icons li .bg {
	display:block;
	width:49px;
	height:49px;
	background:#272727;
	filter: alpha(opacity=90);
    opacity: 0.9;
}
.portfolio article .post-thumb .icons li:hover .bg {
	background:#ae5650;
	-webkit-transition: background 0.4s linear;
	-moz-transition: background 0.4s linear;
	-ms-transition: background 0.4s linear;
	-o-transition: background 0.4s linear;
	transition: background 0.4s linear;
}
.portfolio article .post-thumb .icons li a {
	display:block;
	width:49px;
	height:49px;
}
.portfolio article .post-thumb .icons .ic-1 {
	background:url(../../images/2013Web/images/prj-ic-1.png) no-repeat center;
}
.portfolio article .post-thumb .icons .ic-2 {
	background:url(../../images/2013Web/images/prj-ic-2.png) no-repeat center;
}

.portfolio article .post-thumb .icons .ic-vid1 {
	background:url(../../images/2013Web/images/videoPlay.png) no-repeat center;
}

.portfolio article .post-content {
	text-align:center;
}
.portfolio article .post-content h2 a {
	color:#616161;
	font-size:25px;
	line-height:36px;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
}
.portfolio article .post-content h2 a:hover {
	color:#ae5650;
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-ms-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
}
.portfolio article .post-content h2 {
	color:#616161;
	font-size:25px;
	line-height:36px;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	border-bottom:solid 1px #dfdfdf;
	padding:0 0 15px 0;
	margin-bottom:18px;
	letter-spacing:-1px;
}
.portfolio article .post-content {
	padding:15px 22px;
}
.portfolio article .post-content p {
	color:#9c9c9c;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	font-family: 'robotoblack'/*'TitilliumText14L-400wt'*/;
	padding-bottom:10px;
	letter-spacing:-1px;
}
.portfolio .post-navi {
	width:142px;
	margin:auto;
}
.portfolio .title {
	width:100%;
	border-bottom:solid 1px #dddddd;
	margin-bottom:38px;
	position:relative;
}

.portfolio .title .icon {
	width:53px;
	height:63px;
	background:url(../../images/2013Web/images/widget-icon.png) no-repeat #3773B9;/*#b5544d*/
	background-position:19px 22px;
	float:left;
}
.portfolio .title h3 {
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	font-size:25px;
	color:#616262;
	text-transform:uppercase;
	float:left;
	padding:19px 0 0 17px;
	letter-spacing:-1px;
}
.portfolio ul.filter {
	position:absolute;
	right:0px;
	bottom:9px;
}
.portfolio ul.filter li {
	float:left;
	margin-left:9px;
}
.portfolio ul.filter li a {
	display:block;
	height:32px;
	background:#3773B9; /*#b7635d*/
	font-size:16px;
	line-height:16px;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	color:#ffffff;
	padding:12px 13px 0 13px;
}
.portfolio ul.filter li a:hover {
	background:#3a3a3a;
	-webkit-transition: background 0.4s linear;
	-moz-transition: background 0.4s linear;
	-ms-transition: background 0.4s linear;
	-o-transition: background 0.4s linear;
	transition: background 0.4s linear;
}
.portfolio ul.filter li a.active {
	background:#3a3a3a;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
/* ----------- Team ----------- */
.portfolio.team {
	margin-top:30px;
}
.portfolio.team article .post-thumb .icons {
	padding:97px 0 0 0;
}
.portfolio.team article .post-thumb:hover .icons {
	padding:97px 0 0 144px;
	-webkit-transition: padding 0.2s linear;
	-moz-transition: padding 0.2s linear;
	-ms-transition: padding 0.2s linear;
	-o-transition: padding 0.2s linear;
	transition: padding 0.2s linear;
}
.portfolio.team .title h3 span {
	color:#3773B9;/*#b5544d*/
}
.portfolio.team h2 {
	line-height:24px!important;
	padding-bottom:22px!important;
}
.portfolio.team h2 span {
	color:#9c9c9c;
	font-size:16px;
	line-height:16px;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-family: 'robotoblack'/*'TitilliumText14L-600wt'*/;
}
.portfolio.team .social-menu {
	padding:5px 0 5px 20px;
}
.portfolio.team .social-menu ul li {
	float:left;
	padding-left:10px;
}
.portfolio.team .social-menu ul li a {
	display:block;
	width:30px;
	height:30px;
	background:url(../../images/2013Web/images/social-ic.png) no-repeat;
}
.portfolio.team .social-menu ul li a.fb {
	background-position:0px -30px;
}
.portfolio.team .social-menu ul li a.fb:hover {
	background-position:0px 0px;
	-webkit-transition: background-position 0.2s linear;
	-moz-transition: background-position 0.2s linear;
	-ms-transition: background-position 0.2s linear;
	-o-transition: background-position 0.2s linear;
	transition: background-position 0.2s linear;
}
.portfolio.team .social-menu ul li a.tw {
	background-position:-30px -30px;
}
.portfolio.team .social-menu ul li a.tw:hover {
	background-position:-30px 0px;
	-webkit-transition: background-position 0.2s linear;
	-moz-transition: background-position 0.2s linear;
	-ms-transition: background-position 0.2s linear;
	-o-transition: background-position 0.2s linear;
	transition: background-position 0.2s linear;
}
.portfolio.team .social-menu ul li a.oo {
	background-position:-60px -30px;
}
.portfolio.team .social-menu ul li a.oo:hover {
	background-position:-60px 0px;
	-webkit-transition: background-position 0.2s linear;
	-moz-transition: background-position 0.2s linear;
	-ms-transition: background-position 0.2s linear;
	-o-transition: background-position 0.2s linear;
	transition: background-position 0.2s linear;
}
.portfolio.team .social-menu ul li a.vm {
	background-position:-90px -30px;
}
.portfolio.team .social-menu ul li a.vm:hover {
	background-position:-90px 0px;
	-webkit-transition: background-position 0.2s linear;
	-moz-transition: background-position 0.2s linear;
	-ms-transition: background-position 0.2s linear;
	-o-transition: background-position 0.2s linear;
	transition: background-position 0.2s linear;
}
.portfolio.team .social-menu ul li a.gp {
	background-position:-120px -30px;
}
.portfolio.team .social-menu ul li a.gp:hover {
	background-position:-120px 0px;
	-webkit-transition: background-position 0.2s linear;
	-moz-transition: background-position 0.2s linear;
	-ms-transition: background-position 0.2s linear;
	-o-transition: background-position 0.2s linear;
	transition: background-position 0.2s linear;
}
.portfolio.team .social-menu ul li a.cs {
	background-position:-150px -30px;
}
.portfolio.team .social-menu ul li a.cs:hover {
	background-position:-150px 0px;
	-webkit-transition: background-position 0.2s linear;
	-moz-transition: background-position 0.2s linear;
	-ms-transition: background-position 0.2s linear;
	-o-transition: background-position 0.2s linear;
	transition: background-position 0.2s linear;
}
.descriptions .description {
	width:28.45%;
	margin-right:3%;
	margin-left:2.5%;
	padding:40px 0;
	float:left;
}
.descriptions .description.last {
	margin-right:0;
}
.descriptions .description .title {
	width:100%;
}
.descriptions .description .title .icon {
	width:37px;
	height:45px;
	float:left;
}
.descriptions .description .title .icon.desc-1 {
	background:url(../../images/2013Web/images/desc-1-ic.png) no-repeat #3773B9;/*#b5544d*/
}
.descriptions .description .title .icon.desc-2 {
	background:url(../../images/2013Web/images/desc-2-ic.png) no-repeat #3773B9;/*#b5544d*/
}
.descriptions .description .title .icon.desc-3 {
	background:url(../../images/2013Web/images/desc-3-ic.png) no-repeat #3773B9;/*#b5544d*/
}
.descriptions .description .title h3 {
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	font-size:25px;
	color:#616262;
	text-transform:uppercase;
	float:left;
	padding:10px 0 0 17px;
	letter-spacing:-1px;
}
.descriptions .description p {
	color:#989898;
	font-size:16px;
	line-height:23px;
	padding:15px 0 0;
}
.descriptions h2 {
	color:#616262;
	font-size:31px;
	line-height:31px;
	letter-spacing:-1px;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	text-transform:uppercase;
	margin-bottom:65px;
}
.descriptions h2 span {
	color:#3773B9;/*#b5544d*/
}
.serv-steps {
	padding-bottom:65px;
}
.serv-step {
	background:#ffffff;
	border-bottom:solid 4px #e6e6e6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position:relative;
	text-align:center;
	width:23.14%;
	float:left;
	margin-right:2.48%;
}
.serv-step.last {
	margin-right:0;
}
.serv-step .shaddow {
	background:url(../../images/2013Web/images/serv-step-shaddow.png) no-repeat;
	width:20px;
	height:333px;
	position:absolute;
	top:0px;
	right:-20px;
}
.serv-step .border-bottom {
    background: none repeat scroll 0 0 #DCDCDC;
    bottom: -8px;
    height: 4px;
    left: 10px;
    position: absolute;
    right: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.serv-step .icon {
	height:28px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.serv-step .icon.serv-step-1 {
	/*background:url(../../images/2013Web/images/TrendingNowMainX178.png) no-repeat center #3763A9; /*#b5544d*/
	background: #3763A9; /*#b5544d*/

}
.serv-step .icon.serv-step-2 {
	background: #3763A9;  /* 180px*/
}
.serv-step .icon.serv-step-3 {
	background: #3763A9; /* 180px*/
}
.serv-step .icon.serv-step-4 {
	background: #3763A9;
}

.serv-step .icon.serv-step-1ECT {
	/*background:url(../../images/2013Web/images/TrendingNowMainX178.png) no-repeat center #3763A9; /*#b5544d*/
	background: #30414a; /*#b5544d*/

}
.serv-step .icon.serv-step-2ECT {
	background: #30414a;  /* 180px*/
}
.serv-step .icon.serv-step-3ECT {
	background: #30414a; /* 180px*/
}
.serv-step .icon.serv-step-4ECT {
	background: #30414a;
}



.serv-step:hover .icon {
	background-color:#232323;
	-webkit-transition: background 0.4s linear;
	-moz-transition: background 0.4s linear;
	-ms-transition: background 0.4s linear;
	-o-transition: background 0.4s linear;
	transition: background 0.4s linear;
}
.serv-step h3 {
	color:#616161;
	font-size:25px;
	line-height:25px;
	letter-spacing:-1px;
	font-family: 'robotoblack','TitilliumMaps26L-999wt';
	border-bottom:solid 1px #dfdfdf;
	margin:0 20px;
	padding:20px 20px 24px;
}
.serv-step h3 a {
	color:#616161;
}
.serv-step h3 a:hover {
	color:#3773B9;/*#b5544d*/
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-ms-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
}
.serv-step p {
	color:#9c9c9c;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	letter-spacing:-1px;
	margin:0 20px;
	padding:20px 20px 25px;
}
/* ----------- Project ----------- */
.project-content {
	padding:0 25px 40px 25px;
}
.project-content .post-info {
	width:auto;
	background:#ac554e;
	float:left;
	margin:0 20px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position:relative;
}
.project-content .post-info .shaddow {
	background:url(../../images/2013Web/images/post-info-shaddow.png) no-repeat;
	width:20px;
	height:121px;
	position:absolute;
	right:-20px;
	top:0px;
}
.project-content .post-info ul li {
	background:url(../../images/2013Web/images/post-info-li-bg.jpg) repeat-x bottom;
	margin:0 16px;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	font-size:32px;
	line-height:32px;
	color:#ffffff;
	padding:10px 0 15px;
	letter-spacing:-1px;
}
.project-content .post-info ul li.last {
	font-size:22px;
}
.project-content .post-info ul li.date {
	background:url(../../images/2013Web/images/date-icon.png) no-repeat;
	padding-left:30px;
}
.project-content .post-info ul li.client {
	background:url(../../images/2013Web/images/client-icon.png) no-repeat;
	padding-left:35px;
}
.project-content .post-info ul li.cat {
	background:url(../../images/2013Web/images/prj-cat-icon.png) no-repeat;
	padding-left:34px;
}
.project-content .post-info ul li span {
	font-family: 'robotoblack'/*'TitilliumMaps26L-1wt'*/;
}
.project-content hgroup {
	border-bottom:dotted 1px #787878;
	margin-bottom:30px;
}
.project-content hgroup h1 {
	font-size:32px;
	line-height:32px;
	color:#616262;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	padding-bottom:10px;
	padding-top:20px;
	text-transform:uppercase;
	letter-spacing:-1px;
}
.project-content hgroup h3 {
	font-size:12px;
	line-height:12px;
	color:#616262;
	font-family: 'robotoblack'/*'TitilliumText14L-600wt'*/;
	padding-bottom:30px;
}
.project-content hgroup h3 a {
	color:#3773B9;/*#b5544d*/
}
.project-content hgroup h3 a:hover {
	font-family: 'robotoblack'/*'TitilliumText14L-600wt'*/;
	color:#616262;
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-ms-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
}
.bannercontainer {
	position:relative;
}
.project .tp-leftarrow {
	background:url(../../images/2013Web/images/project-navi-slider.png) no-repeat!important;
	width:33px!important;
	height:111px!important;
	left:0px!important;
}
.project .tp-leftarrow:hover {
	background-position:0 -111px!important;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.project .tp-rightarrow {
	background:url(../../images/2013Web/images/project-navi-slider.png) no-repeat!important;
	background-position:-33px 0px!important;
	width:33px!important;
	height:111px!important;
	right:0px!important;
}
.project .tp-rightarrow:hover {
	background-position:-33px -111px!important;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
/* ----------- Home ----------- */
.home .main-content {
    padding-top: 0px;
    padding-bottom: 60px;
}
.home .main-portfolio {
	width:100%;
	background:#343434;
}
.home .main-portfolio .portfolio {
	width:1089px;
	margin:auto;
	position:relative;
	margin-bottom:79px;
	padding-top:9px;
	padding-bottom:84px;
}
.home .main-portfolio .portfolio article {
	background:#262626;
	border-bottom-color:#212121;
}
.home .main-portfolio .portfolio article .border-bottom {
	background:#1e1e1e;
}
.home .main-portfolio .portfolio article a {
	color:#dedede;
}
.home .main-portfolio .portfolio article h2 {
	border-bottom:none;
	background:url(../../images/2013Web/images/home-port-btt-bg.jpg) repeat-x bottom;
}
.home .main-portfolio .portfolio article p {
	color:#999999;
}
.home .main-portfolio .portfolio .top-home-port {
	background:url(../../images/2013Web/images/top-home-port.png) no-repeat;
	width:128px;
	height:69px;
	position:absolute;
	top:-69px;
}
.home .main-portfolio .portfolio .bottom-home-port {
	background:url(../../images/2013Web/images/bottom-home-port.png) no-repeat;
	width:1089px;
	height:36px;
	position:absolute;
	left:0px;
	bottom:-36px;
}
.home .main-portfolio .portfolio .title {
	background:url(../../images/2013Web/images/home-portfolio-border.png) repeat-x;
	border-bottom:none;
	border-top:none;
	height:92px;
	margin-bottom:20px;
}
.home .main-portfolio .portfolio .title article {
	border:none;
	background:none;
	text-align:center;
	height:92px;
	padding:0;
	margin-bottom:0;
}
.home .main-portfolio .portfolio .title article p {
	font-size:18px;
	line-height:18px;
	font-family: 'robotoblack' /*'TitilliumText14L-250wt'*/;
	color:#ffffff;
	padding-top:34px;
}
.home .main-portfolio .portfolio .title article p span {
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
}
.home .main-portfolio .portfolio .title article.middle {
	background:#3773B9; /*#b5544d*/
	height:92px;
}
.home .main-portfolio .portfolio .title article.middle p {
	background:#3773B9; /*#b5544d*/
	height:78px;
	font-size:67px;
	line-height:67px;
	color:#ffffff;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	/*text-transform:uppercase;*/
	letter-spacing:-3px;
	padding-top:14px;
}

.home .main-portfolio .portfolio .title article.middleECT {
	background:#30414a; /*#b5544d*/
	height:92px;
}
.home .main-portfolio .portfolio .title article.middleECT p {
	background:#30414a; /*#b5544d*/
	height:78px;
	font-size:67px;
	line-height:67px;
	color:#ffffff;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	/*text-transform:uppercase;*/
	letter-spacing:-3px;
	padding-top:14px;
}

.home .main-portfolio .portfolio .view-all {
	padding-top:54px;
}
.home .main-portfolio .portfolio .view-all .separator { 
	background:url(../../images/2013Web/images/view-all-sep.png) repeat-x;
	width:100%;
	height:5px;
}
.home .main-portfolio .portfolio .view-all .more {
	float:right;
	margin:28px 0 0 40px;
}
.home .main-portfolio .portfolio .view-all .more .icon {
	background:url(../../images/2013Web/images/va-ic.png) no-repeat;
	width:27px;
	height:25px;
	left:18px;
	top:17px;
}
.home .main-portfolio .portfolio .view-all p {
	padding:25px 0;
}
.home .main-content .title.thoughts {
	background:url(../../images/2013Web/images/home-blog-border.png) repeat-x;
	height:92px;
	margin-bottom:12px;
	margin-top:24px;
	border:none;
}
.home .main-content .title.thoughts article {
	border:none;
	background:none;
	text-align:center;
	height:92px;
	padding:0;
	margin-bottom:0;
}
.home .main-content .title.thoughts article p {
	font-size:18px;
	line-height:18px;
	font-family: 'robotoblack' /*'TitilliumText14L-250wt'*/;
	color:#6b6b6b;
	padding-top:34px;
}
.home .main-content .title.thoughts article p span {
	font-family: 'robotoblack' /*TitilliumMaps26L-999wt'*/;
}

.home .view-all span{
font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
}

.home .main-content .title.thoughts article.middle {
	background:#3773B9; /*#b5544d*/ 
	height:92px;
}

.home .main-content .title.thoughts article.middleECT {
	background:#30414a;
	height:92px;
}

.home .main-content .title.thoughts article.middle p {
	background:#3773B9; /*#b5544d*/
	height:78px;
	font-size:67px;
	line-height:67px;
	color:#ffffff;
	font-family: 'robotoblack' /*TitilliumMaps26L-999wt'*/;
	/*text-transform:uppercase;*/
	letter-spacing:-3px;
	padding-top:14px;
}

.home .main-content .title.thoughts article.middleECT p {
	background:#30414a; /*#b5544d*/
	height:78px;
	font-size:67px;
	line-height:67px;
	color:#ffffff;
	font-family: 'robotoblack' /*TitilliumMaps26L-999wt'*/;
	/*text-transform:uppercase;*/
	letter-spacing:-3px;
	padding-top:14px;
}



.home .main-content .left-container {
	width:48.75%;
	margin-right:2.5%;
}
.home .main-content .left-container.last {
	margin-right:0;
}
.home .main-content .left-container.last p {
	padding-bottom:0px;
}
.home .homepage-slider {
	border-bottom:solid 13px #3773B9;/*#b5544d*/
	background:#ffffff; 
}

/* HSPN 2020 */
.home .homepage-slider2020 {
	border-bottom:solid 13px #3773B9;/*#b5544d*/
	background:#ffffff; 
}

.bannercontainerhome2020 {
	background-color:#fff;
	width:100% !important;
	padding:0;
	position:relative;
	height:36px !important; 
	/*max-height:800px !important;*/
	overflow:hidden;
	/*background-image: url(https://www.hspn.net/images/collage/_HSPNFeature1280X720.jpg); */
	/*background-image: url(https://www.hspn.net/images/collage/MemorialDay.jpg); */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2px 0px 4px 0px; /*20px 0px 39px 0px*/
}
.bannerhome2020{
	position:relative;
}

/* end HSPN 2020 */


/* ECT 2020 */
.home .homepage-sliderECT2020 {
	border-bottom:solid 13px #30414a;/*#b5544d*/
	background:#ffffff; 
}
.bannercontainerhomeECT2020 {
	background-color:#fff;
	width:100% !important;
	padding:0;
	position:relative;
	height:80px !important; 
	/*max-height:800px !important;*/
	overflow:hidden;
	/*background-image: url(https://www.hspn.net/images/collage/_ECTFeature1280X720VBHP.jpg); */
	/*background-image: url(https://www.hspn.net/images/collage/MemorialDay.jpg); */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px 0px 3px 0px;
}
.bannerhomeECT2020{
	position:relative;
}

/* end ECT 2020 */




html {
	overflow-x:hidden;
	padding: 0 !important;
	margin:0px !important;
}

.back-to-top {
    position: fixed;
    bottom: 420px;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 2px;
    display: none;
     z-index: 9999999;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}

.back-to-top2 {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 2px;
    display: none;
    z-index: 9999999;
}

.back-to-top2:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}

.fwd-to-one {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 2px;
    display: none;
    z-index: 9999999;
}

.fwd-to-one {    
    background-color: rgba(135, 135, 135, 0.50);
}

.fwd-to-two {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 2px;
    display: none;
    z-index: 9999999;
}

.fwd-to-two {    
    background-color: rgba(135, 135, 135, 0.50);
}

.fwd-to-three {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 2px;
    display: none;
    z-index: 9999999;
}

.fwd-to-three {    
    background-color: rgba(135, 135, 135, 0.50);
}

.fwd-to-four {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 2px;
    display: none;
    z-index: 9999999;
}

.fwd-to-four {    
    background-color: rgba(135, 135, 135, 0.50);
}

.fwd-to-five {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 2px;
    display: none;
    z-index: 9999999;
}

.fwd-to-five {    
    background-color: rgba(135, 135, 135, 0.50);
}




.bannercontainerhome {
	background-color:#fff;
	width:100% !important;
	padding:0;
	position:relative;
	/*max-height:640px !important; */
	/*max-height:800px !important;*/
	overflow:hidden;
}
.bannerhome{
	position:relative;
}
.bannerhome .info {
	background:url(../../images/2013Web/images/slider-caption-bg.png) repeat!important;
	width:1289px; /*1089px*/
	height:364px; /*294px*/
	top:370px!important;  /*220px!important*/
}
.bannerhome h2 {
	font-family: 'robotoblack'/*'TitilliumText14L-600wt'*/;
	font-size:67px;
	line-height:67px;
	color:#ffffff;
	letter-spacing:-1px;
	width:1031px;
	top:404px!important;/*244px!important*/
}
.bannerhome h2 span {
	font-family: 'robotoblack'/*'TitilliumMaps26L-1wt'*/;
}
.bannerhome h2 span.bg {
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	color:#ffffff;
	background:#3773B9;/*#b5544d*/
	padding:0 5px;
	height:65px;
	display:inline-block;
	letter-spacing:-3px;
}
.bannerhome .text p {
	font-family: 'robotoblack'/*'TitilliumMaps26L-1wt'*/;
	font-size:18px;
	line-height:27px;
	color:#ffffff;
	letter-spacing:-1px;
	white-space:normal!important;
}
.bannerhome .text {
	width:1000px;
	top:484px!important;/*384px!important*/
}
.bannerhome p span {
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	font-size:18px;
	line-height:27px;
	color:#ffffff;
}
.bannerhome .more {
	top:620px!important;
}
.bannerhome .more .icon {
	background:url(../../images/2013Web/images/va-ic.png) no-repeat;
	width:27px;
	height:25px;
	left:18px;
	top:17px;
}

/* ----------------------------------- */
/* ---------- Footer styles ---------- */
/* ----------------------------------- */

footer {
	width:100%;
	height:auto;
	background:#242424;
	border-bottom:solid 15px #202020;
	border-top:solid 1px #757575;
}
.footer-top {
	width:1089px;
	margin:auto;
	padding:0;
}
.footer-top .middle-title {
	background:#3773B9;/*#b5544d*/
	display:inline-block;
	height:65px;
	width:auto;
	padding:0 12px;
	margin:-13px auto 13px auto;
	letter-spacing:-3px;
}
.footer-top .middle-title p {
	font-size:67px;
	line-height:67px;
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	color:#fff;
}
.footer-middle {
	width:100%;
	background:url(../../images/2013Web/images/bottom-arrow.png) no-repeat center bottom #2b2b2b;
}
.footer-middle .footer-middle-ct {
	width:1089px;
	margin:auto;
	padding:90px 0;
	background:url(../../images/2013Web/images/footer-middle-bg.png) no-repeat top center;
	position:relative;
}
.footer-middle .footer-middle-ct .bottom-left-arrow {
	background:url(../../images/2013Web/images/bottom-arrow.png) no-repeat;
	width:33px;
	height:17px;
	position:absolute;
	bottom:0px;
}
.footer-middle .footer-middle-ct .bottom-right-arrow {
	background:url(../../images/2013Web/images/bottom-arrow.png) no-repeat;
	width:33px;
	height:17px;
	position:absolute;
	bottom:0px;
}
.footer-middle .footer-middle-ct .top-left-arrow {
	background:url(../../images/2013Web/images/top-arrow.png) no-repeat;
	width:33px;
	height:17px;
	position:absolute;
	top:0px;
}
.footer-middle .footer-middle-ct .top-right-arrow {
	background:url(../../images/2013Web/images/top-arrow.png) no-repeat;
	width:33px;
	height:17px;
	position:absolute;
	top:0px;
}
.footer-middle .footer-middle-ct .widget {
	width:31.5%;
	float:left;
	margin-right:2.75%;
}
.footer-middle .footer-middle-ct .widget.last {
	margin-right:0;
}
.footer-middle .footer-middle-ct .widget p {
	font-size:16px;
	line-height:23px;
	color:#989898;
	padding-bottom:25px;
}
.footer-middle .footer-middle-ct .widget a {
	color: #FFFF66;
}


.footer-middle .footer-middle-ct .widget .title {
	width:100%;
	background:url(../../images/2013Web/images/widget-title-border-btt.png) repeat-x bottom;
	padding-bottom:2px;
	margin-bottom:25px;
}
.footer-middle .footer-middle-ct .widget .title .icon {
	width:53px;
	height:63px;
	background:url(../../images/2013Web/images/widget-icon.png) no-repeat #3773B9;/*#b5544d*/
	background-position:19px 22px;
	float:left;
}
.footer-middle .footer-middle-ct .widget .title h3 {
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	font-size:25px;
	color:#bbbbbb;
	text-transform:uppercase;
	float:left;
	padding:19px 0 0 17px;
}
.footer-middle .footer-middle-ct .widget .info li {
	padding-left:30px;
	font-size:16px;
	line-height:22px;
	display:block;
	height:19px;
	margin-bottom:10px;
	color:#717171;
	font-family: 'robotoblack'/*'TitilliumText14L-400wt'*/;
}

.footer-middle{font-family: 'robotoblack'/*'TitilliumText14L-600wt'*/;
}

.footer-middle .footer-middle-ct .widget .info li.address {
	background:url(../../images/2013Web/images/address-icon.png) no-repeat;
}
.footer-middle .footer-middle-ct .widget .info li.phone {
	background:url(../../images/2013Web/images/phone-icon.png) no-repeat;
}
.footer-middle .footer-middle-ct .widget .info li.mail {
	background:url(../../images/2013Web/images/mail-icon.png) no-repeat;
}
.footer-middle .footer-middle-ct .widget .info li a {
	font-size:16px;
	line-height:16px;
	color:#717171;
}
.footer-middle .footer-middle-ct .widget .info li a:hover {
	color:#3773B9;/*#b5544d*/
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-ms-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
}
.footer-middle .footer-middle-ct .widget .flickr li {
	float:left;
	margin-right:2%;
	margin-bottom:2%;
	display:block;
	width:49%;
}
.footer-middle .footer-middle-ct .widget .flickr li.second {
	margin-right:0;
}
.footer-middle .footer-middle-ct .widget .flickr li a {
	position:relative;
	display:block;
}
.footer-middle .footer-middle-ct .widget .flickr li a img {
	display:block;
	width:100%;
}
.footer-middle .footer-middle-ct .widget .flickr .blur-effect, .footer-middle .footer-middle-ct .widget .flickr .overlay {
	position:absolute;
	top:0;
	left:0
}
.footer-middle .footer-middle-ct .widget .flickr .overlay {
	background:rgba(0,0,0,.6) url('../../images/2013Web/images/prj-ic-1.png') no-repeat center;
	opacity:0;
	filter:alpha(opacity=0);
	width:100%;
	height:100%
}
.footer-middle .footer-middle-ct .widget .tweets li {
	color:#a1a1a1;
	font-size:16px;
	line-height:24px;
	padding:0 0 20px 84px;
	background:url(../../images/2013Web/images/widget-title-border-btt.png) repeat-x bottom;
	position:relative;
	margin-bottom:20px;
}
.footer-middle .footer-middle-ct .widget .tweets li:hover .icon {
	background-position:0 -51px;
	-webkit-transition: background 0.4s linear;
	-moz-transition: background 0.4s linear;
	-ms-transition: background 0.4s linear;
	-o-transition: background 0.4s linear;
	transition: background 0.4s linear;
}
.footer-middle .footer-middle-ct .widget .tweets li span {
	color:#646464;
	font-style:italic;
}
.footer-middle .footer-middle-ct .widget .tweets li .icon {
	background:url(../../images/2013Web/images/twitter-bg.png) no-repeat;
	width:73px;
	height:51px;
	display:block;
	position:absolute;
	left:0px;
	top:11px;
}

.footer-middle .footer-middle-ct .widget .tweets li .iconfb {
	background:url(../../images/2013Web/images/social-fb.jpg) no-repeat; 
	height:51px;
	display:block;
	position:absolute;
	left:0px;
	top:11px;
}

.footer-middle .footer-middle-ct .widget .tweets li a {
	color:#3773B9;/*#b5544d*/
	font-size:18px;
	line-height:24px;
	font-family: 'robotoblack'/*'TitilliumMaps26L-1wt'*/;
}
.footer-middle .footer-middle-ct .widget .tweets li a:hover {
	color:#616161;
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-ms-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
}
.footer-bottom {
	width:1089px;
	margin:auto;
	padding:17px 0;
}
.footer-bottom .copyright {
	float:left;
}
.footer-bottom .copyright p {
	font-size:16px;
	line-height:33px;
	color:#989898;
}
.footer-bottom .copyright p span {
	font-family: 'robotoblack'/*'TitilliumMaps26L-999wt'*/;
	color:#ffffff;
	background:#3773B9;/*#b5544d*/
	padding:0 5px;
	height:33px;
	display:inline-block;
}
.footer-bottom .social-menu {
	float:right;
}
.footer-bottom .social-menu ul li {
	float:left;
	padding-left:10px;
}
.footer-bottom .social-menu ul li a {
	display:block;
	width:30px;
	height:30px;
	background:url(../../images/2013Web/images/footer-social-sprite.png) no-repeat;
}
.footer-bottom .social-menu ul li a.fb {
	background-position:0px 0px;
}
.footer-bottom .social-menu ul li a.tw {
	background-position:-30px 0px;
}
.footer-bottom .social-menu ul li a.oo {
	background-position:-60px 0px;
}
.footer-bottom .social-menu ul li a.vm {
	background-position:-90px 0px;
}
.footer-bottom .social-menu ul li a.gp {
	background-position:-120px 0px;
}
.footer-bottom .social-menu ul li a.cs {
	background-position:-150px 0px;
}
.footer-bottom .social-menu ul li a.fb:hover {
	background-position:0px -30px;
	-webkit-transition: background-position 0.4s linear;
	-moz-transition: background-position 0.4s linear;
	-ms-transition: background-position 0.4s linear;
	-o-transition: background-position 0.4s linear;
	transition: background-position 0.4s linear;
}
.footer-bottom .social-menu ul li a.tw:hover {
	background-position:-30px -30px;
	-webkit-transition: background-position 0.4s linear;
	-moz-transition: background-position 0.4s linear;
	-ms-transition: background-position 0.4s linear;
	-o-transition: background-position 0.4s linear;
	transition: background-position 0.4s linear;
}
.footer-bottom .social-menu ul li a.oo:hover {
	background-position:-60px -30px;
	-webkit-transition: background-position 0.4s linear;
	-moz-transition: background-position 0.4s linear;
	-ms-transition: background-position 0.4s linear;
	-o-transition: background-position 0.4s linear;
	transition: background-position 0.4s linear;
}
.footer-bottom .social-menu ul li a.vm:hover {
	background-position:-90px -30px;
	-webkit-transition: background-position 0.4s linear;
	-moz-transition: background-position 0.4s linear;
	-ms-transition: background-position 0.4s linear;
	-o-transition: background-position 0.4s linear;
	transition: background-position 0.4s linear;
}
.footer-bottom .social-menu ul li a.gp:hover {
	background-position:-120px -30px;
	-webkit-transition: background-position 0.4s linear;
	-moz-transition: background-position 0.4s linear;
	-ms-transition: background-position 0.4s linear;
	-o-transition: background-position 0.4s linear;
	transition: background-position 0.4s linear;
}
.footer-bottom .social-menu ul li a.cs:hover {
	background-position:-150px -30px;
	-webkit-transition: background-position 0.4s linear;
	-moz-transition: background-position 0.4s linear;
	-ms-transition: background-position 0.4s linear;
	-o-transition: background-position 0.4s linear;
	transition: background-position 0.4s linear;
}


/*-----------------------------------*/
/*------- Responsive design ---------*/
/*-----------------------------------*/

.mobile-menu {
	display:none;
}

.hidden-desktop {
		display: none !important;
  }
	  
  .visible-desktop {
		display: inherit !important;
  }

	/* registration CSS here */
	.regEmptyGridDashboard {
		height:120px;
	}
	.regGridDashboardTeamIn {
		width:60%;
	}
	.regGridDashboardOrganizationName {
		font-family:Verdana; 
		font-size:18px; 
		color:Black; 
		font-weight:bold;
	}
	.regGridDashboardOrganizationState {
		font-family:Verdana; 
		font-size:16px; 
		color:Black; 
		font-weight:bold;
	}
	.regGridDashboardGoTo2 {
		width: 66%;
	}
	.regGridDashboardLogoImage {
		width: 66%;
	}
	.regDashboardOrganizationTable {
		width:59%; 
		padding:12px 10px; 
		display: flex; 
		justify-content: space-evenly; 
		margin:auto; 
		text-align:center;
	}
	.regDashboardWinsLoss {
		width:59%; 
		padding:2px 3px; 
		margin:auto; 
		text-align:center;
		font-family:Verdana;
		font-size:16px; 
		color:Black;
		font-weight:bold;
	}
	.regOrganizationContactInformationTable {
		width:59%; 
		padding:6px 6px; 
		margin:auto; 
		text-align:center;
	}
	.regOrganizationContactInformationTable .label{
		font-family:Verdana;
		font-size:14px; 
		color:Black;
		font-weight:bold;
		padding-top:12px;
	}
	.regOrganizationContactInformationTable .required{
		font-family:Verdana;
		font-size:16px; 
		color:Black;
		/*font-weight:bold;*/
		border:1px solid red;		
	}
	.regOrganizationContactInformationTable .notrequired{
		font-family:Verdana;
		font-size:16px; 
		color:Black;
		/*font-weight:bold;*/
	}
	.regOrganizationContactInformationTable img {
		width:18%;
	}
	.regStep3Table{
		width:59%; 
		padding:6px 6px; 
		margin:auto; 
		text-align:center;
		position:relative;
		font-family:Verdana;
		font-size:16px; 
		color:Black;
	}
	.regStep3Table .label
	
	.regStep3TableFlex{
		width:59%; 
		padding:6px 6px; 
		margin:auto; 
		text-align:center;
		display: flex; 
		justify-content: space-evenly; 
	}
	.rosterTableFlex{
		width:59%; 
		padding:1px 1px; 
		margin:auto; 
		text-align:center;
		display: flex; 
	}
	.rosterTableFlex .label{
		font-family:Verdana;
		font-size:14px; 
		color:Black;
		font-weight:bold;
		
	}
	.regStep3TableCoach{
		width:59%; 
		padding:6px 6px; 
		margin-left:30%; 
		text-align:left;
	}
	.regStep3TableCoach .required{
		font-family:Verdana;
		font-size:14px; 
		color:Black;
		border:1px solid red;
	}
	.regStep3TableCoach .notrequired{
		font-family:Verdana;
		font-size:14px; 
		color:Black;
	}
	.regStep3TableCoach .label{
		font-family:Verdana;
		font-size:14px; 
		color:Black;
		font-weight:bold;
	}
	.regStep3TableRed{
		width:59%; 
		padding:6px 6px; 
		margin:auto; 
		text-align:center;
		background-color:red;
	}
	.regStep3TableRed span{
		color:white;
		font-family:Arial;
		font-size:14px; 

	}
	.regStep3TableFlex .required{
			font-family:Verdana;
			font-size:14px; 
			color:Black;
			border:1px solid red;
	}
	.regStep3TableFlex .notrequired{
			font-family:Verdana;
			font-size:14px; 
			color:Black;
	}
	.rosterTable{
		width:59%; 
		/*padding:6px 6px; */
		margin:auto; 
	}
	
	.rosterTable .header{
		font-family:Verdana;
		font-size:14px; 
		color:Black;
		font-weight:bold;
	}
	.rostertable td { border-spacing:0px; }

	.regPaypal {
		width:59%; 
		padding:6px 6px; 
		margin:auto; 
		text-align:center;
		padding-top:12px;
	}

	.regPaypal img {
		width:15%;
	}
	.regPaypal .label {
		font-family:Verdana;
		font-size:16px; 
		color:Black;
	}
	.regPaypalBlue {
		font-family:Verdana;
		font-size:16px; 
		color:Blue;
	}

.caption {
	width:98%; 
	padding:12px;
	text-align:center;
	margin:auto;
}

.caption a.captionlink:hover {
	text-decoration: underline;
}
.caption .headline1 {
	font-family:'robotoblack',Arial; 
	font-size:22px; 
	color:Black;
}

.caption .headline2 {
	font-family:'robotoblack',Arial; 
	font-size:20px; 
	color:Blue;
}
.caption .headline3 {
	font-family:'robotoblack',Arial; 
	font-size:16px; 
	color:Red;
}
.signup{
	background-color:transparent;
	padding-top:4px;
	padding-bottom:24px;
	text-align:center;
	font-size:18px;
	color:blue;
}
.signup a.captionlink:hover {
	text-decoration: underline;
}


.headline {
	width:98%; 
	padding:12px;
	text-align:center;
	margin:auto;
	background-color: black;
}

.headline a.hlink:hover {
	text-decoration: underline;
	color:yellow;
}
.headline .line1 {
	font-family:'robotoblack',Arial; 
	font-size:22px; 
	color:white;
}

.headline .line2 {
	font-family:'robotoblack',Arial; 
	font-size:20px; 
	color:yellow;
}
.headline .line3 {
	font-family:'robotoblack',Arial; 
	font-size:16px; 
	color:Red;
}
.archived {
	width:94%; 
	padding:12px;
	text-align:center;
	margin:auto;
	background-color: #343434 
}
.archived a.hlink:hover {
	text-decoration: underline;
	color:orangered;
}
.archived .line1 {
	font-family:'robotoblack',Arial; 
	font-size:22px; 
	color:yellow;
}

.archived .line2 {
	font-family:'robotoblack',Arial; 
	font-size:20px; 
	color:white;
}
.archived .line3 {
	font-family:'robotoblack',Arial; 
	font-size:16px; 
	color:Red;
}


.upcoming {
	width:94%; 
	padding:12px;
	text-align:center;
	margin:auto;
	background-color: #a1a1a1;
}

.upcoming a.hlink:hover {
	text-decoration: underline;
}
.upcoming .line1 {
	font-family:'robotoblack',Arial; 
	font-size:22px; 
	color:blue;
}

.upcoming .line2 {
	font-family:'robotoblack',Arial; 
	font-size:20px; 
	color:black;
}
.upcoming .line3 {
	font-family:'robotoblack',Arial; 
	font-size:16px; 
	color:Red;
}

.news {
	font-family:Verdana; 
	font-size:1.1em;
}
.newsbold {
	font-family:Verdana; 
	font-size:1.1em;
	font-weight: bold;;
}

@media (min-width: 1024px) and (max-width: 1151px) { 
	.home .main-portfolio .portfolio .bottom-home-port {
	display:none;
	}

    .header-ct {
        width: 980px;
    }
	.main-title-ct {
		width:980px;
	}
    .main-content {
        width: 980px;
        padding-top: 32px;
    }
	.home .main-portfolio .portfolio {
		width: 980px;
	}
	.footer-top {
		width:980px;
	}
	.footer-middle .footer-middle-ct {
		width:980px;
	}
	.footer-bottom {
		width:980px;
	}
	.portfolio .isotope {
		width:1000px;
		margin-left:-20px;
	}
	.portfolio .isotope article {
		width:313px;
		margin-left:20px;
		margin-right:0;
	}
	.main-content .right-container .widget {
		clear:both;
    }
	.project-content .post-info {
	margin:0 20px 20px 0;	
	}
	article .post-thumb .overlay.blog a {
		margin: 112px auto;
	}
	.portfolio article .post-thumb:hover .icons {
		padding: 70px 0 0 100px;
	}
	.portfolio article .post-thumb .infos {
		padding-left: 44px;
	}
	.home .main-portfolio .portfolio .title article.middle p {
		font-size: 60px;
	}
	.home .main-content .title.thoughts article.middle p {
		font-size: 60px;
	}
	.footer-top .middle-title p {
		font-size: 60px;
	}
	.bannerhome .info {
		width:800px;
		left:100px!important;
	}
	.bannerhome h2 {
		width:740px;
		left:130px!important;
		font-size:50px;
	}
	.bannerhome .text {
		width:740px;
		left:130px!important;
	}
	.bannerhome .text p {
		font-size:16px;
	}
	.bannerhome .more {
		left:130px!important;
	}
	.main-content .right-container .widget .title h3 {
		font-size: 20px;
	}
	.bannerhome .info {
		top:300px!important;
	}
	.bannerhome h2 {
		top:334px!important;
	}
	.bannerhome .text {
		top:414px!important;
	}
	.bannerhome .more {
		top:500px!important;
	}
/* registration CSS here */
	.regEmptyGridDashboard {
		height:120px;
	}
}
@media (max-width: 1023px) {
    .home .main-portfolio .portfolio .bottom-home-port {
        display: none;
    }

    header {
      height: 62px;
	}

	.header-ct {
		height:62px;
	}
	.header-ct {
		width:720px!important;
	}
	.main-title-ct {
		width:720px!important;
	}
    .main-content {
        width: 720px;
        /*padding-top: 180px;*/
    }
	.home .main-portfolio .portfolio {
		width: 720px;
	}
	.footer-top {
		width:720px;
	}
	.footer-middle .footer-middle-ct {
		width:720px;
	}
	.footer-middle .footer-middle-ct .widget {
		margin-right: 0;
		margin-left:25%;
		width: 50%;
		margin-bottom:20px;
	}
	.footer-bottom {
		width:720px;
	}
	.main-content .right-container .widget {
		clear:both;
    }
	.project-content .post-info {
	margin:0 20px 20px 0;	
	}
	.portfolio .isotope {
		width:730px;
		margin-left:-10px;
	}
	.portfolio .isotope article {
		width:233px;
		margin-left:10px;
		margin-right:0;
	}
	.homepage-slider {
		display:none;
	}
	article .post-thumb .overlay.blog a {
		margin: 112px auto;
	}
	.portfolio article .post-thumb:hover .icons {
		padding: 28px 0 0 68px;
	}
	.portfolio article .post-thumb .infos {
		padding-left: 8px;
	}
	.home .main-portfolio .portfolio .title article.middle p {
		font-size: 45px;
	}
	.home .main-content .title.thoughts article.middle p {
		font-size: 45px;
	}
	.footer-top .middle-title p {
		font-size: 45px;
	}
	.home .main-content .left-container {
		margin-right: 0;
		width: 100%;
	} 
	.footer-middle .footer-middle-ct .bottom-left-arrow {
		display:none;
	}
	.footer-middle .footer-middle-ct .bottom-right-arrow {
		display:none;
	}
	.footer-middle .footer-middle-ct .top-left-arrow {
		display:none;
	}
	.footer-middle .footer-middle-ct .top-right-arrow {
		display:none;
	}
	.footer-bottom .copyright {
		float: none;
		margin-left:105px;
		margin-bottom:20px;
	}
	.footer-bottom .social-menu {
		float: none;
		margin-left:233px;
	}
	.mobile-menu {
		display:block;
		/*width:60%;
		margin:5px 20%;
		font-family: 'TitilliumText14L-600wt';*/
	}
	.menu {
		display:none;
	}
	.header-ct .logo {
		float: left;
		height:62px;
		margin-left:80px;
	}
	.header-ct .logoECT {
		float: none;
		padding-left: 215px;
	}
	.portfolio.team article .post-thumb:hover .icons {
		padding: 53px 0 0 90px;
	}
	.main-title-ct .title-text p {
		font-size: 40px;
	}
	.main-title-ct .breadcrumps ul li {
		font-size: 25px;
	}
	.main-title-ct .breadcrumps ul li a {
		font-size: 25px;
	}
	.main-content .left-container {
		float: none;
		width: 100%;
		margin-bottom:50px;
	}
	.main-content .right-container {
		float: none;
		width: 50%;
		margin-left:25%
	}
	.main-content .right-container .widget ul.recent-posts li {
		clear: both;
		height: 60px;
	}
	.main-content .right-container .widget ul.info li.schedule {
		font-size:15px;
	}
	.features .price .amm {
		width: 80px;
	}
	.features .price .amm span {
		font-size: 45px;
	}
	.accordion-heading .accordion-toggle {
		white-space:nowrap;
		overflow:hidden;
	}	
	.news {
		font-family:Arial; 
		font-size:14px;
	}
	.newsbold {
		font-family:Arial; 
		font-size:14px;
		font-weight: bold;;
	}

	.caption {
		width:98%; 
		padding:12px;
		text-align:center;
		margin:auto;
	}
	
	.caption a.captionlink:hover {
		text-decoration: underline;
	}
	.caption .headline1 {
		font-family:'robotoblack',Arial; 
		font-size:12px; 
		color:Black;
	}
	
	.caption .headline2 {
		font-family:'robotoblack',Arial; 
		font-size:12px; 
		color:Blue;
	}
	.caption .headline3 {
		font-family:'robotoblack',Arial; 
		font-size:10px; 
		color:Red;
	}
	.signup{
		background-color:transparent;
		padding-top:4px;
		padding-bottom:24px;
		text-align:center;
		font-size:12px;
		color:blue;
	}
	.signup a.captionlink:hover {
		text-decoration: underline;
	}
	
	
	.headline {
		width:98%; 
		padding:12px;
		text-align:center;
		margin:auto;
		background-color: black;
	}
	
	.headline a.hlink:hover {
		text-decoration: underline;
		color:yellow;
	}
	.headline .line1 {
		font-family:'robotoblack',Arial; 
		font-size:12px; 
		color:white;
	}
	
	.headline .line2 {
		font-family:'robotoblack',Arial; 
		font-size:10px; 
		color:yellow;
	}
	.headline .line3 {
		font-family:'robotoblack',Arial; 
		font-size:9px; 
		color:Red;
	}
	.archived {
		width:94%; 
		padding:12px;
		text-align:center;
		margin:auto;
		background-color: #343434 
	}
	.archived a.hlink:hover {
		text-decoration: underline;
		color:orangered;
	}
	.archived .line1 {
		font-family:'robotoblack',Arial; 
		font-size:12px; 
		color:yellow;
	}
	
	.archived .line2 {
		font-family:'robotoblack',Arial; 
		font-size:10px; 
		color:white;
	}
	.archived .line3 {
		font-family:'robotoblack',Arial; 
		font-size:9px; 
		color:Red;
	}
	
	
	.upcoming {
		width:94%; 
		padding:12px;
		text-align:center;
		margin:auto;
		background-color: #a1a1a1;
	}
	
	.upcoming a.hlink:hover {
		text-decoration: underline;
	}
	.upcoming .line1 {
		font-family:'robotoblack',Arial; 
		font-size:10px; 
		color:blue;
	}
	
	.upcoming .line2 {
		font-family:'robotoblack',Arial; 
		font-size:12px; 
		color:black;
	}
	.upcoming .line3 {
		font-family:'robotoblack',Arial; 
		font-size:9px; 
		color:Red;
	}


}
@media (max-width: 767px) { 
	.home .main-portfolio .portfolio .bottom-home-port   {
	display:none;
	}

	.hidden-desktop {
		display: inherit !important;
	  }
	.visible-desktop {
		display: none !important;
	}
	.hidden-phone {
		display: none !important;
	}

    header {
        position: fixed;
    }

	.header-ct {
		width:280px!important;
		height:62px;
		margin:auto;
	}

	headerECT {
		margin:auto;
	}

	.header-ctECT .logoECT {
		/*padding-top:30px;*/
		/*height:122px;*/
		float:none;
		margin:auto;
		width:220px;
		padding-top:0px;
	}

	.header-ct .logoECT img {
		display:block;
		width:100%;
	}    


	.header-ct .social-menu-header {
 		top:12px;
		left:36px;
		/*margin:auto;*/
		position:absolute;
		z-index:9999;
	}

	.header-ct .logo {
		float:left;
		height:62px;
		margin-left:80px;
	}    

	.header-ct .logo img {
		display:block;
		width:75%;
	}    

	.header-ct .social-menu-headerECT {
		display:none;
		/*top:5px;
		left:70%;
		position:absolute;
		z-index:9999;*/
	}

	.header-ctECT .social-menu-headerECT {
		margin:auto;
		text-align:center;
		position:relative;
		left:0px;
	}

	.bannercontainerhome2020 {
		background-color:#fff;
		width:100% !important;
		padding:0;
		position:relative;
		height:36px !important; 
		/*height:290px !important; */
		/*max-height:800px !important;*/
		overflow:hidden;
		/*background-image: url(https://www.hspn.net/images/collage/_HSPNFeature1280X720.jpg); */
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		position:relative;
		padding: 2px 0px 4px 0px; /*0px 0px 10px 0px;*/
	}
	.bannercontainerhomeECT2020 {
		background-color:#fff;
		width:100% !important;
		padding:0;
		position:relative;
		height:50px !important; 
		/*max-height:800px !important;*/
		overflow:hidden;
		/*background-image: url(https://www.hspn.net/images/collage/_ECTFeature1280X720VBHPmob.jpg); */
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		position:relative;
		padding: 0px 0px 3px 0px;
	}

	.main-title-ct {
		width:280px!important;
	}
    .main-content {
        width: 280px;
        padding-top: 64px;
    }
	.home .main-portfolio .portfolio {
		width: 280px;
	}
	.footer-top {
		width:280px;
	}
	.footer-middle .footer-middle-ct {
		width:280px;
	}
	
	.footer-middle .footer-middle-ct .widget {
		margin-right: 0;
		margin-left:0;
		width: 100%;
		margin-bottom:20px;
	}
	.footer-bottom {
		width:280px;
	}
	.portfolio .isotope {
		width:280px;
		margin-left:0px;
	}
	.portfolio .isotope article {
		width:280px;
		margin-left:0px;
		margin-right:0;
	}
	.portfolio article {
		margin-right:0;
		width: 100%;
	}
	.header-ct .logo {
		padding-left: 0;
	}
	.footer-bottom .social-menu {
		margin-left: 0px;
	}
	.footer-bottom .copyright {
		margin-left:0px;
	}
	.main-content .right-container .widget {
		clear:both;
    }
	.project-content .post-info {
	margin:0 20px 20px 0;	
	}
	.btn-small{
	padding:10px !important;
	}
	.main-content .right-container .widget ul.hl li a {
	font-size: 13px;
	}
	main-content .right-container .widget ul.recent-posts li {
		clear: both;
		height:60px !important;
	}
	.main-content .right-container .widget ul.info li.schedule {
		font-size:15px;
	}
	.alert .close {
		right: 10px!important;
	}
	.nav-tabs {
		display:none!important;
	}
	.accordion {
		display:none!important;
	}
	.tab-content {
		display:none!important;
	}
	.main-title-ct .title-text p {
		font-size: 25px;
	}
	.main-title-ct .breadcrumps {
		display:none;
	}
	.main-content .left-container .contact-form .left-form {
		float: none;
		width: 100%;
	}
	.main-content .left-container .contact-form .right-form {
		float: none;
		width: 100%;
	}
	.main-content .right-container .widget .title h3 {
		font-size: 15px;
	}

	.slider .slcaption {
		font-size:6px;
		color:blue; 
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		line-height: 14px;
	}
	.slider div div .slcaption2 {
		font-size:6px;
		color:black; 
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		line-height: 14px;
	}

	article .post-thumb .overlay.blog a {
		margin: 40px auto;
	}
	.serv-step {
		margin-right: 0;
		width: 100%;
		margin-bottom:20px;
	}
	.descriptions .description {
		float: none;
		margin-left: 3%;
		margin-right: 3%;
		padding: 10px 0;
		width: 94%;
	}
	.portfolio.team .social-menu {
		padding: 5px 0;
	}
	.portfolio.team article .post-thumb:hover .icons {
		padding: 80px 0 0 110px;
	}
	.portfolio article .post-thumb:hover .icons {
		padding: 54px 0 0 88px;
	}
	.portfolio article .post-thumb .infos {
		padding-left: 33px;
	}
	.portfolio ul.filter {
		display:none;
	}
	.portfolio .title h3 {
		font-size: 15px;
	}
	.row-fluid [class*="span"] {
	  margin-left: 0!important;
	}
	.row-fluid [class*="span"]:first-child {
	  margin-left: 0!important;
	}
	.row-fluid .controls-row [class*="span"] + [class*="span"] {
	  margin-left: 0!important;
	}
	.row-fluid .span6 {
	  width:100%!important;
	}
	.row-fluid .span5 {
	  width:100%!important;
	}
	.row-fluid .span4 {
	  width:100%!important;
	}
	.row-fluid .span3 {
	  width:100%!important;	
	}
	.row-fluid .span2 {
	  width:100%!important;
	}
	.row-fluid .span1 {
	  width: 100%!important;
	}
	.features .price .amm {
		width:125px;
	}
	.features .price .amm span {
		font-size: 72px;
	}
	.main-content .right-container {
		float: none;
		width: 100%;
		margin-left:0;
	}
	article .post-content .post-info {
		float: none;
		margin: 0 auto 20px auto;
		width: 125px;
	}

	/* registration CSS here */
	.regEmptyGridDashboard {
		height:60px;
	}

	.regGridDashboardTeamIn {
		width:99%;
	}
	.regGridDashboardOrganizationName {
		font-family:Verdana; 
		font-size:14px; 
		color:Black; 
		font-weight:bold;
	}
	.regGridDashboardOrganizationState {
		font-family:Verdana; 
		font-size:12px; 
		color:Black; 
		font-weight:bold;
	}
	.regGridDashboardGoTo2 {
		width: 95%;
	}

	.regDashboardOrganizationTable {
		width:95%; 
		padding:12px 10px; 
		display: flex; 
		justify-content: space-evenly; 
		margin:auto; 
		text-align:center;
	}
	.regDashboardWinsLoss {
		width:95%; 
		padding:2px 3px; 
		margin:auto; 
		text-align:center;
		font-family:Verdana;
		font-size:14px; 
		color:Black;
		font-weight:bold;
	}
	.regOrganizationContactInformationTable {
		width:98%; 
		padding:6px 6px; 
		margin:auto; 
		text-align:center;
	}
	.regOrganizationContactInformationTable .label{
		font-family:Verdana;
		font-size:12px; 
		color:Black;
		font-weight:bold;
		padding-top: 12px;
	}
	.regOrganizationContactInformationTable .required{
		font-family:Verdana;
		font-size:14px; 
		color:Black;
		border:1px solid red;
	}
	.regOrganizationContactInformationTable .notrequired{
		font-family:Verdana;
		font-size:14px; 
		color:Black;
		/*font-weight:bold;*/
	}
	.regOrganizationContactInformationTable img {
		width:33%;
	}
	.regStep3Table{
		width:98%; 
		padding:6px 6px; 
		margin:auto; 
		text-align:center;
		position:relative;
		font-family:Verdana;
		font-size:14px; 
		color:Black;
		}
	.regStep3TableFlex{
		width:98%; 
		padding:6px 6px; 
		margin:auto; 
		text-align:center;
		display: flex; 
		justify-content: space-evenly; 
	}
	.regStep3TableFlex .required{
		font-family:Verdana;
		font-size:11px; 
		color:Black;
		border:1px solid red;
	}
	.regStep3TableCoach{
		width:98%; 
		padding:6px 6px; 
		margin-left:15px; 
		text-align:left;
	}
	.regStep3TableCoach .required{
		font-family:Verdana;
		font-size:11px; 
		color:Black;
		border:1px solid red;
	}
	.regStep3TableCoach .notrequired{
		font-family:Verdana;
		font-size:11px; 
		color:Black;
	}
	.regStep3TableCoach .label{
		font-family:Verdana;
		font-size:12px; 
		color:Black;
		font-weight:bold;
	}
	.regStep3TableFlex .notrequired{
		font-family:Verdana;
		font-size:11px; 
		color:Black;
	}
	.regStep3TableRed{
		width:98%; 
		padding:6px 6px; 
		margin:auto; 
		text-align:center;
		background-color:red;
	}
	.regStep3TableRed span{
		color:white;
		font-family:Arial;
		font-size:12px; 
	}
	.rosterTableFlex{
		width:98%; 
		margin:auto; 
		text-align:center;
		display: flex; 
	}
	.rosterTableFlex .label{
		font-family:Verdana;
		font-size:12px; 
		color:Black;
		font-weight:bold;
	}
	.rosterTable{
		width:98%; 
		padding:6px 6px; 
		margin-left:15px; 
		text-align:left;
	}
	.rosterTable .header{
		font-family:Verdana;
		font-size:9px; 
		color:Black;
		font-weight:bold;
	}
	.rosterTable td { border-spacing:0px; }

	.rosterTable .required{
		font-family:Verdana;
		font-size:11px; 
		color:Black;
		border:1px solid red;
	}
	.rosterTable .notrequired{
		font-family:Verdana;
		font-size:11px; 
		color:Black;
	}

	.regPaypal {
		width:98%; 
		padding:6px 6px; 
		margin:auto; 
		text-align:center;
		padding-top:12px;
	}

	.regPaypal img {
		width:20%;
	}
	.regPaypal .label {
		font-family:Verdana;
		font-size:14px; 
		color:Black;
	}
	.regPaypalBlue {
		font-family:Verdana;
		font-size:14px; 
		color:Blue;
	}
	.news {
		font-family:Arial; 
		font-size:12px;
	}
	.newsbold {
		font-family:Arial; 
		font-size:12px;
		font-weight: bold;;
	}

	.caption {
		width:98%; 
		padding:6px;
		text-align:center;
		margin:auto;
	}
	
	.caption a.captionlink:hover {
		text-decoration: underline;
	}
	.caption .headline1 {
		font-family:'robotoblack',Arial; 
		font-size:12px; 
		color:Black;
	}
	
	.caption .headline2 {
		font-family:'robotoblack',Arial; 
		font-size:12px; 
		color:Blue;
	}
	.caption .headline3 {
		font-family:'robotoblack',Arial; 
		font-size:10px; 
		color:Red;
	}
	.signup{
		background-color:transparent;
		padding-top:4px;
		padding: bottom 8px;
		text-align:center;
		font-size:12px;
		color:blue;
	}
	.signup a.captionlink:hover {
		text-decoration: underline;
	}
	
	
	.headline {
		width:98%; 
		padding:6px;
		text-align:center;
		margin:auto;
		background-color: black;
	}
	
	.headline a.hlink:hover {
		text-decoration: underline;
		color:yellow;
	}
	.headline .line1 {
		font-family:'robotoblack',Arial; 
		font-size:12px; 
		color:white;
	}
	
	.headline .line2 {
		font-family:'robotoblack',Arial; 
		font-size:10px; 
		color:yellow;
	}
	.headline .line3 {
		font-family:'robotoblack',Arial; 
		font-size:9px; 
		color:Red;
	}
	.archived {
		width:94%; 
		padding:6px;
		text-align:center;
		margin:auto;
		background-color: #343434 
	}
	.archived a.hlink:hover {
		text-decoration: underline;
		color:orangered;
	}
	.archived .line1 {
		font-family:'robotoblack',Arial; 
		font-size:12px; 
		color:yellow;
	}
	
	.archived .line2 {
		font-family:'robotoblack',Arial; 
		font-size:10px; 
		color:white;
	}
	.archived .line3 {
		font-family:'robotoblack',Arial; 
		font-size:9px; 
		color:Red;
	}
	
	
	.upcoming {
		width:94%; 
		padding:6px;
		text-align:center;
		margin:auto;
		background-color: #a1a1a1;
	}
	
	.upcoming a.hlink:hover {
		text-decoration: underline;
	}
	.upcoming .line1 {
		font-family:'robotoblack',Arial; 
		font-size:10px; 
		color:blue;
	}
	
	.upcoming .line2 {
		font-family:'robotoblack',Arial; 
		font-size:12px; 
		color:black;
	}
	.upcoming .line3 {
		font-family:'robotoblack',Arial; 
		font-size:9px; 
		color:Red;
	}
	


}
@media (min-aspect-ratio: 16/9) {
		.video-foreground { height: 300%; top: -100%; }
	  }
	  @media (max-aspect-ratio: 16/9) {
		.video-foreground { width: 300%; left: -100%; }
	  }
	  @media all and (max-width: 600px) {
	  .vid-info { width: 50%; padding: .5rem; }
	  .vid-info h1 { margin-bottom: .2rem; }
	  }
	  @media all and (max-width: 500px) {
	  .vid-info .acronym { display: none; }
	  }	


/*.home .main-content .portfolio .thoughts {
    padding-top:180px;
    }*/

