/*
*    Startuply v1.1 Custom Styles
*    by Vivaco
*
*    Table of Contents
*    -------------------------
*    1. Fonts
*    2. Global & Helpers
*    3. Preloader
*    4. Elements
*    5. Alternative tab slider
*    6. ShortCodes
*    7. Navigation Header 
*    8. Top Hero Section
*    9. Page versions
*    10. Footer
*    11. Mobile device 767px 
*    12. Mobile device 540px 
*    13. Mobile device 340px 
*    14. Tablet device Landscape 1024px and 768px
*    15. Tablet device Portrait 768px and 1024px
*    16. Desktop medium screen 992px and 1199px
*    17. Desktop large screen 1200px
*
*/
/* Fonts */
@font-face {
	font-family: "LeagueGothic";
	src:url("../fonts/LeagueGothic-Regular.otf") format("opentype");
}

.thin { font-family: 'Lato', sans-serif; font-weight: 300; }

input, 
body { font-family: 'Lato', sans-serif; font-weight: 300; }
strong { font-family: 'Lato', sans-serif; font-weight: 700; }

/* Global & Helpers */

body { color: #000000; font-size: 16px; line-height:27px; background: #FFF; margin: 0; }

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 58px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 65px;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 47px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 55px;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 40px;
}

h4 {
    font-family: 'Lora', serif;
    font-size: 30px;
    font-weight: 700;
    display: block;
    font-style: italic;
    line-height: 35px;
}

h5 {
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 700;
    display: block;
    font-style: italic;
    line-height: 30px;
}

h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 25px;
}

h7 {
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: 700;
    display: block;
    font-style: italic;
    line-height: 21px;
}

h8 {
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: 400;
    display: block;
    font-style: italic;
    line-height: 21px;
}

h9 {
    font-family: 'Lora', serif;
    font-size: 60px;
    font-weight: 700;
    display: block;
    font-style: italic;
    line-height: 70px;
}

h10 {
    font-family: 'Lora', serif;
    font-size: 50px;
    font-weight: 700;
    display: block;
    font-style: italic;
    line-height: 60px;
}
li {
	list-style-type: circle;	
}

.nsquaredsolutions-text {
	font-size:16px;
	color: #000000;
}

.highlight { color: #A0C73F; } 
h1, .h1, h2, .h2, h3, .h3, h4, .h4 { margin-top: 0px; margin-bottom: 20px; }
h5, .h5, h6, .h6, .h7 { margin-top: 20px; margin-bottom: 10px; }

p { font-size: 18px; line-height: 27px; color: #000000; }
small { font-weight: 300; font-size: 15px; line-height: 26px; }

a { color: #A0C73F; text-decoration: none; }
a:hover, a:active, a:focus { color: #A0C73F; text-decoration: none; outline: none; }
::selection { background-color: #A0C73F; color: #FFF; }

hr { width: 100%; border-top: 1px solid #999; display: inline-block; }

.customWhite { color: #000; background: #FFF; border-top: groove 1px #000; width:100%; margin: auto;}

.white { color: #000; background: #FFF }
.light { color: #FFF; background: #A0C73F; }
.dark { color: #FFF; background: #181818; width: 100%;
overflow: hidden;}
.dark-inverse {background: #FFFFFF; }
.highlight { color: #A0C73F; } 
.center {text-align:center;}
.resp-center {text-align:center;}

.btn { border: 1px solid #262626; font-size: 18px;  background: transparent; text-transform: uppercase; font-weight: 400; padding: 13px 40px; min-width: 162px; max-width: 100%; margin-bottom: 5px; }
.casestudy-video .btn { font-size: 14px; line-height: 1.4; padding: 6px 12px; margin-top: 15px;}
.btn:Hover, .btn.hovered { border: 1px solid #262626; }
.btn:Active, .btn.pressed { opacity: 1; border: 1px solid #262626; border-top: 3px solid #17ade0; -webkit-box-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent; }
.dropdown-toggle:Active, .dropdown-toggle.pressed { border-top: 0; }
.btn:focus, .btn:active:focus, .btn.active:focus { outline: 0; outline-offset: 0px; }

.btn-default { background: transparent; color: #262626; border: 1px solid #262626; }
.btn-default:Hover, .btn-default.hovered { background: #262626; color: #A0C73F; border: 1px solid #262626; }
.btn-default:Active, .btn-default.pressed { background: #262626; color: #A0C73F; border: 1px solid #262626;}

.light-button .btn-default { background: transparent; color: #fff; border: 1px solid #fff; }
.light-button .btn-default:Hover, .btn-default.hovered { background: #fff; color: #262626; border: 1px solid #fff; }
.light-button .btn-default:Active, .btn-default.pressed { background: #fff; color: #262626; border: 1px solid #fff;}

.btn-primary { background: #A0C73F; border:1px solid #A0C73F; color: #262626; }
.btn-primary:hover, .btn-primary.hovered { background: #A0C73F;  border:1px solid #A0C73F; opacity:0.9; }
.btn-primary:Active, .btn-primary.pressed { background: #A0C73F; border:1px solid #A0C73F; }

.btn-secondary { background: transparent; border:1px solid #FFF; color: #FFF; }
.btn-secondary-homepage { background: transparent; border:1px solid #FFF; color: #FFF; letter-spacing: 2px;  }
.btn-secondary-homepage:hover {background: rgba(255, 255, 255, 0.2); border:1px solid #FFFFFF; color: #FFF; }
.btn-secondary-homepage:Active {background: rgba(255, 255, 255, 0.2); border:1px solid #FFFFFF; color: #FFF;}
.btn-secondary:hover, .btn-secondary.hovered {background: rgba(255, 255, 255, 0.2); border:1px solid #FFFFFF; color: #FFFFFF; }
.btn-secondary:Active, .btn-secondary.pressed, .btn-secondary.is-checked {background: rgba(255, 255, 255, 0.2); border:1px solid #FFFFFF; color: #FFFFFF;}

.btn-invert { background: #262626; color: #535353; border: 1px solid #222222; }
.btn-invert:Hover, .btn-invert.hovered { background: #222222; color: #535353; border: 1px solid #222222; }
.btn-invert:Active, .btn-invert.pressed { background: #222222; color: #535353; border: 1px solid #222222; }

.btn-lg { font-size: 20px; padding: 22px 40px; }

.img-responsive-full { max-width: 100%; width: 100%; }
.img-circle { -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; overflow:hidden;  }

.section { min-height: 50px; padding-top: 30px; padding-bottom: 30px; position: relative; text-align: center; }
.wrapper { width: 70%; margin: 0 auto; }
.container { z-index: 1; position: relative; }
.icon-active { color: #FFF; }
.icon-active-gallery {color: #FFF;}
.gap { padding-bottom: 50px; }
hr.no-margin { margin-top:0px; }
article { text-align: left; }

.hiding { opacity: 0; }
.visible { opacity: 1; }

/* Preloader */
#mask { position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: #F6F6F6;z-index: 10000;height: 100%; }
#loader {width: 200px;height: 200px;position: absolute;left: 50%;top: 50%;background-image: url("../img/loading.gif");background-repeat: no-repeat;background-position: center;margin: -100px 0 0 -100px; }

.sticky { position: fixed; top:0; display: block; width: 100%; z-index: 9; }

.back-to-top { text-align: center; background: #FFF; color: #262626; display: none; width: 40px; height: 40px; line-height: 40px; font-size: 12px; position: fixed; right: 20px; bottom: 20px; opacity: 0.4; filter: alpha(opacity=40); -webkit-transition: all 0.5s ease; transition: all 0.5s ease; cursor: pointer; z-index: 9999; }
.back-to-top:hover { opacity: 1; filter: alpha(opacity=100); }

.navigation { background: #fafafa; z-index: 2; }
.navigation-brand { float: left; }
.navigation-brand:after { content: ''; display: table; }
.navigation-brand .brand-logo  { width: 55px; height: 55px; margin-left: 10px; 
	margin-bottom: 5px;}
.navigation-brand .brand-logo .logo { display:block; width: 45px; height: 45px; 
	background:url(../img/logoSmall.png) center center no-repeat; background-size: 60%; }
.fixmenu-clone .brand-logo .logo { background:url(../img/logoSmall.png) center center no-repeat; background-size: 84%;}
.navigation-brand .brand-logo h4 { margin-top:15px; }
.navigation-brand .brand-logo  a { color:#262626; }
.navigation-navbar { display: block; }
.navigation-bar { margin: 0 auto; padding: 0; list-style: none; }
.navigation-bar-left { float: left; }
.navigation-bar-right { float: right; }
.navigation-bar > li { display: inline-block; }
.navigation-bar > li a { display: inline-block; 
	padding-left:15px; padding-right:15px; padding-top:35px; 
	font-family: 'Lora', serif; font-size: 20px; font-style: italic; font-weight: 700; color: #000000;}
.navigation-bar > li a:Hover,
.navigation-bar > li.active a { color: #A0C73F; text-decoration: none; }
.navigation-bar ul {
    overflow:visible;
}

.navigation-toggle { 
	position: relative; 
	float: right; 
	padding: 9px 10px; 
	margin-top: 20px; 
	border-radius: 4px; 
	border: 1px solid #A0C73F; 
	outline: none; 
	background: transparent; 
}
.navigation-toggle:after { content: ''; clear: both; height: 1%; }
.navigation-toggle .icon-bar 
{
	 display: block; 
	 width: 22px; 
	 height: 2px; 
	 border-radius: 1px; 
	 background: #A0C73F; 
	 opacity: 0.7; 
	}
.navigation-toggle .icon-bar+.icon-bar { margin-top: 4px; }

/* Elements */
.sub-title { font-weight: 300; color: #8D8D8D; padding: 0px 0px 8px 0px; }
.well { border:none; border-top: 2px solid #A0C73F; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; position: relative; padding-left: 60px; }
.well h6 { color: #A0C73F; }
.well .icon { color: #A0C73F; font-size: 50px; position: absolute; left: 5px; top: 40px; }
.alert { border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; position: relative; font-size: 17px; line-height: 22px; padding: 16px; padding-left: 60px; }
.alert .icon { font-size: 28px; position: absolute; left: 15px; top: 13px; } 
.alert-success { background-color: #d8f0e4; color: #68a74c; }
.alert-info { background-color: #e2f6fa; color: #4c95a4; }
.alert-warning { background-color: #faf3e2; color: #a68128; }
.alert-danger { background-color: #fae2e2; color: #ad5254; }
.close { font-weight: 300; font-size: 28px; color: inherit !important; opacity: .8; }

.social-icons { margin-top: 25px; }
.social-icons li { margin-bottom: 50px; width: 16%; width: 16.2%; text-align: center; }
.social { color: #A0C73F; font-size: 30px }

.dropdown { font-size: 13px; line-height: 28px; text-align: left; }
.dropdown .btn { padding: 14px 14px; border-top: 2px solid #A0C73F;  }
.dropdown .caret { margin-left: 7px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; position: relative; top: -11px; }
.dropdown .caret .fa { color: #A0C73F; font-size: 16px; }
.dropdown-menu { background: #222222; border:none; border-bottom: 2px solid #A0C73F; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding-top: 10px; padding-bottom: 10px; -webkit-border-radius: 0 0 0 transparent; border-radius: 0 0 0 transparent; box-shadow: 0px 0px 0px transparent; }
.dropdown-menu > li > a { font-size: 15px; padding: 14px 20px; }
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus { background: #A0C73F; color: #262626; }

.dropdown-backdrop
{
	display: none;
}

.long-block { background: #A0C73F; text-align: left; padding-top: 2%; padding-bottom: 2%; }
.long-block h2 { margin-bottom: 0; letter-spacing: -1px; }
.long-block .icon { font-size: 60px; position: relative; margin-right: 15px; margin-top: 10px; }
.long-block .btn-default, .long-block input { margin-top: 35px; }

.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: #A0C73F; color: #262626; width: 100%; display: block; font-size: 17px; line-height: 22px; padding: 15px; position: relative; padding-left: 50px; }
.panel-group .panel > .panel-heading a.collapsed { color: #8e959c; background-color: #222222; }
.panel-group .panel > .panel-heading a.collapsed:Hover, 
.panel-group .panel > .panel-heading a:Hover { background: #A0C73F; color: #6b7681; }
.panel-group .panel > .panel-heading a:before { position: absolute; content: '-'; color: #262626; font-weight: 300; left: 10px; top: 15px; font-size: 26px; width: 30px; text-align: center; }
.panel-group .panel > .panel-heading a.collapsed:before { content: '+'; color: #8e959c; }
.panel-group .panel > .panel-heading a:before::Hover { color: #8e959c; }
.panel-group .panel > .panel-heading+.panel-collapse .panel-body { border:1px solid #A0C73F; border-top: none; padding: 16px 30px; }
.panel-group .panel+.panel { margin-top: 8px; }



.nav-tabs > li.active a { -webkit-box-shadow: inset 0px 8px 0px -5px rgba(160, 199, 63,1);-moz-box-shadow: inset 0px 8px 0px -5px rgba(160, 199, 63,1); box-shadow: inset 0px 8px 0px -5px rgba(160, 199, 63,1); }
.nav-tabs > li > a { font-family: 'Lora', serif; font-size: 20px; font-style: italic; font-weight: 700; color: #000000; margin-right: 0px; background-color: #FFFFFF; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 20px 60px; border-left: 0; border-right: 0; }
.nav-tabs > li > a:Hover { background: #A0C73F; color: #262626; }
.tab-content .tab-pane { padding: 16px 30px; border: 1px solid #1e1e1e; border-top: 0; text-align: left; }

.thumb-wrapper { position: relative; display: table; width: 100%; }
.thumb-wrapper .img-responsive { width: 100%; z-index: 0; }
.thumb-wrapper .overlay { position: absolute; bottom:0; background: rgba(160, 199, 63, 0.5); color: #262626; font-size: 20px; text-align: center; width: 100%; z-index: 1; display: table-cell; padding: 15px; top: auto; vertical-align: middle; font-weight: 300; }
.thumb-wrapper:Hover > .overlay { top:0; cursor:url('../img/magnify-cur.cur'); cursor:url('../img/magnify-cur.png') 20 20, auto; }

blockquote { position: relative; display: block; padding: 0 100px; text-align: center; font-size: 20px; line-height: 33px; border: 0; font-weight: 300; }

/* blockquote:before { font-family: "LeagueGothic"; position: absolute; color: #A0C73F; content: url('../img/icon/quotes-a.png'); left: 25px; top:5%; }
blockquote:after { font-family: "LeagueGothic";  position: absolute; color: #A0C73F; content: url('../img/icon/quotes-b.png'); right: 25px; top:90%; } */

.progress-txt { text-align: center; color: #8e959c; }
.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: #A0C73F; -moz-border-radius: 20px; border-radius: 20px; }

.table { border-color: #d1d8dd; text-align: left; }
.table > thead > tr > th { background: #A0C73F; color: #262626; border-bottom: 0; font-size: 13px; text-transform: uppercase; font-weight: 700; border-color: #d1d8dd; }
.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: #262626; }
.table-striped > tbody > tr:nth-child(even) > td, 
.table-striped > tbody > tr:nth-child(even) > th { background: #222222; }

.form .form-group { margin-bottom: 25px; }
.form .form-group:after { content: ''; display: block; clear: both; }
.form .form-group+.form-group { margin-top: -10px; }
.form .form-control { height: 50px; border: 1px solid #d1d8dd; border-radius: 0; box-shadow: 0px 0px 0px transparent; background: #FFF; font-size: 20px; font-weight: 300; }
.form .form-group label { text-align: right; line-height: 50px; margin-bottom: 0; }

.countdown .stat-info { font-size: 14px; font-weight: 700; color: #A0C73F; text-transform: uppercase; }
.countdown .stat { font-size: 100px; color: #A0C73F; font-weight: 300; line-height: 100px; }
.countdown hr { border-top: 1px solid #d1d8dd; width: 90%; margin-bottom: 10px; }
.countdown .counter { position: relative; }
.countdown .counter:after { position: absolute; content: '\2022'; color: #A0C73F; right: -19px; top: 105px; }
.countdown :last-child > .counter:after { display: none; }

/* Alternative tab slider */
.alt.nav-tabs { margin-bottom: 25px; border:0;  display: inline-block; }
.alt.nav-tabs  { border-left: 1px solid #1e1e1e; border-top: 1px solid #1e1e1e; border-bottom: 1px solid #1e1e1e; border-radius: 3px; }
.alt.nav-tabs  li { border-right: 1px solid #1e1e1e; margin-bottom:0; }
.alt.nav-tabs > li.active { border-top: 0; }
.alt.nav-tabs > li.active > a, 
.alt.nav-tabs > li.active > a:hover, 
.alt.nav-tabs > li.active > a:focus { font-weight: 400; color: #262626; background:#A0C73F; border-bottom: 1px solid #A0C73F;}
.alt.nav-tabs > li > a { font-size: 18px; text-transform: none; font-weight: 400; color: #fff; border-bottom: 1px solid #fff; margin-right: 0px; background-color: #FFFFFF; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 20px 60px;}

.alt.nav-tabs > li > a:Hover { background: #A0C73F; color: #262626; border-bottom: 1px solid #A0C73F;}
.alt.tab-content .tab-pane { padding: 0; border: 0; text-align: left; }
.alt.tab-content .tab-pane .btn { margin-top:15px; }
/* ShortCodes */
#shortcodes-page .container { width:960px; }
#shortcodes-page .section { padding-bottom: 30px; padding-top: 30px; }
#shortcodes-page  .header-holder { background: url('../img/background/low_poly_background.jpg') no-repeat center center; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; background-attachment: fixed; height: 85px; width: 100%; }
#sc-heading { margin-top: 50px; }
#sc-heading h1, #sc-heading h2, #sc-heading h3, #sc-heading h5, #sc-heading h6 { margin-bottom: 15px; }

#sc-button ul.list-inline { margin-bottom: 30px; }
#sc-button ul.list-inline > li { padding-left: 15px; padding-right: 15px; }

#sc-gallery .wrapper { width: 90%; }
#sc-skillbar .wrapper,
#sc-table .wrapper,
#sc-form .wrapper { width: 40%; }
#sc-countdown .wrapper { width: 50%; }

#sc-icons ul { padding: 10px 0 0; }
#sc-icons li { margin: 0 7px; }
#sc-icons .icon { font-size: 55px; }
#sc-icons p a { text-decoration: underline; text-align: center; font-size: 13px; color: #3b3b3b; display: block; padding: 5px 0; }
#sc-countdown { margin-bottom: 50px; }

/* Navigation Header */
.navigation-header { position: absolute; top:0px; background: #FFFFFF; left: 0; right: 0; width: 100%; z-index: 99; }
.navigation-header .navigation-brand { margin-top: 17px; margin-top: 17px; background: #FFFFFF; padding-left: 0px; padding-right: 15px; display: block; margin-right: 15px; margin-left: -15px; }
.navigation-header .navigation-bar > li { padding: 15px 15px; }
.navigation-header .navigation-bar > li > a { font-family: 'Lora', serif; font-style: italic; font-weight: 700; font-size: 16px; color: #000000; border-bottom: 2px solid transparent; padding: 10px 0; line-height: 13px; opacity: 0.8; }

.navigation-header .navigation-bar > li > a:Hover { opacity: 0.9; }
.navigation-header .navigation-bar-left > li.active > a, .navigation-header .navigation-bar-right > li.active > a  { color: #A0C73F; border-bottom: 2px solid #A0C73F; opacity: 0.9; }
.navigation-header .navigation-bar > li.featured { padding: 15px 0; }
.navigation-header .navigation-bar > li.featured > a { border: 1px solid #A0C73F; color: #A0C73F; padding: 10px 25px; display: inline-block; opacity: 1; border-radius: 3px; }
.navigation-header .navigation-bar > li.featured > a:Hover { opacity: .9; background:#A0C73F; color:#262626; }


/* Hero section */
#hero .btn-primary:hover, #hero .btn-primary.hovered { background: rgba(160, 199, 63,0.9);  border:1px solid #A0C73F;}
#hero .list-inline { margin:0; }
.static-header { background: url('../img/banner.jpg') no-repeat center center; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; 
	background-attachment: fixed; min-height: 1155px; position: relative; }
.text-heading { position: relative; width: 100%; left: 0; right: 0; text-align: center;}
.text-heading p { font-size: 23px; font-weight: 300; }
.static-header h4 { text-align: center; display: block; position: absolute; 
	bottom: 20px; left: 0; right: 0; width: 100%; margin-bottom: 0; }
#register-page .text-heading { padding-top: 125px; }

.static-header-promotional { background: url('../img/background/micro-site_large.jpg') no-repeat center center; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; background-attachment: fixed; 
	min-height: 1155px; position: relative; }

.home-banner > img{
	height: 20px;
    width: 250px;
	margin-left: 20px;
	margin-top: 20px;
}

.home-logo-text span {
	font-size: 60px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0px;
	text-align: center;
	line-height: 1;
	padding: 5px 25px 0;
	border: none;
	color: inherit;
}
.home-logo-text.light a {
	color: rgba(255,255,255,0.9);
}
.home-logo-text a:hover {
	color: #ffffff;
}

.home-slide .home-slide-content {
	padding: 15px 10px;
	font-size: 90px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0px;
	text-align: center;
	line-height: 1;
}
.home-parallax .home-slide-content {
	padding: 55px 10px 50px;	
	background: rgba(0, 0, 0, 0.3);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);	
	color: #ffffff;
}
.home-gradient .home-slide-content {
	color: #ffffff;
}
.home-gradient .highlight {
	color: inherit;
}

/* Header versions */
.plain-version .text-heading {}
.register-version.static-header { background: url('../img/background/smb_owner.jpg') top center no-repeat; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; background-attachment: fixed; min-height: 1155px; position: relative; }
.register-version .text-heading { padding-top: 20%; }
.video-version .text-heading { padding-top: 12%; }
.form-version {}
.register-version#hero .btn-primary, .register-version .submit-wrap { width:auto; }
.register-version .signup-wrapper { text-align:center; width:auto; }

.form-register { background: #222222; padding: 20px 20px; margin-top: 50px; }
.form-register:after { content: ''; display: block; clear: both; }
.form-register .form-control { border-left: 3px solid #A0C73F; }
.form-register .form-group { margin-bottom: 45px; margin-top: 20px; }
.form-register .form-group .checkbox { margin-bottom: -10px; margin-top: 0px; }
.form-register .form-group .checkbox label { line-height: 1.42857143; }
.agree-text { font-size: 13px; line-height: 21px; padding-top: 15px; text-align: center; margin-bottom: 100px; }
label.error { color: #FF4040; line-height: 0px !important;margin-top: 10px;text-align: left;font-size: 10pt;display:block; }
.form-register-small label.error { display:block; position:absolute; }
.form-register-small .form-group { margin-bottom: 5px; margin-top: 5px; }

input[type=checkbox] { margin: 4px 15px 0 0; -webkit-border-radius:0; border-radius: 0; -webkit-appearance: button; border: 1px solid #d1d8dd; background-color: #262626; color: #FFF; width:19px; height:19px; cursor: pointer; }
input[type=checkbox]:checked { color:#FFF; }
input[type=checkbox]:checked::before { content: '\2713'; position: relative; top:-2px; left: 3px; font-size: 17px; color: #A0C73F;   text-align: center; line-height: 15px; }  
input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus { outline: none; }

.form-register-small {margin:50px 0px 0px 0px; padding:15px 15px; background: rgba(0,0,0,0.3); border-radius: 3px; display: inline-block; }
.form-register-small .form-control {height:45px; border-radius:0; border-left: 3px solid #A0C73F;}
.form-register-small .form-group { margin-right:10px; }

#clients { background: #a0c73f; text-align: center; }
#clients ul.list-inline { margin: 23px -5px; }
#clients ul.list-inline li { padding-left: 25px; padding-right: 25px; }


#landing-page .static-header { min-height: 974px; }

.static-header .text-heading 
{ 
	margin-bottom: -10px; z-index: 20; position: absolute; top: 10%; 
	width: 700px;
	max-width: 100%;
}
.static-header .text-heading p { color:#FFF; }
.static-header .list-inline { padding: 30px 0; }
.static-header .list-inline li { margin-left: 15px; margin-right: 15px; }
.static-header .video-wrapper { position: absolute; top:0; bottom: 0; left: 0; right: 0; z-index: 10; }
.static-header .video-wrapper .container { position: absolute; bottom: 0; left: 0; right: 0; }
.static-header .video-container { position: absolute; bottom: 0; left: 0; right: 0; margin-left: auto; margin-right: auto; max-width: 755px; z-index: 99; }
.embed-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; max-width: 100%; height: auto; z-index: 9; } 
.embed-container .EDGE, 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.embed-container iframe { border: 0; }

.section { padding: 60px 0; }
.section .section-header { margin-top: 0px; margin-bottom: 30px; }

.light .sub-heading, .light p { color: #262626; }

.inverted h2 { color: #A0C73F; }
.inverted blockquote { color: #262626; opacity: 0.8; }
.inverted .sub-heading { color: #262626; opacity:0.8}
.inverted .fancy-line span:before, .inverted .fancy-line span:after { opacity: 0.3; }
.inverted .fancy-line span {background:#262626; opacity:0.8;}

.sub-heading { font-size: 19px; line-height: 28px; color: #6f6f6f; font-weight: 300; }
.fancy-line { line-height: 0.5; text-align: center; margin-bottom: 30px; }
.fancy-line span { display: inline-block; position: relative; background: #A0C73F; width: 5px; height: 5px; -webkit-border-radius: 50px; border-radius: 50px; }
.fancy-line span:before,
.fancy-line span:after { content: ''; position: absolute; height: 5px; border-bottom: 2px solid #e4e4e4; top: -2px; width: 110px; }
.fancy-line span:before { right: 100%; margin-right: 15px; }
.fancy-line span:after { left: 100%; margin-left: 15px; }

#steps .col-sm-4 { position: relative; }
#steps p { color: #6f6f6f; font-size:16px; font-weight: 300; }
#steps .col-sm-4 .icon { position: absolute; font-size: 50px; top: 10px; right: 0; margin-right: -25px; color: #1e1e1eDDD; } 

#about  { padding:60px 0px 60px 0px;}
#process  { padding:20px 0px 90px 0px;}
.howitworks { font-size:81px; vertical-align: middle; }

#feedback {  background: url('../img/background/background03.jpg') no-repeat center center; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; background-attachment: fixed; overflow: hidden; padding: 4% 0%; }
#feedback.section .section-header { margin-bottom: 30px; }
#feedback-controls { padding: 10px 0px 0px 0px; }

#guarantee.long-block { background-color: #FFFFFF;}

#contact {  background: url('../img/background/DSC05084_overlay.jpg') no-repeat center center; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; background-attachment: fixed; overflow: hidden; padding: 0px; }
#contact.section .section-header { margin-bottom: 30px; }

#hero-app1 { background: url('../img/background/tabletop.jpg') no-repeat center center; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; background-attachment: fixed; overflow: hidden; padding: 4% 0%; }

#hero-app2 { background: url('../img/background/drawing.jpg') no-repeat center center; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; background-attachment: fixed; overflow: hidden; padding: 4% 0%; }

#hero-app3 { background: url('../img/background/presenter.jpg') no-repeat center center; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; background-attachment: fixed; overflow: hidden; padding: 4% 0%; }

#hero-app4 { background: url('../img/background/attractor.jpg') no-repeat center center; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; background-attachment: fixed; overflow: hidden; padding: 4% 0%; }

#hero-app5 { background: url('../img/background/brands.jpg') no-repeat center center; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; background-attachment: fixed; overflow: hidden; padding: 4% 0%; }

.overlay {
background: url(../img/background/pattern.png);
width: 100%;
overflow: hidden;
padding: 20px 0px;
}

.contact-details {
width: 70%;
padding: 5px 0;
margin: 0 auto 10px;
color: white;
text-transform: uppercase;
}

.contact-details h2 {
margin-bottom: 0px;
}

.contact-details h1 {
color: black;
background: rgba(255, 255, 255, 0.50);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff);
}

.contact-box {
	width: 100%;
	text-align: center;
}
.copyright {
	width: 100%;
	margin-top: 30px;
	padding: 40px 0;
	background: #FFD600;
	color: rgba(0, 0, 0, 0.7);
	font-size: 11px;
}
.copyright a {
	color: inherit;
}
.copyright-logo a {
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
}
.copyright .social-icons {
	text-align: center;
}
.copyright .social-icons .social-icon {
	display: inline-block;
	float: none;
	margin: 0 5px 5px 0;
	background-color: rgba(0,0,0,0.05) !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
}
/*=== CONTACT FORM ELEMENTS ===*/
#contact-input {
	overflow: hidden;
	width: 50%;
	float: left;
}
    #contact-input input {
        border: 1px solid #FFFFFF;
        width: 90%;
        font-size: 13px;
        color: #FFFFFF;
        padding: 20px 15px;
        float: left;
        margin: 0 1% 2%;
        border-radius: 2px;
        background-color: transparent;
    }

#contact-textarea textarea {
    border: 1px solid #FFFFFF;
    width: 100%;
    height: 222px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 20px 11px 10px;
    border-radius: 2px;
    margin-bottom: 7px;
    background-color: transparent;
}
#contact-input input:last-child {
	margin-right: 0;
}
#contact-input input:-moz-placeholder, #contact-textarea textarea:-moz-placeholder {
    color: #FFFFFF;
}

#contact-input input:-ms-input-placeholder, #contact-textarea textarea:-ms-input-placeholder {
    color: #FFFFFF;
}

#contact-input input::-webkit-input-placeholder, #contact-textarea textarea::-webkit-input-placeholder {
    color: #FFFFFF;
}
#contact-textarea {
	width: 50%;
	float: right;
}
#contact-input label, #contact-textarea label{
	display: block;
	text-align:left;
	font-weight:bold;
	padding-left: 2%;
}
#contact-submit input[type="submit"] {
    padding: 20px 24px 20px 24px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    width: 50%;
    cursor: pointer;
    background-size: 6%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    float: right;
    height: 68px;
}

.submit-background {
    text-indent: -9999px;
    background-image: url(../img/mail.png);
}

.sending-background {
    font-size: 20px;
}

.errorText {
    color: red;
}

#contact-input input[type="text"], #contact-input input[type="password"], #contact-input input[type="email"], textarea, select {
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
    width: 99%;
    display: block;
    margin-bottom: 7px;
    color: #FFFFFF;
    height: 69px;
}

.btn-circle {
    font-size: 45px;
    color: #A0C73F;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
	border-color: #fff;
}

.page-scroll{ color: #fff;}

.page-scroll  > i{padding-top: 0.5%; padding-bottom: 4%; border-radius: 100px;}

.page-scroll:hover  > i{ border-color: #a0c73f; color: #a0c73f;}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.fact .timer {
font-size: 55px;
line-height: 55px;
}

/* Testimonials slider */
.testimonials-slider.flexslider {background-color: rgba(0,0,0,0.4); border: none;}
.flexslider { margin-bottom:30px; }
#home-slider { border: none; box-shadow: none; }
.flexslider ul, ol { list-style:none; padding: 0;}
.flex-manual .wrap { padding: 0px; }
.flex-manual .switch { padding: 15px 0px; margin: 0px 0px 0px 30px; }
.flex-manual .switch { opacity:1; height:75px; text-align:left; }
.flex-active > .img-circle{ border-color:#262626; }
.flex-manual .switch.flex-active, .flex-manual .switch:hover { opacity:0.75; cursor: pointer; cursor: hand; }
.flex-manual .switch.flex-active .highlight, .flex-manual .switch:hover .highlight { opacity:1; cursor: pointer; cursor: hand;  color:#FFFFFF; }
.flex-manual .switch.flex-active  p, .flex-manual .switch:hover p { opacity:1; cursor: pointer; cursor: hand;  color:#525252; }

.flex-manual, .flex-manual  .switch { height:120px; }
.flex-manual  { margin-top: 15px; border-bottom:1px solid #999; }

.switch.flex-active { border-bottom:1px solid #A0C73F; }
.switch p, .switch .highlight { color:#dbdbdb; }
.switch p { padding: 12px 0px 0px 80px; font-size:12pt; }
.switch img { line-height:70px; vertical-align:middle; }
.flex-manual .switch.flex-active .name { color: #A0C73F; }


.package-column , .package-details { -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
.package-column { border: 1px solid #222222; background: #F7F7F7; position:relative;}

.package-column:hover { background: #A0C73F; }
.package-column:hover > .package-price  { background:rgba(71, 72, 76, 0.2); }
.package-column:hover > .package-detail ul li { border-color: rgba(255,255,255,0.3); }
.package-column:hover > .package-price .price,
.package-column:hover > .package-price .period {color: #222222;}
.package-column:hover > .package-title,
.package-column:hover > .package-detail ul li { color: #fff; }

.package-column.featured { background: #A0C73F; }
.package-column.featured > .package-price  { background:rgba(71, 72, 76, 0.2); }
.package-column.featured > .package-price .price,
.package-column.featured > .package-price .period,
.package-column.featured > .package-title,
.package-column.featured > .package-detail ul li { color: #262626; border-color: rgba(255,255,255,0.3);  }
.package-column.featured > .package-detail .btn.btn-secondary, .package-column:hover > .package-detail .btn.btn-secondary  { color: #262626 ; border-color:#262626 !important; }

.package-detail .btn.btn-secondary:hover { color: #A0C73F !important; background: #262626 !important; border-color:#262626 !important; }


.package-column .package-title { color: #47484c; font-size: 25px; padding: 20px 0 18px; font-weight: 300; }
.package-column .package-price { background:rgba(171, 172, 179, 0.1); padding: 15px; }
.package-column .package-price .price { color: #A0C73F; font-size: 110px; font-weight: 300; line-height: 110px; position: relative; }
.package-column .package-price .currency { font-size: 47px; line-height: 47px; font-weight: 300; position: relative; top:-40px; }
.package-column .package-price .period { font-size: 15px; color: #A0C73F; text-transform: uppercase; }
.package-column .package-detail { padding: 30px 15% 50px; }
.package-column .package-detail ul { margin-bottom: 30px; }
.package-column .package-detail ul li { font-weight: 300; font-size: 16px; color: #47484c; border-bottom: 1px solid #222222; padding: 15px 0; }
.package-column .package-detail ul li:last-child { border-bottom: none; }

.package-column.disabled { background: #fafafa; }
.package-column.disabled .package-title { color: #8b8b8b; }
.package-column.disabled .package-price { background: #e0e0e0; }
.package-column.disabled .package-price .price { color: #afafaf; }
.package-column.disabled .package-detail ul li { color: #8b8b8b; }
.package-column.disabled .package-detail .btn { color: #222222; background:transprarent; color:#A5A5A5; border:1px solid #A5A5A5; }

#featuredTab { position: relative; margin-top: 160px; }
#featuredTab li { display: block; position: relative; }
#featuredTab li > a { display: block; }
#featuredTab li > a:after { content: ''; clear: both; display: block; }
#featuredTab li > a .tab-info { float: left; text-align: left; display: block; width: 346px; padding: 25px 28px; position: relative; z-index: 2; }
#featuredTab li > a .tab-icon { float: right; text-align: right; display: block; width: 113px; position: relative; z-index: 2; }
#featuredTab li > a .tab-info .tab-title { font-size: 17px; line-height: 21px; font-weight: 700; color: #A0C73F; text-transform: uppercase; padding-bottom: 10px; }
#featuredTab li > a .tab-info .tab-desc { font-size: 15px; line-height: 28px; color: #5f5f5f; font-weight: 300; display: block; }
#featuredTab li > a .icon { font-size: 50px; padding: 21px 7px; display: block; padding: 46px 28px; }
#featuredTab li.active > a .tab-info { -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; background: #A0C73F; }
#featuredTab li.active > a .tab-icon { -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; border-bottom-right-radius: 5px; background: #A0C73F; }
#featuredTab li.active > a .tab-info .tab-title,
#featuredTab li.active > a .tab-info .tab-desc,
#featuredTab li.active > a .icon { color: #262626; }
#featuredTab li a .tab-info:after,
#featuredTab li a .tab-icon:after { content: ''; width: 99%; border-bottom: 1px solid #222222; display: block; position: absolute; bottom: 0; right: 0; }
#featuredTab li a .tab-icon:after { left: 0; right: auto; }
#featuredTab li:last-child a .tab-info:after,
#featuredTab li:last-child a .tab-icon:after,
#featuredTab li.active a .tab-info:after,
#featuredTab li.active a .tab-icon:after { display: none; }
#featuredTab .tab-content .tab-pane { border: none; padding: 0; }

#features article { padding: 0px 10px; }
#features article  .icon { font-size:3.3em; }
#features article  p { font-size:18px; color:#8A8A8A;}
#features article:hover .icon { opacity:0.6; }
#features .h7 { margin:12px 0px 13px 0px; }


.about-us {
    margin-top: 175px;
}

.about-us-text {
    font-family: 'Lora';
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    font-style: italic;
    color: #FFFFFF;
}


#updates, #subscribe{ background: url('../img/background/DSC05084_overlay.jpg') no-repeat center center; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; background-attachment: fixed; padding:4% 0%; }
#updates input, #subscribe input { margin-right: 8px; }
#subscribe input[type=email]{ color: #fff; background: transparent; border: 1px solid #fff; border-radius: 4px; font-size: 20px; font-family: inherit; width: 100%; min-height: 30px; padding: 12px 10px; margin-bottom: 20px; outline: none; }
#response { display: block; text-align: center; position: absolute; margin-left: 7%; }
#updates .form-control, #subscribe .form-control{ border-left: 3px solid #A0C73F; }

#promationalSubscribe{ padding:4% 0%; }
#promationalSubscribe input { margin-right: 8px; margin-top: 10px;}
#promationalSubscribe input[type=email]{ color: #fff; background: transparent; border: 1px solid #fff; border-radius: 4px; font-size: 20px; font-family: inherit; width: 100%; min-height: 30px; padding: 12px 10px; outline: none; }
#promationalSubscribe .form-control{ border-left: 3px solid #A0C73F; }

.card-container .card>div{
transition: all 300ms ease-in-out;
background-color: #fff;
}

.card-container .card>div:hover {
	background-color: #fff;
}
.card-container .card>div:hover>p {
	transition: all 300ms ease-in-out;
	background-color: #A0C73F;
	color:white;
}
.price-table-header {
transition: all 300ms ease-in-out;
padding: 30px 0;
display: table;
height: auto;
cursor: pointer;
color: #000;
background: #A0C73F;
}

.price-table-header .price {
transition: all 300ms ease-in-out;
font-size: 35px;
font-weight: 300;
margin-bottom: 10px;
line-height: 60px;
background: rgba(171, 172, 179, 0.1);
color: #FFF;
}

.price-table-header .title {
transition: all 300ms ease-in-out;
font-size: 22px;
padding-bottom: 20px;
line-height: 22px;
color: #000;
}

.price-table-description {
width: 100%;
margin: 0;
padding: 0;
height: auto;
display: table;
list-style-type: none;
}

.price-table-description {
background: #ffffff;
}

.description-item {
padding: 10px 0;
}

.description-item {
color: #2e2e2e;
}

.price-table-description .stripe {
color: #000;
background: #A0C73F;
}

.rev-big { font-size: 58px; font-weight: 300; color: #262626; }
.rev-normal { font-size: 23px; line-height: 27px; font-weight: 300; color: #262626; }
.rev-big span, 
.rev-normal span { color: #A0C73F; }
.tp-caption a { color: #262626; }
.tp-caption a:Hover { color: #fafafa; }
.tp-caption .list-inline li { margin-left: 15px; margin-right: 15px; }


.fixmenu-clone {
    position: fixed;
    top: 0;
    left: 0;
    background: #FFFFFF; 
	-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
			transform: translateY(-100%);
	-webkit-transition: all 300ms ease-in-out;
	   -moz-transition: all 300ms ease-in-out;
			transition: all 300ms ease-in-out;

    /* -webkit-box-shadow: 0px 1px 5px 0px rgba(160,199,63,1); 
       -moz-box-shadow: 0px 1px 5px 0px rgba(160,199,63,1); 
            box-shadow: 0px 1px 5px 0px rgba(160,199,63,1);  */
}
.fixmenu-stick { 
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.fixmenu-unstick { }

.logo-inverted,
.fixmenu-clone .logo { display: none; }
.fixmenu-clone .logo-inverted { display: block; }
.fixmenu-clone.navigation-header .navigation-bar > .featured > a { color: #A0C73F; }
.fixmenu-clone.navigation-header .navigation-bar > .featured > a:hover { color: #262626; }
.fixmenu-clone.navigation-header .navigation-bar > li > a { color: #000000; }
.fixmenu-clone.navigation-header .open .navigation-bar > li > a { color: #A0C73F; }
.fixmenu-clone.navigation-header .open .navigation-bar > .featured > a { color: #A0C73F; }
.fixmenu-clone.navigation-header .navigation-bar > li > a:Hover, 
.fixmenu-clone.navigation-header .navigation-bar > li.active > a { color: #A0C73F; }
.fixmenu-clone.navigation-header .navigation-brand { background: #FFFFFF; padding-left: 0px; padding-right: 15px; display: block; margin-right: 15px; margin-left: -15px; }
.fixmenu-clone.navigation-header .navigation-toggle { border: 1px solid #A0C73F; opacity: 1;}
.fixmenu-clone.navigation-header .navigation-toggle .icon-bar { background: #A0C73F; }

.dropbtn {
    font-family: 'Lora', serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	color: #000000;
    padding: 16px;
    border: none;
	background: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 160px;
    border: 1px solid #eeeeee;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
	background: #BBBBBB;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background: none;
	color: #A0C73F;
}

.profileImage {
	width: 100%;
}

#parent {
	display: table;
    margin: 0 auto;
}

#child {
	text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.ImgMain {
    background-image: url("../img/banner.jpg") !important;
    background-size: cover !important;
    height: 600px !important;
    width: 100% !important;
}

.GreenBlock {
    background: #a4c83f !important;
    background-size: cover !important;
    height: 150px !important;
    opacity: 0.9;
    margin-left: 0px;
	margin-top: 200px;
	padding-top: 65px;
	
}

.ImgMixedReality {
    background-image: url("../img/mixed_reality.png") !important;
    background-size: cover !important;
    height: 300px !important;
}

.ImgMixedReality:hover {
	opacity: 0.7;
}

.ImgSurfaceHub {
    background-image: url("../img/intelligent_meeting_room.png") !important;
    background-size: cover !important;
    height: 300px !important;
}

.ImgSurfaceHub:hover {
	opacity: 0.7;
}

.ImgAzure {
    background-image: url("../img/DIGITABLE.png");
    background-size: cover !important;
    height: 300px !important;
}

.ImgAzure:hover {
	opacity: 0.7;
}

.ImgBetterMeetings {
    background-image: url("../img/software.png") !important;
    background-size: cover !important;
    height: 300px !important;
}

.ImgBetterMeetings:hover {
	opacity: 0.7;
}

.ImgProgramming {
    background-image: url("../img/hub_stand.png") !important;
    background-size: cover !important;
    height: 300px !important;
}

.ImgProgramming:hover {
	opacity: 0.7;
}

.ImgServices {
    background-image: url("../img/services.png") !important;
    background-size: cover !important;
    height: 300px !important;
}

.ImgServices:hover {
    opacity: 0.7;
}

.ImgTraining {
    background-image: url("../img/nsquared_training.png") !important;
    background-size: cover !important;
    height: 300px !important;
}

.ImgTraining:hover {
    opacity: 0.7;
}

.BlackBlock {
    background: black !important;
    background-size: cover !important;
    height: 80px !important;
    margin-left: 0px;
    margin-right: 0px;
}

.BlackBlock:hover{
    opacity: 0.7;
}

.ImgSocial {
    text-align: center;
}

.ImgSocial:hover {
	opacity: 0.8;
}

.CourseButton {
	background: #333333;
	margin-top: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFFFFF;
	height: 200px;
}

.CourseButtonText {
	font-family: 'Lora', serif;
	font-size: 25px;
	text-align:center;
	font-weight: bold;
	font-style: italic;
	line-height:27px;
	color: #FFFFFF;
}

.CourseItem {
	border-bottom: solid 1px #EEEEEE;
	padding-top:0px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:20px;
	margin-left:50px;
	margin-right:50px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.CourseItem:hover {
	background-color: #F7F7F7;
}

.CourseItemHeading {
	text-align: left;
	font-family: Lora, Serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	line-height: 25px;
	color: #000000;
}

.CourseItemText {
	text-align: left;
	font-family: Open sans, sans-serif;
	font-weight: lighter;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
}

.BtnViewCourse {
	font-size: 14px;
	font-family: Lora, Serif;
	font-weight: bold;
	font-style: italic;
	line-height: 19px;
	padding: 6px 12px;
	margin-top: 15px;
	border: 1px solid #000000;
	border-radius: 0px;
	color: #000000;
	text-transform: capitalize;
}

.BtnViewCourse:hover {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: #999999;
	color: #999999;
}

/* Mobile device 767px */
@media (max-width: 767px) {
	p { font-size: 14px; line-height: 25px; }
    .fixmenu-clone { background: transparent; }
	/* .static-header, #updates, #subscribe, #feedback, .footer { background-position: bottom left; background-attachment: scroll !important;} */

	.list-inline img { max-width: 35%; }
	
    .navigation .container { padding:0; }
    .navigation-brand { float: none; margin-right: 0 !important; }
    .navigation-brand .brand-logo { padding: 15px 0px 0px 0px; margin-left:15px; float: left; }
	.navigation-header .navigation-brand { margin:0px 0px 0px 0px; }
		
    .navigation-bar > li,
    .navigation-bar > li a { display: block; }
    .navigation-navbar { overflow: hidden; height: 0; display: block; background: #FFFFFF; text-align: center; font-family: 'Lora', serif; }
    .navigation-navbar.open { height: auto; margin-left: -15px; margin-right: -15px; padding: 10px 0; border-top:3px solid #A0C73F; }
    .navigation-brand:after { content: ''; clear: both; }
    .navigation-bar-left, .navigation-bar-right { float: none; }
    .navigation-header .navigation-bar > li,
    .navigation-header .navigation-bar > li.featured { padding: 5px 15px; }
	.navigation-header .navigation-bar > li.featured > a { padding: 0px 25px; }
    .navigation-header .navigation-bar > li.featured > a:Hover { border-bottom: 1px solid #A0C73F; }
    .navigation-header .navigation-bar > li > a { padding: 0px; z-index:999; display: block; position:static; height: 30px; line-height: 30px;}
    .navigation-header .navigation-bar > li > a:Hover, 
    .navigation-header .navigation-bar > li.active > a { color: #A0C73F; border-bottom: 2px solid transparent; }
    
	.nav-tabs .btn { margin:0px 10px 25px 0px; }
	
    .wrapper { width: 100%; }
    .register-version .signup-wrapper { max-width:750px; margin:0 auto; padding-left: 15px; padding-right: 15px; }
	.register-version#hero .btn-primary { width:100%; }
	.form-register-small { display: block; }
	.form-register .form-group label.error  { text-align:right; }
	
	.flex-manual, .flex-manual .switch  { height:150px; }
	.switch p { padding-top:0; }
    #sc-gallery .wrapper { width: 100%; }
    #sc-skillbar .wrapper,
    #sc-table .wrapper,
    #sc-form .wrapper { width: 100%; }
    #sc-countdown .wrapper { width: 100%; }
    
    #sc-button ul.list-inline > li { display: block; margin-bottom: 8px; }
    .social-icons li { width: 15%; }
    
    #sc-dropsocial .row > :first-child { padding-bottom: 40px; text-align: center; }
    .dropdown .btn { width: 100%; }
    .dropdown-menu { position: relative; float: none; left: auto; }
    .social-icons { margin-top: 0; }
    
    .long-block { text-align: center; }
    .long-block .icon { top:0; margin-bottom: 20px; margin-right: 0; display: block; }
    .long-block .pull-left { float: none !important; }
    .long-block .btn.btn-default { margin-left: auto; margin-right: auto; }
    
    .table > thead > tr > th, .table > tbody > tr > td { padding: 15px; }
    
    .thumb-wrapper { width: 100%; margin-bottom: 5px; }
    blockquote:before { top: 10%; }
    blockquote:after { top: 90%; }
	
	.about-us {
        margin-top: 0px;
    }

    .about-us-text {
        font-size: 20px;
        line-height: 25px;
    }
    
    .form-register { margin-top: 50px; }
    .form-register .form-group { margin-bottom: 10px; margin-top: 0; margin-left: -15px; margin-right: -15px;}
    .form-register .form-group label { line-height: 30px; margin-top: 15px; text-align: left; }
	.form-register-small label.error { display: inline-block; position:relative; }
    .form-register .form-group .checkbox { margin-bottom: 20px; margin-top: 30px; }
    .form-register-small .form-group { margin-left:0; margin-right:0; }
			
    .text-heading h1 { font-size: 44px; }
    .text-heading p { font-size: 18px; line-height: 24px; }
    .text-heading .btn { margin-bottom: 10px; }
    #landing-page .static-header { min-height: 850px; }
    .static-header .video-container { max-width: 98%; }
    .long-block h2 { font-size: 36px; }
    
    #steps .col-sm-4 .icon, 
    .sub-heading br { display: none; }
    #steps .col-sm-4 article { padding-bottom: 30px; }
  
	.logos li { display:inline; padding:10px !important; }
	
    #process .pull-right { float: none !important; }
    #process article { padding-top: 0; }
    #process .col-sm-6 { padding-bottom: 0; }
    
    #featuredTab { margin-top: 0; }
    #featuredTab li { display: inline-block; width: 32%; border-bottom: 1px solid #d0d0d0; margin-bottom: 20px; }
    #featuredTab li.active { margin-top: 0; padding-bottom: 0; }
    #featuredTab li > a:after,
    #featuredTab li a .tab-info:after, 
    #featuredTab li a .tab-icon:after
       #featuredTab li.active > a:after { display: none; }
    #featuredTab li > a .tab-info { width: 100%; padding: 15px; line-heigh: 18px; }
    #featuredTab li > a .tab-info .tab-desc { line-height: 22px; }
    #featuredTab li.active a .tab-info { -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0; -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; border-top-right-radius: 5px; }
    #featuredTab li > a .tab-icon { display: none; }
    #featuredTab .tab-content { padding: 0; border: none; z-index: 1; }
    #featuredTab .tab-content .tab-pane { text-align: center; }

	.package-column { margin-bottom: 30px; }
	
    #guarantee h2, #guarantee p { text-align: center; }
	
	.nsquaredsolutions-header-position {
		text-align: center !important;
	}
	
	.nsquaredsolutions-header-image {
		text-align: center;
		padding-top:20px;
	}
	
	.nsquaredsolutions-header-text {
		display: none;
		color: #000;		
	}
	
	.nsquaredsolutions-header-download-links {
		padding-top: 25px;
	}
	
	.profileImage {
		width: 50%;
	}
	
	.CourseItemHeading {
		padding-right: 10px;
	}
	
	.CourseItemText {
		padding-right: 10px;
	}
	
	.BtnViewCourse {
		margin-left: 10px;
		margin-right: 10px;
	}
}

/* Mobile device 540px */
@media (max-width: 540px) {
	.revo #main-slider .list-inline { display: none !important; }
	.static-header, #updates, #subscribe, #feedback, .footer {background-position: top center; background-attachment: scroll !important;}
	
	.profileImage {
		width: 50%;
	}

	
	
}

@media (max-width: 480px) {
	.section { padding: 35px 0; }
	.revo #main-slider .rev-big, .revo #main-slider .rev-normal { display: none; }
	.static-header, #updates, #subscribe, #feedback, .footer {background-position: top center; background-attachment: scroll !important;}

	.GreenBlock {
		padding-top: 45px;
	}

	#landing-page .static-header { min-height: 570px; }
	#color-landing-page .static-header { min-height: 570px; }
	.video-version .text-heading { padding-top: 35%; } 
	#register-page .text-heading { padding-top: 65px; }
	.text-heading { padding-top: 85px; }
	.text-heading h1 { font-size: 35px; }
	.text-heading .btn { margin-bottom: 10px; }
	
	.plain-version .text-heading { padding-top: 0%; }
	
	#about { padding: 40px 0px 0px 0px; }
	.alt.nav-tabs > li > a { padding: 15px 12px; }
	.alt.tab-content .tab-pane { padding-bottom: 15px; }
	.alt.tab-content .tab-pane .btn { margin-top: 0px; }
    .countdown .stat { font-size: 40px; line-height: 40px; }
    .countdown .stat-info { font-size: 12px; }
    .countdown .counter:after { top: 45px; }
	.tab-content .btn { margin:0px 0px 15px 0px; }
	
	.logos li { display:inline; padding:10px !important; }
	
	.section-content article { text-align: center; }

	#featuredTab li.active > a .tab-info { -webkit-border-radius: 0px; -moz-border-radius: 0; border-radius: 0; }
	#featuredTab li > a .tab-info .tab-title { font-size: 15px; }
	#featuredTab li > a .tab-info .tab-desc { font-size:14px;  }
	#features { margin-bottom: 0px; }
	
	.flex-manual .switch { margin: 0px 0px 0px 0px; }
	blockquote { padding:  0px 35px; line-height: 25px;}
	#updates input { margin-right: 0px; }
	
	.form .form-group { margin-bottom: 15px; }
	.long-block { padding-top: 10px; padding-bottom: 35px; }
	.long-block .btn-default, .long-block input { margin-top: 20px; }
	#response { margin-left: 22%; margin-top:5px;  font-size: 80%; }
	#guarantee p { margin-top: 7px; }
	.footer .footer-title { text-align:left; }
	.footer .list-inline { text-align:left; }
	.social-wrap{ display:block; height: 140px; }
	.social-wrap > ul { float:left; }
	.social-wrap:after { clear:both; }
	
	.flex-manual { border-bottom: 0px solid #999; }
	.flex-manual, .flex-manual .switch { height: 100px; }
	
	.form-register-small .submit-wrap { text-align:center; margin-top:15px;}
	.form-register-small { padding: 15px 10px; display: block; margin-top: 30px; }
	.form-register-small .form-group { margin-left:0; margin-right:0; }
	.footer .footer-content { padding: 35px 0 15px; }
	
	.navigation-brand .brand-logo  { width: 210px;}
	
	.nsquaredsolutions-quote {
		font-size: 18px !important;
		line-height: 25px !important;
		padding-bottom: 10px !important;
	}

	.about-us {
        margin-top: -35px;
    }

    .about-us-text {
        font-size: 15px;
        line-height: 20px;
    }
}

/* Mobile device 340px */
@media (max-width: 340px) {
	.navigation-brand .brand-logo { 
		-webkit-transform : scale(0.8);
		-moz-transform    : scale(0.8);
		-ms-transform     : scale(0.8);
		transform         : scale(0.8);	
		margin-left: -10px;	 
	}
	.nav-tabs .btn { margin:0px 10px 25px 0px; }
	
	.navigation-brand .brand-logo  { width: 210px;}

	.GreenBlock {
		padding-top: 25px;
	}
}

/* Tablet device Landscape 1024px and 768px */
@media (max-width: 1024px) and (min-width: 768px) {
	p { font-size:18px; line-height:25px; }
    .navigation-header .navigation-brand { margin-right: 0; width: 40%; float: left; margin-bottom: -10px;}
    /* .navigation-header .navigation-brand, .fixmenu .navigation-brand { display:none !important; } */
    .navigation-header .navigation-bar > li { padding: 15px 5px; }
    
	
    #landing-page .plain-version.static-header { min-height: 460px; }
	.video-version .text-heading { padding-top: 20%; }
	/* .text-heading { padding-top: 95px; } */
	
    .wrapper { width: 90%; }
	/* .static-header, #updates, #subscribe, #feedback, .footer {background-position: top center; background-attachment: scroll !important;} */
    .list-inline img { max-width: 90%; }
	
	#clients ul.list-inline li { padding-left: 15px; padding-right: 15px; }
	
    #sc-gallery .wrapper { width: 100%; }
    #sc-skillbar .wrapper,
    #sc-table .wrapper,
    #sc-form .wrapper { width: 60%; }
    #sc-countdown .wrapper { width: 80%; }
    
	.register-version .signup-wrapper { max-width:750px; margin:0 auto; padding-left: 15px; padding-right: 15px; }
	.register-version .form-register-small { padding: 15px 15px;}
	.register-version#hero .btn-primary, .register-version .submit-wrap { width:100%; }
	.register-version .submit-wrap { width:100%; margin-top: 7px; }
	.register-version .signup-wrapper { text-align:left; }
	.register-version .signup-wrapper #fullname { width: 273px; }
	.register-version .signup-wrapper .password-wrapper { margin-right:0; }
	.register-version .signup-wrapper .password-wrapper .form-control { width: 177px; }
	
    .social-icons { margin-left: 25px; }
    .social-icons li { width: 15%; }
    
    .long-block { text-align: center; padding-top: 10px; padding-bottom: 35px;}
	.long-block, .long-block article { text-align: center; }
    .long-block .icon { top:0; margin-bottom: 20px; margin-right: 0; display: block; }
    .long-block .pull-left { float: none !important; }
    .long-block .btn.btn-default { margin-left: auto; margin-right: auto; }
    
	.alt.tab-content .tab-pane { padding-bottom: 20px; }
	
    #landing-page .static-header h1 { font-size: 48px; }
    #landing-page .static-header { min-height: 775px; }
    .static-header .video-container { max-width: 442px; }
    
    #featuredTab { margin-top: 0; }
    #featuredTab li { display: inline-block; width: 33%; border-bottom: 1px solid #d0d0d0; margin-bottom: 20px; }
    #featuredTab li.active { margin-top: 0; padding-bottom: 0; }
    #featuredTab li > a:after,
    #featuredTab li a .tab-info:after, 
    #featuredTab li a .tab-icon:after
       #featuredTab li.active > a:after { display: none; }
    #featuredTab li > a .tab-info { width: 100%; }
	#featuredTab li.active > a .tab-info { -webkit-border-radius: 0px; -moz-border-radius: 0; border-radius: 0; }
    #featuredTab li > a .tab-icon { display: none; }
    #featuredTab .tab-content { padding: 0; border: none; z-index: 1; }
    #featuredTab .tab-content .tab-pane { text-align: center; }

	.package-column .package-detail { height: 400px; }    
	.package-column .package-price .price { font-size:80px; }
	.switch p { padding: 0px 0px 0px 80px; font-size: 10pt; }
	
	#response { margin-left: 40%; }
	
	#guarantee h2, #guarantee p { text-align: center; }
	
	.section-content article { text-align: center; }
	
	.profileImage {
		width: 50%;
		padding-bottom: 20px;
	}
}

/* Tablet device Portrait 1024px and 768px */
@media (max-width: 1024px) and (orientation:portrait) {

	p { font-size:18px; line-height:25px; }
	.btn { padding: 15px 35px; }
	.footer .list-inline li .icon { font-size: 35px; }
	.register-version .signup-wrapper { padding-left: 0px; padding-right: 0px; }
	
	.profileImage {
		width: 50%;
		padding-bottom: 20px;
	}
	
	.nsquaredsolutions-text{
		text-align: center;
	}
	
	.nsquaredsolutions-quote {
		text-align: center;
	}
}

/* @media (max-width: 1024px) {

	.static-header, #updates, #subscribe, #feedback, .footer {background-position: top center; background-attachment: scroll !important;}
} */

/* Desktop medium screen 992px and 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
	.package-column .package-detail { height: 425px; }
	.long-block, .long-block article { text-align: center; }
	.long-block .pull-left { float: none !important; }
	.long-block .icon { top: 0; margin-bottom: 20px; margin-right: 0; display: block; }
	.navigation-header .navigation-brand { margin-right: 30px; }
	
	    .navigation-header .navigation-bar > li { padding: 16px 10px; }
	.long-block { padding-top: 10px; padding-bottom: 35px; }
    #sc-gallery .wrapper { width: 100%; }
    #sc-skillbar .wrapper,
    #sc-table .wrapper,
    #sc-form .wrapper { width: 60%; }
    #sc-countdown .wrapper { width: 60%; }
    .list-inline img { max-width: 90%; }
    .social-icons { margin-left: 25px; }
    .social-icons li { width: 15%; width: 15%; }

    #sc-longblock article { width: 80%; }
    .alt.tab-content .tab-pane { padding-bottom: 25px; }
    .alt.tab-content .tab-pane .btn { margin-top:-15px; margin-right:15px;}
    #landing-page .static-header { min-height: 800px; }
	
	#clients ul.list-inline li { padding-left: 15px; padding-right: 15px; }
	
	#response { margin-left: 40%; }
		
    .static-header .video-container { max-width: 595px; }
    #featuredTab { margin-top: 0; }
    #featuredTab li { display: inline-block; width: 33%; border-bottom: 1px solid rgba(255, 255, 255, .2); margin-bottom: 20px; opacity:0.7;}
    #featuredTab li.active { margin-top: 0; padding-bottom: 0; opacity:1; }
    #featuredTab li > a:after,
    #featuredTab li a .tab-info:after, 
    #featuredTab li a .tab-icon:after
      #featuredTab li.active > a:after { display: none; }
    #featuredTab li > a .tab-info { width: 100%; }
	#featuredTab li.active > a .tab-info { -webkit-border-radius: 0px; -moz-border-radius: 0; border-radius: 0; }
    #featuredTab li > a .tab-icon { display: none; }
    #featuredTab .tab-content { padding: 0; border: none; z-index: 1; }
    #featuredTab .tab-content .tab-pane { text-align: center; }
	
	.profileImage {
		width: 30%;
		padding-bottom: 20px;
	}
	
	.nsquaredsolutions-text{
		text-align: center;
	}
	
	.nsquaredsolutions-quote {
		text-align: center;
	}
}


/* Desktop large screen 1200px */
@media (min-width: 1200px) {
    .container { width: 1200px; }
	
    .navigation-header .navigation-bar > li { padding: 15px 15px; }

    #sc-gallery .wrapper { width: 90%; }
    #sc-skillbar .wrapper,
    #sc-table .wrapper,
    #sc-form .wrapper { width: 40%; }
    #sc-countdown .wrapper { width: 50%; }
    
    .social-icons { margin-top: 25px; }
    .social-icons li { margin-bottom: 50px; width: 16%; width: 16.2%; text-align: center; }
    
    #landing-page .static-header { min-height: 974px; height: 100vh }
    #landing-page .plain-version.static-header { min-height: 700px; max-height: 500px;}
	
    .static-header .video-container { max-width: 755px; }
    
    #featuredTab { position: relative; margin-top: 115px; }
    #featuredTab li { display: block; position: relative; width: 100%; border-bottom: none; margin-bottom: 0; line-height: 0px; }
    #featuredTab li > a:after { content: ''; clear: both; display: block; }
    #featuredTab li > a .tab-info { float: left; text-align: left; display: block; width: 345px; padding: 25px 28px; position: relative; z-index: 2; }
    #featuredTab li > a .tab-icon { float: right; text-align: right; display: block; width: 113px; position: relative; z-index: 2; }
    #featuredTab li > a .tab-info .tab-title { font-size: 17px; line-height: 21px; color: #A0C73F; text-transform: uppercase; padding-bottom: 10px; font-weight: 600;}
    #featuredTab li > a .tab-info .tab-desc { font-size: 16px; line-height: 22px; color: #5f5f5f; font-weight: 300; display: block;}
    #featuredTab li > a .icon { font-size: 50px; padding: 21px 7px; display: block; padding: 46px 28px; }

    #featuredTab li.active > a .tab-info { -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; background: #A0C73F; }
    #featuredTab li.active > a .tab-icon { -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; border-bottom-right-radius: 5px; background: #A0C73F; }
    #featuredTab li a .tab-info:after,
    #featuredTab li a .tab-icon:after { content: ''; width: 99%; border-bottom: 1px solid rgba(255, 255, 255, .2); display: block; position: absolute; bottom: 0; right: 0; }
    #featuredTab li a .tab-icon:after { left: 0; right: auto; }
    #featuredTab li:last-child a .tab-info:after,
    #featuredTab li:last-child a .tab-icon:after,
    #featuredTab .tab-content { position: absolute; top: -60px; right: 0px; padding: 0; border: none; z-index: 1; }   
    
}
 
 #gallery-slider .heading { 
	text-transform: uppercase;
 }
  
  #gallery-slider .content { 
	text-align: left;
	padding: 0px 15%;
	display: inline-block;
	width: 100%;
  }
  
  #gallery-slider .overlay { 
	background: url(../img/background/pattern.png);
	width: 100%;
	overflow: hidden;
	padding:0px;
  }
  
    #gallery-slider .overlay-overlay { 
	background-color: RGBA(34,34,34,0.5); 
	width: 100%; 
	overflow: hidden;
  }
  
  #gallery-slider .heading > h3 {
	text-transform: none;
  }
  
  #gallery-slider .heading > h5 {
	color: grey;
  }
  
  #gallery-slider .content  > div > div > span.h7 {
	margin-top: 0px;
	
  }
  
  #feedback-slider .overlay { 
	background: url(../img/background/pattern.png);
	width: 100%;
	overflow: hidden;
	padding:0px;
  }
  
  #feedback-slider .overlay-overlay { 
	background-color: RGBA(34,34,34,0.5); 
	width: 100%; 
	overflow: hidden;
  }
  
  #feedback-slider .content { 
	text-align: center;
	padding: 25px 6%;
	display: inline-block;
	width: 100%;
  }
  
  #feedback-slider .content blockquote {
	margin: 25px 0px 0px;
  }
  
  .sold-out:after{
	background: url(../img/background/outofstock.png);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-size: 100%;
	background-repeat: no-repeat;
}
	
  #down-arrow {
	position: absolute; 
	width: 100%; 
	left: 0; 
	right: 0; 
	text-align: center;
	bottom: 9.5%;
  }
  
  .gallery-span {
	color: grey;
  }
  
    ::-webkit-input-placeholder {
    color: #fff;
	}

	:-moz-placeholder { /* Firefox 18- */
	   color: #fff;  
	}

	::-moz-placeholder {  /* Firefox 19+ */
	   color: #fff;  
	}

	:-ms-input-placeholder {  
	   color: #fff;  
	}
  
  @media (max-width: 1000px)
  {
	.btn {
		min-width: 0;
		padding: 10px 20px;
	}
  }
  
  .img-center {
	margin: 0 auto;
  }
  
  .app-image {
	max-width:100%;
	margin: 0 auto;
  }
  
  .hero-text {
	font-size: 150%;
	line-height: 40px;
	text-align: left;
  }
  .hero-title {
	text-align: left;
  }
  
  .hero-float-right { 
	float:right;
  }

.partner-table {
	display: table;
	height: 100%;
}
.partner {
	display: table-cell;
  	vertical-align: middle;
	float: none;
}

.vertical-align-content {
	vertical-align: middle;
	display: inline-block;
}

.alignment {
	text-align: left;
	padding-left:25px;
}

.youtube-video-link {
	color:white; 
	margin-left:15px; 
	font-size: 20px;
}

.about-text{
	text-align: left;
	color: #ffffff;
}

.enquiry {
	width: 100px;
	font-size: 14px;
	line-height: 27px;
	padding: 6px 12px;
}

.pdfButton {
	font-size: 14px;
	line-height: 27px;
	padding: 6px 12px;
}

.footer-link {
	font-family: Open sans, sans-serif;
	display: inline-block;
    height: 40px;
    overflow: hidden;
    margin-right: 10px;
    padding-right: 2px;
    font-size: 18px;
    font-style: italic;
	color: #333333;
}

#footer > div > div > div > div > a:hover {
	color: #A0C73f;
}

.nsquaredsolutions-header-image {
	width: 300px;
}

.nsquaredsolutions-header-position {
	text-align: left;
}

.header-logo-text {
	color: #000;
	font-size: 18px;
	font-family: 'Lora', serif;
	margin-top: 70px;
}

.nsquaredsolutions-quote {
	font-family: 'Lora', serif;
	font-size: 25px;
	padding-top: 50px;
}

.integrate-link {
	width: 130px; 
	margin: 0 0 10px 10px;
}

.footer-image-div {
	display: none;
	float: left;
}

.footer-image {
	width: 50%;
}

.footer-float {
	float: right;
}

.social-icons  > .footer-link a:hover {
	background: transparent;
}

.models-text {
	margin-bottom: 25px;
}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #181818 inset; /* Change the color to your own background color */
    -webkit-text-fill-color: grey;
}

.img-responsive {
	width: 100%;
}

.location-title {
	color: #A0C73F;
}

.content-image {
	width: 350px;
	padding-top: 65px;	
}


@media (max-width: 1224px) {

	#nsquaredsolutionsContentLeftColumn {
		width:100%;
		text-align: left;
		padding:0;
	}
	
	#nsquaredsolutionsContentCenterColumn {
		text-align: center;
		padding:0;
	}
	
	.nsquaredsolutions-section {
		padding: 0;
	}
	
	#footer {
		padding-bottom: 0px;
	}
	
	.footer-image-div {
		display: inherit;
	}
	
	.footer-image {
		float: left;
		width: 100px;
	}
	
	.footer-float {
		float: none;
	}
	
	.content-image {
		width: 400px;
		padding-top: 65px;	
	}
	
	.nsquaredsolutions-quote {
		margin-left:0px;
		text-align: center;
	}
	
	.profileImage {
		width: 50%;
	}
	
	.nsquaredsolutions-text{
		text-align: center;
	}
}

@media(max-width: 1000px) {
	.partner {
		display:block;
		width: 100%;
		margin: 0 auto;
	}
	
	.hero-text {
		text-align: center;
	}
	
	.hero-float-right { 
	float:none;
  }
	
	.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img { margin: 0 auto;}
	
	.hero-title {
	text-align: center;
  }
  
  .models-heading, .models-text {
	text-align: center;
  }
  
  .about-text { text-align: center;}
  
  .text-margin-top {
		margin-top: 30px;
	}
	
	.text-margin-bottom {
		margin-bottom: 30px;
	}
	
	.enquiry {
		margin: 0 auto;
	}
	
	.btn {
		padding: 6px 12px;
	}
	
	.content-image {
		width: 400px;
		padding-top: 65px;	
	}
	
	.profileImage {
		width: 50%;
	}
	
	.nsquaredsolutions-text{
		text-align: center;
	}
	
	.nsquaredsolutions-quote {
		text-align: center;
	}
}

@media (max-width: 992px) {
	
	.nsquaredsolutions-header {
		width: 100%;
	}
}

@media (max-width: 980px) {
	.home-slide .home-slide-content {
		padding: 28px 10px;
		font-size: 70px;
	}
}

@media (max-width: 770px) {
	.app-image {
		max-width: 90%;
	}
	
	.app-heading {
		width: 90%;
		text-align: center;
		margin: 0 auto;
		padding: 0px;
	}
	
	.app-text {
		width: 90%;
		text-align: center;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	
	.home-slide .home-slide-content {
		padding: 28px 10px;
		font-size: 60px;
	}

	
}

@media (max-width: 665px) {
	.hero-text {
		font-size: 18px;
		line-height: 27px;
	}
	
	.youtube-video-link {
		font-size: 18px;
	}
	
	.enquiry {
		width: 100%;
	}
	.pdfButton {
		width: 100%;
		margin: 0 auto;
		margin-top: 12px;
	}
	
	.home-slide .home-slide-content {
		padding: 29px 10px;
		font-size: 37px;
	}
	
	.text-heading .btn {
		font-size: 14px;
		padding: 6px 8px;
		letter-spacing: none;
	}
	
	.footer-link {
		display: inherit;
	}
}

@media (max-width: 445px) {
	.home-slide .home-slide-content {
		padding: 35px 10px;
		font-size: 30px;
	}
	
	.nsquaredsolutions-header-image{
		width: 100%;
	}	

	
}










