@charset "UTF-8";
/* CSS Document */

img {
}

p img {
    margin: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: "Georgia", Helvetica, Arial;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}


/*---------------------------------------------------
---------------        HEADER         -----------------
---------------------------------------------------*/

header.main {
	padding-top:18px;
}

header.main .contact {
	float:right;
    font-size: 17px;
}

header.main .contact li {
	text-align:right;
	font-size:20px;
	color:#666;
}

header.main .contact li img {
    margin-right:6px;
}

header.main .contact-center {
    text-align:center;
	font-size:16px;
	color:#666;
}

header.main .contact-center li {
	text-align:center;
	font-size:16px;
	color:#666;
}

header.main .contact-center li img {
}

header.main .upper {
	margin-bottom:20px;
}

header.logo {
    height: 10px;
}

/*---------------------------------------------------
---------------        Lists         -----------------
---------------------------------------------------*/

ul.inline li {
    display: inline;
}

ul.none li {
	list-style-type:none;
}

header.main .social {
    float:right;
    color: #292e34;
    font-size:22px;
    margin-top: 10px;
}

header.main .social a:link,
header.main .social a:visited,
header.main .social a:hover,
header.main .social a:active {
	text-decoration: none;
    color: #292e34;
}


header.main .social-center {
    color: #292e34;
    font-size:20px;
    text-align: center;
    margin-top: 10px;

}

header.main .social-center a:link,
header.main .social-center a:visited,
header.main .social-center a:hover,
header.main .social-center a:active {
	text-decoration: none;
    color: #292e34;
}


header.main .full-width-top {
    background-color: #DEDEDE;
    color: #000;
    margin-top: -20px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    }

.arrow_list li {
	list-style: none;
	margin-top: 5px;
	margin-left: -10px;
}

.arrow_list  li {
	background: url(/img/icons/list_arrow.png) no-repeat 0% 50%; padding: 0 0 0 16px;
	}


/*-----------------------------------------------------
----------------        PAGES         -----------------
-----------------------------------------------------*/

.home-module {
    background-color: #292e34;
    color: #fff;
    line-height: 25px;
    margin-top: 10px;       
    }
    
.home-module img {
    border-color: #292e34;
        }
  
.home-module button {
	background:#292e34;
	color:#FFF;
	text-transform:uppercase;
	border: 1px solid;
	font-size:14px;
	padding:5px 10px;
	float:left;
}


    


.full-width-block {
	background-image: url('../img/overlay.png');
  	background-color: #292e34;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
  	border-bottom: 6px solid #66a6d8;
    padding-top: 20px;
    padding-bottom: 20px;

}

.full-width-block ul {
	color: #fff;
}

.full-width-footer {
	background: #f8f8f8;
	margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
	color: #7A797A;
  	border-top: 2px solid #e9e8e8;
}

.full-width-social {
	background: #005FCC;
	color: #fff;
  	padding-top: 3px;
  	padding-bottom: -5px;
}

.page-content {
}

.page-main {
	padding: 10px;
	margin-bottom: 10px;
}

.page-sidebar {
}

.sidebar-module {
	padding: 10px;
	margin-bottom: 10px;
}


.slider-box {
    padding-bottom: 15px;
}
    
.slider-box img{
  	padding: 4px;
  	background-color: #fff;
  	border: 1px solid #ccc;
  	border: 1px solid rgba(0, 0, 0, 0.2);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); 
}
            
.slideshow-text {
	padding: 10px;
	margin-bottom: 10px;
}

.carousel {
  margin-top: 5px;
  margin-bottom: 5px;

}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
  width: 100%;
}

.module-button {
    background:#005FCC;
	color:#FFF;
	text-transform:uppercase;
	border:0;
	border-radius:0;
	font-size:14px;
	padding:5px 10px;
	float:left;
    }

.module-button a,
.module-button a:hover{
    color: #fff;
        }

.highlight-title {
    background:#005FCC;
    color: #fff;
    margin-left: -14px;
    margin-right: -14px;
 	padding-left: 14px;
    padding-right: 14px;
    }

/*-----------------------------------------------------
----------------        Navigation         -----------------
-----------------------------------------------------*/


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

.navbar-inner > .container {
}

.navbar-inner {
	background: none !important; 
	background-image: none;
	background-repeat: no-repeat;
    color: #000;
	filter: none !important;
	border:none !important;
	font-size:14px;
	border-radius: 0;
	padding-left: 0px;
	margin-left:0px;
}

.navbar .btn {
	background:#ffffff !important;  
	font-size:14px;
	padding:4px 10px;
}

.navbar .btn:hover {
	background:#E0E0E0 !important;
}

.navbar .caret {
	border-top-color:#fff !important;
	border-bottom-color:#fff !important;
}

.navbar .brand{
color:#000 !important;
text-shadow:none !important;
}

.navbar .nav {
	padding-left: 0px;
    padding-right: 0px;
	margin-left:0px;
    margin-right: 0px;
}

.navbar .nav > li > a {
	padding:10px 13px 10px 13px;
	color: #000 !important;
	text-shadow:none !important;
}

.navbar .nav > li > a:hover {
	background:#fff !important;
	color: #005FCC !important;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
	color: #000 ;
	box-shadow:none;
	background: #transparent !important;
}

.dropdown-toggle {
	background: #ffffff !important;
}

.nav-collapse a {
	font-weight:normal !important;
	text-shadow:none !important;
}

.dropdown-menu {
	background:#ffffff !important;
	border-radius:0px !important;
	box-shadow:none !important;
	border-bottom:none !important;
}

.dropdown-menu a {
	background:#ffffff !important;
	padding:9px 10px;
	color: !important;
	text-shadow:none !important;
}

.dropdown-menu a:hover,.dropdown-menu a:focus {
	filter:none !important;
	background:#E0E0E0 !important;
}

.dropdown-menu::after, .dropdown-menu::before {
	border:none !important;
}

/*-----------------------------------------------------
----------------        Footer         -----------------
-----------------------------------------------------*/

.footer-text {
	padding: 10px;
	text-align: center;
}



/*-----------------------------------------------------
----------------        Felxible iFrame         -----------------
-----------------------------------------------------*/

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*-----------------------------------------------------
----------------        Web Apps         -----------------
-----------------------------------------------------*/

.show-app-item-0 li, .show-app-item- li{
    display:none;
    }


/*-----------------------------------------------------
----------------        Responsive Video         -----------------
-----------------------------------------------------*/


#wrap {
	max-width: 1100px;
	position: relative;
	margin: auto;	
}

.video {
	position: relative;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; 
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*-----------------------------------------------------
----------------        Pricing Box          -----------------
-----------------------------------------------------*/


.pricing-box { border-width: 1px; border-color: #dddddd; border-style: solid; margin-top: 7px; box-shadow: 0px 0px 0px #ebebeb; overflow: hidden; }
.pricing-box .plan-header { text-align: center; margin-bottom: 7px; }
.pricing-box .plan-header h3 { margin-bottom: 0; padding: 11px 5px 20px; font-size: 20px; line-height: 30px; margin: 0 15px; }
.pricing-box .plan-header p { display: none; }
.pricing-box .plan-header .price { font-size: 35px; line-height: 30px; padding-bottom: 19px; }
.pricing-box .plan-header .price sup { font-size: 20px; font-weight: 100; opacity: 0.5; filter: alpha(opacity=50); }
.pricing-box .plan-header .period { padding-bottom: 7px; background: #F8F8F8; margin-bottom: 3px; }
.pricing-box .plan-header .period a.button { margin-bottom: 10px; }
.pricing-box .plan-inside { padding-bottom: 10px; }
.pricing-box .plan-inside ul { margin: 0 10px; }
.pricing-box .plan-inside ul li { text-align: center; padding: 5px; border-bottom-width: 1px; border-bottom-style: solid; }
.pricing-box .plan-inside ul li.last { border: 0; }
.pricing-box .plan-footer { padding: 8px 5px; }
.pricing-box .plan-footer a.button { margin-bottom: 0; }
.pricing-box-featured { margin-top: 0; }
.pricing-box-featured .plan-header h3 { font-size: 35px; line-height: 35px; padding-top: 13px; }
.pricing-box-featured .plan-header .price { font-size: 50px; line-height: 45px; padding-top: 2px; }
.pricing-box-featured .plan-header .period { padding-bottom: 9px; }
.pricing-box-featured .plan-footer { padding: 10px 5px; }

/* Pricing box */
.pricing-box .plan-header { background: url("../img/pricing_bg_featured.png") no-repeat bottom center; }
.pricing-box .plan-header h3 { color: #fff; background: url("../img/hr_white.png") repeat-x left bottom; }
.pricing-box .plan-header .price { color: #b4e9f8; }
.pricing-box-featured .plan-header { background: url("../img/pricing_bg_featured.png") no-repeat bottom center; }
.pricing-box .plan-header .price { color: #b4e9f8; }
