﻿/*
Theme Name: Mali
Description: Responsive Multipurpose HTML Template
Author: Bluminethemes
Theme URI: http://bluminethemes.com/preview/bootstrapbay/html/mali/
Author URI: http://bootstrapbay.com/user/Bluminethemes
Version: 1.0
*/

/* ==================================================================
 * Main color: #7da7f3
================================================================== */

/* ==================================================================
 * Table of Contents:
 *
 * 1.0 - CSS Reset
 * 2.0 - Bootstrap fix for WinPhone 8 and IE10 
 * 3.0 - Basic Document Styles
 * 4.0 - Typography
 * 5.0 - Basic Layout Styles
 * 6.0 - Forms
 * 7.0 - Preloader
 * 8.0 - Section Styles
 * 9.0 - Video Background
 * 10.0 - Background Styles
 * 11.0 - Navigation
 * 12.0 Page Header
 * 13.0 Home Section
 * 14.0 Just-Text Section
 * 15.0 Testimonials Section
 * 16.0 Services Section
 * 17.0 Team Section
 * 18.0 Portfolio Section
 * 19.0 Map Section
 * 20.0 Clients Section
 * 21.0 Download Section
 * 22.0 More Features Section
 * 23.0 Contact Section
 * 24.0 Footer
 * 		24.1 - Socials icons
 * 25.0 Pricing Tables Section
 * 26.0 Counter
 * 27.0 Nivo Lightbox
 * 28.0 OWLCarousel
 * 29.0 Buttons
 * 		29.1 - Default Buttons
 * 		29.2 - Small Buttons
 * 		29.3 - Border Buttons
 * 		29.4 - Small Border Buttons
 * 		29.5 - Buttons Styles
 * 30.0 - Overlay Styles
 * 		30.1 - Background Color Styles
 * 		30.2 - Gradient Background Styles
 * 32.0 Mobile
 * 33.0 Responsive
 * 34.0 Shortcodes
 * 35.0 Isotope Transitions
 * 36.0 Page
 * 37.0 Image Backgrounds
================================================================== */


/* ==================================================================
	1.0 CSS Reset
================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

response-message {
	margin: 20px 0 30px 0;
	font-size: 24px;
	font-weight: 300;
	color: rgba(255, 255, 255, 1);
}


/* ==================================================================
	2.0 Bootstrap fix for WinPhone 8 and IE10 
================================================================== */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


/* ==================================================================
	3.0 Basic Document Styles
================================================================== */

body {
	line-height: 1;
	color: #333;
	font-size: 16px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	white-space: normal;
}

input,
select,
textarea { 
	font: 16px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}


/* ==================================================================
	4.0 Typography
================================================================== */

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	margin-bottom: 20px;
	line-height: 1.2em;
}

h1 {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 62px;
	position: relative;
	margin-bottom: 0px;
}

h2 {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 48px;
	position: relative;
}

h3 {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 30px;
}

h4 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 22px;
}

h5 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 20px;
}

h6 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 18px;
}

p {
	margin-bottom: 20px;
}

p.lead {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 21px;
	padding: 0;
	font-weight: 300;
}

.section-title {
	text-align: center;
	letter-spacing: 0;
	margin-bottom: 20px;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
    color: #333;
    font-weight: 300;
	position: relative;
}

a, a > * {
	color: #2a6496;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover, a > *:hover, a:focus {
	text-decoration: none;
	outline: 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

.text-white {
	color: #fff;
}


/* ==================================================================
	5.0 Basic Layout Styles
================================================================== */

section {
	text-align: center;
}

.text-left {
	text-align: left !important;
}

.text-right { 
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify !important;
}

.font-thin {
	font-weight: 100 !important;
}

.font-light {
	font-weight: 300 !important;
}

.font-normal {
	font-weight: 400 !important;
}

.font-medium {
	font-weight: 500 !important;
}

.font-bold {
	font-weight: 700 !important;
}

.font-ultrabold {
	font-weight: 900 !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.clear {
	clear: both;
}

.all-margin {
	margin: 20px !important;
}

.left-margin {
	margin-left: 20px !important;
}

.right-margin {
	margin-right: 20px !important;
}

.top-margin {
	margin-top: 20px !important;
}

.bottom-margin {
	margin-bottom: 20px !important;
}

.no-margin {
	margin: 0 !important;
}

.no-left-margin {
	margin-left: 0 !important;
}

.no-right-margin {
	margin-right: 0 !important;
}

.no-top-margin {
	margin-top: 0 !important;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}

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

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

.no-right-padding {
	padding-right: 0 !important;
}

.no-top-padding {
	padding-top: 0 !important;
}

.no-bottom-padding {
	padding-bottom: 0 !important;
}

.csstransitions .animated,
.animated {
    visibility: hidden;
}

.csstransitions .visible {
    visibility: visible;
}

.video-container {
	width: 100%;
	height: 100%;
}

.img-rounded {
	border-radius: 100%;
}

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

.position-relative {
	position: relative;
}


/* ==================================================================
	6.0 Forms
================================================================== */

input, textarea, select {
	background: #fff;
	outline: none;
	-webkit-appearance: none;
	color: #333;
	border: 0px solid #fff;
	padding: 9px 25px;
	margin: 0px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.42857143;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease;
	   -moz-transition: background-color .3s ease, border .3s ease, color .3s ease;
	    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease;
	     -o-transition: background-color .3s ease, border .3s ease, color .3s ease;
	        transition: background-color .3s ease, border .3s ease, color .3s ease;
}

textarea {
	width: 100%;
	padding: 10px 20px;
	resize: both;
	margin-top: 0px;
	font-style: italic;
	height: 150px;
}

input.border-radius-20, textarea.border-radius-20, select.border-radius-20 {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

input.border, textarea.border, select.border {
	border: 1px solid #dedede;
}
	
input:hover, textarea:hover, select:hover {
	color: #333;
}
	
input:focus, textarea:focus, select:focus {
	color: #333;
}

input[type="submit"], button {
	width: auto;
	font-style: normal;
	background: #fff;
	color: #333;
	cursor: pointer;
	border: 0px solid #fff;
	padding: 12px 20px;
}

input[type="submit"]:hover, button:hover {
	color: #333;
}

select, option {
	cursor: pointer;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

input[type="radio"] {
	-webkit-appearance: radio;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #333; }

input:-moz-placeholder, textarea:-moz-placeholder { color: #333; }

input.placeholder, textarea.placeholder { color: #333; }

input[placeholder] { text-overflow: ellipsis; }

::-moz-placeholder { text-overflow: ellipsis; } /* firefox 19+ */

input:-moz-placeholder { text-overflow: ellipsis; }

.form {
	position: relative;
	overflow: hidden;
}

.form-container {
	padding-top: 40px;
	position: relative;
	overflow: hidden;
}

.form-note {
	color: #333;
	font-style: italic;
	margin: 24px 0;
}

.success-message {
	padding-top: 10px;
	color: #fff;	
	font-size: 14px;
	font-weight: 300;
	display: none;
}

.error-message {
	padding-top: 10px;
	color: #fff;	
	font-size: 14px;
	font-weight: 300;
	display: none;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
	width: 100%;
}

.contact-form input, .contact-form textarea, .contact-form select {
	background: #fff;
	outline: none;
	-webkit-appearance: none;
	color: #333;
	border: 1px solid #dedede;
	padding: 16px 20px;
	margin: 0px;
	font-style: italic;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: auto;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-moz-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-ms-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-o-transition: background-color .3s ease, border .3s ease, color .3s ease;
	transition: background-color .3s ease, border .3s ease, color .3s ease;
	position: relative; 
}

.contact-form textarea {
	margin-bottom: 18px;
}

.contact-form .input-error {
	border: 3px solid #ed5555;
}


.contact-form {
	margin: 20px 0 30px 0;
	font-size: 24px;
	font-weight: 300;
	color: rgba(255, 255, 255, 1);
}

/* WebKit browsers */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 
    color: #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333; 
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #333;
}

.subscription-form {
	display: table;
	margin: 0 auto;
}

.subscription-form input {
	float: left;
	display: inline-block;
	border: none;
}

.subscription-form input[type="email"] {
	min-width: 270px;
}

.subscription-form button {
	margin: 0 5px;
	float: left;
	border: 0px;
}


/* ==================================================================
	7.0 Preloader
================================================================== */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 10001;
}

#loading-animation {
    width: 120px;
    height: 128px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(images/AjaxLoader.gif); 
    background-repeat: no-repeat;
    background-position: center;
    margin: -60px 0 0 -64px;
}


/* ==================================================================
	8.0 Section Styles
================================================================== */

.section {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
	z-index: 10;
}

.section.fullscreen {
	display: table;
	height: 700px;
	padding: 0;
}

.section.fullscreen .section-container {
	display: table-cell;
	vertical-align: middle;
	margin: auto;
}

.section-header {
	padding-bottom: 70px;
}

.nav-space {
	padding-top: 40px;
}


/* ==================================================================
	9.0 Video Background
================================================================== */

#video_background {
	position: fixed;
	bottom: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}


/* ==================================================================
	10.0 Background Styles
================================================================== */

.parallax-background {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-attachment: fixed;
}

.cover-background {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.background-repeat {
	background-repeat: repeat;
}

.background-repeat-x {
	background-repeat: repeat-x;
}

.background-repeat-y {
	background-repeat: repeat-y;
}


/* ==================================================================
	11.0 Navigation
================================================================== */

.navigation {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: position .5s ease;
	-moz-transition: position .5s ease;
	-ms-transition: position .5s ease;
	-o-transition: position .5s ease;
	transition: position .5s ease;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	max-width: 1200px;
	margin: 0 auto;
}

.navigation.animated_nav {
	background: #fff;
	max-width: 100%;
	margin: 0 auto;
}

.navigation.navbar-fixed-top {
	position: fixed;
}

.navigation .container {
	width: 100%;
}

.navigation .nav_border {
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	background: #fff;
	z-index: -1;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0.5;
}

.navigation.animated_nav .nav_border {
	background: rgba(225,225,225,0.5);
	left: 0;
	right: 0;
}

.navigation .navbar-brand {
	display: block;
	float: left;
	padding: 25px 15px;
	margin-left: -15px;
	font-size: 20px;
	font-weight: 200;
	line-height: 1;
	color: #333;
	position: relative;
	height: 60px;
}

.navigation.animated_nav .navbar-brand {
	padding: 20px 15px;
}

.nav-logo {
	width: auto;
	height: 100%;
}

.navigation .navbar-collapse { 
	border-top: 0px solid transparent;
	box-shadow: none;
}

.navigation .navbar-toggle { 
	border: 1px solid #dedede;
	border-radius: 0px;
	margin-top: 13px;
}

.navigation .navbar-toggle:hover { 
	background: #7da7f3;
}

.navigation.animated_nav .navbar-toggle { 
	border: 1px solid #dedede;
}

.navigation .navbar-toggle .icon-bar { 
	background: #dedede;
	border-radius: 0px;
}

.navigation .nav > li {
	min-height: 60px;
	margin: 0 10px;
}

.navigation .nav > li > a {
	font: 14px 'Open Sans', Arial, sans-serif; 
	font-weight: 300;
	letter-spacing: 1px; 
	float: none;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	position: relative;
	padding: 0;
	padding-top: 25px;
	padding-bottom: 25px;
}

.navigation.animated_nav .nav > li > a {
	padding-top: 20px;
	padding-bottom: 20px;
}

.navigation .nav > li > a i {
	color: #fff;
}

.navigation.animated_nav .nav > li > a,
.navigation.animated_nav .nav > li > a i {
	color: #333;
}

.navigation .nav > li > a:hover {
	background: transparent;
}

.navigation .nav > li.current > a {
	background: transparent;
	color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
}

.navigation.animated_nav .nav > li.current > a {
	color: #7da7f3;
}

.navigation .logo-light {
	display: block;
}

.navigation.animated_nav .logo-light {
	display: none;
}

.navigation .logo-dark{
	display: none;
}

.navigation.animated_nav .logo-dark {
	display: block;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: transparent;
	border-color: transparent;
}

.navigation .dropdown-menu {
	margin: 1px 0 0;
	border: 1px solid #eee;
	border-top: 0;
	border-radius: 0px;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
}

.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: transparent;
}


/*==================================================================
	12.0 Page Header
================================================================== */

.page-header {
	position: relative;
	height: auto;
	width: 100%;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 160px 0;
	padding-top: 250px;
	text-align: center;
	border: 0;
}

.home.page-header-padding {
	padding-top: 250px;
}

.page-header.pricing-section {
	padding-top: 250px;
	padding-bottom: 90px;
}


/*==================================================================
	13.0 Home Section
================================================================== */

.home {
	position: relative;
	height: auto;
	width: 100%;
	overflow: hidden;
	display: block;
	padding: 160px 0;
}

.home.fullscreen {
	padding: 0;
	height: 700px;
}

.home .section-container {
	z-index: 10;
	position: relative;
}

.logo_header {
	margin-bottom: 20px;
	text-align: center;
}

.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
	margin-bottom: 30px;
}

.home h1 {
	font-size: 52px;
}

.home h2 {
	font-size: 42px;
}

.home h3 {
	font-size: 30px;
}


/*==================================================================
	14.0 Just-Text Section
================================================================== */

.just-text {
	background-color: #fff;
}


/*==================================================================
	15.0 Testimonials Section
================================================================== */

.testimonials {
	background: #fff url(http://placehold.it/1920x1080) no-repeat center center fixed;
	background-size: cover;
	color: #fff;
}

.quote-icon {
	font-size: 48px;
	margin-bottom: 20px;
	color: #fff;
}

.testimonials .feedback {
    max-width: 900px;
    margin: auto;
}

.testimonials .feedback .image {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin: auto;
	margin-top: 10px;
	margin-bottom: 30px;
    overflow: hidden;
}

.testimonials .feedback .image img {
    width: 100%;
    vertical-align: top;
	border-radius: 50%;
	border: 5px solid #fff;
}

.testimonials .feedback .quote {
    font-size: 18px;
    font-style: italic;
    margin-top: 40px;
    margin-bottom: 30px;
}

.testimonials .feedback .author {
    margin-top: 15px;
}

/* Styling Pagination*/
.testimonials .owl-theme .owl-controls .owl-page span {
	border: 2px solid rgba(255,255,255,0.3);
}

.testimonials .owl-theme .owl-controls .owl-page.active span,
.testimonials .owl-theme .owl-controls.clickable .owl-page:hover span {
	border: 2px solid #fff;
}


/*==================================================================
	16.0 Services Section
================================================================== */

.services {
	background: #fff;
}

.service h3 {
	color: #7da7f3;
	margin-bottom: 20px;
}

.service-icon {
	font-size: 75px;
	color: #7da7f3;
	margin-bottom: 20px;
}

/*==================================================================
	17.0 Team Section
================================================================== */

.team {

}

.team-user h3 {
	color: #7da7f3;
	margin-bottom: 10px;
}

.team-user .role {
	margin-bottom: 10px;
}

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

.user-image img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


/*==================================================================
	18.0 Portfolio Section
================================================================== */

.portfolio {
	background: #fff;
}

.portfolio.top-30 {
	padding-top: 30px;
}

.portfolio.porfolio-fullwidth {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.portfolio.porfolio-fullwidth .container {
	width: 100%;
	padding: 0;
}

.portfolio .container {
	position: relative;
}

.portfolio-container {
	margin: -15px auto;
}

.porfolio-fullwidth .portfolio-container {
	margin: 0 auto;
}

.portfolio-filter ul {
	padding: 0px;
	list-style: none;
	overflow: hidden;
	display: inline-block;
}

.portfolio-filter li {
	float: left;
	margin-right: 16px;
}

.portfolio-filter li a {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
	cursor: pointer;
	padding-bottom: 5px;
	display: block;
	border-bottom: 2px solid transparent;
}

.portfolio-filter.text-white li a {
	color: #fff;
}

.portfolio-filter li:last-child {
	margin-right: 0px;
}

.portfolio-filter .active {
	border-bottom: 2px solid #7da7f3;
	color: #7da7f3;
}

.portfolio-filter.text-white .active {
	border-bottom: 2px solid #fff;
	color: #fff;
}

.portfolio-item {
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}

.portfolio.porfolio-fullwidth .portfolio-item {
	overflow: hidden;
	padding: 0;
}

.portfolio-item,
.portfolio-item h4,
.portfolio-item p {
	color: #fff;
}

.portfolio-item img {
    display: block;
	width: 100%;
	height: auto;
}

.project-container {
	position: relative;
	overflow: hidden;
}

.portfolio-item .overlay {
	z-index: 0;
}

.project-details {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	text-align: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
}

.portfolio-item:hover .project-details {
	opacity: 1;
}

.details-container {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	top: 300px;
	padding: 15px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.portfolio-item:hover .details-container {
	top: 0;
}

.details-text {
	display: table-cell;
	vertical-align: middle;
}

.details-text p {
	margin: 0;
}

.project-screen {
	padding-top: 15px;
	padding-bottom: 15px;
}


/*==================================================================
	19.0 Map Section
================================================================== */

.map {
	background: #fff;
	padding: 0;
}

#map_canvas {
	width: 100%;
	height: 400px;
	background: #f8fdfd;
	z-index: 0;
	position: relative;
	border-top: 1px solid rgba(10, 10, 10, 0.06);
	border-bottom: 1px solid rgba(10, 10, 10, 0.06);
}

.map #content {
	text-align: left;
}


/*==================================================================
	20.0 Clients Section
================================================================== */

.clients {
	background: #fcfcfc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #f8fafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f8fafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f8fafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#f8fafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#f8fafa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#f8fafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f8fafa',GradientType=0 ); /* IE6-8 */
}


/*==================================================================
	21.0 Download Section
================================================================== */

.download {
	background-color: #fff;
}


/*==================================================================
	22.0 More Features Section
================================================================== */

.feature-item {
	text-align: left;
	margin-bottom: 30px;
}

.feature-icon {
    font-size: 36px;
    color: #7DA7F3;
	float: left;
}

.feature-text {
	margin-left: 60px;
}

.feature-item h3 {
	font-size: 21px;
	margin-bottom: 10px;
}


/*==================================================================
	23.0 Contact Section
================================================================== */

.contact {
	background-color: #fff;
}


/*==================================================================
	24.0 Footer
================================================================== */

.site-footer {
	padding: 90px 0;
	position: relative;
	text-align: center;
	border-top: 1px solid rgba(225,225,225,0.5);
}

/*	24.1 Socials icons
	-------------------------------------------------------------- */	
.socials-icons {
	margin: 0 auto;
	text-align: center;
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
}
	
.socials-icons li {
	margin: 0;
	display: inline-block;
}

.socials-icons li a {
	display: block;
	background: transparent;
	position: relative;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.socials-icons li a i.fa {
	color: #333;
	line-height: 50px;
	font-size: 21px;
}

.socials-icons li a:hover i.fa {
	color: #7DA7F3;
}


/* ==================================================================
	25.0 Pricing Tables Section
================================================================== */

.pricing-section  {
	padding: 90px 0;
	padding-bottom: 90px;
}

.pricing-section .section-header {
	padding-bottom: 50px;
}

.pricing-tables  {
	padding: 20px; 
}
		
.pricing-tables .plan.first {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px; 
}
	
.pricing-tables .plan.last {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
	
.pricing-tables .plan.recommended {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.pricing-tables .plan.recommended .head {
	padding: 22px 16px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
	  
.pricing-tables.attached .col-sm-4,
.pricing-tables.attached .col-md-4,
.pricing-tables.attached .col-sm-3,
.pricing-tables.attached .col-md-3 {
	padding-left: 0;
	padding-right: 0;
}
		
.pricing-tables.attached .plan {
	border-radius: 0;
}

.pricing-tables.attached .plan .head {
	border-radius: 0;
}

.pricing-tables.attached .plan.recommended {
	border-radius: 5px;
}
		
.pricing-tables.attached .plan.recommended .head {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
	
.pricing-tables.attached .plan.last {
	border-bottom-right-radius: 5px;
}
		
.pricing-tables.attached .plan.last .head {
	border-top-right-radius: 5px;
}

.pricing-tables.attached .plan.first {
	border-bottom-left-radius: 5px;
}
		
.pricing-tables.attached .plan.first .head {
	border-top-left-radius: 5px;
}

.plan {
	box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
	min-height: 100px;
	background: #fff;
	border-radius: 5px;
	margin: 20px 0;
	padding-bottom: 25px;
	text-align: center;
}
	
.plan .head {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 12px 16px;
	background: #fff;
	color: #333;
}
		
.plan .head h1, .plan .head h2, .plan .head h3 {
	padding: 0;
	margin: 0;
}
		
.plan .price {
	box-shadow: inset 0px 1px 0px rgba(10,10,10,0.06), inset 0px -1px 0px rgba(10,10,10,0.06);
	margin: 0 auto 30px auto;
	padding: 12px 16px;
	width: 100%;
}
		
.plan .price h3 {
	font-size: 82px;
	vertical-align: top;
	line-height: 1;
	font-family: 'Open Sans', serif;
}
		
.plan .price h3 span {
	font-size: 38px;
	vertical-align: top;
	position: relative;
	margin: 6px 0 0 -7px;
	display: inline-block;
}
		
.plan .price h4 {
	color: #fff;
	font-size: 14px;
}

.plan .price.color-white h4 {
	color: #fff;
}
		
.plan .button {
	margin: 0; }

.plan ul {
	list-style-type: none;
	padding: 20px;
	margin-top: 2px;
}

.plan ul li {
	line-height: 22px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 400;
}
	
.plan ul li a {
	text-decoration: underline;
	color: #e6e9ed;
}
	
.plan ul li:last-child {
	border-bottom: none;
}
	
.plan ul strong {
	font-weight: 700;
}
	
.plan.recommended {
	margin-top: 0px;
	box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
	position: relative;
	z-index: 99;
	border-radius: 4px;
}
	
.plan.recommended .head {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #fff;
}
  
.plan.recommended .button {
	margin-bottom: 10px;
}


/*==================================================================
	26.0 Counter
================================================================== */

.counter {
	text-align: center;
}

.counter .fa {
	font-size: 48px;
	color: #7da7f3;
}

.counter .number {
	font-size: 48px;
	color: #7da7f3;
}

.counter .number-text {
	font-size: 48px;
	color: #7da7f3;
}

.counter .text {
	display: block;
}


/* ==================================================================
	27.0 Nivo Lightbox
================================================================== */

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
	background-color: rgba(0,0,0,0) !important;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	background: url(images/close.png) no-repeat scroll 0px 0px !important;
	width: 32px !important;
	height: 32px !important;
}

.nivo-lightbox-theme-default .nivo-lightbox-prev {
	background-image: url(images/prev.png) !important;
}

.nivo-lightbox-theme-default .nivo-lightbox-next {
	background-image: url(images/next.png) !important;
}


/* ==================================================================
	28.0 OWLCarousel
================================================================== */

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page span{
	width: 16px !important;
	height: 16px !important;
	filter: Alpha(Opacity=100) !important;/*IE7 fix*/
	opacity: 1 !important;
	background: transparent !important;
	border: 2px solid rgba(50,50,50,0.3);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	border: 2px solid rgba(50,50,50,0.8);
}


/* ==================================================================
	29.0 Buttons
================================================================== */

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.default-button:focus,
.sm-button:focus,
.border-button:focus,
.border-sm-button:focus  {
	outline: none;
	outline-offset: 0px;
	text-decoration: none;
}

.buttons-group {
	margin: 0px -10px;
}

.buttons-group a,
.buttons-group button {
	margin: 0 10px;
}


/*	29.1 Default Buttons
	-------------------------------------------------------------- */

.default-button {
	display: inline-block;
	background: #fff;
	border-radius: 22px;
	padding: 9px 50px;
	color: #333;
	line-height: 26px;
	font-size: 16px;
	outline: none;
	outline-offset: 0px;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.default-button:hover,
.default-button:focus {
	color: #333;
	opacity: 0.8;
}

.default-button i,
.default-button:hover i,
.default-button:focus i {
	color: #333;
}

/*	29.2 Small Buttons
	-------------------------------------------------------------- */
.sm-button {
	display: inline-block;
	background: #fff;
	border-radius: 22px;
	padding: 6px 25px;
	color: #333;
	line-height: 22px;
	font-size: 16px;
	outline: none;
	outline-offset: 0px;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sm-button:hover,
.sm-button:focus {
	color: #333;
	opacity: 0.8;
}

.sm-button i,
.sm-button:hover i,
.sm-button:focus i {
	color: #333;
}

/*	29.3 Border Buttons
	-------------------------------------------------------------- */

.border-button {
	display: inline-block;
	background: transparent;
	border-radius: 26px;
	padding: 9px 50px;
	color: #333;
	line-height: 22px;
	font-size: 16px;
	outline: none;
	outline-offset: 0px;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.border-button:hover,
.border-button:focus {
	background: #fff;
	color: #333;
	opacity: 0.8;
}

.border-button i,
.border-button:hover i,
.border-button:focus i {
	color: #333;
}

/*	29.4 Small Border Buttons
	-------------------------------------------------------------- */

.border-sm-button {
	display: inline-block;
	background: transparent;
	border-radius: 26px;
	padding: 6px 25px;
	color: #333;
	line-height: 22px;
	font-size: 16px;
	outline: none;
	outline-offset: 0px;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.border-sm-button:hover,
.border-sm-button:focus {
	background: #fff;
	color: #333;
	opacity: 0.8;
}

.border-sm-button i,
.border-sm-button:hover i,
.border-sm-button:focus i {
	color: #333;
}
	
/*	29.5 Buttons Styles
	-------------------------------------------------------------- */	

/* Border Blue */
.border-bt-blue {
	border-color: #7da7f3;
	color: #7da7f3;
}

.border-bt-blue:hover,
.border-bt-blue:focus {
	background: #7da7f3;
	color: #fff;
	opacity: 0.8;
}

.border-bt-blue i {
	color: #7da7f3;
}

.border-bt-blue:hover i,
.border-bt-blue:focus i {
	color: #fff;
}

/* Border Green */
.border-bt-green {
	border-color: #5cb85c;
	color: #5cb85c;
}

.border-bt-green:hover,
.border-bt-green:focus {
	background: #5cb85c;
	color: #fff;
	opacity: 0.8;
}

.border-bt-green i {
	color: #5cb85c;
}

.border-bt-green:hover i,
.border-bt-green:focus i {
	color: #fff;
}

/* Border Turkus */
.border-bt-turkus {
	border-color: #31b0d5;
	color: #31b0d5;
}

.border-bt-turkus:hover,
.border-bt-turkus:focus {
	background: #31b0d5;
	color: #fff;
	opacity: 0.8;
}

.border-bt-turkus i {
	color: #31b0d5;
}

.border-bt-turkus:hover i,
.border-bt-turkus:focus i {
	color: #fff;
}

/* Border Orange */
.border-bt-orange {
	border-color: #f0ad4e;
	color: #f0ad4e;
}

.border-bt-orange:hover,
.border-bt-orange:focus {
	background: #f0ad4e;
	color: #fff;
	opacity: 0.8;
}

.border-bt-orange i {
	color: #f0ad4e;
}

.border-bt-orange:hover i,
.border-bt-orange:focus i {
	color: #fff;
}

/* Border Red */
.border-bt-red {
	border-color: #DD4B39;
	color: #DD4B39;
}

.border-bt-red:hover,
.border-bt-red:focus {
	background: #DD4B39;
	color: #fff;
	opacity: 0.8;
}

.border-bt-red i {
	color: #DD4B39;
}

.border-bt-red:hover i,
.border-bt-red:focus i {
	color: #fff;
}

/* Border Grey */
.border-bt-grey {
	border-color: #dedede;
	color: #919191;
}

.border-bt-grey:hover,
.border-bt-grey:focus {
	background: #dedede;
	color: #333;
	opacity: 0.8;
}

.border-bt-grey i {
	color: #dedede;
}

.border-bt-grey:hover i,
.border-bt-grey:focus i {
	color: #333;
}

/* Border Grey */
.border-bt-white {
	border-color: #fff;
	color: #fff;
}

.border-bt-white:hover,
.border-bt-white:focus {
	background: #fff;
	color: #333;
	opacity: 1;
}

.border-bt-white i {
	color: #fff;
}

.border-bt-white:hover i,
.border-bt-white:focus i {
	color: #333;
}

/* Blue */
.bt-blue {
	background: #7da7f3;
	color: #fff;
}

.bt-blue:hover,
.bt-blue:focus {
	color: #fff;
	opacity: 0.8;
}

.bt-blue i,
.bt-blue:hover i,
.bt-blue:focus i {
	color: #fff;
}

/* Green */
.bt-green {
	background: #5cb85c;
	color: #fff;
}

.bt-green:hover,
.bt-green:focus {
	color: #fff;
	opacity: 0.8;
}

.bt-green i,
.bt-green:hover i,
.bt-green:focus i {
	color: #fff;
}

/* Turkus */
.bt-turkus {
	background: #31b0d5;
	color: #fff;
}

.bt-turkus:hover,
.bt-turkus:focus {
	color: #fff;
	opacity: 0.8;
}

.bt-turkus i,
.bt-turkus:hover i,
.bt-turkus:focus i {
	color: #fff;
}

/* Orange */
.bt-orange {
	background: #f0ad4e;
	color: #fff;
}

.bt-orange:hover,
.bt-orange:focus {
	color: #fff;
	opacity: 0.8;
}

.bt-orange i,
.bt-orange:hover i,
.bt-orange:focus i {
	color: #fff;
}

/* Red */
.bt-red {
	background: #DD4B39;
	color: #fff;
}

.bt-red:hover,
.bt-red:focus {
	color: #fff;
	opacity: 0.8;
}

.bt-red i,
.bt-red:hover i,
.bt-red:focus i {
	color: #fff;
}

/* Grey */
.bt-grey {
	background: #dedede;
	color: #333;
}

.bt-grey:hover,
.bt-grey:focus {
	color: #333;
	opacity: 0.8;
}

.bt-grey i,
.bt-grey:hover i,
.bt-grey:focus i {
	color: #333;
}

/* Transparent */
.bt-transparent {
	background: transparent;
	color: #fff;
}

.bt-transparent:hover,
.bt-transparent:focus {
	color: #fff;
	opacity: 0.8;
}

.bt-transparent i,
.bt-transparent:hover i,
.bt-transparent:focus i {
	color: #fff;
}

/* Transparent Dark */
.bt-transparent-dark {
	background: transparent;
	color: #333;
}

.bt-transparent-dark:hover,
.bt-transparent-dark:focus {
	color: #333;
	opacity: 0.8;
}

.bt-transparent-dark i,
.bt-transparent-dark:hover i,
.bt-transparent-dark:focus i {
	color: #333;
}


/* ==================================================================
	30.0 Overlay Styles
================================================================== */

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.color-overlay,
.gradient-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.background-space {
	position: absolute;
	width: 100%;
	height: 350px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.apace-100 {
	height: 100px;
}

.apace-150 {
	height: 150px;
}

.apace-200 {
	height: 200px;
}

.apace-250 {
	height: 250px;
}

.apace-300 {
	height: 300px;
}

/*	30.1 Background Color Styles
	-------------------------------------------------------------- */	
.background-white {
	background: #fff;
}

.background-grey {
	background: #fcfcfc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #f8fafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f8fafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f8fafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#f8fafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#f8fafa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#f8fafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f8fafa',GradientType=0 ); /* IE6-8 */
}

.background-color {
	background: #7da7f3;
}

.background-blue_dark {
	background: #000a1e;
}

/*	30.2 Gradient Background Styles
	-------------------------------------------------------------- */	
.gradient-1 {
	background: #fe7259; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlNzI1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmM0NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #fe7259 0%, #ffc456 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fe7259), color-stop(100%,#ffc456)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #fe7259 0%,#ffc456 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #fe7259 0%,#ffc456 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #fe7259 0%,#ffc456 100%); /* IE10+ */
	background: linear-gradient(to right,  #fe7259 0%,#ffc456 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe7259', endColorstr='#ffc456',GradientType=1 ); /* IE6-8 */
}

.gradient-2 {
	background: #3cf888; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjZjg4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyM2UyNjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #3cf888 0%, #23e260 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3cf888), color-stop(100%,#23e260)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #3cf888 0%,#23e260 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #3cf888 0%,#23e260 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #3cf888 0%,#23e260 100%); /* IE10+ */
	background: linear-gradient(to right,  #3cf888 0%,#23e260 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cf888', endColorstr='#23e260',GradientType=1 ); /* IE6-8 */
}

.gradient-3 {
	background: #73ecfd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczZWNmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZWNhZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #73ecfd 0%, #6ecaf1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#73ecfd), color-stop(100%,#6ecaf1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #73ecfd 0%,#6ecaf1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #73ecfd 0%,#6ecaf1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #73ecfd 0%,#6ecaf1 100%); /* IE10+ */
	background: linear-gradient(to right,  #73ecfd 0%,#6ecaf1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73ecfd', endColorstr='#6ecaf1',GradientType=1 ); /* IE6-8 */
}

.gradient-4 {
	background: #a169ce; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExNjljZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYmNmZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #a169ce 0%, #abcff3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a169ce), color-stop(100%,#abcff3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #a169ce 0%,#abcff3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #a169ce 0%,#abcff3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #a169ce 0%,#abcff3 100%); /* IE10+ */
	background: linear-gradient(to right,  #a169ce 0%,#abcff3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a169ce', endColorstr='#abcff3',GradientType=1 ); /* IE6-8 */
}

.gradient-5 {
	background: rgb(68,209,252); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0ZDFmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NDg3ZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(68,209,252,1) 0%, rgba(68,135,252,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(68,209,252,1)), color-stop(100%,rgba(68,135,252,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(68,209,252,1) 0%,rgba(68,135,252,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(68,209,252,1) 0%,rgba(68,135,252,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(68,209,252,1) 0%,rgba(68,135,252,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(68,209,252,1) 0%,rgba(68,135,252,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44d1fc', endColorstr='#4487fc',GradientType=1 ); /* IE6-8 */
}

.gradient-6 {
	background: rgb(229,112,231); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1NzBlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2M4NWVjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhODQ5YTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(229,112,231,1) 0%, rgba(200,94,199,1) 47%, rgba(168,73,163,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(229,112,231,1)), color-stop(47%,rgba(200,94,199,1)), color-stop(100%,rgba(168,73,163,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(229,112,231,1) 0%,rgba(200,94,199,1) 47%,rgba(168,73,163,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(229,112,231,1) 0%,rgba(200,94,199,1) 47%,rgba(168,73,163,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(229,112,231,1) 0%,rgba(200,94,199,1) 47%,rgba(168,73,163,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(229,112,231,1) 0%,rgba(200,94,199,1) 47%,rgba(168,73,163,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e570e7', endColorstr='#a849a3',GradientType=1 ); /* IE6-8 */
}

.gradient-7 {
	background: rgb(255,93,177); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNWRiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZjAxN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,93,177,1)), color-stop(100%,rgba(239,1,124,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c',GradientType=1 ); /* IE6-8 */
}

.gradient-8 {
	background: rgb(234,185,45); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhYjkyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNzk4MTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(234,185,45,1) 0%, rgba(199,152,16,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(234,185,45,1)), color-stop(100%,rgba(199,152,16,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=1 ); /* IE6-8 */
}

.gradient-9 {
	background: rgb(221,232,99); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2RkZTg2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjk3MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(221,232,99,1) 1%, rgba(255,151,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(221,232,99,1)), color-stop(100%,rgba(255,151,25,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(221,232,99,1) 1%,rgba(255,151,25,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(221,232,99,1) 1%,rgba(255,151,25,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(221,232,99,1) 1%,rgba(255,151,25,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(221,232,99,1) 1%,rgba(255,151,25,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde863', endColorstr='#ff9719',GradientType=1 ); /* IE6-8 */
}

.gradient-10 {
	background: rgb(83,160,118); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzYTA3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMGE1MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(83,160,118,1) 0%, rgba(16,165,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(83,160,118,1)), color-stop(100%,rgba(16,165,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(83,160,118,1) 0%,rgba(16,165,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(83,160,118,1) 0%,rgba(16,165,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(83,160,118,1) 0%,rgba(16,165,51,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(83,160,118,1) 0%,rgba(16,165,51,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53a076', endColorstr='#10a533',GradientType=1 ); /* IE6-8 */
}

.gradient-11 {
	background: rgb(82,158,151); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyOWU5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNWQzY2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(82,158,151,1) 0%, rgba(21,211,205,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(82,158,151,1)), color-stop(100%,rgba(21,211,205,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(82,158,151,1) 0%,rgba(21,211,205,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(82,158,151,1) 0%,rgba(21,211,205,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(82,158,151,1) 0%,rgba(21,211,205,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(82,158,151,1) 0%,rgba(21,211,205,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#529e97', endColorstr='#15d3cd',GradientType=1 ); /* IE6-8 */
}

.gradient-12 {
	background: rgb(121,202,234); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5Y2FlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNWQzY2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(121,202,234,1) 0%, rgba(21,211,205,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(121,202,234,1)), color-stop(100%,rgba(21,211,205,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(121,202,234,1) 0%,rgba(21,211,205,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(121,202,234,1) 0%,rgba(21,211,205,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(121,202,234,1) 0%,rgba(21,211,205,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(121,202,234,1) 0%,rgba(21,211,205,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79caea', endColorstr='#15d3cd',GradientType=1 ); /* IE6-8 */
}

.gradient-13 {
	background: rgb(229,165,68); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1YTU0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0Njc0YmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(229,165,68,1) 0%, rgba(70,116,191,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(229,165,68,1)), color-stop(100%,rgba(70,116,191,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(229,165,68,1) 0%,rgba(70,116,191,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(229,165,68,1) 0%,rgba(70,116,191,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(229,165,68,1) 0%,rgba(70,116,191,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(229,165,68,1) 0%,rgba(70,116,191,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a544', endColorstr='#4674bf',GradientType=1 ); /* IE6-8 */
}

.gradient-14 {
	background: rgb(206,206,206); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlY2VjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MGI5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(206,206,206,1) 0%, rgba(64,185,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(206,206,206,1)), color-stop(100%,rgba(64,185,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(206,206,206,1) 0%,rgba(64,185,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(206,206,206,1) 0%,rgba(64,185,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(206,206,206,1) 0%,rgba(64,185,249,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(206,206,206,1) 0%,rgba(64,185,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#40b9f9',GradientType=1 ); /* IE6-8 */
}

.gradient-15 {
	background: rgb(110,204,193); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZlY2NjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MGI5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(110,204,193,1) 0%, rgba(64,185,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(110,204,193,1)), color-stop(100%,rgba(64,185,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(110,204,193,1) 0%,rgba(64,185,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(110,204,193,1) 0%,rgba(64,185,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(110,204,193,1) 0%,rgba(64,185,249,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(110,204,193,1) 0%,rgba(64,185,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eccc1', endColorstr='#40b9f9',GradientType=1 ); /* IE6-8 */
}

.gradient-16 {
	background: rgb(67,169,216); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzYTlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iIzNhYTZkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjhhYmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(67,169,216,1) 0%, rgba(58,166,216,1) 47%, rgba(38,138,187,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(67,169,216,1)), color-stop(47%,rgba(58,166,216,1)), color-stop(100%,rgba(38,138,187,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(67,169,216,1) 0%,rgba(58,166,216,1) 47%,rgba(38,138,187,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(67,169,216,1) 0%,rgba(58,166,216,1) 47%,rgba(38,138,187,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(67,169,216,1) 0%,rgba(58,166,216,1) 47%,rgba(38,138,187,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(67,169,216,1) 0%,rgba(58,166,216,1) 47%,rgba(38,138,187,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43a9d8', endColorstr='#268abb',GradientType=0 ); /* IE6-8 */
}

.gradient-17 {
	background: rgb(38,143,208); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2OGZkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZjU2YWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(38,143,208,1) 0%, rgba(95,86,172,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(38,143,208,1)), color-stop(100%,rgba(95,86,172,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(38,143,208,1) 0%,rgba(95,86,172,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(38,143,208,1) 0%,rgba(95,86,172,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(38,143,208,1) 0%,rgba(95,86,172,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(38,143,208,1) 0%,rgba(95,86,172,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#268fd0', endColorstr='#5f56ac',GradientType=1 ); /* IE6-8 */
}


/* ==================================================================
	32.0 Mobile
================================================================== */

body.mobile {
	-webkit-text-size-adjust:none;
}

body.mobile .animated {
	display: block;
	visibility: visible;
}

.mobile .parallax-background {
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-size: cover;
	background-position: 50% 0 !important;
	background-attachment: scroll;
}

.mobile .cover-background {
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}


/* ==================================================================
	33.0 Responsive
================================================================== */

@media (min-width: 1230px) {
	.container {
		width: 1200px;
	}
}

@media(min-width:992px){
	.feature-item:last-child {
		margin-bottom: 0px;
	}
}

@media(max-width:991px){
	
	.home.fullscreen {
		padding: 90px 0;
	}
	
	.fullscreen {
		display: block;
		height: auto;
		padding: 90px 0;
		min-height: 100% !important;
	}
	
	.home.fullscreen {
		/*display: block;*/
		height: auto;
		padding-top: 220px;
		padding-bottom: 160px;
	}
	
	.fullscreen .section-container {
		display: block;
	}
	
	.photo-image {
		max-width: 270px;
	}
	
	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 44px;
	}

	h3 {
		font-size: 26px;
	}
	
	.services .service {
		padding-bottom: 50px;
	}
	
	.services .service:last-child {
		padding-bottom: 0px;
	}
	
	.features .feature {
		margin-bottom: 20px;
	}
	
	.counter {
		margin: 20px 0;
	}

}

@media(max-width:768px){
	
	.section, .text-left, .text-right {
		text-align: center !important;
	}
	
	.fullscreen .section-container {
		display: block;
	}
	
	.photo-image {
		max-width: 270px;
	}
	
	.mobile-margin {
		margin-bottom: 50px;
	}
	
	.service:last-child p:last-child  {
		margin-bottom: 0;
	}
	
	.feature-item {
		text-align: center;
	}
	
	.feature-icon {
		float: none;
		margin-bottom: 15px;
	}
	
	.feature-text {
		margin-left: 0;
	}
	
	.subscription-form input,
	.subscription-form button {
		float: none;
	}
	
	.subscription-form button {
		margin-top: 20px;
	}
	
	.line-separate,
	.line-separate span:before,
	.line-separate span:after {
		margin: 0 auto;
	}
	
	.line-separate span:before,
	.line-separate span:after {
		width: 90px !important;
	}
	
	.portfolio-item {
		width: 50%;
	}
	
	.navigation .navbar-brand {
		margin-left: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.navigation {
		background: #fff;
	}
	
	.navigation .nav_border {
		background: rgba(225,225,225,0.5);
		left: 0;
		right: 0;
	}
	
	.navigation .logo-light {
		display: none;
	}

	.navigation.animated_nav .logo-light {
		display: none;
	}

	.navigation .logo-dark{
		display: block;
	}

	.navigation.animated_nav .logo-dark {
		display: block;
	}

	.navigation .nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navigation.animated_nav .nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.navigation .nav > li > a,
	.navigation .nav > li > a i {
		color: #333;
	}
	
	.navigation .nav > li.current > a,
	.navigation .nav > li > a:hover {
		border-bottom: none;
		color: #7da7f3;
	}
	
	.nav .open>a,
	.nav .open>a:hover, 
	.nav .open>a:focus {
		border-bottom: none
	}
	
	.navigation .nav > li {
		min-height: auto;
		margin: 0 15px;
	}
	
	.navigation .navbar-toggle {
		margin-bottom: 13px;
	}
	
}

@media(max-width:640px){

	.portfolio-item {
		width: 100%;
	}
	
}

/* ==================================================================
	34.0 Shortcodes
================================================================== */

.section-border {
	border-top: 1px solid rgba(225,225,225,0.5);
	border-bottom: 1px solid rgba(225,225,225,0.5);
}

.line-separate {
	display: block;
	margin-bottom: 20px !important;
	width: 90px;
	height: 2px;
}

.line-dark {
	background: #999;
}

.line-white {
	background: #fff;
}

.line-color {
	background: #7da7f3;
}

.line-center {
	margin: 0 auto;
}

.opacity-100 {
	opacity: 1;
}

.opacity-95 {
	opacity: 0.95;
}

.opacity-90 {
	opacity: 0.9;
}

.opacity-85 {
	opacity: 0.85;
}

.opacity-80 {
	opacity: 0.8;
}

.opacity-75 {
	opacity: 0.75;
}

.opacity-70 {
	opacity: 0.70;
}

.opacity-65 {
	opacity: 0.65;
}

.opacity-60 {
	opacity: 0.60;
}

.opacity-55 {
	opacity: 0.55;
}

.opacity-50 {
	opacity: 0.5;
}

.opacity-45 {
	opacity: 0.45;
}

.opacity-40 {
	opacity: 0.4;
}

.opacity-35 {
	opacity: 0.35;
}

.opacity-30 {
	opacity: 0.3;
}

.opacity-25 {
	opacity: 0.25;
}

.opacity-20 {
	opacity: 0.2;
}

.opacity-15 {
	opacity: 0.15;
}

.opacity-10 {
	opacity: 0.1;
}

.opacity-5 {
	opacity: 0.05;
}

.opacity-0 {
	opacity: 0.0;
}

.empty-space {
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.photo-image {
	max-width: 350px;
	margin: 0 auto;
}

.height-auto {
	height: auto;
}

.highlight {
	color: #7DA7F3;
}

/* Accordian */
.panel-group {
	text-align: left;
}

.panel-group .panel {
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.panel-group .panel > .panel-heading {
	border:none;
	padding: 0;
	border-bottom: none;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.panel-group .panel > .panel-heading a {
	background: #7da7f3;
	color: #fff;
	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 22px;
	padding: 15px;
	position: relative;
	padding-left: 50px;
}

.panel-group .panel > .panel-heading a.collapsed {
	color: #333;
	background-color: #f1f1f1;
}

.panel-group .panel > .panel-heading a.collapsed:hover, 
.panel-group .panel > .panel-heading a:hover {
	background: #e1e1e1;
	color: #333;
}

.panel-group .panel > .panel-heading a:before {
	position: absolute;
	content: '-';
	color: #fff;
	font-weight: 300;
	left: 10px;
	top: 15px;
	font-size: 26px;
	width: 30px;
	text-align: center;
}

.panel-group .panel > .panel-heading a:hover:before {
	color: #333;
}

.panel-group .panel > .panel-heading a.collapsed:before {
	content: '+';
	color: #333;
}

.panel-group .panel > .panel-heading+.panel-collapse .panel-body {
	border:1px solid #dadfe4;
	border-top: none;
	padding: 16px 30px;
}

.panel-group .panel+.panel {
	margin-top: 8px;
}

/* Tabs */
.nav-tabs > li.active a {
	-webkit-box-shadow: inset 0px 8px 0px -5px #7da7f3;
	-moz-box-shadow: inset 0px 8px 0px -5px #7da7f3;
	box-shadow: inset 0px 8px 0px -5px #7da7f3;
}

.nav-tabs > li > a {
	font-size: 14px;
	text-transform: none;
	color: #333;
	margin-right: 0px;
	background-color: #f1f1f1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 20px 60px;
	border: 1px solid transparent;
}

.nav-tabs > li > a:hover {
	background: #e1e1e1;
	color: #333;
}

.tab-content .tab-pane {
	padding: 16px 30px;
	border: 1px solid #ddd;
	border-top: 0;
	text-align: left;
}

/* Alternative tabs */
.alt.nav-tabs {
	margin-bottom: 50px;
	border: 0;
	display: inline-block;
}

.alt.nav-tabs  {
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.alt.nav-tabs  li {
	border-right: 1px solid #ddd;
	margin-bottom:0;
}

.alt.nav-tabs  li:last-child {
	border-right: 0px solid #ddd;
}

.alt.nav-tabs > li.active {
	border: 0px solid transparent;
	border-right: 1px solid #ddd;
}

.alt.nav-tabs  li.active:last-child {
	border-right: 0px solid #ddd;
}

.alt.nav-tabs > li.active > a,
.alt.nav-tabs > li.active > a:hover,
.alt.nav-tabs > li.active > a:focus {
	color: #fff;
	background:#7da7f3;
	border: 0px solid transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.alt.nav-tabs > li.active > a:hover {
	border:0;
}

.alt.nav-tabs > li > a {
	font-size: 14px;
	text-transform: none;
	color: #333;
	margin-right: 0px;
	background-color: #fff;
	border:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 20px 60px;
}

.alt.nav-tabs > li > a:hover {
	color: #7da7f3;
}

.alt.tab-content .tab-pane {
	padding: 0;
	border: 0;
	text-align: left;
}

.alt.tab-content .tab-pane .btn {
	margin-top: 15px;
}

/* Progress bar */
.progress-txt {
	text-align: center;
	color: #333;
}

.progress {
	height: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	background-color: #f1f1f1;
}

.progress .progress-bar {
	background-color: #7da7f3;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

/* Table */
.table {
	border-color: #ddd;
	text-align: left;
}
.table > thead > tr > th {
	background: #7da7f3;
	color: #fff;
	border-bottom: 0;
	font-size: 14px;
	text-transform: none;
	border-color: #ddd;
}
.table > thead > tr > th, 
.table > tbody > tr > td {
	font-size: 15px;
	font-weight: 300;
	padding: 15px 20px;
}

.table-striped > tbody > tr:nth-child(odd) > td, 
.table-striped > tbody > tr:nth-child(odd) > th {
	background: #fff;
}

.table-striped > tbody > tr:nth-child(even) > td, 
.table-striped > tbody > tr:nth-child(even) > th {
	background: #f1f1f1;
}


/* ==================================================================
	35.0 Isotope Transitions
================================================================== */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/* ==================================================================
	36.0 Error Page
================================================================== */

.error-page .ultra {
	font-size: 160px;
	line-height: 160px;
	font-weight: 600;
	margin-bottom: 16px !important;
}


/* ==================================================================
	37.0 Image Backgrounds
================================================================== */

.image-0 {
	background-image: url(images/enjoy_a_glass_of_wine.jpg);
}

.image-1 {
	background-image: url(http://placehold.it/1920x1080);
}

.image-5 {
	background-image: url(http://placehold.it/1920x1080);
}

.image-7 {
	background-image: url(images/enjoy_a_glass_of_wine.jpg);
}

.image-6 {
	background-image: url(http://placehold.it/1920x1080);
}

.image-8 {
	background-image: url(http://placehold.it/1920x1080);
}

.image-9 {
	background-image: url(http://placehold.it/1920x1080);
}

.image-10 {
	background-image: url(http://placehold.it/1920x1080);
}

.image-11 {
	background-image: url(http://placehold.it/1920x1080);
}

.image-12 {
	background-image: url(http://placehold.it/1920x1080);
}

.image-13 {
	background-image: url(http://placehold.it/1920x1080);
}

.image-14 {
	background-image: url(http://placehold.it/1920x1080);
}

.image-15 {
	background-image: url(http://placehold.it/1920x1080);
}

.image-16 {
	background-image: url(http://placehold.it/1920x1080);
}
