/* 
	Table of Contents
	update on Mon Sep 21 2015 17:58:01 GMT+0300 (FLE Summer Time)

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Fonts ------------------------------------
	     03. Base -------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	II.  Regions --------------------------------------
	     01. Wrapper ----------------------------------
	     02. Container --------------------------------
	     03. Shell ------------------------------------
	     04. Header -----------------------------------
	     05. Main -------------------------------------
	     06. Footer -----------------------------------
	     07. Content ----------------------------------
	     08. Sidebar ----------------------------------
	III. Themes ---------------------------------------
	IV.  Modules --------------------------------------
	     01. Button -----------------------------------
	     02. Button Menu ------------------------------
	     03. Client -----------------------------------
	     04. Copyright --------------------------------
	     05. Form Elements ----------------------------
	     06. Form -------------------------------------
	     07. Fullsize Image ---------------------------
	     08. Intro ------------------------------------
	     09. List -------------------------------------
	     10. Logo -------------------------------------
	     11. Nav --------------------------------------
	     12. Page BG ----------------------------------
	     13. Section ----------------------------------
	     14. Section Services -------------------------
	     15. Section Gray -----------------------------
	     16. Section Transparent ----------------------
	     17. Section Simplify -------------------------
	     18. Section About  ---------------------------
	     19. Section Contact --------------------------
	     20. Section Facts ----------------------------
	     21. Service ----------------------------------
	     22. Slider -----------------------------------
	     23. Socials ----------------------------------
	     24. Table ------------------------------------
	     25. Testimonial ------------------------------
	     26. Widget -----------------------------------
width:228px 
 */

.cols:after,
.header .shell:after,
.client:after,
.nav ul:after,
.section-contact .section-inner:after { content: ''; display: table; clear: both; line-height: 0; }

/* Anne Increased logo size 6-6-2017 */
.logo-image { background-image: url(images/logo-connexeo.png); background-size:contain; background-position: 0 0; width:183px; height: 61px; display: inline-block; vertical-align: middle; font-size: 0; }

/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main { display: block; }

html,
body { height: 100%; }

html { tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

img, iframe, video, audio, object { max-width: 100%; }

img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

svg:not(:root) { overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { display: none; -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

textarea { overflow: auto; resize: none; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

button,
select { text-transform: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: #fff; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 1.70; color: #8d8d8d; font-weight: 300; }

a { color: inherit; text-decoration: underline; }
a:hover { text-decoration: none; }

a[href^="tel"] { text-decoration: none; }

h1 { font-size: 32px; line-height: 1.44; font-weight: 300; color: #252525; }
h2 { font-size: 28px; line-height: 1.36; font-weight: 400; color: #252525; }
h3 { font-size: 24px; line-height: 1.33; font-weight: 400; color: #252525; }
h4 { font-size: 20px; line-height: 1.2; font-weight: 400; color: #252525; }
h5 { font-size: 18px; font-weight: 400; color: #252525; }
h6 { font-size: 14px; font-weight: 400; color: #252525; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.85em; }

p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.70em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

@media (max-width: 767px) {
	h1 { font-size: 28px; }
	h2 { font-size: 24px; }
	h3 { font-size: 20px; }
	h4 { font-size: 18px; }
	h5 { font-size: 16px; }
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after { content: ''; line-height: 0; display: table; clear: both; }


/*  Notext  */

.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }


/*  Hidden  */

[hidden],
.hidden { display: none; }


/*  Alignleft  */

.alignleft { float: left; }

/*  Alignright  */

.alignright { float: right; }

/*  Disabled  */

[disabled],
.disabled { cursor: default; }

.cols { margin: 0 -20px; }
.cols:after { }
.col { float: left; padding: 0 20px; }
.col-1of2 { width: 50%; }

/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { position: relative; overflow: hidden; min-height: 100%; }

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

.container { position: relative; z-index: 1; padding-top: 81px; }

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1170px; padding: 0 15px; margin: auto; }

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height: 81px; border-bottom: 1px solid #eee; background: #fff; }
.header .shell:after { }

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main {}

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

.footer { position: relative; z-index: 5; padding: 60px 0 50px; background: #242f32; text-align: center; }

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

.content {}

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

.sidebar {}

/* ------------------------------------------------------------ *\
	III. Themes
\* ------------------------------------------------------------ */



/* ------------------------------------------------------------ *\
	IV.  Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { display: inline-block; min-width: 120px; vertical-align: middle; border: 0; padding: 0 25px; border-radius: 3px; height: 45px; background: #34b1c4; line-height: 45px; font-size: 13px; text-transform: uppercase; font-weight: 500; color: #fff; text-decoration: none;  -webkit-appearance: none; -moz-appearance: none; appearance: none; transition: all .50s ease-in-out; }
.btn:hover { background: #242f32;  }


/* ------------------------------------------------------------ *\
	Button Menu
\* ------------------------------------------------------------ */

.btn-menu { display: inline-block; height: 9px; padding-top: 9px; }
.btn-menu span { position: relative; display: block; width: 25px; height: 15px; border-top: 3px solid #000; }
    
.btn-menu span:before,
.btn-menu span:after { position: absolute; width: 100%; height: 3px; background: #000; content: ''; }

.btn-menu span:before { top: -9px; }
.btn-menu span:after { top: 3px; }

.btn-menu span:before,
.btn-menu span:after,
.btn-menu span { transition: all .3s linear; }

.btn-menu.active span { border-color: transparent; }
.btn-menu.active span:before,
.btn-menu.active span:after { background: #e70000; }

.btn-menu.active span:before { -webkit-transform: rotate(45deg) translate(2.5px, 6px); -ms-transform: rotate(45deg) translate(2.5px, 6px); transform: rotate(45deg) translate(2.5px, 6px); }
.btn-menu.active span:after { -webkit-transform: rotate(-45deg) translate(2.5px, -6px); -ms-transform: rotate(-45deg) translate(2.5px, -6px); transform: rotate(-45deg) translate(2.5px, -6px); }

/* ------------------------------------------------------------ *\
	Client
\* ------------------------------------------------------------ */

.clients { list-style: none outside none; }
.client:after { }
.client { margin-bottom: 30px; }
.client .client-logo { float: left; width: 255px; margin-right: 25px; }
.client .client-content { overflow: hidden; padding-left: 15px; border-left: 2px solid #34b1c4; }
.client .client-content span { color: #34b1c4; }

@media (max-width: 1023px) {
	.client .client-logo { width: 150px; }
}

@media (max-width: 767px) {
	.client .client-logo { float: none; width: auto; padding-bottom: 15px; }
}

/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */

.copyright { margin-bottom: 20px; font-size: 15px; line-height: 1.6; color: #cecece; }

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder { color: inherit; opacity: 1; }

input::-moz-placeholder { color: inherit; opacity: 1; }

input:-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea::-moz-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit !important; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

.field,
.select select,
.textarea { width: 100%; padding: 0 15px; border: 0; border-radius: 5px; border-bottom: 1px solid #e7e8ec; background: #f7f8fa; color: #252525; }

.field::-webkit-input-placeholder { opacity: .5; }

.field::-moz-placeholder { opacity: .5; }

.field:-ms-input-placeholder { opacity: .5; }

.field::placeholder { opacity: .5; }
.textarea::-webkit-input-placeholder { opacity: .5; }
.textarea::-moz-placeholder { opacity: .5; }
.textarea:-ms-input-placeholder { opacity: .5; }
.textarea::placeholder { opacity: .5; }

.field { height: 51px; }
.select select { height: 51px; }
.textarea { height: 170px; padding-top: 10px; padding-bottom: 10px; }

.radio {}
.checkbox {}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.form .form-head { padding-bottom: 20px; }
.form .form-row { margin-bottom: 15px; }

/* ------------------------------------------------------------ *\
	Fullsize Image
\* ------------------------------------------------------------ */

.fullsize-image-holder { background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; }
.fullsize-image-holder > img { display: block; }

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro { position: relative; height: 575px; }

.intro .intro-content { position: relative; padding-top: 100px; text-align: center; color: #fff; }

.intro .intro-title { margin-bottom: 40px; color: #fff; }

.intro .intro-entry { margin-bottom: 30px; font-size: 18px; line-height: 1.78; }

.intro .intro-btn { display: block; max-width: 444px; padding: 11px 20px 10px 20px; margin: 0 auto; border: 2px solid #fff; border-radius: 5px; font-weight: normal; transition: all .50s ease-in-out; text-decoration: none; }
.intro .intro-btn:hover { background: #fff; color: #34b1c4; }

@media (max-width: 767px) {
	.intro { padding: 30px 0; height: auto; }
	.intro .intro-content { padding: 0; }
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }

.list-facts { font-size: 0; list-style: none outside none; text-align: center; }
.list-facts li { display: inline-block; vertical-align: top; width: 20%; font-size: 14px; }
.list-facts i { font-size: 52px; line-height: 1.15; }
.list-facts strong { display: block; font-size: 36px; line-height: 1; font-weight: 500; table-layout: }
.list-facts span { display: block; font-weight: normal; font-size: 17px; font-style: italic; }

@media (max-width: 767px) {
	.list-facts li { width: 50%; padding-bottom: 35px; }
}

/* list logos */
.list-logos { font-size: 0; }
.list-logos li { display: inline-block; vertical-align: middle; padding: 10px; }
.list-logos img { -webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: .7; }

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo { float: left; margin-top: 15px; }

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav { float: right; margin-top: 29px; font-size: 15px; color: #252525; }
.nav ul { list-style: none outside none; }
.nav ul:after { }
.nav li { float: left; margin-left: 28px; }
.nav a { text-decoration: none; }

.nav .btn-menu { display: none; }

    .nav li ul {
        display: none;
    }

}


@media (max-width: 767px) {
	.nav .btn-menu { display: inline-block; }
	.nav ul { position: absolute; top: 100%; left: 0; width: 100%; display: none; border-top: 1px solid #00587c; background: #fff; }
	.nav li { float: none; margin: 0; border-bottom: 1px solid #00587c; }
	.nav a { display: block; padding: 10px 15px; }

	.nav-open ul { display: block; }
}

/* ------------------------------------------------------------ *\
	Page BG
\* ------------------------------------------------------------ */

.page-bg { position: fixed; top: 0; left: 0; z-index: 0; width: 100%; height: 100%; }
.page-bg:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #00587c; opacity: .8; }

.page-bg-alt { background-color: #000; /*background-size: auto 100%;*/ background-position: 20% 0; }

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section { padding: 90px 0 0; background: #fff; }
.section .section-head { padding-bottom: 56px; text-align: center; }
.section .section-head p { font-size: 16px; line-height: 1.75; color: #8d8d8d; }
.section .section-title { margin-bottom: 15px; color: #262f32; }

@media (max-width: 767px) {
	.section { padding: 50px 0; }
}

/* ------------------------------------------------------------ *\
	Section Services
\* ------------------------------------------------------------ */

.section-services { padding-bottom: 64px; }

/* ------------------------------------------------------------ *\
	Section Gray
\* ------------------------------------------------------------ */

.section-gray { border-top: solid #e7e8ec; border-width: 1px 0; background: #f4f4f4; }

/* ------------------------------------------------------------ *\
	Section Transparent
\* ------------------------------------------------------------ */

.section-transparent { background: transparent; color: #fff; }
.section-transparent .section-head p { color: #fff; }
.section-transparent .section-title { color: #fff; }

/* ------------------------------------------------------------ *\
	Section Simplify
\* ------------------------------------------------------------ */

@media (max-width: 767px) {
	.section-simplify { padding-bottom: 0; }
}

/* ------------------------------------------------------------ *\
	Section About 
\* ------------------------------------------------------------ */

.section-about { padding: 90px 0 80px; background: #fff; }
.section-about .section-head { padding-bottom: 20px; }
.section-about .section-title { color: #252525; }
.section-about .col-size-1 { width: 60%; }
.section-about .col-size-2 { width: 40%; }
.section-about .col-size-50 { width: 50%; }


@media (max-width: 767px) {
	.section-about .col { width: 100%; }
}

/* ------------------------------------------------------------ *\
	Section Contact
\* ------------------------------------------------------------ */

.section-contact { padding: 90px 0 70px; background: #fff; }
.section-contact .section-inner { margin: 0 -20px; }
.section-contact .section-inner:after { }
.section-contact .section-content { float: left; width: 60%; padding: 0 20px; }
.section-contact .section-aside { float: left; width: 40%; padding: 95px 20px 0; }

@media (max-width: 767px) {
	.section-contact { padding: 50px 0; }
	.section-contact .section-content,
	.section-contact .section-aside { float: none; width: auto; }
	.section-contact .section-aside { padding-top: 30px; }
}

/* ------------------------------------------------------------ *\
	Section Facts
\* ------------------------------------------------------------ */

.section-facts { padding: 120px 0 110px 0; color: #fff; }

@media (max-width: 767px) {
	.section-facts { padding: 50px 0; }
}

/* ------------------------------------------------------------ *\
	Service
\* ------------------------------------------------------------ */

.services { margin: 0 -20px; list-style: none outside none; font-size: 0; }

.service { display: inline-block; vertical-align: top; width: 33.33%; padding: 0 20px 38px; text-align: center; font-size: 14px; }
.service .service-image { margin-bottom: 6px; font-size: 48px; color: #34b1c4; }
.service .service-title { margin-bottom: 19px; color: #252525; }

@media (max-width: 767px) {
	.service { width: 100%; }
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider {}

.slider .slides { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */

.socials { color: #8d8d8d; }
.socials ul { font-size: 0; }
.socials li { display: inline-block; vertical-align: middle; padding: 0 8px; font-size: 26px; line-height: 1; }
.socials a { text-decoration: none; transition: all .5s ease-in-out; }
.socials a:hover { color: #34b1c4; }

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

.table {}

/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */

.testimonials { list-style: none outside none; }

.testimonial { padding-bottom: 30px; }
.testimonial .testimonial-entry { position: relative; padding: 20px 25px; border-bottom: 2px solid #34b1c4; border-radius: 5px; margin-bottom: 15px; background: #f5f5f5; font-style: italic; }
.testimonial .testimonial-entry:after { content: ''; position: absolute; bottom: -8px; left: 40px; width: 12px; height: 12px; border: solid #34b1c4; border-width: 0 2px 2px 0; background: #f5f5f5; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.testimonial .testimonial-author { font-size: 0; }
.testimonial .testimonial-author-image { display: inline-block; overflow: hidden; vertical-align: top; width: 66px; border-radius: 50%; margin: 0 15px; }
.testimonial .testimonial-author-image img { width: 100%; height: auto; }
.testimonial .testimonial-author-content { display: inline-block; vertical-align: top; padding-top: 18px; font-size: 14px; }
.testimonial .testimonial-author-title { margin: 0; font-size: 15px; line-height: 1.1; color: #454545; font-weight: 400; text-transform: uppercase; }
.testimonial .testimonial-author-title span { text-transform: none; }
.testimonial .testimonial-author-position { display: block; font-weight: 300; color: #34b1c4; }

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }


/* ------------------------------------------------------------ *\
	Section Features 
\* ------------------------------------------------------------ */

.section-features { padding: 90px 0 80px; background: #fff; }
.section-features .feature-head { padding-bottom: 20px; }
.section-features .feature-title { color: #252525; }
.section-features .col-size-1 {width: 25%;text-align: center; vertical-align:middle;}
.section-features .col-size-2 { width: 75%; }


.features .feature-image { margin-bottom: 6px; font-size: 28px; color: #34b1c4; }
.features .feature-title { margin-bottom: 19px; color: #252525; }

.features { margin: 0 -20px; list-style: none outside none; font-size: 0; }
.feature { display: inline-block; vertical-align: middle; width: 90%; padding: 0 20px 38px; text-align: left; font-size: 18px; }


.intro-btn { display: block; max-width: 444px; padding: 11px 20px 10px 20px; margin: 0 auto; border: 2px solid #34b1c4; border-radius: 5px; font-weight: normal; transition: all .50s ease-in-out; text-decoration: none; }
.intro-btn:hover { background: #fff; color: #252525; }

/* ------------------------------------------------------------ *\
	Reading-Box
\* ------------------------------------------------------------ */
.section-reading-box {
    background-color: #f6f6f6;
    border-width: 7px;
    border-color: #f6f6f6;
    border-left-width: 15px;
    border-left-color: #a7db14;
    border-style: solid;
    height: 175px;
}
.section-reading-box .col-size-1 {width: 75%;vertical-align:middle;}
.section-reading-box .col-size-2 { width: 25%;vertical-align:middle; }


/* ------------------------------------------------------------ *\
	Intro-Small
\* ------------------------------------------------------------ */

.intro-small { position: relative; height: 170px; }

.intro-small .intro-content { position: relative; padding-top: 50px; text-align: center; color: #fff; }

.intro-small .intro-title { margin-bottom: 20px; color: #fff; }

.intro-small .intro-entry { margin-bottom: 30px; font-size: 18px; line-height: 1.78; color: #fff; }

.intro-small .intro-btn { display: block; max-width: 444px; padding: 11px 20px 10px 20px; margin: 0 auto; border: 2px solid #fff; border-radius: 5px; font-weight: normal; transition: all .50s ease-in-out; text-decoration: none; }
.intro-small .intro-btn:hover { background: #fff; color: #34b1c4; }



@media (max-width: 767px) {
	.section-about .col { width: 100%; }
}





/* ========================================================== */
/* 				  		   13. PRICING                        */
/* ========================================================== */

.price_item{
	margin-bottom:50px;
	text-align:center;
}

.price_item.last{
	margin-right:0;
}

.price_head{
	padding:30px 0 40px 0;
	background-color: #34b1c4;
	-webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.price_head.green_head{
	background-color:#34b1c4;
}

.price_head h2{
	margin:0;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
}

.price_head h4{
	margin:0;
	padding-top:10px;
	color:#fff;
	font-size:50px;
	font-weight:300;
}

.price_head h4 span{
	font-size:18px;
}

ul.price_features{
	margin:0;
}

ul.price_features li{
	padding:15px 0;
	background-color:#fcfcfc;
	border-bottom:1px solid #e7e8ec;
	border-left:1px solid #e7e8ec;
	border-right:1px solid #e7e8ec;
    list-style-type:none;   
}

.price_button_wrapper{
	background-color:#f9f9f9;
	border-bottom:1px solid #e7e8ec;
	border-left:1px solid #e7e8ec;
	border-right:1px solid #e7e8ec;
	padding:35px 0;
	-webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

a.price_button{
	font-size:12px;
	padding:12px 20px;
	background-color:#34b1c4;
	border:1px solid #34b1c4;
	color:#fff;
	text-transform:uppercase;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.price_button.price_green{
	background-color:#34b1c4;
	border:1px solid #34b1c4;
}

a.price_button:hover{
	background-color:#fff;
	color:#242f32;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.price_button.price_green:hover{
	background-color:#fff;
	color:#34b1c4;
	border:1px solid #34b1c4;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}


.section_wrapper{
	width:100%;
	background-color:#fff;
}

.section_wrapper.grey_bg{
	background: #f4f4f4;
    border-top: 1px solid #e7e8ec;
    border-bottom: 1px solid #e7e8ec;
}

.section_wrapper.dark_bg{
	background-color:#242f32;
}

.section_wrapper.green_bg{
	background: #34b1c4;
}

.section_box{
	margin:0 auto;
	width:100%;
	max-width:1140px;
	padding:90px 0 70px 0;
}

.section_box.no_margin_left{
	padding:90px 70px 70px 0;
}

.section_box.no_margin_right{
	padding:90px 0 70px 70px;
}

.section_box.no_margins_bottom{
	padding:90px 0 0 0;
}

.section_box.no_margins{
	padding:0;
}




/* Columns Styles
========================================================== */
.row {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#header .row {
	overflow: inherit;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
	margin-right: 3.8%;
	float: left;
	min-height: 1px;
}

.row .onecol {
	width: 4.85%;
}

.row .twocol {
	width: 13.45%;
}

.row .threecol {
	/*width: 22.05%;*/
    width:21%;
}

.row .fourcol {
	/*width: 30.75%;*/
    width: 29%;
}

.row .fivecol {
	width: 39.45%;
}

.row .sixcol {
	width: 48%;
}

.row .sevencol {
	width: 56.75%;
}

.row .eightcol {
	width: 65.4%;
}

.row .ninecol {
	width: 74.05%;
}

.row .tencol {
	width: 82.7%;
}

.row .elevencol {
	width: 91.35%;
}

.row .twelvecol {
	width: 100%;
	float: left;
}

.last {
	margin-right: 0px;
}


