p
{
	margin-bottom: 20px;
	line-height: 28px;
}
.subtitle{
   font-size:28px;
}

.expand{
	height:auto;

}

.colapse{
	height: 65%;
	overflow: hidden;


}

.collapsible, .expandible{
	background-color: #d85541;
	border-radius: 10px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	cursor: pointer;
}
.collapsible:hover, .expandible:hover{
	opacity: 0.7;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#main_column
{
	min-height:400px;
}

ul li {line-height: 28px;}

h2 {color: #1A1A1A; font-weight: 700; margin-bottom: 20px; }
h3 {line-height: 35px; margin-bottom: 20px;}
h4 { font-size: 17px; font-weight: 700; color: #2d2d2d;}

a, a:visited { -webkit-transition: all 150ms ease-in; -moz-transition: all 150ms ease-in; -o-transition: all 150ms ease-in; transition: all 150ms ease-in;}
a { color: #00a8d6; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
a:hover,
a:focus { text-decoration: none; color: #007DA0; outline: none; }

body { webkit-tap-highlight-color: rgba(255,255,255,.2);width: 100%; min-height: 100%; position: relative; font-family:"Raleway", Lucida Sans Unicode, Verdana, Helvetica, sans-serif; font-size: 14px; line-height: 24px; color: #575757; color: #999; font-weight: 400; letter-spacing: normal; -webkit-font-smoothing: antialiased!important; text-rendering: optimizeLegibility; font-weight: 500; color: #7a7a7a;}
html { width: 100%; height: 100%;}

h1, h2, h3, h4, h5, h6 { font-family: "Raleway", Lucida Sans Unicode, "Helvetica Neue", Helvetica,Arial,sans-serif;}
h1, h2, h3, h4, h5, h6 { margin-top: 0;  margin-bottom: 10px;}

form {margin-bottom: 0;}

.headline {text-align: center;}
	.headline h1 {color: #31373a; padding-bottom: 15px; border-bottom: 2px solid #DDD; display: inline-block;}
	.headline p {margin-bottom: 50px;}

.bg-dark .headline h1 {color: #FFF;}
.bg-dark .headline p {color: #FFF;}

.bg-blue .headline h1 {color: #FFF; border-bottom: 2px solid rgba(0,0,0,0.1);}
.bg-blue .headline p {color: #FFF;}

.white h1 {color: #FFF;}
.white p {color: #FFF;}

.section {padding: 90px 0;}
.section20 {padding:20px 0;}

.padding70top {padding-top: 70px;}

.bordered {border:1px solid #DDD;}
.border-left {border-left: 1px solid #DDD;}
.border-right {border-right: 1px solid #DDD;}
.border-top {border-top: 1px solid #DDD;}
.border-bottom {border-bottom: 1px solid #DDD;}
.nopadding-bottom {padding-bottom: 0;}

.margintop40 {margin-top: 40px;}

.divider70 {clear: both; height: 70px;}
.divider50 {clear: both; height: 50px;}
.divider20 {clear: both; height: 20px;}
.divider35 {clear: both; height: 35px;}

.margin50 {margin: 50px 0;}
.margin20 {margin: 20px 0;}

.enter-new-person{
background-color: #db6d31;
border-radius: 0;
width: 100%;

text-align: center;
border: 0px;
padding: 10px;
color: white;
font-weight: 900;
}

.enter-new-person:hover {
	background-color: #bf5d27;
	color: white;
}

.enter-new-person a {
width: 100%;
	color: white;
}

.btn {-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.blue-btn { padding: 12px 15px; font-size: 12px; font-family: "Raleway", sans-serif; text-transform: uppercase; font-weight: 700; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; background-color: #00a8d6; color: white; border:1px solid rgba(0,0,0,0.1);}
.blue-btn:hover { background-color: #31373a; color: #FFF;}

.black-btn { font-family: "Raleway", sans-serif; font-weight: 700; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; background-color: #31373a; color: white; border:1px solid rgba(0,0,0,0.1);}
.black-btn:hover { background-color: #00a8d6; color: #FFF;}


.quote {color: #FFF; border: none; font-size: 40px; text-align: center; position: relative; font-weight: bold;}
.quote::before{  font-family:'FontAwesome'; content:"\f10d"; font-size: 20px; font-weight: bold; padding-right: 30px; font-weight: normal; }
.quote span {display: block; font-size: 16px; }

.text-center img {display: block; margin: 0 auto;}

.normal-list {list-style-type: disc; margin-bottom: 30px; margin-left: 20px;}
.normal-list li {margin-bottom: 5px;}

.green-arrow {list-style: none; }
.green-arrow li {background:url(../img/green-arrow.png) no-repeat left top; padding-left: 45px; padding-bottom: 15px;}
.green-arrow li:nth-child(odd) {font-weight: bold;}

.highlight {padding: 20px; background: #F8F8F8; border-radius:3px; }
.side-text {margin-top: 20px; width: 90%; margin: 0 auto; }
.side-text h4 {text-align: center;}
.side-text i {display:block; background-color: #8FB73C; width: 80px; height: 80px; border-radius: 5px; color: #FFF; line-height: 80px; text-align: center; font-size: 30px; margin: 20px auto;}

.btn:hover, .btn:focus { background-color:#00a8d6; color: #FFF;}

.negativetop80 {margin-top: -80px;}

.bg-white {background-color: #FFF;}
.bg-grey {background-color: #FAF7F8;}
.bg-grey {background-color: #FAFAFA;}
.bg-grey2 {background-color: #F5F5F5;}

.bg-blue {background-color: #00a8d6;}
.bg-dark {background-color: #0F141A;}



.cover {-webkit-background-size: cover; -moz-background-size: cover;-o-background-size: cover; background-size: cover; height:100%; }

.color-blue {color: #00a8d6;}
.color-white {color: #FFF;}
.color-green {color: #8FB73C;}

.overlay-bg {position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.5; background: rgba(0, 0, 0, 0.5); background: -webkit-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.57) 1%, rgba(0, 0, 0, 0.8) 100%); background:-moz-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.57) 1%, rgba(0, 0, 0, 0.8) 100%); background: -ms-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.57) 1%, rgba(0, 0, 0, 0.8) 100%); background: radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.57) 1%, rgba(0, 0, 0, 0.8) 100%); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 0;}

.navbar-inverse { margin-bottom: 0; -webkit-border-radius: 0; -moz-border-radius: 0;border-radius: 0; padding: 15px 0; -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out; -moz-transition: background .5s ease-in-out,padding .5s ease-in-out; transition: background .5s ease-in-out,padding .5s ease-in-out; background-color: transparent; background: none;  border: none;}
.navbar-inverse .navbar-nav > li > a { color: #fff; display: block; -webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; -ms-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; text-transform: capitalize; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}

.menu-right {float: right;}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li {-webkit-transition: all 400ms linear; -moz-transition: all 400ms linear; -o-transition: all 400ms linear; -ms-transition: all 400ms linear; transition: all 400ms linear;}

.navbar-toggle { padding: 4px 6px; font-size: 16px; color: #fff;}
.navbar-toggle:focus,
.navbar-toggle:active { outline: 0;}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus
{
	background-color: transparent;
}

.navbar-brand { padding: 10px 15px;}
.navbar-brand:hover { color: #fff;}

.scroll-fixed-navbar { padding: 10px 0; background-color: #FFF; -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);}
.scroll-fixed-navbar .navbar-nav > li > a
{
	color: #333;
}
.scroll-fixed-navbar .navbar-nav > li > a:hover,
.scroll-fixed-navbar .navbar-nav > li.active > a,
.scroll-fixed-navbar .navbar-nav > li.active > a:hover {color: #00a8d6; }

.navbar-toggle { position: relative; float: right; background-color: transparent; padding: 10px; margin: 13px 30px 13px 0; border: none; color: #fff; border: 2px solid #fff;}
.navbar-toggle .icon-bar { background-color: #fff;}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {border-color: rgba(0,0,0,0.1);}

.navbar-inverse .navbar-brand  {color: #FFF; font-size: 30px; font-weight: 700; padding: 15px;}
.scroll-fixed-navbar.navbar-inverse .navbar-brand  {color: #1a1a1a; font-size: 30px; font-weight: 700; padding: 15px;}

.carousel-indicators {bottom: -17%;}


html, body {height: 100%;}

#top {background: #1A1A1A; position: relative; z-index: 1; }
.header-text {}
.header-text h1 {font-size: 50px; color: #FFF;  border-bottom:1px solid rgba(0,0,0,0.1); padding-bottom: 10px;}
.header-text h2 {color: #FFF;}
.header-text li {color: #FFF;}
.header-text p {color: #E7E7E7;}



.top-inner { padding-top:50px; padding-bottom: 30px;

	background-image:url(../images/bg.jpg);
    background-size:cover;
    background-position: center;
    position: relative;
    z-index: ;
 }


/*
.top-inner { padding-top:50px; padding-bottom: 30px;
	background-color:#57bdd4;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#1e689a), to(#3e9ddc));
	background-image:-webkit-linear-gradient(top, #1e689a, #3e9ddc);
	background-image:-moz-linear-gradient(top, #1e689a, #3e9ddc);
	background-image:-ms-linear-gradient(top, #1e689a, #3e9ddc);
	background-image:-o-linear-gradient(top, #1e689a, #3e9ddc);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#1e689a, endColorstr=#3e9ddc);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#1e689a, endColorstr=#3e9ddc)";

     position: relative;
	 z-index: ;
 }
*/


/*
 .default-gradient {
	background-color:#57bdd4;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#1e689a), to(#3e9ddc));
	background-image:-webkit-linear-gradient(top, #1e689a, #3e9ddc);
	background-image:-moz-linear-gradient(top, #1e689a, #3e9ddc);
	background-image:-ms-linear-gradient(top, #1e689a, #3e9ddc);
	background-image:-o-linear-gradient(top, #1e689a, #3e9ddc);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#1e689a, endColorstr=#3e9ddc);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#1e689a, endColorstr=#3e9ddc)";

 }
*/



.main-point {clear: both; padding-bottom: 35px; border-bottom:1px solid #F7F7F7; margin-bottom: 40px;}
.main-point p {margin-bottom: 0;}
.main-point i { background-color: #00a8d6; width: 80px; height: 80px; border-radius: 5px; color: #FFF; line-height: 80px; text-align: center; font-size: 42px; display: inline-block; margin-right: 30px; float: left; margin-right: 20px;}
.main-point h4 { margin-bottom: 10px; font-size: 20px; }
.main-point-last {border: none; margin-bottom: 0;}


.bg-blue .horizontal-optin button { background-color: #31373a;}
.bg-blue .horizontal-optin button:hover { background-color: #00a8d6;}


.search-form-wrap
{
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	background: rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
 }

.search-form-wrap input[type="text"],
.search-form-wrap textarea,
.search-form-wrap select
{
	color: #333;
	border: none;
	outline: none;
	width: 100%;
	padding: 10px 15px;
	display: block;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	border-radius: 0;
	height: auto;
	background: #FFF;
}
.search-form-wrap textarea { min-height: 200px;}

.search-form-wrap button
{
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	background: #00a8d6;
	border: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	font-weight: bold;
	border-radius: 0;
}

.search-form-wrap button i { color: #fff; font-size: 24px;}
.search-form-wrap button:hover{background: #0396CF; color: #FFF;}
.search-form-wrap .form-group {margin-bottom: 0;}
.alert-success {margin-top: 40px;}

.form-process {font-weight: bold; color: #1a1a1a; text-align: right;}
.form-process p {margin: 20px 0; color: #FFF;}
.form-process i {color: #00a8d6; margin-right: 10px;}



.form-process-middle {font-weight: bold; color: #FFF; text-align: right;}
.form-process-middle p {margin: 20px 0; margin-bottom: 0;}
.form-process-middle i {color: #1a1a1a; margin-right: 10px;}



.nav-tabs > li, .nav-pills > li { float:none; display:inline-block; *display: inline;/* for IE7*/ *zoom:1; /* for IE7*/ margin:-3px; border:1px solid #EFEFEF; position: relative;}
.nav-tabs {text-align:center;}

.nav-tabs > li > a {color: #30353A; margin-right: 0px; background-color: #eff3f6; padding: 20px 60px; font-weight: bold;}
.nav-tabs > li > a:hover { background: #00a8d6; color: #fff;}
.tab-content .tab-pane { padding: 2px 3px; border: none;}

.nav-tabs {border: none; margin-bottom: 5px;}
.nav-tabs > li > a
{
	color: #596068;
	margin-right: 0px;
	background-color: #fff;
	border:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 10px 10px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus
{
	background: #00a8d6;
	color: #FFF;
	position: relative;
	border: none;
}

.width-25  > li
{
	width:25%;
}

.width-33  > li
{
	width:33%;
}

::-moz-selection { text-shadow: none; background: #1F1F1F; color: #FFF;}
::selection { text-shadow: none; background: #1F1F1F; color: #FFF; }

img::selection { background: 0 0;}
img::-moz-selection { background: 0 0;}

.nav-tabs > li
{
	position: relative;

}

.nav-tabs > li.active
{
	position: relative;
	background-color: #00a8d6;
}

.nav-tabs > li.active:after
{ content: ''; position: absolute;
border-style: solid;
border-width: 10px 14px 0;
 border-color: #00a8d6 transparent;
 display: block; width: 0;
 z-index: 1; margin-left:-14px;
 bottom: -10px;
 left: 50%;
}
.nav-tabs > li.active:before {content: ''; position: absolute; border-style: solid; border-width: 15px 15px 0; border-color: #fff transparent; display: block; width: 0; z-index: 0;margin-left:-15px; bottom: -16px; left: 50%;}

.nav-tabs i {margin-right: 10px;}



.pricing-container {padding-left: 0px; padding-right: 0px; }
.price-column { background: #fff; padding:20px; margin-top:10px; margin-bottom: 40px; -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1); box-shadow: 0 0 7px rgba(0,0,0,0.1); margin-top: 20px; -webkit-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;transition: all 0.25s ease-in-out; position: relative; z-index: 1;}
.price-column:hover {margin-top: -10px;-webkit-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;transition: all 0.25s ease-in-out; -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);}
.price-column h2 { background-color: #666666; color: #ffffff !important; font-size: 17px; text-align: center; margin-bottom: 0; padding: 30px 0;  }
.price-column h3 { color: #ffffff !important; text-align: center; font-size: 32px; background: #999999; margin-bottom: 0; padding: 30px 0; font-weight: bold;}
.price-column h3 span { font-weight: 300; font-size: 18px; }
.price-column h3 sup {font-size: 18px;}
.price-column ul {margin:25px 0;}
.price-column li {border-top: 1px dotted #EFEFEF; padding: 15px 0; width: 75%; margin:0 auto; color: #333;}
	.price-column li:first-child {border-top: none;}
.price-column li i {float: right; color: #8FB73C;}
.price-column li i.red-color {color: #CC0000;}
.price-column li del {color: #aaa;}

.price-bottom {background: #0F141A; padding: 25px 0; text-align: center;}
.price-btn {background: transparent; padding: 12px 30px; border: 2px solid #FFF; border-radius: 0; color: #FFF; font-weight: bold; text-transform: uppercase; font-size: 14px;}
.price-btn:hover {background: #FFF; color: #00a8d6; border: 2px solid #FFF;}

.price-column p {padding: 20px; background: #F8F8F8;}

.price-column.large {margin-top: -20px;position: relative; z-index:2; -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);  }
.price-column.large h2 { background-color: #1166A0;}
.price-column.large h3 { background: #00a8d6; padding: 45px 0; font-size: 38px;}
.price-column.large .price-bottom {background-color: #0F141A;}


.title { margin-bottom: 60px; }
.panel { background: #f0f0f0;}
.panel .panel-heading { padding: 15px 30px;}
.panel .panel-body { padding: 30px; padding-top: 0; color: #666666;}
.panel .panel-title { font-weight: normal; color: #666666; font-size: 14px; font-weight: bold;}
.panel .panel-title .active { color: #408337;}
.panel .panel-title .panel-toggle .fa { margin-right: 10px; color: #8FB73C;}
.more { margin-top: 60px;}
.more .title { margin-bottom: 15px; color: #999999; }

.btn-bluebg {padding: 15px 35px; border-radius: 0; border: 2px solid  color: #FFF; background-color: #00a8d6; border-color: #00a8d6; font-size: 14px; font-weight: bold; margin-right: 20px;}
.btn-bluenobg {padding: 15px 35px; border-radius: 0; border: 2px solid rgba(0,0,0,0.2); color: #00a8d6; background-color: #FFF; font-size: 14px; font-weight: bold;}

.btn-bluebg:hover, .btn-bluenobg:hover {border-color: #0F0F0F; background-color:#1a1a1a;}


#footer {background-color:#0F141A; background-color: #0C0C0C;}
#footer p { color: #aaa; font-size: 14px;}
#footer h4 {font-size: 16px; color: #FFF;}
#footer a {color: #f5f5f5; font-size: 14px;}
	#footer a:hover {color: #FFF;}
#footer hr {border-top:1px solid rgba(255,255,255,0.2); margin-top: 35px; margin-bottom: 35px;}

.quick-links {margin-left: 10px;}
.quick-links li
{
	list-style-type: square;
	margin-bottom: 10px;
	width:50%;
	float:left;
}

.categories_box{

    padding:20px;
    border-radius: 15px;

}
.categories_box:hover{

   background: rgba(174, 174, 174, 0.3);

}
.categories_img{
    max-width:58px;
    padding:4px;
    margin-bottom: 6px;

}
.categories-title-box{
    background-color: #fff;
    padding: 20px;
    min-height: 150px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #9f9f9f;
}
.link_sizes{

    font-size: 20px;
}


.copyright {float: right;}
.copyright i {color: #FF3D7F; margin:0 5px;}

.contact-list li {font-size: 14px; color: #FFF;}
.contact-list i {border: 1px solid #fff; border-radius: 50%; height: 40px; width: 40px; text-align: center; line-height: 40px; margin-right: 10px; margin-bottom: 10px;}

.footer-bottom {margin-top: 60px; padding-top: 40px; border-top:1px solid rgba(255,255,255,0.2);}

.social {}
.social li {display: inline-block; width: 35px; height: 35px; border-radius: 3px; text-align: center; line-height: 35px; webkit-transition: background-color 400ms ease-out 0.2s; -moz-transition: background-color 400ms ease-out 0.2s; -o-transition: background-color 400ms ease-out 0.2s; transition: background-color 400ms ease-out 0.2s;}
.social li a { color: #fff; }
.social li.facebook { background: #204385; }
.social li.twitter { background: #2aa9e0; }
.social li.google-plus { background: #d3492c; }
.social li.linkedin { background: #0073b2; }
.social li.skype { background: #00b0f6; }
.social li.youtube { background: #e22d24; }
.social li:hover {background:#31373a; cursor: pointer; }


a.scroll-up { display: none; position: fixed; right: 10px; bottom: 10px; padding:5px 10px; background: #00a8d6; text-align: center; -moz-transition: -moz-transform 0.8s ease-in-out; -o-transition: -o-transform 0.8s ease-in-out; -webkit-transition: -webkit-transform 0.8s ease-in-out; transition: transform 0.8s ease-in-out; -webkit-backface-visibility: hidden;}
a.scroll-up i {color: #FFF;}
a.scroll-up:hover,
a.scroll-up:focus { -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); background: #31373a;}


@media only screen and (min-width: 953px) and (max-width: 959px) {
	.horizontal-optin input[type="text"], .horizontal-optin textarea {margin-bottom: 15px;}
	img {display: block; margin: 20px auto;}
	.img-thumbnail {margin: 0;}
	.bottom-contact {padding-top: 40px;}
	.last-row .features-list {margin-bottom: 40px;border-bottom: 1px solid #F7F7F7;}
	input[type="text"], textarea {margin-bottom: 15px;}
}

@media only screen and (min-width: 480px) and (max-width: 952px) {
	.navbar-inverse {background-color: #FFF;}
	.navbar-inverse .navbar-brand {color: #1a1a1a;}
	.navbar-inverse .navbar-toggle {padding: 10px; background: #333;}
	.navbar-inverse .navbar-nav > li  {border-bottom:1px solid #EFEFEF;}
	.navbar-inverse .navbar-nav > li > a {color: #1a1a1a;}
	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #00A8D6;}
	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus  { color: #00A8D6;}
	.menu-right {float: none;}
	p {}
	h4 {}
	hr { margin: 15px 0;}
	input[type="text"], textarea {margin-bottom: 15px;}
	.section {padding: 70px 0;}
	.main-point {margin-bottom: 40px;}
	.video-container {margin-bottom: 40px;}
	.members-holder{width:80%; float: none; margin:20px auto;}
	img {display: block; margin: 20px auto;}
	.img-thumbnail {margin: 0;}
	.bottom-contact {padding-top: 40px;}
	.last-row .features-list {margin-bottom: 40px;border-bottom: 1px solid #F7F7F7;}
}

@media only screen and (max-width: 479px) {
	.navbar-inverse {background-color: #FFF;}
	.navbar-inverse .navbar-brand {color: #1a1a1a;}
	.navbar-inverse .navbar-toggle {padding: 10px; background: #333;}
	.navbar-inverse .navbar-nav > li  {border-bottom:1px solid #EFEFEF;}
	.navbar-inverse .navbar-nav > li > a {color: #1a1a1a;}
	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #00A8D6;}
	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus  { color: #00A8D6;}

	.menu-right {float: none;}

	body {font-size: 13px;}
	p {font-size: 13px;}
	h4 {font-size: 16px; line-height: 25px;}
	hr { margin: 15px 0;}
	img {float: none; display: block; margin: 20px auto;}
	iframe {max-height: 200px;}

	.headline h1 {font-size: 30px;}
	.section {padding: 50px 0;}

	input[type="text"], textarea {margin-bottom: 15px;}
	.bubble {margin-bottom: 30px;}

	.nav-tabs > li, .nav-pills > li { margin:0; display: block;}
	.nav-tabs > li.active:after { border-width: 0;}
	.nav-tabs > li.active:before {border-width: 0;}

	.price-column:hover {margin-top:0;}

	.main-point {margin-bottom: 20px; border: none; float: none; width: 100%; border-bottom:1px solid #EFEFEF;}

	.members-holder{width:80%; float: none; margin:20px auto;}
	.video-container {margin-bottom: 40px;}
	.img-cover h3 {display: none;}
	.img-thumbnail {margin: 0;}
	.btn-bluebg {margin-right:0; margin-bottom: 20px;}
	#footer p, #footer li, #footer a {font-size: 13px;}
	.social {margin-bottom: 30px;}
	.copyright {float: none;}
}

.top-bottom-20
{
	margin-top:20px;
	margin-bottom:20px;
}

.clear
{
	clear:both;
}

.category_link
{
	font-size:17px;
    font-weight: 900;
    color: #9f9f9f;
}
.browse-location
{
	margin-top:8px;
}


form#main fieldset
	{
		border: none;
		margin-bottom: 25px;

	}

	form#main fieldset:last-of-type
	{
		margin-bottom: 0;
	}

	form#main legend
	{

		font-size: 16px;
		font-weight: bold;
		padding-bottom: 10px;
	}

	form#main ol li
	{
		list-style: none;
	}

@media (max-width: 952px)
{

	.quick-links li
	{
		margin-bottom: 15px !important;
		float:none !important;
	}

	.contact-info
	{
		margin-top:50px;
	}

	form#main {
		padding:20px;
		width:100% !important;
		min-width:300px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background:#f8f8f8;
	}

	form#main input:not([type=radio]):not([type=checkbox]),
	form#main select,
	form#main textarea {
		background: #ffffff;
		border: 1px solid #eaeaea;
		outline: none;
		padding: 5px;
		clear:both !important;
		width: 100% !important;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		min-height:32px;
	}

	form#main label,.div_label {

		font-size:16px;
		margin-top:10px;
	}


	.div_label {

		font-size:16px !important;
		margin-top:10px !important;
	}

	.div_field
	{
		clear:both;
		width:100% !important;
	}


	form#main label {

		font-size:16px;
		margin-top:10px;
	}

	#main-login-form
	{
		width: 320px !important;
		margin-left:-160px !important;
	}

	.login-form-field
	{
		width:160px !important;
	}
}


@media (min-width: 953px)
{
	form#main {

		padding: 20px;
		width: 95%;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background:#eaeaea;
	}





	form#main ol li
	{
		background: #f4f4f4;
		border-color: #cccccc;
		border-style: solid;
		border-width: 1px;
		line-height: 30px;
		list-style: none;
		padding: 5px 10px;
		margin-bottom: 2px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	form#main ol ol li
	{
		background: none;
		border: none;
		float: left;
	}

	form#main label {
		float: left;

		width: 28%;
		font-weight:400;
	}

	form#main input:not([type=radio]):not([type=checkbox]),
	form#main select,
	form#main textarea {
		background: #ffffff;
		border: none;
		font: italic 13px Georgia, "Times New Roman", Times, serif;
		outline: none;
		padding: 5px;
		width: 65%;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		min-height:32px;
	}
	form#main input:not([type=submit]):focus,
	form#main textarea:focus
	{
		background: #eaeaea;
	}

	form#main input[type=radio]
	 {
		float: left;
		margin-right: 5px;
	}
}


.form-field
{
	border:1px solid #aaaaaa;
		-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	height:28px;
	min-width:200px;
	font-size:14px;
}


.listing_title
{

	font-size:18px;
	text-decoration:none !important;
	font-weight:bold;
}

.featured_listing_title
{
	color:#000000;
	font-size:18px;
	text-decoration:none !important;
	font-weight:bold;
}

.lfloat
{
	float:left;
}

.rfloat
{
	float:right;
}

.top-margin-title{
	margin-top: 40px;
	margin-bottom: 15px;

}

.listing_description
{
	margin-bottom:8px;
	color: #5f5f5f !important;
	font-size:13px;
}

.listing_posted_date
{
	font-size:10px;
}


.listing
{
	width:100%;

	padding-bottom:20px;

}

.smooth-separator
{
	width:100%;
	height:8px;
	background:url(../images/bottom_background.png);
	margin-top:3px;
	margin-bottom:3px;
}

.margin_4
{
	margin-top:5px;
	margin-bottom:5px;
}

.margin_10
{
	margin-top:10px;
	margin-bottom:10px;
}


.featured_listing a
{
	color:#000000 !important;
}

.featured_listing
{
	background: #F9E7C1;
	border:1px solid #F3A458;
	color:#000000 !important;
	padding:8px;
}

.result-stars
{
	float:left;
	position:relative;
	top:7px;
	left:15px;
}

.result-link
{
	text-decoration:none;
}

.result-link:hover
{
	text-decoration:none;
}

.left-margin-40
{
	margin-left:40px;
}



.featured-hr
{
   border-top: 1px solid #F8D39C;
   background-color:#F8D39C;
   color:#F8D39C;
}



@media (max-width: 992px)
{


	.result-stars
	{
		float:none !important;
		clear:both;
		position:relative;
		top:0px !important;
		left:0px !important;
		min-height:20px;
	}

	h3
	{
		font-size: 26px !important;
	}

	h4, .featured_listing_title, .listing_title
	{
		font-size: 24px !important;
	}



	.bottom-menu li a
	{
		font-size:18px !important;

	}

	.navbar-nav li
	{
		padding-top:10px;
		border-bottom:1px solid #022750;
	}

	.navbar-nav li:hover
	{
		background: #325780;
	}

	.navbar-nav li:active
	{
		background: #325780;
	}

	.navbar-nav li:focus
	{
		background: #325780;
	}

	.bottom-menu
	{
		padding-left:26px;
		padding-right:26px;

	}

	.category_link
	{
		font-size: 18px !important;
		margin-top: 20px !important;
	}

	.bottom-menu li
	{
		clear:both !important;
	}

	.expand_menu_link
	{
		font-size: 20px !important;
	}

	.nav li a
	{
		font-size: 18px !important;
	}

	.top-link, .btn-xs
	{
		font-size: 14px !important;

	}

	.sub-text, .sub-cat-result
	{
		font-size: 16px !important;
	}

	.container
	{

		width:100% !important;
		min-width:100% !important;
	}

	.hide-sm
	{
		display:none;
		padding-left:0 !important;
		padding-right:0 !important;
	}

	.center-xs
	{
		text-align: center;
	}

}


@media (min-width: 993px)
{

	.hide-sm
	{
		display:block;
	}

}

.expand_menu_link
{
	color: #ffffff !important;
	font-size:16px;
	text-decoration:none !important;
}


.expand_menu_link:hover
{
	text-decoration:none !important;
}

.padding_5
{
	padding:5px !important;
}

.left_padding_15
{
	padding-left:15px !important;
}

.no-left-padding
{
	padding-left:0px !important;
}

.margin-bottom-10
{
	margin-bottom:10px;
}



.menu li:hover > ul
{
	display: block;
}


hr
{
	margin-top:10px !important;
	margin-bottom:15px !important;
}

.margin-top-15
{
	margin-top:10px;
}

.img-shadow
{
	-webkit-box-shadow: 0 3px 8px #bbb;
    -moz-box-shadow: 0 3px 8px #bbb;
    box-shadow: 0 3px 8px #bbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}


.img-right-margin
{
	margin-right:15px;
}

.padding-top-65
{
	padding-top:65px;
}

.result-image
{
	background:#f9f9f9;
	float:left;
	text-align:center;
	width:120px;
	border:1px solid #dddddd;
	-webkit-box-shadow: 0 3px 8px #bbb;
    -moz-box-shadow: 0 3px 8px #bbb;
    box-shadow: 0 3px 8px #bbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.result-image img
{
	margin-top:10px;
	margin-bottom:10px;
}


.final-result-image
{
	background:#ffffff;
	float:right;
	margin-left:30px;
	margin-bottom:20px;
	text-align:center;
	width:100%;
	padding:10px;
	border:1px solid #cccccc;
	-webkit-box-shadow: 0 3px 10px #aaa;
    -moz-box-shadow: 0 3px 10px #aaa;
    box-shadow: 0 3px 10px #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.final-result-image img
{
	margin-top:10px;
	margin-bottom:10px;
}

.result-text
{
	width:72%;
	float:left;
	margin-left:30px;
}

.white-link
{
	color:#ffffff;
}

.white-link:hover
{
	color:#ffffff;
	text-decoration:underline;
}

.underline-link
{
	text-decoration:underline !important;
}

.r-margin-8
{
	margin-right: 8px;
}

.margin-top-bottom-15
{
	margin-top:15px;
	margin-bottom:15px;
}

.min-height-30
{
	min-height:30px;
}

.white-font
{
	color:#ffffff !important;
}




.div_label
{
	float: left;
	font-size: 13px;
	width: 28%;
}

.div_field
{
	float:left;

	border: none;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	outline: none;
	width: 65%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.div_field input
{
	width:100% !important;
}

.div_field select
{
	width:100% !important;
}


.mselect
{
	width: 140px;
	border: 0px solid black;
	text-indent: 3px;
	padding: 1px 0;
	cursor: hand;
	cursor: pointer;
}

.mselect .downimage
{
	position: absolute;
	right: -25px;
}

.mselect .dropdown
{
	position: absolute;
	left: 0px;
	width: 180px;
	height: expression( this.scrollHeight > 150 ? "150px" : "auto" );
    max-height: 150px;
	overflow:auto;
	border: 1px solid #808080;
	display: none;
	z-index: 5;
	font-weight: normal;background-color:white;
}

.mselect .dropdown a
{
	width: auto;
	display: block;
	border-bottom: 1px none #B4B4B4;
	padding: 1px 0;
	text-indent: 2px;
	text-decoration: none;
	color: black;
	background-color:#ffffff;
}

* html .mselect .dropdown a
{
	width: 100%;
}

.mselect .dropdown a:hover
{
	background: #0A246A;
	color:#ffffff;
}


.login-form-field
{
	width:280px;
	border:1px solid #aaaaaa;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	height:28px;

	font-size:14px;
}

#main-login-form
{
    -webkit-box-shadow: 0 3px 10px #aaa;
    -moz-box-shadow: 0 3px 10px #aaa;
    box-shadow: 0 3px 10px #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	line-height:1.1em;
	float: right;

    width: 450px;
	height:240px;
	position:absolute;
	top: 50%;
    left: 50%;
    margin-top:-100px;
    margin-left:-250px;
	z-index:6001;
	border:4px solid #999999;
	background:#f3f3f3;
	margin-bottom:40px;
	padding: 5px 20px 10px;

	display:none;
}


.close-login-icon
{
	float:right;
	position:relative;
	top:-4px;
	left:19px;
}

table
{
    border-spacing: 4px;
    border-collapse: separate;
}


.login-hr
{
	color:#e0e0e0 !important;
	border-color:#e0e0e0 !important;
}


#ads-rotator
{
	width:100%;
	background:#f2f2f2;
	background-repeat:no-repeat;
	color:#666666;
	padding-left: 40px;
	text-align:left;
	min-height: 210px;
}


.jcarousel-skin-ie7 .jcarousel-container
{

}

.jcarousel-skin-ie7 .jcarousel-direction-rtl
{
	direction: rtl;
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal
{
    width: 100%;
    padding: 5px 50px;
	  line-height:1.1em !important;
}


.jcarousel-skin-ie7 .jcarousel-clip
{
    overflow: hidden;
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal
{
    width: 94%;
}

#wrap{position:relative;left:-4px}

.jcarousel-skin-ie7 .jcarousel-item
{
    width: 150px;
    height: 150px;
		padding: 10px;

}

.jcarousel-skin-ie7 .jcarousel-item a
{
   color:white;
   text-decoration:none;
}

.jcarousel-skin-ie7 .jcarousel-item:hover,
.jcarousel-skin-ie7 .jcarousel-item:focus {
    border-color: #808080;
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 7px;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 7px;
	margin-right: 0;
}

.jcarousel-skin-ie7 .jcarousel-item-vertical {
    margin-bottom: 7px;
}

.jcarousel-skin-ie7 .jcarousel-item-placeholder {
}


.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 30px;
    right: 45px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: transparent url(../images/next-new.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../images/prev-new.png);
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-horizontal:focus {
    background-position: -35px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
    background-position: -70px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -105px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: transparent url(../images/prev-new.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../images/next-new.png);
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-horizontal:focus {
    background-position: -35px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
    background-position: -70px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -105px 0;
}

.jcarousel-skin-ie7 img{
	width: 85%;
	height:85%;
}



@media (max-width: 640px)
{
	.home-category
	{
		clear:both;
		width:100% !important;
	}

	#carousel-container
	{
		display:none;
	}

	.result-image
	{
		width: 100% !important;
	}

	.result-text
	{
		clear:both;
		width: 100% !important;
		margin-left: 0px !important;
	}
}


#carousel-container a
{
	color:#333333 !important;
}


.languages-menu
{
	float:right;
	position:relative;
	left:-12px;
}


#hours_display
{
	min-height:50px;

}

.line-hour
{
	margin-bottom:10px;
}

.hour-column
{
	width:90px;
	float:left;
	text-align:right;
}

.day-column
{
	width:50px !important;
	text-align:right;
	float:left;

}
