
/* `Main Styles
----------------------------------------------------------------------------------------------------*/

body {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	color:#979797;
	line-height:20px;
}

a:link,a:visited,a:active{
	color:#5a96fa;
	outline: 0;
	text-decoration:none;
}

a:hover{
	color:#fff;
}


h1, h2, h3, h4, h5, h6 {
	color:#555;
	font-weight:700;
}

h1 {
	font-size:38px;
}

h2 {
	font-size:32px;
}

h3 {
	font-size:24px;
}

h4 {
	font-size:18px;
}

h5 {
	font-size:16px;
}

h6 {
	font-size:12px;
}

p {
line-height:1.6em;
font-size:14px;
}

.align-right { float:right; margin: 0 0 5px 10px; }

.align-left { float:left; margin: 0 10px 5px 0; }

/* `Topbar Section
----------------------------------------------------------------*/

div.topbar {
	background: #193364; /* #5a96fa */
	z-index: 555;
	display: none;
	line-height:20px;
}

div.topbar p {
	font-size:12px;
	color:#fff;
	text-align:center;
	padding:15px 0;
}

div.topbar a {
	font-weight:bold;
}

a.topbar-btn{
	background-image: url(/images/controls.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 40px;
	height: 40px;
	float:right;
	position:relative;
	z-index:11;
}

a.topbar-btn.active {
	background-image: url(/images/controls.png);
	background-repeat: no-repeat;
	background-position: -40px 0px;
	width: 40px;
	height: 40px;
}

/* `Header Styles
----------------------------------------------------------------*/

#header {
	background:#fff;
	border-top:4px solid #193364; /* #5a96fa */
}

.header-wrap {
	overflow:visible;
}

.logo {
	padding:0px;
}

.logo h1, .logo h1 a{
	color:#202020;
	font-size:25px;
}

/* `Header contact styles
----------------------------------------------------------------*/

.phonecontact {
	font-size:18px;
	text-align:right;
	padding:30px 0 0 0;
}

.phonecontact a {
	color: #193364;
}


/* `Responsive slides styles
----------------------------------------------------------------*/

.slider {
	border-bottom:1px solid #d5d5d5;
	border-top:1px solid #d5d5d5;
	margin-bottom:80px;
}

.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}

.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 12px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0,0,0, .6);
	left: 50px;
	right: 0;
	bottom: 50px;
	padding: 10px 20px;
	margin: 0;
	font-weight:100;
	display:inline-block;
	width:300px;
}

.callbacks h4 {
	position: absolute;
	z-index: 2;
	font-size: 15px;
	color: #fff;
	background: #e0591e;
	left: 50px;
	right: 0;
	bottom: 90px;
	padding: 10px 20px;
	margin: 0;
	font-weight:100;
	display:inline-block;
	width:400px;
	text-transform:uppercase;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 0;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("/images/themes.png") no-repeat left top;
	margin-top: -45px;
}	

.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

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

.callbacks_nav {
	top: 60%;
}
}

/* `Welcome content styles
----------------------------------------------------------------*/

.welcome {
}

.welcome-content {
	text-align:center;
}

.welcome-content h1 {
	color:#000;
	line-height:30px;
	font-size: 27px;
	text-transform:uppercase;
}

.welcome-content p {
	font-size:16px;
	line-height:22px;
	font-weight:300;
	padding:0px 0 20px 0;
}

.app:hover , .app2:hover {
	cursor:pointer;
}

.app {text-align:right;}

.app2 {text-align:left;}

/* `Other styles styles
----------------------------------------------------------------*/

.space10 {
	height:10px;
}

.space20 {
	height:20px;
}

.space30 {
	height:30px;
}

.space40 {
	height:40px;
}

.space50 {
	height:50px;
}

.line {
	height:3px;
	width:90px;
	background-color:#5a96fa;
	margin: -2px auto 0 auto;
}

.line1 {
	height:3px;
	width:70px;
	background-color:#5a96fa;
	margin: -2px 0 0;
}

.wrap {
	position: relative;
}

.wrap h4{
	text-transform:uppercase;
	color:#000;
	padding-bottom:15px;
	font-size:18px;
	border-bottom:1px solid #ddd;
	font-weight:bold;
	text-align:center;
	margin-bottom:0px;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-top:7px;
}

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


/* `Features box content styles
----------------------------------------------------------------*/

.features-wrap{
	overflow: hidden;
}

.features-content{
	padding:20px 0 0;
}

.features-content:hover{
	cursor:pointer;
}

.features-icon{
	position: relative;
	border:none;
	float:left;
	margin-top:10px;
}

.features-content:hover h5{
	color:#5a96fa;
}

.features-description{
	font-weight:400;
	line-height:20px;
	margin-left:50px;
}

.features-description p{
	padding:5px 0 10px 0;
}

.features-description h5{
	font-size:18px;
}

/* `Tab content styles
----------------------------------------------------------------*/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #ddd;
	border-left: none;
	overflow: hidden;
	position: relative;
}

ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 14px;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}

ul.tabs li a:hover {
	color:#5a96fa;
}

html ul.tabs li.active , html ul.tabs li.active a:hover {
	background: #fff;
	color:#000;
	border-bottom: 1px solid #5a96fa;
}

.tab_container {
	border: 1px solid #ddd;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
	margin-bottom:15px;
}

.tab_content {
	padding: 15px;
	font-size: 12px;
}

/* `Subscribe form styles
----------------------------------------------------------------*/

.subscribe {
	border-top: 1px solid #73a6fb;
	background:#5a96fa;
}

.subscribe-inner {
	padding:20px;
}

.subscribe p{
	color:#fff;
	font-size:15px;
	line-height:25px;
	margin-bottom:20px;
}

.subscribe span{
	font-size:20px;
	font-weight:700;
}


.subform:after, .subform div:after, .subform ol:after, .subform ul:after, .subform li:after, .subform dl:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}
	
.subform {
	margin:0;
	padding:0;
}

.subform fieldset {
	position: relative;
	height:100%;
	margin: 0;
}

.subform label {
	color:#2b2b2b;
	line-height: 1.3em;
	vertical-align:middle;
	display: block;
	height: auto;
	margin: 0.2em 0 0.5em;
}

.subform input[type="text"], .subform textarea, .subform select {
	vertical-align: middle;
	line-height: 1.1em;
	margin-bottom:1em;
	width: 100%;
	padding:10px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	/*ie7*/
	*width: 99%;
	border-color:#c6c6c6 #dadada #eaeaea;
	background: #fafafa;
	color:#999;
	font-size:13px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.subform select {
	border-color:#c6c6c6 #dadada #eaeaea;
	background: #fafafa;
	color:#999;
	padding:9px;
	height:2.7em;
}

.subform textarea {
	height: 10em;
}

.subform .list label {
	display: inline;
	height: auto;
	margin: 0.5em 0 0.8em 2px;
}

.subform input[type="text"]:hover, .subform textarea:hover, .subform select:hover {
	color:#666;
	background: #fff none;
	border-color:#c6c6c6;
}

.subform input[type="text"]:focus, .subform textarea:focus, .subform select:focus {
	color:#333;
	background: #fff none;
	border-color:#659ec9 #70aedd #a8cfec;
	outline: 0;
}

.submit-container {
	margin:8px 0 0 0;
	text-align:center;
}

.submit-button {
	background: #333;
	display: inline-block;
	text-align: center;
	padding: 5px 30px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight:700;
	line-height: 1;
	position: relative;
	cursor: pointer;
	border: none;
	outline: none;
	margin: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.28);
	border: 1px solid #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
	width: auto;
}

	
.submit-button:hover {
	background-color: #000;
	color: #fff;
}


/* `Media Queries for Subscribe form
----------------------------------------------------------------*/

@media only screen  and (min-width : 320px)  and (max-width : 480px) {
.subform input[type="submit"], .subform input[type="button"], .subform input[type="reset"] {
	width: 100%;
}
}

@media only screen  and (min-width : 321px)  and (max-width : 480px) {
}

@media only screen  and (max-width : 320px) {
.subform input[type="submit"], .subform input[type="button"], .subform input[type="reset"] {
	width: 100%;
}
}

@media only screen  and (min-width : 768px)  and (max-width : 1024px) {
.subform {
	max-width: 500px;
	margin:0px auto;
}

.subform input[type="submit"], .subform input[type="button"], .subform input[type="reset"] {
	width: 70%;
	margin:0 15%;
}
}
	
@media only screen  and (min-width : 768px)  and (max-width : 1024px)  and (orientation : landscape) {
	.subform {
	max-width: 500px;
	margin:0px auto;
}

.subform input[type="submit"], .subform input[type="button"], .subform input[type="reset"] {
	width: 70%;
	margin:0 15%;
}
}

@media only screen  and (min-width : 768px)  and (max-width : 1024px)  and (orientation : portrait) {
.subform {
	max-width: 500px;
	margin:0px auto;
}

.subform input[type="submit"], .subform input[type="button"], .subform input[type="reset"] {
	width: 70%;
	margin:0 15%;
}
}

@media only screen  and (min-width : 1224px) {
.subform {
	max-width: 600px;
	margin:0px auto;
}
}

@media only screen  and (min-width : 1824px) {
.subform {
	max-width: 600px;
	margin:0px auto;
}
}

@media  only screen and (-webkit-min-device-pixel-ratio : 1.5),  only screen and (min-device-pixel-ratio : 1.5) {
.subform input[type="submit"], .subform input[type="button"], .subform input[type="reset"] {
	width: 100%;
}
}


/* `Testimonial content styles
----------------------------------------------------------------*/

.testimonial {
	padding:15px 0;
}

.testimonial .avatar {
	background:url(/images/photo-bg.png) no-repeat center;
	margin-right:6px;
	position:relative;
	float:left;
}

.testimonial .avatar img {
	max-width:115px;
	max-height:115px;
	overflow:hidden;
	position:absolute;
}

.testimonial .avatar img.photo-bg {
	z-index:1;
}

.testimonial .avatar img.photo {
	left:0;
}

.testimonial p.content {
	font-style:italic;
	line-height:20px;
	padding-left:19px;
	margin-left:121px;
	position:relative;
	overflow:hidden;
	font-family: 'PT Sans', sans-serif;font-size:13px;
	border-bottom:1px solid #ddd;padding-bottom:15px;
}

.testimonial p.content span {
	text-indent;
}

.testimonial p.content span.laquo{
	background:url(/images/laquo.png) no-repeat;
	width:14px;
	height:11px;
	position:absolute;
	left:0;
	top:4px;
	display:block;
}

.testimonial p.content span.raquo {
	background:url(/images/raquo.png) no-repeat right 4px;
	width:13px;
	height:15px;
	padding-left:4px;
	display:inline-block;
}

.testimonial .sign {
	text-align:right;
	margin-top:10px;
}

.testimonial .sign a {
	color:#5a96fa;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}

.testimonial  .sign a:hover {
	text-decoration:underline;
}

.testimonial .sign p {
	color:#979797;
	font-size:11px;
	line-height:15px;
	margin-top:2px;
}

/* `Clients content styles
----------------------------------------------------------------*/

.clients {
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding: 50px 0;
}

.clients img {
	opacity:0.6;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	-webkit-transition:all 0.5s ease-in-out;  
	-moz-transition:all 0.5s ease-in-out;  
	-o-transition:all 0.5s ease-in-out;  
	transition:all 0.5s ease-in-out; 
}

.clients img:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
	opacity:1;
	cursor:pointer;
}


/* `Contact content styles
----------------------------------------------------------------*/

.contact{
	font-size:20px;
}

.phone {
	display:inline;
	color:#5a96fa;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	padding-left:9px;
	border-left:1px solid #ccc;	
}

.email {
	color:#5a96fa;
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
	padding-right:10px;
}

.contact-content {
	text-align:center;
}

.contact-content h1 {
	color:#000;
	line-height:30px;
	font-size: 27px;
	text-transform:uppercase;
}

.contact-content p {
	font-size:16px;
	line-height:22px;
	font-weight:300;
	padding:10px 0 20px 0;
}

/* `Footer content styles
----------------------------------------------------------------*/

.footer {
	padding:40px 0 60px 0;
	background:#242424;
}

.footer p {
	color:#747474;
}

.footer-widget {
	padding:15px 0;
}

.footer-widget h4{
	text-transform:uppercase;
	color:#fff;
	padding-bottom:15px;
	font-size:14px;
	border-bottom:1px solid #343434;
	font-weight:bold;
	margin-bottom:0px;
}

/* `Footer - Recent Tweets styles
--------------------------------------------*/

.tweet, .query {
	line-height: 1.5em;
}
  
.tweet .tweet_list,
.query .tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}

.tweet .tweet_list .awesome,
.tweet .tweet_list .epic,
.query .tweet_list .awesome,
.query .tweet_list .epic {
text-transform: uppercase; }

.tweet .tweet_list li,
.query .tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0px 5px 10px 19px;
	margin-bottom: 10px;
	background: url("/images/quotes-tweet.png") no-repeat 0px 6px transparent;
}

.tweet .tweet_list li:last-child,
.query .tweet_list li:last-child {
	border-bottom: none;
}

.tweet .tweet_list li a,
.query .tweet_list li a {
	text-decoration: none;
}

.tweet .tweet_list li a:hover,
.query .tweet_list li a:hover {
	border-bottom: 1px dotted #999;
}

.tweet .tweet_list .tweet_avatar,
.query .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}

.tweet .tweet_list .tweet_avatar img,
.query .tweet_list .tweet_avatar img {
	vertical-align: middle;
}

.tweet .tweet_list .tweet_time a{
	font-size:12px;
}

.tweet .tweet_list .tweet_text{
	color: #747474;
	font-size:12px;
}

/* `Footer - Flickr
--------------------------------------------*/

.thumbs {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.thumbs li {
	list-style: none;
	float:left;
	margin:0 3px 6px 3px;
	width:60px;
	height:60px;
	-webkit-transition:all 0.5s ease-in-out;  
	-moz-transition:all 0.5s ease-in-out;  
	-o-transition:all 0.5s ease-in-out;  
	transition:all 0.5s ease-in-out; 
}

.thumbs li:hover {background:#5a96fa;}

.thumbs li a { }

.thumbs li img { display: block;width:60px;height:60px;
	padding: 3px;
	border:1px solid #272727;
}

.thumbs li a img { border: none;}

/* `Footer Social styles
----------------------------------------------------------------*/

.social {
	width:200px;
}

ul.social-networks {
	overflow:hidden;
}

ul.social-networks li {
	float:left;
	margin:8px 2px;
	border:none;
}

.icon-twitter a,
.icon-facebook a,
.icon-gplus a,
.icon-forrst a,
.icon-skype a,
.icon-flickr a,
.icon-dribbble a,
.icon-vimeo a,
.icon-pinterest a,
.icon-rss a {
	float:left;
	background:url(/images/social-sprite.png) no-repeat left bottom;
	text-indent:8000px;
	width:16px;
	height:16px;
	-webkit-transition:all 0.3s ease-in-out;  
	-moz-transition:all 0.3s ease-in-out;  
	-o-transition:all 0.3s ease-in-out;  
	transition:all 0.3s ease-in-out; 
}

.icon-twitter a:hover,
.icon-facebook a:hover,
.icon-gplus a:hover,
.icon-forrst a:hover,
.icon-skype a:hover,
.icon-flickr a:hover,
.icon-dribbble a:hover,
.icon-vimeo a:hover,
.icon-pinterest a:hover,
.icon-rss a:hover {
	background:url(/images/social-sprite.png) no-repeat left top;
	-webkit-transition:all 0.3s ease-in-out;  
	-moz-transition:all 0.3s ease-in-out;  
	-o-transition:all 0.3s ease-in-out;  
	transition:all 0.3s ease-in-out; 
}

.icon-twitter, .icon-twitter a {
	background-position:-0px top;
}
.icon-twitter a:hover {
	background-position:-0px bottom;
}

.icon-facebook, .icon-facebook a {
	background-position:-16px top;
}
.icon-facebook a:hover {
	background-position:-16px bottom;
}

.icon-gplus , .icon-gplus a {
	background-position:-32px top;
}
.icon-gplus a:hover {
	background-position:-32px bottom;
}

.icon-forrst , .icon-forrst a {
	background-position:-48px top;
}
.icon-forrst a:hover {
	background-position:-48px bottom;
}

.icon-skype, .icon-skype a {
	background-position:-64px top;
}
.icon-skype a:hover {
	background-position:-64px bottom;
}

.icon-flickr, .icon-flickr a {
	background-position:-80px top;
}
.icon-flickr a:hover {
	background-position:-80px bottom;
}

.icon-dribbble, .icon-dribbble a {
	background-position:-96px top;
}
.icon-dribbble a:hover {
	background-position:-96px bottom;
}

.icon-vimeo, .icon-vimeo a {
	background-position:-112px top;
}
.icon-vimeo a:hover {
	background-position:-112px bottom;
}

.icon-pinterest, .icon-pinterest a {
	background-position:-128px top;
}
.icon-pinterest a:hover {
	background-position:-128px bottom;
}

.icon-rss, .icon-rss a {
	background-position:-144px top;
}
.icon-rss a:hover {
	background-position:-144px bottom;
}


/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {

   	  .app {text-align:right;}
        .app2 {text-align:left;}
        .phonecontact {text-align:right;padding:32px 0;}
        .phone {text-align:left;padding-left:9px;border-left:1px solid #ccc;	}
        .email {text-align:right;padding-right:10px;}

    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

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

	  .app, .app2, .social, .logo {text-align:center;}
        .phonecontact {text-align:center;padding:0px 0 25px 0;}
        .phone {text-align:center;padding-left:0px;border:none;}
        .email {text-align:center;padding-right:0px;padding-bottom:10px;}
	.logo {
margin-left:25px;
}

   }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {

	  .app, .app2, .social, .logo {text-align:center;}
        .phonecontact {text-align:center;padding:0px 0 25px 0;}

    }