/* reset */
@font-face {
    font-family: 'open_sansregular';
    src: url('../Fonts/OpenSans-Regular.eot');
    src: url('../Fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/OpenSans-Regular.woff2') format('woff2'),
         url('../Fonts/OpenSans-Regular.woff') format('woff'),
         url('../Fonts/OpenSans-Regular.ttf') format('truetype'),
         url('../Fonts/OpenSans-Regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../Fonts/OpenSans-Bold.eot');
    src: url('../Fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/OpenSans-Bold.woff2') format('woff2'),
         url('../Fonts/OpenSans-Bold.woff') format('woff'),
         url('../Fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../Fonts/OpenSans-Semibold.eot');
    src: url('../Fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/OpenSans-Semibold.woff2') format('woff2'),
         url('../Fonts/OpenSans-Semibold.woff') format('woff'),
         url('../Fonts/OpenSans-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none;
}
a {
	color: #fff;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:700;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
    font-size: 15px;

}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    font-size: 100%;
    margin:0;
    padding:0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
body {
	font: 16px/26px open_sansregular, sans-serif; 
	font-weight: 300;
	color: #283a54;
}
h2 {
	font-size: 22px;
	margin-bottom: 10px;
}
h4 {
	font-size: 14px;
	margin-bottom: 10px;
}
a {
	color: #22344d;
	text-decoration: none;
}
a:hover {
	color: #597398;
	text-decoration: none;
}
li.nav-item {
	height: 20px;
}
button,
a.read-more {
	color: #283a54;
	padding: 5px 10px;
	border: 1px solid #283a54;
	background: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: 	all 0.1s ease-in-out;
	-ms-transition: 	all 0.1s ease-in-out;
	-o-transition: 		all 0.1s ease-in-out;
	transition: 		all 0.1s ease-in-out;
}
a.read-more:hover {
	background:rgba(89, 115, 152, .2);
}
input[type="text"], 
input[type="password"], 
input[type="email"],
textarea {
	border: 2px solid #d3d9e1;
	padding: 10px 15px;
	outline: none;
	font-size: 18px;
	margin: 0;
	width: 100%;
	display: block;
	margin-bottom: 30px;
	background: #fff;
	-webkit-transition: all 0.1s ease-in 0s;
	   -moz-transition: all 0.1s ease-in 0s;
	     -o-transition: all 0.1s ease-in 0s;
	        transition: all 0.1s ease-in 0s;
}
input[type="text"]:hover, 
input[type="password"]:hover, 
input[type="email"]:hover,
textarea:hover {
	border: 2px solid #94a9c6;
}
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus,
textarea:focus {
	border: 2px solid #597398;
}
select {
	border: 2px solid #d3d9e1;
	padding: 10px;
	outline: none;
	font-size: 18px;
	margin: 0;
	width: 100%;
	display: block;
	margin-bottom: 30px;
	background: #fff;
	color: #8b94a2;
	-webkit-transition: all 0.1s ease-in 0s;
	   -moz-transition: all 0.1s ease-in 0s;
	     -o-transition: all 0.1s ease-in 0s;
	        transition: all 0.1s ease-in 0s;
}
h1 {
	font-size: 45px;
	font-weight: 400;
	margin-bottom: 10px;
}
h2 {
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 10px;
}
h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
.medium-button {
	padding: 5px 15px;
	border: 2px solid #283a54;
	background: none;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.medium-button:hover {
	background:rgba(89, 115, 152, .1);
}
.block-gray {
	background: #F7F7F7;
}
.block-light-blue {
	background: #597398;
	color: #fff;
}

/* header */
header {
	height: 0;
	left: 0px;
	width: 100%;
}
header.solutions {
	background: #22344d url(../Images/hero-solutions.jpg) center top no-repeat;
}
header.about {
	background: #22344d url(../Images/hero-about-us-2.jpg) center top no-repeat
}
header.contact {
	background: #22344d  url(../Images/hero-contact-us.jpg) center top no-repeat;
}
header.support {
	background: #22344d url(../Images/hero-support.jpg) center top no-repeat;
}

header.smaller {
}
header.smaller .navbar-brand {
	padding: 20px 0px 0px 30px;
}
header.smaller .navbar-nav {
	font-size: 12px;
}
header.smaller .navbar-default {
	background: #22344d;
}
header.smaller .navbar-nav {
	padding: 10px 30px 10px 0;
}
header.smaller .navbar-brand {
	margin: 15px 0 0 30px;
	width: 80px;
	height: 42px;
	background-size: 80px 43px;
}
header.smaller .navbar > .container .navbar-brand, 
header.smaller .navbar > .container-fluid .navbar-brand {
	margin-left: 10px;
}
header.smaller .navbar-nav > li > a {
	padding: 15px;
}

/* nav */
.navbar-default {
	background: transparent;
	border-color: transparent;
	padding: 0;
}
.navbar-brand {
	margin: 50px 0 0 50px;
	width: 150px;
	height: 80px;
	background: url(../Images/aciss-logo.png) 0 0 no-repeat;
	background-size: 150px 80px;
	display: block;
	text-indent: -9999px;
	transition: all 0.3s;
}
.navbar > .container .navbar-brand, 
.navbar > .container-fluid .navbar-brand {
	margin-left: 50px;
}
.navbar-nav {
	font-weight: 500;
	color: #fff;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
}
.navbar-nav > li > span > a {
	color: #fff;
	text-transform: uppercase;
}
.navbar-nav > li > a {
	padding: 0 20px;
    font-size: 14px;
    letter-spacing: 1px;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	background: none;
}
.navbar-nav .phone-number {
    font-size: 14px;
    letter-spacing: 1px;
	padding: 0 20px 40px;
}
.navbar-nav .phone-number i {
	margin: 0 10px 0 0;
	padding: 8px 10px;
	background: #597398;
	-webkit-border-radius:	25px;
	-moz-border-radius: 	25px;
	border-radius:			25px;
}

/* hero image */
.hero-home {
	width: 100%;
	height: 600px;
	padding-top: 180px;
	background: #22344d url(../Images/hero-home.jpg) center top no-repeat;
	background-attachment: fixed;
	text-align: center;
}
.hero-about-us {
	width: 100%;
	height: 600px;
	padding-top: 230px;
	background: #22344d url(../Images/hero-about-us-2.jpg) center top no-repeat;
	background-attachment: fixed;
	text-align: center;
}
.hero-contact-us {
	width: 100%;
	height: 600px;
	padding-top: 280px;
	background: #22344d url(../Images/hero-contact-us.jpg) center top no-repeat;
	background-attachment: fixed;
	text-align: center;
}
.hero-solutions {
	width: 100%;
	height: 460px;
	padding-top: 210px;
	background: #22344d url(../Images/hero-solutions.jpg) center top no-repeat;
	background-attachment: fixed;
	text-align: center;
}
.hero-support {
	width: 100%;
	background: #22344d url(../Images/hero-support.jpg) center top no-repeat;
	background-attachment: fixed;
}

.hero-support > .container {
	padding-top: 180px;
}

.hero-support-index {
	width: 100%;
	height: 100px;
	padding-top: 150px;
	background: #22344d url(../Images/hero-support.jpg) center top no-repeat;
	background-attachment: fixed;
}
.celebrate-logo {
	display: block;
	position: absolute;
	width: 250px;
	height: 50px;
	top: 120px;
	right: 80px;
	background: url(../../Svg/celebrating-logo) center top no-repeat;
	background-size: contain;
}
#hero-image h1 {
	font-size: 55px;
    letter-spacing: 2px;
    font-weight: 600;
	margin-bottom: 35px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
#hero-image h2 {
	font-size: 55px;
    letter-spacing: 2px;
    font-weight: 600;
	margin-bottom: 35px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}.hero-description {
	font-size: 26px;
    letter-spacing: 0px;
	color: #fff;
	line-height: normal;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.hero-description span {
	color: #f5ea6f;
}
.hero-button {
	margin: 70px auto 0 auto;
	padding: 15px 25px;
	border: 2px solid #fff;
	background: none;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
}
.hero-button:hover {
	background:rgba(34, 52, 77, .5);
	color: #fff;
}

/* content */
#content {
	padding: 50px 0;
}
#content-support {
	padding: 10px 0;
}
#content p {
    margin-bottom: 25px;
    font-size: 17px;
    font-weight: 300;
    line-height: 32px;	
}
.block-title {
	text-align: center;
}
.block-title.left-side {
	text-align: left;
}
.block-title h1 {
	font-size: 35px;
	margin-bottom: 50px;
	margin-top: 20px;
}
.block-title p {
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	margin-bottom: 40px;
}
.block-icons {
	margin-bottom: 20px;
}
.block-icons p {
	font-size: 15px;
    font-weight: 400;
	line-height: 24px;
}
.block-icons img {
	display: block;
	margin: 5px auto 0 auto;
	max-width: 100%;
}
.block-desc {
	margin-left: -10px;
}
.block-desc h3 {
	margin-bottom: 15px;
	line-height: normal;
}
.block-desc p {
	margin-bottom: 15px;
}
a.read-more {
	color: #283a54;
	padding: 5px 10px;
	border: 1px solid #283a54;
	background: none;
	font-size: 11px;
	font-weight: bold;
    letter-spacing: 2px;
	text-transform: uppercase;
}
a.read-more:hover {
	background:rgba(89, 115, 152, .2);
}
h2.grid-line {
	background: url(../Images/black-dot.png) repeat-x 10px;
	margin-bottom: 30px;
}
h2.grid-line span {
	padding: 0 10px 0 0;
	font-weight: 700;
	background: #fff;
}
h3.grid-line {
	background: url(../Images/black-dot.png) repeat-x 10px;
	margin-bottom: 5px;
}
h3.grid-line span {
    padding: 0 10px 0 0;
    font-weight: 700;
    background: #fff;
}
h4.title-job {
	color: #5a7499;
	margin-bottom: 20px;
}
.thumbnail.rounded {
	border-radius: 100%;
    -moz-border-radius: 100%;
	border: none;
	background: none;
	width: 100%;
}

/* news slider */
.slider {
	padding: 0;
}
.flexslider {
	margin: 0;
	background: none;
	border: none;
}
.flex-direction-nav a {
	opacity: 1;
	width: 30px;
	height: 30px;
	background: #22344d;
	text-shadow: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: 	all 0.1s ease-in-out;
	-ms-transition: 	all 0.1s ease-in-out;
	-o-transition: 		all 0.1s ease-in-out;
	transition: 		all 0.1s ease-in-out;
}
.flex-direction-nav a:hover {
	background: #405778;
}
.flex-direction-nav .flex-prev {
  left: -70px;
  padding-left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: -70px;
}
.flex-direction-nav .flex-next {
  right: -70px;
  text-align: right;
  padding-right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: -70px;
}
.flex-control-nav {
	display: none;
}
.flex-direction-nav .flex-disabled {
  opacity: 1!important;
  cursor: pointer;
}
.flex-direction-nav a:before {
  font-size: 12px;
  content: '\f001';
  color: #c5ced9;
  text-shadow: none;
  text-align: center;
}

/* news */
.latest-news {
	color: #a3afc1;
}
.latest-news a {
	color: #fff;
}
.latest-news a:hover {
	color: #a3afc1;
}
.news-date {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
}
.latest-news h3 {
	margin-bottom: 10px;
	line-height: normal;
	color: #fff;
}

/* careers */
.careers {
	padding: 40px;
	text-align: center;
}
.careers span {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.careers h2 {
	font-weight: bold;
	margin: 10px 0 30px 0;
}
.careers a {
	color: #fff;
	border-radius: 25px;
	padding: 10px 20px;
	background:#22344d;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.careers a:hover {
	background: #597398
}
.career-opportunity {
	padding-left: 30px;
}.career-opportunity p {
	font-size: 16px !important;
}
.career-opportunity a {
	color: #fff;
	border-radius: 25px;
	padding: 10px 20px;
	background: #22344d;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.career-opportunity a:hover {
	background: #597398
}

/* contact */
.contact-form {
	padding-right: 35px;
}
.send-contact {
	float: right;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	background: #597398;
	padding: 10px 45px;
	text-transform: uppercase;
	border: 0;
	border-radius: 25px;
	color: #fff;
}
.send-contact:hover {
	background: #22344d;
}
.info-contact {
	margin: 30px 0 30px 0;
	color: #597398;
	font-style: italic;
	font-size: 13px;
	font-weight: 300;
	line-height: normal;
}
.contact-info {
	font-size: 20px;
	margin-bottom: 30px;
}
.contact-info ul {
	margin-left: 50px;
}
.contact-info li {
	margin: 0 0 25px 0;
}
.contact-info li i {
	width: 50px; 
	text-align: center;
	margin-left: -50px;
}
#map {
	width: 100%;
	height: 285px;
}
#Antispam_Email {
	display: none !important;
}
.validation-summary-errors,
.field-validation-error {
    color: #fa7f78;
    font-weight: bold;
    font-size: 15px !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}
.input-validation-error {
    border: 2px solid #fa7f78 !important;
}
.contact-form-success {
    color: green;
    font-style: italic;
}

/* solutions */
.solutions {
	padding-left: 25px;
}
.solutions-list {
	padding: 10px 0 0 0;
	font-size: 15px;
	font-weight:400;
	color: #597398;
	line-height: normal;
}
.solutions-list ul {
}
.solutions-list li {
	margin-bottom: 10px;
	position: relative;
}
.solutions-list a {
	color: #597398;
	display: block;
	padding: 5px 0;
}
.solutions-list a:hover {
	color: #22344d;
}
.solutions-list li.active a {
	color: #22344d;
}
.solutions-list li.active span {
	right: -32px;
	position: absolute;
	width: 3px;
	height: 100%;
	background: #22344d;
	z-index: 999;
}
.anchor-top {
	position: relative; 
	top: -170px;
}
ul.with-ul {
	margin: 0 0 20px 20px;
}
ul.with-ul li:before {
    content: "";
    width: 8px;
    height: 8px;
	background: #597398;
    float: left;
	margin: 10px 10px 10px -20px;
    border-radius: 50%;
}
.key-features {
	background: #f5f7fa;
	margin-left: 20px;
	padding: 5px;
}
.key-features-inside {
	background: #fff;
	border: 1px solid #d3d9e1;
	padding: 30px 20px;
}
.key-features-inside ul {
	margin: 20px 0 0 20px;
	font-weight: 600;
}
.key-features-inside ul li {
	margin-bottom: 10px;
}
.key-features-inside ul li:before {
    content: "";
    width: 8px;
    height: 8px;
	background: #597398;
    float: left;
	margin: 10px 10px 10px -16px;
    border-radius: 50%;
}
.features-img {
	margin: 0 0 40px 20px;
}
.features-img img {
	max-width: 100%;
}
.getACISS a {
	color: #fff;
	padding: 8px 15px;
	background:#22344d;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.getACISS a:hover {
    background: #597398;
}

/* support login */
.login-form {
	background: #5a7499;
	padding: 25px;
	color: #fff;
}
.login-form img {
	margin: 0 20px 0 0;
    vertical-align:text-bottom;
}
.login-form span {
	display: block;
	font-size: 42px;
	margin-bottom: 20px;
	text-align: center;
}
.login-desc {
	font-size: 18px;
	text-align: center;
}
.login-form form {
	width: 80%;
	margin: 30px auto;
}
.login-form input[type="text"], 
.login-form input[type="password"], 
.login-form input[type="email"] {
	border: 2px solid #8ba1c1;
	background: #5a7499;
	color: #fff;
	margin-bottom: 20px;
	-webkit-transition: all 0.1s ease-in 0s;
	   -moz-transition: all 0.1s ease-in 0s;
	     -o-transition: all 0.1s ease-in 0s;
	        transition: all 0.1s ease-in 0s;
}
.login-form input[type="text"]:hover, 
.login-form input[type="password"]:hover, 
.login-form input[type="email"]:hover {
	border: 2px solid #3e577a;
}
.login-form input[type="text"]:focus, 
.login-form input[type="password"]:focus, 
.login-form input[type="email"]:focus {
	border: 2px solid #22344d;
}
.login-form input[type="text"]::placeholder,
.login-form input[type="password"]::placeholder,
.login-form input[type="email"]::placeholder {
    color: #fff;
}
.login-form input[type="text"]::-ms-input-placeholder,
.login-form input[type="password"]::-ms-input-placeholder,
.login-form input[type="email"]::-ms-input-placeholder {
    color: #fff;
}
.login-form input[type="text"]:-ms-input-placeholder,
.login-form input[type="password"]:-ms-input-placeholder,
.login-form input[type="email"]:-ms-input-placeholder {
    color: #fff;
}
.login-button {
	color: #fff;
	border: none;
	padding: 15px 20px;
	outline: none;
	font-size: 18px;
	margin: 0;
	width: 100%;
	display: block;
	background: #22344d;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: all 0.1s ease-in 0s;
	   -moz-transition: all 0.1s ease-in 0s;
	     -o-transition: all 0.1s ease-in 0s;
	        transition: all 0.1s ease-in 0s;
}
.login-form button:hover {
	background: #3d526f;
}
.login-info {
	padding: 30px 0;
	color: #fff;
}
.login-info h1 {
	text-align: left;
	font-size: 42px !important;
	margin-bottom: 30px;
	font-weight: 700;
	text-transform: none !important;
}
.login-info a {
	color: #fff;
	font-weight: bold;
}
.login-info p {
	margin-bottom: 20px;
}
.contact-login {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}
.contact-login i {
	padding: 8px 10px;
	border-radius: 50%;
	color: #597398;
	background: #22344d;
	margin-right: 15px;
}

/* support downloads */

tr.fsFolder > td,
tr.fsFile > td {
	cursor: pointer;
}
tr.fsFolder:hover > td,
tr.fsFile:hover > td {
	background-color: #e9e9e9;
}
tr.fsFolder .editButton,
tr.fsFile .editButton,
tr.fsFile .deleteButton {
	margin-left: 6px;
	visibility: hidden;
}
tr.fsFolder:hover .editButton,
tr.fsFile:hover .editButton,
tr.fsFile:hover .deleteButton {
	visibility: inherit;
}
div.descTxt {
    margin-left:16px;
    font-size:small;
    color:#777777;
}

/* footer */
footer {
	padding: 60px 0 40px 0;
	background: #22344d;
	color: #92a2b8;
}
footer h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #fff;
}
footer li {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: normal;
}
footer li a {
	color: #92a2b8;
}
footer li a:hover {
	color: #fff;
}
footer .pull-left ul {
	margin-left: 30px;
}
.footer-list {
	margin-bottom: 10px;
}
.footer-list img {
	margin-bottom: 15px;
}
.footer-list .logo-bottom {
	margin-top: -15px;
}
.footer-list.pull-left i {
	width: 30px; 
	text-align: center;
	margin-left: -30px;
}
.footer-meta {
	display: flex;
	align-items: center;
	font-size: 12px;
	height: 68px;
}
.footer-meta span a {
	color: #92a2b8;
	text-align: center;
}
.footer-meta span a:hover {
	color: #fff;
}
.footer-img {
    margin-top: 10px;
}
.footer-line {
	height: 2px;
	margin-left: 10px;
	margin-right: 10px;
	background: url(../Images/white-dot.png) repeat-x top;
}
.footer-celebrate-logo {
	display: none;
}

/* tablet */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-brand {
		margin-top: 30px;
		width: 100px;
		height: 53px;
		background-size: 100px 53px;
	}
	.navbar > .container .navbar-brand, 
	.navbar > .container-fluid .navbar-brand {
		margin-left: 20px;
		margin-bottom: 10px;
	}
	.navbar-nav {
		padding: 30px 0 0 30px;
	}
	.navbar-nav > li > span {
	}
	.navbar-nav > li > a {
		padding: 15px 10px;
		font-size: 12px;
	}
	.navbar-nav .phone-number {
		padding: 0 15px;
	}
	.celebrate-logo {
		top: 100px;
		right: 40px;
	}
	.hero-home {
		padding-top: 200px;
	}
	.hero-support {
		height: 100%;
	}
	.flex-direction-nav .flex-prev, 
	.flexslider:hover .flex-direction-nav .flex-prev {
		left: 0;
	}
	.flex-direction-nav .flex-next, 
	.flexslider:hover .flex-direction-nav .flex-next  {
		right: 0;
	}
	.contact-form {
		padding-right: 0;
	}
	.block-desc {
		margin-left: 0;
	}
	.key-features, 
	.features-img {
		margin-left: 0;
	}
	.login-form {
		padding: 40px 20px 20px 20px;
	}
	.login-info {
		padding: 5px 0;
	}
}

/* mobile */
@media (max-width: 767px) {
	.navbar-default {
		background: #22344d;
	}

	.navbar {
	}

	header.smaller .navbar-brand,
	.navbar-brand {
		margin-top: 20px;
		margin-left: 30px;
		margin-bottom: 10px;
		width: 100px;
		height: 53px;
		background-size: 100px 53px;
	}

	header.smaller .navbar > .container .navbar-brand,
	header.smaller .navbar > .container-fluid .navbar-brand {
		margin-left: 20px;
	}

	header.smaller .navbar-nav {
		padding: 0;
		font-size: 14px;
	}

	header.smaller .navbar-nav > li > a {
		padding: 15px 20px;
	}

	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: 20px;
	}

	.navbar-toggle {
		margin-top: 25px;
		margin-right: 20px;
		border: 0;
		border-radius: 0;
		padding: 15px;
	}

	.navbar-toggle .icon-bar {
		width: 30px;
		height: 3px;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background: #22344d;
		transition: all 0.1s ease;
	}

	.navbar-default .navbar-toggle:hover .icon-bar.top-icon,
	.navbar-default .navbar-toggle:focus .icon-bar.top-icon {
		margin-top: 3px;
		transform: rotate(45deg);
	}

	.navbar-default .navbar-toggle:hover .icon-bar.center-icon,
	.navbar-default .navbar-toggle:focus .icon-bar.center-icon {
		display: none;
	}

	.navbar-default .navbar-toggle:hover .icon-bar.bottom-icon,
	.navbar-default .navbar-toggle:focus .icon-bar.bottom-icon {
		transform: rotate(-45deg);
		margin-top: -3px;
	}

	.navbar-default .navbar-toggle {
		border: 0;
	}

	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background: none;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-bottom: none;
		border-color: transparent;
		margin-top: 10px;
		background: #22344d;
	}

	.navbar-collapse {
		border: none;
		box-shadow: none;
	}

	.navbar-nav {
		padding: 0;
	}

	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover {
		background: #597398;
		border: none;
	}

	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > .active > a:hover {
		border-bottom: none;
		background: #597398;
	}

	li.nav-item {
		height: 35px;
	}

	.hero-home {
		height: 465px;
		padding-top: 90px;
	}

	.hero-about-us,
	.hero-contact-us,
	.hero-solutions {
		height: 480px;
		padding-top: 150px;
	}

	.hero-support {
		height: 100%;
		padding-top: 0;
	}

	.hero-support > .container {
		padding-top: 80px;
	}

	.celebrate-logo {
	}

	#hero-image h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	#hero-image h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.hero-description {
		font-size: 24px;
	}

	.hero-button {
		margin-top: 30px;
		font-size: 14px;
	}

	#content {
		padding: 50px 0;
	}

	.block-title h1 {
		font-size: 34px;
		margin-bottom: 30px;
	}

	.block-title h3 {
		font-size: 24px;
		margin-bottom: 40px;
	}

	.block-desc {
		margin-left: 0px;
	}

	.flex-direction-nav .flex-prev,
	.flexslider:hover .flex-direction-nav .flex-prev {
		left: 0;
	}

	.flex-direction-nav .flex-next,
	.flexslider:hover .flex-direction-nav .flex-next {
		right: 0;
	}

	.footer-meta {
		flex-direction: column;
		height: auto;
	}
	.footer-celebrate-logo {
		display: block;
		width: 250px;
		height: 68px;
		background: url(../../Svg/celebrating-logo) center top no-repeat;
		background-size: contain;
		margin-top: 18px;
	}

	.contact-form {
		padding-right: 0;
	}

	.solutions {
		padding-left: 0;
		border-left: none;
		padding-top: 30px;
	}

	.solutions-list {
		position: relative;
		min-height: 40px;
		margin-bottom: 30px;
		z-index: 999;
	}

	.solutions-list li.active span {
		display: none;
	}

	.solutions-list ul {
		width: 100%;
		padding: 8px 15px;
		position: absolute;
		top: 0;
		left: 0;
		border: solid 1px #d3d9e1;
		background: #fff url(../Images/caret.png) 96% 50% no-repeat;
	}
	/*.solutions-list ul:hover {
		background-image: none;
	}
	.solutions-list ul:hover li {
		display: block;
		margin: 0 0 5px;
	}*/
	.solutions-list li {
		display: none;
		margin: 0;
	}

	.solutions-list .active {
		display: block;
	}

	.key-features,
	.features-img {
		margin-left: 0;
	}

	.login-info {
		padding: 0 0 0 0;
	}

	.celebrate-logo {
		display: none;
	}

	.login-form {
		padding: 25px;
	}

	.login-form form {
		width: 100%;
	}
}