@charset "utf-8";
@import url(https://fonts.googleapis.com/css@family=Open+Sans_3A300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css@family=Lato_3A700,900,700italic,900italic);
/* CSS Document */

*{
	margin:0px;
	border:0px;
	padding:0px;
	-webkit-text-size-adjust:none;
	font-family:'Open Sans', sans-serif;
}

body{
	overflow-x:hidden;
	background-image:url(../images/bg/sidebar.png);
}

.clear{clear:both;}
.float{float:left; padding-left:10px; padding-right:20px;}

a{
	font-size:12px;
	color:#e34e37;
	text-decoration:none;
}

p{
	font-size:12px;
	color:#7D7D7D;
}

h1{	font-size:18px; padding-bottom:5px; font-family:'Lato', sans-serif; color:#444;}
h2{	font-size:16px; padding-bottom:5px; font-family:'Lato', sans-serif; color:#444;}
h3{	font-size:14px; padding-bottom:5px; font-family:'Lato', sans-serif; color:#444;}
h4{	font-size:12px; padding-bottom:5px; font-family:'Lato', sans-serif; color:#444;}

h1 a{	font-size:18px; color:#e34e37;}
h2 a{	font-size:16px; color:#e34e37;}
h3 a{	font-size:14px; color:#e34e37;}
h4 a {	font-size:12px; color:#e34e37;}


.decoration{
	background-color:#c7c7c7;
	height:1px;
	display:block;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}

.center-text{text-align:center; display:block; text-shadow:0px 1px 0px #FFFFFF;}
.right-text{text-align:right; display:block; text-shadow:0px 1px 0px #FFFFFF;}
.left-text{text-align:left; display:block; text-shadow:0px 1px 0px #FFFFFF;}
.text-space{margin-bottom:10px;}

.logo{
	margin-left:60px;
	margin-top:5px;
	float:left;
}

.header{
	position:relative;
	z-index:700;
	height:50px;
	background-image:url(../images/bg/header.png);
	background-repeat:repeat-x;
	display:block;
}

.page-title{
	font-weight:700;
	text-align:center;
	padding-top:12px;
	color:#FFFFFF;
	text-shadow:0px 2px 0px rgba(0,0,0,0.4);
}

.page-title-small{
	font-size:14px;
	font-weight:700;
	text-align:center;
	padding-top:15px;
	color:#FFFFFF;
	text-shadow:0px 1px 0px rgba(0,0,0,0.4);
}



.header-icon{
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:solid 1px #0791be;
	width:36px;
	height:26px;
	display:inline-block;
	background-color:#05b0e8;
}

.header-icon-active{
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:solid 1px #0791be;
	width:36px;
	height:26px;
	display:inline-block;
	background-color:#56c6eb;
}

.deploy-nav{
	background-image:url(../images/nav/menu.png);
	background-repeat:no-repeat;
	background-position:9px 8px;
	float:left;
	margin-top:9px;
	margin-left:10px;
	margin-right:-45px;
}

.hide-nav{
	display:none;
	background-image:url(../images/nav/menu.png);
	background-repeat:no-repeat;
	background-position:9px 8px;
	float:left;
	margin-top:9px;
	margin-left:10px;
	margin-right:-45px;
}


.contact-icon{
	position:absolute;
	width:38px;
	height:28px;
	top:8px;
	right:10px;
	background-image:url(../images/nav/mail.png);
	background-repeat:no-repeat;
	background-position:9px 8px;
}


.play-icon{
	position:absolute;
	width:38px;
	height:28px;
	top:8px;
	right:10px;
}

.phone-icon{
	position:absolute;
	width:120px;
	height:28px;
	top:5px;
	right:10px;
	background-image:url(../images/nav/phone.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}


.content{
	position:absolute;
	width:100%;
	display:block;
	z-index:999;
	left:0px;
	right:0px;
	background-image:url(../images/bg/body.png);
}

/*Sidebar*/

.stop-body-scroll{
	z-index:1200;
	background-color:rgba(0,0,0,0.3);
	display:block;
	width:100%;
	height:100%;
}

.sidebar-hide-scroll{
	width:200px;
	overflow: scroll!important;
	overflow-x:hidden!important;
	-webkit-overflow-scroll:touch!important;	
	height:100%;
}

.sidebar{
	background-image:url(../images/bg/sidebar.png);
	position: fixed;
	overflow:hidden;
	z-index:99;
	left:0px;
	top:0px;
	bottom:0px;
	width:180px;
}

.sidebar-header{
	background-image:url(../images/bg/header.png);
	background-repeat:repeat-x;
	height:50px;
}

.sidebar-title{
	background-image:url(../images/icons/location.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	font-weight:700;
	text-align:center;
	padding-top:12px;
	color:#FFFFFF;
	text-shadow:0px 2px 0px rgba(0,0,0,0.4);
}

.no-top{
	border-top:none!important;
}

.sidebar-divider{
	border-top:solid 1px #585757;
	border-bottom: solid 1px #585757;
	padding-top:10px;
	padding-bottom:10px;
	color:#585757;
	font-size:10px;
	text-align:right;
	padding-right:30px;
	font-family:'Lato', sans-serif;
	font-weight:900;
}

.menu-item em{
	background-image:url(../images/nav/arrow.png);
	background-repeat:no-repeat;
	width:6px;
	height:8px;
	display:inline-block;
	float:right;
	margin-right:30px;
	padding-top:5px;
	background-position:0px 5px;
}

.menu-item strong{
	background-image:url(../images/nav/arrow-down.png);
	background-repeat:no-repeat;
	width:8px;
	height:6px;
	display:inline-block;
	float:right;
	margin-right:30px;
	padding-top:5px;
	background-position:0px 5px;
}

.menu-item{
	display:block;
	font-size:12px;
	font-family:'Lato', sans-serif;
	font-weight:800;
	color:#f6f6f6;
	text-decoration:none;
	padding-left:30px;
	margin-top:20px;
	letter-spacing:0.5px;
}

.last-menu-item{margin-bottom:20px;}

.menu-icon{
	background-repeat:no-repeat!important;
	background-position:0 -8px!important;
}

.sub-menu-item{
	font-size:10px;
	color:#a2a2a2;
	font-style:italic;
	font-family:'Open Sans', sans-serif;
	text-decoration:none;
	display:block;
	padding-left:50px;
	margin-top:10px;
	background-image:url(../images/nav/arrow.png);
	background-repeat:no-repeat;
	background-position:12px 6px;
}

.sub-menu-one{display:none;}
.sub-menu-two{display:none;}
.sub-menu-three{display:none;}
.sub-menu-four{display:none;}
.sub-menu-five{display:none;}
.sub-menu-six{display:none;}
.sub-menu-seven{display:none;}
.sub-menu-eight{display:none;}
.sub-menu-nine{display:none;}
.sub-menu-ten{display:none;}

/*Header notification box*/

.header-notification{
	color:#7d7d7d;
	margin-top:-5px;
	position:relative;
	z-index:999;
	background-color:#ffffff;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

.header-notification p{
	background-image:url(../images/lists/info_16.png);
	background-position:11px 0px;
	background-repeat:no-repeat;	
}

.close-header-notification{
	float:right;
	padding-right:16px;
	text-decoration:none;
	color:#7d7d7d;
}


/*Image Slider*/

.responsive-image{
	max-width:100%;
	display:block;
}

.responsive-image-caption{
	position:relative;
	z-index:10;
	background-color:rgba(255,255,255,0.9);
	width:100%;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:-30px;
	margin-bottom:10px;
	text-align:center;
	color:#777777;
}

.responsive-background{
	width:98%;
	background-color:#FFFFFF;
	padding:3px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.image-slider {
	overflow:hidden;
	display:block;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%!important;
	height: 150px;
}

.image-slider li {
	margin-top:-100px;
	height: 150px;
	width: 250px;
	text-align: center;
	cursor: pointer;
}
	li.roundabout-in-focus {
		cursor: default;
	}
.image-slider li span {
	display: block;
	padding-top:100px;
}

/*Sider Heading */

.slider-heading-one{font-weight:700; color:#9d9d9d; padding-top:20px; padding-bottom:5px; text-shadow:0px 1px 0px #FFFFFF;}
.slider-heading-two{font-weight:900; color:#444444; padding-bottom:20px; text-shadow:0px 1px 0px #FFFFFF;}
.slider-heading-three{color:#7d7d7d; margin-bottom:20px; text-shadow:0px 1px 0px rgba(255,255,255,0.6);}

.copyright{font-size:10px; margin-bottom:20px;} 



/*Contaienrs and Content*/

.container{
	display:block;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}

.two-column-one{width:43%; float:left; margin-right:10%;}
.two-column-one h4 {color:#444444; padding-bottom:5px;}
.two-column-one em {margin-bottom:10px;}
.two-column-one p { font-size:12px; color:#7d7d7d; text-shadow:0px 1px 0px rgba(255, 255, 255, 1);}

.two-column-two{width:43%; float:left;}
.two-column-two h4 {color:#444444; padding-bottom:5px;}
.two-column-two em {margin-bottom:10px; color:#7d7d7d;}
.two-column-two p { font-size:12px; color:#7d7d7d; text-shadow:0px 1px 0px rgba(255, 255, 255, 1);}



.column-two-one{
	float:left;
	width:45%;
	padding-right:25px;
	font-size:12px;
	text-shadow:0px 1px 0px #FFFFFF;
}

.column-two-two{
	float:left;
	width:45%;
	font-size:12px;
	text-shadow:0px 1px 0px #FFFFFF;
}

.column-three-one{
	float:left;
	width:30%;
	padding-right:12px;
	font-size:12px;
	text-shadow:0px 1px 0px #FFFFFF;
}

.column-three-two{
	float:left;
	width:30%;
	padding-right:12px;
	font-size:12px;
	text-shadow:0px 1px 0px #FFFFFF;
}

.column-three-three{
	float:left;
	width:30%;
	font-size:12px;
	text-shadow:0px 1px 0px #FFFFFF;
}

/*Highlights*/

.highlight{
	padding-bottom:15px;	
	line-height:24px;
	text-shadow:0px 1px 0px #FFFFFF;
}

.highlight-orange{
	background-color:#0099FF;
	color:#FFFFFF;
	text-shadow:none;
	margin-top:5px;
	padding:2px;
}
.highlight-blue{ 	background-color:#e34e47;	color:#FFFFFF;	text-shadow:none;	margin-top:5px; padding:2px;}
.highlight-green{ 	background-color:#518900;	color:#FFFFFF;	text-shadow:none;	margin-top:5px; padding:2px;}
.highlight-yellow{ 	background-color:#ffd100;	color:#a1a1a1;	text-shadow:none;	margin-top:5px; padding:2px;}
.highlight-gray{ 	background-color:#424242;	color:#FFFFFF;	text-shadow:none;	margin-top:5px; padding:2px;}

.last-item{
	margin-bottom:0px;
	padding-bottom:0px;
}


/*Icon lists*/

.container-fifty{
	padding-left:20px;
	width:40%;
	display:inline-block;
	padding-bottom:20px;
}

/*Icon Lists*/

.icon-lists{		
	font-size:10px;											
	color:#8b8b8b;					
	margin-bottom:-5px;
	text-shadow:0px 1px 0px #FFFFFF;
}

.icon-lists a{
	color:#7d7d7d!important;
}

.icon-lists li{		
	line-height:24px;
	margin-bottom:2px;										
	list-style:none;				
	padding-left:30px;
	font-size:12px;
}


.list-address{			background-image:url(../images/lists/address_16.png);		background-repeat:no-repeat;	background-position:0 5px;}
.list-block{			background-image:url(../images/lists/block_16.png);			background-repeat:no-repeat;	background-position:0 5px;}
.list-bookmark{			background-image:url(../images/lists/bookmark_16.png);		background-repeat:no-repeat;	background-position:0 5px;}
.list-briefcase{		background-image:url(../images/lists/briefcase_16.png);		background-repeat:no-repeat;	background-position:0 5px;}
.list-bubble{			background-image:url(../images/lists/bubble_16.png);		background-repeat:no-repeat;	background-position:0 5px;}
.list-buy{				background-image:url(../images/lists/buy_16.png);			background-repeat:no-repeat;	background-position:0 5px;}
.list-calendar{			background-image:url(../images/lists/calendar_16.png);		background-repeat:no-repeat;	background-position:0 5px;}
.list-clipboard{		background-image:url(../images/lists/clipboard_16.png);		background-repeat:no-repeat;	background-position:0 5px;}
.list-delete{			background-image:url(../images/lists/delete_16.png);		background-repeat:no-repeat;	background-position:0 5px;}
.list-clock{			background-image:url(../images/lists/clock_16.png);			background-repeat:no-repeat;	background-position:0 5px;}
.list-diagram{			background-image:url(../images/lists/diagram_16.png);		background-repeat:no-repeat;	background-position:0 5px;}
.list-document{			background-image:url(../images/lists/document_16.png);		background-repeat:no-repeat;	background-position:0 5px;}
.list-down{				background-image:url(../images/lists/down_16.png);			background-repeat:no-repeat;	background-position:0 5px;}
.list-flag{				background-image:url(../images/lists/flag_16.png);			background-repeat:no-repeat;	background-position:0 5px;}
.list-folder{			background-image:url(../images/lists/folder_16.png);		background-repeat:no-repeat;	background-position:0 5px;}
.list-gear{				background-image:url(../images/lists/gear_16.png);			background-repeat:no-repeat;	background-position:0 5px;}
.list-globe{			background-image:url(../images/lists/globe_16.png);			background-repeat:no-repeat;	background-position:0 5px;}
.list-heart{			background-image:url(../images/lists/heart_16.png);			background-repeat:no-repeat;	background-position:0 5px;}
.list-help{				background-image:url(../images/lists/help_16.png);			background-repeat:no-repeat;	background-position:0 5px;}
.list-home{				background-image:url(../images/lists/home_16.png);			background-repeat:no-repeat;	background-position:0 5px;}
.list-key{				background-image:url(../images/lists/key_16.png);			background-repeat:no-repeat;	background-position:0 5px;}
.list-label{			background-image:url(../images/lists/label_16.png);			background-repeat:no-repeat;	background-position:0 5px;}
.list-left{				background-image:url(../images/lists/left_16.png);			background-repeat:no-repeat;	background-position:0 5px;}
.list-letter{			background-image:url(../images/lists/letter_16.png);		background-repeat:no-repeat;	background-position:0 5px;}
.list-monitor{			background-image:url(../images/lists/monitor_16.png);		background-repeat:no-repeat;	background-position:0 5px;}
.list-pencil{			background-image:url(../images/lists/pencil_16.png);		background-repeat:no-repeat;	background-position:0 5px;}
.list-plus{				background-image:url(../images/lists/plus_16.png);			background-repeat:no-repeat;	background-position:0 5px;}
.list-present{			background-image:url(../images/lists/present_16.png);		background-repeat:no-repeat;	background-position:0 5px;}
.list-print{			background-image:url(../images/lists/print_16.png);			background-repeat:no-repeat;	background-position:0 5px;}
.list-right{			background-image:url(../images/lists/right_16.png);			background-repeat:no-repeat;	background-position:0 5px;}
.list-save{				background-image:url(../images/lists/save_16.png);			background-repeat:no-repeat;	background-position:0 5px;}
.list-shield{			background-image:url(../images/lists/shield_16.png);		background-repeat:no-repeat;	background-position:0 5px;}
.list-statistics{		background-image:url(../images/lists/statistics_16.png);	background-repeat:no-repeat;	background-position:0 5px;}
.list-stop{				background-image:url(../images/lists/stop_16.png);			background-repeat:no-repeat;	background-position:0 5px;}
.list-tick{				background-image:url(../images/lists/tick_16.png);			background-repeat:no-repeat;	background-position:0 5px;}
.list-trash{			background-image:url(../images/lists/trash_16.png);			background-repeat:no-repeat;	background-position:0 5px;}
.list-up{				background-image:url(../images/lists/up_16.png);			background-repeat:no-repeat;	background-position:0 5px;}
.list-user{				background-image:url(../images/lists/user_16.png);			background-repeat:no-repeat;	background-position:0 5px;}
.list-walet{			background-image:url(../images/lists/wallet_16.png);		background-repeat:no-repeat;	background-position:0 5px;}
.list-warning{			background-image:url(../images/lists/warning_16.png);		background-repeat:no-repeat;	background-position:0 5px;}


/*Checkboxes */

.setting-box{
	display:block;
	margin-bottom:10px;
}

.checkbox{
	font-family: 'Open Sans', sans-serif;
	background-image:url(../images/ui/checkbox.png);
	background-position:0 0px;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#959595;
	font-size:12px;
	padding-left:25px;
	margin-left:10px;
}

.login-check{
	padding-top:0px;
	padding-bottom:3px;
	background-position:0 0px!important;
}

.selected-checkbox{
	background-image:url(../images/ui/checkbox-selected.png);
}

.checkbox2{
	font-family:'Open Sans', sans-serif;
	background-image:url(../images/ui/checkbox2.png);
	background-position:0 0px;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#959595;
	font-size:12px;
	padding-left:25px;
	margin-left:10px;
}

.selected-checkbox2{
	background-image:url(../images/ui/checkbox2-selected.png);
}


.radiobox{
	font-family:'Open Sans', sans-serif;
	background-image:url(../images/ui/radio.png);
	background-position:0 0px;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#959595;
	font-size:12px;
	padding-left:25px;
	margin-left:10px;
}

.selected-radiobox{
	background-image:url(../images/ui/radio-selected.png);	
}

.radiobox2{
	font-family:'Open Sans', sans-serif;
	background-image:url(../images/ui/radio2.png);
	background-position:0 -1px;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#959595;
	font-size:12px;
	padding-left:25px;
	margin-left:10px;
}

.selected-radiobox2{
	background-image:url(../images/ui/radio2-selected.png);	
}


/*Notification Boxes*/

/*//////////////////*/
/*Notification Boxes*/
/*//////////////////*/

.notification-box-yellow p{	color:#666!important; font-size:12px;}
.notification-box-green p{	color:#666!important; font-size:12px;}
.notification-box-blue p{	color:#666!important; font-size:12px;}
.notification-box-red p{	color:#666!important; font-size:12px;}

.notification-box-green{
	margin-bottom:15px;
	width:99.5%;
	height:32px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-style:solid;
	border-width:1px;
	border-color:#a1a1a1;
	background-color: rgba(60, 167, 48, 0.3);
}

.notification-box-green a{
	display:block;
	overflow:hidden;
}


.notification-box-yellow{
	margin-bottom:15px;
	width:99.5%;
	height:32px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-style:solid;
	border-width:1px;
	border-color:#a1a1a1;
	background-color: rgba(255, 210, 1, 0.5);
}

.notification-box-yellow a{
	display:block;
	overflow:hidden;
}

.notification-box-blue{
	margin-bottom:15px;
	width:99.5%;
	height:32px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-style:solid;
	border-width:1px;
	border-color:#a1a1a1;
	background-color: rgba(100, 155, 174, 0.5);
}

.notification-box-blue a{
	display:block;
	overflow:hidden;
}


.notification-box-red{
	margin-bottom:15px;
	width:99.5%;
	height:32px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-style:solid;
	border-width:1px;
	border-color:#a1a1a1;
	background-color: rgba(219, 84, 84, 0.5);
}

.notification-box-red a{
	display:block;
	overflow:hidden;
}

.notification-icon{
	padding-top:8px;
	padding-left:10px;
	float:left;
}

.notification-text{
	color:#666;
	float:left;
	margin-top:8px;
	font-size:10px;
	padding-left:20px;
	text-shadow:none!important;
}

@media screen and (min-width: 400px){
	.notification-quit-green{	margin-left:92%!important;	}
	.notification-quit-yellow{	margin-left:92%!important;	}
	.notification-quit-blue{	margin-left:92%!important;	}
	.notification-quit-red{		margin-left:92%!important;	}
}

.notification-quit-green{
	text-decoration:none;
	float:left;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-top:8px;
	margin-left:85%;
	position:absolute;
	color:#3ca730!important;
}

.notification-quit-yellow{
	text-decoration:none;
	float:left;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-top:8px;
	margin-left:85%;
	position:absolute;
	color:#B9A100!important;
}

.notification-quit-blue{
	text-decoration:none;
	float:left;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-top:8px;
	margin-left:85%;
	position:absolute;
	color:#008aff!important;
}

.notification-quit-red{
	text-decoration:none;
	float:left;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-top:8px;
	margin-left:85%;
	position:absolute;
	color:#c24747!important;
}

/*Toggles*/

.toggle-deploy{
	margin-top:4px;
	padding-bottom:4px;
	display:block;
	width:100%;
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	background-image:url(../images/lists/down_16.png);
	background-repeat:no-repeat;
	background-position:5px 1px;
	padding-left:35px;
}

.toggle-close{
	display:block;
	width:100%;
	display:none;
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	background-image:url(../images/lists/up_16.png);
	background-repeat:no-repeat;
	background-position:5px 1px;
	padding-left:35px;
}

.toggle{
	display:block;
	background-color:rgba(0,0,0,0.3);
	border-radius:4px;
	border:solid 1px rgba(0,0,0,0.3);
	padding:8px;
}

.toggle-content{
	display:none;
	margin-top:10px;
	padding-top:10px;
	border-top:solid 1px rgba(0,0,0,0.3);
	color:rgba(255,255,255,0.6);
}

/*///////////*/
/*Tables Page*/
/*///////////*/

/*Elements To Decorate Tabs */


table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}

.table{
	width:100%;
}

.table-title{
	font-family: 'Lato', sans-serif;
	font-size:11px;
	color:#5b5b5b;
}

.table-sub-title{
	font-weight:bold;
	font-family: 'Lato', sans-serif;
	font-size:10px;
	color:#6e6e6e;
}

.price{
	font-size:10px;
	color:#5b5b5b;
}

.small-price{
	font-size:8px;
}

table {
	color:#666;
	font-size:10px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;
	margin-bottom:15px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:21px 25px 22px 25px;
	
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child{
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr{
	text-align: center;
	padding-left:20px;
}
table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table tr td {
	padding:14px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td{
	border-bottom:0;
}
table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.table-heading{
	padding-top:10px;
	padding-bottom:15px;
}

.table-text{
	color:#6f6f6f;
}

/*Blog Text*/

.blog-title{
	font-family:'Lato', sans-serif;
	color:#666666;
	padding-bottom:15px;
}

.blog-text{
	padding-bottom:10px;
	padding-top:10px;
	text-shadow:0px 1px 0px #ffffff!important;
}

.blog-more{
	text-align:right;
	display:block;
	font-size:12px;
}

.posted-by{
	background-image:url(../images/blog/user.png);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding-left:25px;
	float:left;
	font-size:10px;
	color:#a6a6a6!important;
	text-shadow:0px 1px 0px #FFFFFF;
	text-decoration:none;
	padding-top:10px;
}

.posted-on{
	background-image:url(../images/blog/time.png);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding-left:25px;
	margin-left:20px;
	margin-right:20px;
	float:left;
	font-size:10px;
	color:#a6a6a6!important;
	text-shadow:0px 1px 0px #FFFFFF;
	text-decoration:none;
	padding-top:10px;
}

.posted-tag{
	float:left;
	background-image:url(../images/blog/tag.png);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding-left:25px;	
	font-size:10px;
	color:#a6a6a6!important;
	text-shadow:0px 1px 0px #FFFFFF;
	text-decoration:none;
	padding-top:10px;
}

.posted-cat{
	float:left;
	background-image:url(../images/blog/cat.png);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding-left:25px;
	margin-right:20px;
	font-size:10px;
	color:#a6a6a6!important;
	text-shadow:0px 1px 0px #FFFFFF;
	text-decoration:none;
	padding-top:10px;
}

.posted-more{
	float:left;
	background-image:url(../images/blog/more.png);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding-left:25px;
	margin-left:20px;
	font-size:10px;
	text-shadow:0px 1px 0px #FFFFFF;
	text-decoration:none;
	padding-top:10px;
}

.ads img{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
}

.ads{
	padding-top:20px;
	margin-bottom:-20px!important;
	width:300px;
	margin:auto;
}

/*/////////////*/
/* Simple Icons*/
/*/////////////*/

.icon{
	display:inline-block;
	background-color:#808080;
	height:32px;
	width:32px;	
	border-radius:32px;
}


.demo{margin-left:5px; margin-right:2px; margin-bottom:5px;}


.addressbook{		background-image:url(../images/icons/addressbook.png);	background-position:0px 0px;}
.iphone{			background-image:url(../images/icons/iphone.png);		background-position:0px 0px;}
.alert2{			background-image:url(../images/icons/alert2.png);		background-position:0px 0px;}
.alert3{			background-image:url(../images/icons/alert3.png);		background-position:0px 0px;}
.android{			background-image:url(../images/icons/android.png);		background-position:0px 0px;}
.arrow-down{		background-image:url(../images/icons/arrow-down.png);	background-position:0px 0px;}
.arrow-up{			background-image:url(../images/icons/arrow-up.png);		background-position:0px 0px;}
.arrow-left{		background-image:url(../images/icons/arrow-left.png);	background-position:0px 0px;}
.arrow-right{		background-image:url(../images/icons/arrow-right.png);	background-position:0px 0px;}
.bberry{			background-image:url(../images/icons/bberry.png);		background-position:0px 0px;}
.bluetooth{			background-image:url(../images/icons/bluetooth.png);	background-position:0px 0px;}
.cameras{			background-image:url(../images/icons/cameras.png);		background-position:0px 0px;}
.cart{				background-image:url(../images/icons/cart.png);			background-position:0px 0px;}
.clip{				background-image:url(../images/icons/clip.png);			background-position:0px 0px;}
.chalendar{			background-image:url(../images/icons/chalendar.png);	background-position:0px 0px;}
.chart{				background-image:url(../images/icons/chart.png);		background-position:0px 0px;}
.clocks{			background-image:url(../images/icons/clocks.png);		background-position:0px 0px;}
.cloud-down{		background-image:url(../images/icons/cloud-down.png);	background-position:0px 0px;}
.cloud-up{			background-image:url(../images/icons/cloud-up.png);		background-position:0px 0px;}
.cog1{				background-image:url(../images/icons/cog1.png);			background-position:0px 0px;}
.cog2{				background-image:url(../images/icons/cog2.png);			background-position:0px 0px;}
.columns{			background-image:url(../images/icons/columns.png);		background-position:0px 0px;}
.comment{			background-image:url(../images/icons/comment.png);		background-position:0px 0px;}
.delicious{			background-image:url(../images/icons/delicious.png);	background-position:1px 0px;}
.digg{				background-image:url(../images/icons/digg.png);			background-position:0px 0px;}
.documents{			background-image:url(../images/icons/documents.png);	background-position:0px 0px;}
.download{			background-image:url(../images/icons/download.png);		background-position:0px 0px;}
.dribble{			background-image:url(../images/icons/dribble.png);		background-position:0px 0px;}
.dropbox{			background-image:url(../images/icons/dropbox.png);		background-position:0px 0px;}
.female{			background-image:url(../images/icons/female.png);		background-position:0px 0px;}
.facebook{			background-image:url(../images/icons/facebook.png);		background-position:0px 0px;}
.film-strip{		background-image:url(../images/icons/film-strip.png);	background-position:0px 0px;}
.fullscreen{		background-image:url(../images/icons/fullscreen2.png);	background-position:1px 0px;}
.go-full{			background-image:url(../images/icons/go-full.png);		background-position:1px 0px;}
.go-normal{			background-image:url(../images/icons/go-normal.png);	background-position:1px 0px;}
.graph{				background-image:url(../images/icons/graph.png);		background-position:0px 0px;}
.headset{			background-image:url(../images/icons/headset.png);		background-position:0px 0px;}
.highdef{			background-image:url(../images/icons/highdef.png);		background-position:0px 0px;}
.highdef2{			background-image:url(../images/icons/highdef2.png);		background-position:0px 0px;}
.home{				background-image:url(../images/icons/home.png);			background-position:0px 0px;}
.href{				background-image:url(../images/icons/href.png);			background-position:0px 0px;}
.imac{				background-image:url(../images/icons/imac.png);			background-position:0px 0px;}
.img{				background-image:url(../images/icons/img.png);			background-position:0px 0px;}
.img2{				background-image:url(../images/icons/img2.png);			background-position:0px 0px;}
.ipad{				background-image:url(../images/icons/ipad.png);			background-position:0px 0px;}
.iphone{			background-image:url(../images/icons/iphone.png);		background-position:0px 0px;}
.ipodc{				background-image:url(../images/icons/ipodc.png);		background-position:1px -1px;}
.ipodn{				background-image:url(../images/icons/ipodn.png);		background-position:0px 0px;}
.laptop{			background-image:url(../images/icons/laptop.png);		background-position:1px 0px;}
.linux{				background-image:url(../images/icons/linux.png);		background-position:0px 0px;}
.list{				background-image:url(../images/icons/list.png);			background-position:0px 0px;}
.list-image{		background-image:url(../images/icons/list-image.png);	background-position:0px 0px;}
.lists{				background-image:url(../images/icons/lists.png);		background-position:0px 0px;}
.location{			background-image:url(../images/icons/location.png);		background-position:0px 0px;}
.lowdef{			background-image:url(../images/icons/lowdef.png);		background-position:0px 0px;}
.lowdef2{			background-image:url(../images/icons/lowdef2.png);		background-position:0px 0px;}
.magnifier{			background-image:url(../images/icons/magnifier.png);	background-position:0px 0px;}
.mail{				background-image:url(../images/icons/mail.png);			background-position:0px 0px;}
.male{				background-image:url(../images/icons/male.png);			background-position:0px 0px;}
.mic{				background-image:url(../images/icons/mic.png);			background-position:0px 0px;}
.mobile{			background-image:url(../images/icons/mobile.png);		background-position:0px 0px;}
.money{				background-image:url(../images/icons/money.png);		background-position:0px 0px;}
.mouse{				background-image:url(../images/icons/mouse.png);		background-position:0px 0px;}
.myspace{			background-image:url(../images/icons/myspace.png);		background-position:0px 0px;}
.osx{				background-image:url(../images/icons/osx.png);			background-position:0px 0px;}
.paypal{			background-image:url(../images/icons/paypal.png);		background-position:0px 0px;}
.pdf-doc{			background-image:url(../images/icons/pdf-doc.png);		background-position:0px 0px;}
.pdf-docs{			background-image:url(../images/icons/pdf-docs.png);		background-position:0px 0px;}
.phone{				background-image:url(../images/icons/phone.png);		background-position:0px 0px;}
.price{				background-image:url(../images/icons/price.png);		background-position:0px 0px;}
.refresh{			background-image:url(../images/icons/refresh.png);		background-position:0px 0px;}
.refresh2{			background-image:url(../images/icons/refresh2.png);		background-position:0px 0px;}
.settings{			background-image:url(../images/icons/settings.png);		background-position:0px 0px;}
.shuffle{			background-image:url(../images/icons/shuffle.png);		background-position:0px 0px;}
.sign{				background-image:url(../images/icons/sign.png);			background-position:0px 0px;}
.skype{				background-image:url(../images/icons/skype.png);		background-position:0px 0px;}
.speach{			background-image:url(../images/icons/speach.png);		background-position:0px 0px;}
.speach2{			background-image:url(../images/icons/speach2.png);		background-position:0px 0px;}
.stumble{			background-image:url(../images/icons/stumble.png);		background-position:0px 0px;}
.tags{				background-image:url(../images/icons/tags.png);			background-position:0px 0px;}
.tumblr{			background-image:url(../images/icons/tumblr.png);		background-position:0px 0px;}
.twitter{			background-image:url(../images/icons/twitter.png);		background-position:0px 0px;}
.upload{			background-image:url(../images/icons/upload.png);		background-position:0px 0px;}
.user{				background-image:url(../images/icons/user.png);			background-position:0px 0px;}
.users{				background-image:url(../images/icons/users.png);		background-position:0px 0px;}
.vimeo{				background-image:url(../images/icons/vimeo.png);		background-position:0px 0px;}
.volume{			background-image:url(../images/icons/volume.png);		background-position:0px 0px;}
.wifi{				background-image:url(../images/icons/wifi.png);			background-position:0px 0px;}
.win{				background-image:url(../images/icons/win.png);			background-position:0px 0px;}
.wp{				background-image:url(../images/icons/wp.png);			background-position:0px 0px;}
.youtube{			background-image:url(../images/icons/youtube.png);		background-position:0px 0px;}
.zip{				background-image:url(../images/icons/zip.png);			background-position:0px 0px;}
.zips{				background-image:url(../images/icons/zips.png);			background-position:0px 0px;}

/*////////////*/
/*Contact Form*/
/*////////////*/

.maps{
	height:150px!important;
}

.aspect-ratio{
 	margin-bottom:10px;
	display:block!important;
	max-width:98%!important;
	background-color:#FFF;
	padding:3px;
	border:solid 1px #cacaca;
}

#nameError{
	position:absolute;
	font-size:12px;
	color:#e34e47;
	margin-top:-70px;
	right:10px;
}

#emailError{
	position:absolute;
	font-size:12px;
	color:#e34e47;
	margin-top:-70px;
	right:10px;
}

#emailError2{
	position:absolute;
	font-size:12px;
	color:#e34e47;
	margin-top:-70px;
	right:10px;
}

#phoneError{
	position:absolute;
	font-size:12px;
	color:#e34e47;
	margin-top:-70px;
	right:10px;
}

#messageError{
	position:absolute;
	font-size:12px;
	color:#e34e47;
	margin-top:-105px;
	right:10px;
}

.contactButton{
	margin-top:15px;
	padding: 10px 10px!important; 
}

.contactBut{
	padding:8px 10px!important;	
}
	
label#name_label{
	display:block;
	margin-top:-10px!important;
	font-weight:bold;
	font-size:12px;
	color:#3d3d3d;
	line-height:40px;
	padding-left:3px;
}
	
label#email_label{
	display:block;
	font-weight:bold;
	font-size:12px;
	color:#3d3d3d;
	line-height:40px;
	padding-left:3px;
}

label#phone_label{
	display:block;
	font-weight:bold;
	font-size:12px;
	color:#3d3d3d;
	line-height:40px;
	padding-left:3px;
}
	
label#message_label{
	display:block;
	font-weight:bold;
	font-size:12px;
	color:#3d3d3d;
	line-height:40px;
	padding-left:3px;
}

#contactName{
	background-color:rgba(255,255,255,0.4);
	color:#a6a6a6;
	width:93%;
	height:30px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	text-transform:capitalize;
	border-style:solid;
	border-width:1px;
	border-color:#cacaca;
}

#contactName:focus{
	border-color:#e34e47;
}

#successMessage{
	margin-top:-10px!important;
	padding-bottom:181px;
}
	
#contactEmail{
	background-color:rgba(255,255,255,0.4);
	color:#000000;
	width:93%;
	height:30px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	text-transform:lowercase;
	border-style:solid;
	border-width:1px;
	border-color:#cacaca;
}

#contactEmail:focus{
	border-color:#e34e47;
}

#contactPhone{
	background-color:rgba(255,255,255,0.4);
	color:#000000;
	width:93%;
	height:30px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	text-transform:lowercase;
	border-style:solid;
	border-width:1px;
	border-color:#cacaca;
}

#contactPhone:focus{
	border-color:#e34e47;
}
	
#contactMessage{
	background-color:rgba(255,255,255,0.4);
	color:#a6a6a6;
	padding:10px;	
	width:93%;
	height:50px;
	border-style:solid;
	border-width:1px;
	border-color:#cacaca;
}

#contactMessage:focus{
	border-color:#e34e47;
}

#searchField{
	background-color:rgba(255,255,255,0.4);
	color:#a6a6a6;
	width:85%;
	height:30px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	text-transform:lowercase;
	border-style:solid;
	border-width:1px;
	border-color:#cacaca;
}

#searchField:focus{
	border-color:#e34e47;
}

.white , .white p {
color:#fff;
}

.white a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration:none;
}
.white a:visited {
	color: #CCCCCC;
	font-weight:bold;
	text-decoration:none;
}
.white a:active,
.white a:hover {
	color: #FF0000;
	text-decoration:underline;
}

.team-list .person {
	margin-bottom:10px;
	width:48%;
	float:left;
	margin-right:5px;
}

.team-list h2 {
	margin-bottom:10px;
	color:#ef4b00;
	text-decoration:underline;
}

.team-list .person .name {
  padding-top: 3px;
  color:#510D04;
  font-family:'Segoe UI', Georgia, Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:normal;
  height:18px;
  line-height:18px;
  margin:0px 0px 0px 10px;
  text-decoration:underline;
}
.team-list .person .position {
  padding-top: 2px;
  color:#510D04;
  font-family:'Segoe UI', Georgia, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  line-height:14px;
  margin:0px 0px 0px 135px;
  display:block;
  text-decoration:none;
}

.team-list img {
	background-color: #CCCCCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset, 0 1px #FFFFFF;
	color: #FFFFFF;
	display: block;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
	float:left;
}
.team-list .person .details {
	margin-top:3px;
	font-size:11px;
	margin-left:135px;
	color:#333333;
    font-family:'Segoe UI', Georgia, Arial, Helvetica, sans-serif;
}
.team-list .person .more {
	margin-top:3px;
	font-size:12px;
	margin-left:135px;
	color:#333333;
    font-family:'Segoe UI', Georgia, Arial, Helvetica, sans-serif;
	display:block;
}


.team-list .separator {
	border-bottom:1px solid #E8E8E8;
	clear:both;
	margin:5px 0px 5px 0px;
}

.team-list .person .buttonMore {
	margin-top:5px;
	font-size:11px;
	margin-left:135px;
	color:#ef4b00;
}

#gMap{
	margin-left:10px;
	width:358px;
	height:175px;
	border:1px solid #F4F4F4;
}
/* search mobile */ 
.scategories {margin:0px; padding:0px;}
.scategories li {float:left;margin-left:20px;}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
#msr .text-right a {
	font-size: 12px; 
	text-decoration: none!important; 
	font-family: Helvetica, Arial, sans serif;
	padding: 8px 12px; 
	border-radius: 5px; 
	-moz-border-radius: 3px; 
	box-shadow: inset 0px 0px 2px #fff;
	-o-box-shadow: inset 0px 0px 2px #fff;
	-webkit-box-shadow: inset 0px 0px 2px #fff;
	-moz-box-shadow: inset 0px 0px 2px #fff;
	margin-right:7px;
	margin-bottom:20px;
	display:inline-block;
}

/* The styles for the green button */
#msr .text-right {
 margin:0px !important;	
 padding-right:10px;
 text-align:right;
}
#msr .text-right a {
	color: #5a742d;
	border: 1px solid #95b959;
	background-image: -moz-linear-gradient(#cae387, #a5cb5e);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a5cb5e), to(#cae387));
	background-image: -webkit-linear-gradient(#cae387, #a5cb5e);
	background-image: -o-linear-gradient(#cae387, #a5cb5e);
	text-shadow: 1px 1px 1px #dff4bc;
	background-color: #a5cb5e;
}
#msr .text-right a:hover {
	border: 1px solid #687e30;
	background-image: -moz-linear-gradient(#a5cb5e, #cae387);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cae387), to(#a5cb5e));
	background-image: -webkit-linear-gradient(#a5cb5e, #cae387);
	background-image: -o-linear-gradient(#a5cb5e, #cae387);
	background-color: #cae387;
}
#msr .text-right a:active {border: 1px solid #506320; width:auto; height:auto;}


#msr  .sec-1-big-text {
 margin-bottom:10px	
}