/*
	*** TABLE OF CONTENTS ***
	--------------------------------------------------------------------------	
	Following the name of each section is -n- and a 3 or 4 digit code, for example
	abc, which you can use find next to skip to the next section.
	--------------------------------------------------------------------------
	
	Base = bas
	Modules = mdl
	Primary = prm
	Home Page = hpg
	Media Queries = mdq
	Plugins -n- plg
	
	Header = hdr
	Content = cnt
	Main = main
	Sidebar = sdb
	Footer = ftr
	Media Queries = mdq

*/

/* ==========================================================================
   Base -n- bse   
   ========================================================================== */
   
.ubuntu { font-family: 'Ubuntu', sans-serif; }
   
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { background:url(../img/template1/bg.png); font-size: 14px; line-height: 1.4; font-family: 'Ubuntu', sans-serif; }

h1,h2,h3,h4,h5,h6 { color:#1c3664; text-shadow:1px 1px 1px rgba(0,0,0,0.15); }

::-moz-selection { background: #06c; color: #fff; text-shadow: none; }
::selection { background: #06c; color: #fff; text-shadow: none; }

a { color: #06c; }
a:hover { color: #09f; }

.button, input[type=submit] {
	background: #f85032; /* Old browsers */
	background: -moz-linear-gradient(top,  #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
	border: none;
	color: #fff;
	display: inline-block;
	width: auto;
	padding: 10px 18px;
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	font-weight:700;
	line-height: 1;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);	
	overflow: visible;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
	border-radius: 6px;
	-webkit-appearance: none;
}
.button:hover, input[type=submit]:hover { background: #bd2c04; color: #fff; }

.color { color:#1c3664; }

ul.large li { margin-bottom:8px; }

img.right { margin:0 0 1em 1em; }
img.left { margin:0 1em 1em 0; }

/* ==========================================================================
   Modules -n- nrm   
   ========================================================================== */

/* ==========================================================================
   Primary Styles -n- prm  
   ========================================================================== */
   
.nav { word-wrap: normal; }

/* ==|== Header hdr -n- ====================================================== */

#header { margin-bottom: 1em; padding:15px 0 0; }

#header-info { color:#093992; font-size:20px; line-height:1.1; text-align:center; margin:18px 40px 0 0; float:right; }
#header-info span { display:block; color:#1a1a1a; font-size:34px; }

a#logo { float: left; margin: 0; }

/* ==|== Content cnt -n- ===================================================== */

#content-wrap {}
#content {}

/* ==|== Main main -n- ======================================================= */

#main {}
.main-title {}

/* ==|== Sidebar sdb -n- ===================================================== */

#sidebar {}

/* ==|== footer ftr -n- ====================================================== */

#footer {
	background:url(../img/template1/bg-hometop.jpg) repeat-x;
	margin-top: 1em;
	padding-top:1em;
	color:#fff;
}

#footer-info { color:#baf241; font-size:20px; line-height:1.1; text-align:right; margin:0 0 10px; }
#footer-info span { display:block; color:#fff; font-size:34px; }

#copyright { text-align:right; }
#design-by { font-size: .8em; }

/* ==========================================================================
   Home Page -n- hpg
   ========================================================================== */
#home-top {
	background:url(../img/template1/bg-hometop.jpg) repeat-x;
	color:#fff;
	padding:0;
	margin-bottom:1em;
}
#home-top h2 { color:#fff; font-weight:700; font-size:33px; line-height:1; margin-top:30px; margin-bottom:5px; }
#home-top p { color:#9ecde0; font-size:16px; }
#home-top ul li { margin-bottom:8px; }

#home-top img.left { margin:0 20px 0 0; }

#cta-form {
	background: #ececec;
	border:1px solid #babbbc;
	border-bottom:none;
	color:#1c3664;
	margin:0;
	position:relative;
}
#cta-form .form-bottom { position:absolute; left:0; bottom:-33px; }
#cta-form .inner { padding:10px 15px 5px; overflow:hidden; }
#cta-form .inner h3 { font-size:22px; font-weight:700; margin:0 0 10px; text-align:center; }
#cta-form .inner .gform_wrapper .gfield { margin-bottom:10px; }
#cta-form .inner .gform_wrapper input[type="text"] { width:99.2%; padding:3px; }
#cta-form .inner .gform_wrapper .gform_footer { margin-top:11px; text-align:center; }
#cta-form .inner .gform_wrapper label { font-size:13px; margin-top:5px; }
#cta-form .form-arrow { position:absolute; left:-124px; bottom:10; }

.screenshots { text-align:center; }
.screenshots img { margin:0 5px; }

.blocktext { text-align:center; color:#8b8b8b; font-style:italic; font-size:16px; margin:20px 0 40px; }

.box { background:#ccc; overflow:hidden; margin:0 0 20px; padding:10px 0; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; }
ul.mid-list { padding:0; list-style:none; display:block; width:685px; margin:0 auto; font-family: 'Ubuntu', sans-serif; }
ul.mid-list.center { margin:0 auto; display:block; width:685px; }
ul.mid-list li { color:#1c3664; float:left; font-size:21px; font-weight:500; margin-right:4px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
ul.mid-list li.pacifico { padding-top:15px; }
ul.mid-list li.line { height:62px; }
ul.mid-list li span { color:#262626; text-transform:uppercase; font-size:24px; font-weight:700; }
ul.mid-list li img { margin-right:5px; }

/* ==========================================================================
   Media Queries -n- mdq   
   ========================================================================== */
   
/*  Desktop
================================================== */
/*@media only screen and (max-width: 979px) {
	#main-nav-wrap { display: block !important; }
}*/
@media screen and (min-width: 980px) {
	.mobile #main-nav-wrap { display: block !important; }
}
.oldie #main-nav-wrap { display: block !important; }

/* ==========================================================================
   Plugins -n- plg  
   ========================================================================== */
   
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px
}

/* Direction Nav */
.flex-direction-nav {
*height: 0;
}

.flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	display: none\9;
	background: url(../img/flexslider/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -36px;
}

.flex-direction-nav .flex-prev {
	left: -36px;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	display: block\9;
	right: 5px;
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	display: block\9;
	left: 5px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter:alpha(opacity=30);
	cursor: default;
}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,0.7);
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0,0,0,0.9);
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

 @media screen and (max-width: 860px) {

	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 0;
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 0;
	}
}