@CHARSET "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
pre,
form,
select,
fieldset,
input,
textarea,
p,
th,
td,
tr,
a,
img {
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit;
    background: none;
    text-decoration: inherit;
    font-size: 1em;
}
html,
body {
    margin: 0;
    padding: 0;
    position: relative;

}


body {
	height: 100%;
}



*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 100%;
    color: #1d252c;
}
a,
img {
    border-style: none;
    outline: none;
}
button,
form input,
form textarea,
form select {
    outline: none;
}
button,
form input,
form textarea,
form select {
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
input[type=button],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}
img.full,
img.center,
img[align="center"],
img[align="middle"],
img[align="justify"],
figure.left,
img.left,
img[align="left"],
figure.right,
img.right,
img[align="right"] {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%
}
tr[data-href] {
    cursor: pointer;
}
::-webkit-input-placeholder {
    opacity: 1;
    text-decoration: none;
    color: #101010
}
:-moz-placeholder {
    opacity: 1;
    text-decoration: none
}
::-moz-placeholder {
    opacity: 1;
    text-decoration: none
}
:-ms-input-placeholder {
    opacity: 1;
    text-decoration: none
}
.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 1.3em
}
.main {
    margin-top: 0;
    padding-top: 1em;
}
body.home .main {
    margin-top: 0;
    padding-top: 0;
}



body .main {
    background: #EFEFEF url('../img/section-bg.png') no-repeat left top;
	background-size: 100%;

}






img.full,
img.center,
img[align="center"],
img[align="middle"],
img[align="justify"],
figure.left,
img.left,
img[align="left"],
figure.right,
img.right,
img[align="right"] {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
}
a {
    text-decoration: none;
    color: #0779bb;
}
.row::before,
.row::after {
    content: "";
    display: table;
    line-height: 0
}
.row::after {
    clear: both
}
::-webkit-input-placeholder {
    opacity: 1;
    text-decoration: none;
    color: inherit;
}
:-moz-placeholder {
    opacity: 1;
    text-decoration: none;
}
::-moz-placeholder {
    opacity: 1;
    text-decoration: none;
}
:-ms-input-placeholder {
    opacity: 1;
    text-decoration: none;
}
.col-12,
.col-11,
.col-10 .col-9,
.col-8,
.col-7,
.col-6,
.col-6-cb,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1{
    width: 100%;
    min-height: 0.1em;
    position: relative;
}




img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.center {
    text-align: center!important;
}
.right {
    text-align: right!important;
}
.left {
    text-align: left!important;
}
.flush-box {
    margin-bottom: -70px;
}
.pull-top {
    margin-top: 1em;
}
.pull-top2 {
    margin-top: 0.5em;
}
.pull-bottom {
    margin-bottom: 1em;
}
.pull-bottom2 {
    margin-bottom: 0.5em;
}
.full-width {
    width: 100%;
}
.section-title {
    border-bottom: 2px solid #3498DB;
    color: #3498DB;
    margin: 1em 0;
}
.subtitle {
    font-weight: 300;
    margin-top: 1em;
}
.hide {
    display: none;
}
.ellip {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.margin-reset {
    margin: -21px;
}
strong {
    font-weight: bold;
}
.block-div {
    margin: 3em 0;
}
.light {
    color: #fff!important;
}
.bg-color1 {
    background-color: #F6F6F6;
}
.bg-color2 {
    background-color: #EF3125;
}
.reset-heading {
    text-transform: none!important;
    display: inline!important;
}
.roundedimg {
    border-radius: 100%;
}
.upper {
    text-transform: uppercase!important;
}
.lowercase {
    text-transform: lowercase!important;
}
sub,
sup {
    font-size: 0.6em!important;
}
.hide-mob {
    display: none;
}
/*buttons and anchor tag*/

a {
    text-decoration: none;
    color: #58BFB7;
}
a:hover,
a:active {
    color: #58BFB7;
    text-decoration: underline;
}
.bt-box {
    text-align: center;
}
a.bt,
input.bt {
    background: #59C0B8;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #59C0B8;
    text-decoration: none;
    margin: 1em auto;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    font-weight: 400;
}
a.bt:hover,
input.bt:hover {
    background: #3da099;
    color: #fff;
    cursor: pointer;
    border: 1px solid #3da099;
}
a.bt-inv,
input.bt-inv {
    color: #1176bb;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin: 1em auto;
    transition: all 0.2s ease-out 0s;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-out 0s;
    -webkit-backface-visibility: hidden;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid #1176bb;
}
a.bt-inv:hover {
    background: #3C7DC0;
    color: #fff;
    cursor: pointer;
    border: 1px solid #3C7DC0;
}
.l-bt {
    font-size: 1.2em!important;
    padding: 15px 24px!important;
}
.m-bt {
    font-size: 1.2em!important;
    padding: 9px 24px;
}
.s-bt {
    font-size: 0.95em;
    padding: 7px 24px;
}


a.backbtn{ padding: 9px 14px!important;}

a.bt2{
   	border: 1px solid #83C9C3;
    padding: 7px 14px 5px;
    margin-top: 0.5em;
    vertical-align: middle;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    color: #1d252c;
    text-transform: uppercase;
    font-size: 0.9em;
    text-decoration: none;
	display: inline-block;
	font-weight: 500;

}

a.bt2:hover,
input.bt2:hover{	border: 1px solid #83C9C3;background-color: #83C9C3;color:#fff;}

a.bt2 span{
	display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-indent: -10000em;
    margin-right: 8px;
	background: url(../img/btn-icons.svg) no-repeat scroll center 200px transparent;
	background-size: 68px auto;
}

input.bt2{
	background: url(../img/btn-icons.svg) no-repeat scroll 2px -88px  #fff;
	background-size: 73px auto!important;

    border: 1px solid #83C9C3;
    padding: 12px 15px 12px 45px;
    margin-top: 0.5em;
    vertical-align: middle;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    color: #1d252c;
    text-transform: uppercase;
    font-size: 0.9em;
    text-decoration: none;
	display: inline-block;
	font-weight: 500;


}

input.bt2:hover{

	background: url(../img/btn-icons.svg) no-repeat scroll -41px -88px  #83C9C3;
	background-size: 73px auto!important;
}

a.bt2 span.logout{background-position: -1px 3px;}

a.bt2 span.addimg{background-position: -5px -25px;}

a.bt2 span.savebtn{background-position: -3px -89px;}

a.bt2 span.printbtn{background-position: -3px -58px;}

a.bt2 span.modbtn{background-position: -3px -120px;}




a.bt2:hover span.logout{background-position: -42px 3px;}

a.bt2:hover span.addimg{background-position: -46px -25px;}

a.bt2:hover span.savebtn{background-position: -43px -89px}


a.bt2:hover span.printbtn{background-position: -43px -58px;}

a.bt2:hover span.modbtn{background-position: -43px -120px;}


body  section header a.bt2{color: #fff;float: right;margin-top: 3em;display:none;}

.btn-container{width: 100%;text-align:center;}
.btn-container a.bt2{}






input[type=checkbox] {
    -mox-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    vertical-align: top;
}
::-webkit-input-placeholder {
    opacity: 1;
    text-decoration: none;
    color: #333;
}
:focus::-webkit-input-placeholder {
    opacity: 0
}
:-moz-placeholder {
    opacity: 1;
    text-decoration: none
}
::-moz-placeholder {
    opacity: 1;
    text-decoration: none
}
:focus:-moz-placeholder {
    opacity: 0;
}
:focus::-moz-placeholder {
    opacity: 0;
}
:-ms-input-placeholder {
    opacity: 1;
    text-decoration: none
}
/*headings*/

p {
    font-size: 1.25em;
    margin-bottom: 1em;
    text-align: left;
    line-height: 1.4;
    font-weight: 300;
    line-height: 1.5;
}
h1,
h3 {
    margin-bottom: .1em;
    line-height: 105%;
}
h1 {
    font-size: 2em;
    line-height: 105%;
    font-weight: 300;
    text-transform: uppercase;
	color:#fff;
}
h2 {
    font-size: 1.85em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 105%;
    color: #58BFB7;
}

body  section header h2{text-transform: none;font-size: 1.6em;}

h3 {
    font-size: 1.5em;
    text-transform: none;
}
.lead {
    font-size: 1.25em;
    line-height: 1.3;
    font-weight: bold;
    display: block;
}
/*deviders*/

hr {
    background-image: linear-gradient(to right, rgba(233, 234, 236, 1), rgba(233, 234, 236, 1), rgba(233, 234, 236, 1));
    border: 0 none;
    clear: both;
    display: block;
    height: 1px;
    margin: 2em 0;
}
/*header*/

body  header,
a,
img,
li {
    -webkit-backface-visibility: hidden;
}
body  header {
    width: 100%;
    position: relative;
}


body  section .cont-box{
	background-color: #fff;
	width: 100%;
	padding: 1em;
	margin-bottom:1em;
	-webkit-box-shadow: 0px 0px 12px -9px rgba(0,0,0,0.59);
	-moz-box-shadow: 0px 0px 12px -9px rgba(0,0,0,0.59);
	box-shadow: 0px 0px 12px -9px rgba(0,0,0,0.59);
}

body  header .header-box {
    width: 100%;
    height: 60px;
    top: 0;
    z-index: 1000;
    position: fixed;
    float: left;
    background-color: #fff;
}
body  header .header-box .container {
    position: relative;
    padding: 0 1.3em 0;
}
body  header .row {
    margin: 0;
}
body  header .logo {
    width: 153px;
    height: 38px;
    text-indent: -999999em;
    background: transparent url('../img/logoSN.svg') no-repeat scroll center center;
    display: block;
    margin: 0.7em 0 0;
    background-size: 153px auto;
    clear: both;
    display: inline-block;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}
/*Nav*/

body  header nav {
    float: right;
    margin: 0;
    background: transparent url("../img/menu-mobile.svg") no-repeat scroll center center;
    display: block;
    z-index: 998;
    height: 60px;
    width: 35px;
    background-size: 33px auto;
    margin-right: 0;
}
body  header nav ul {
    display: none;
    list-style: none;
    position: absolute;
    font-size: 1.1em;
    top: 60px;
    padding-top: 0;
    left: 0;
    right: 0;
    z-index: 998;
    text-align: left;
    margin: 0 -21px;
    background-color: #83C9C3;
    overflow-y: auto;
    height: 100vh;
}
body  header nav:hover,
body  header nav.open {
    background: transparent url('../img/menu-open.svg') no-repeat center center;
    background-size: 33px auto;
}
body  header.small-header .header-box {
    border-bottom: 1px solid #83C9C3;
}
body  header nav ul li a {
    display: block;
    text-decoration: inherit;
    padding: 11px 1.3em;
    font-size: 1em;
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
}
body  header nav:hover ul,
body  header nav.open ul {
    display: block;
}
body  header nav ul li {
    background: #83C9C3;
}
body  header nav ul li.open,
body  header nav ul li.open ul li {
    background-color: #23363C;
}
body  header nav ul li a:hover {
    color: #fff!important;
    text-decoration: none;
    background-color: #23363C;
}
body  header nav ul li.selected a {
    text-decoration: none;
    background-color: #23363C;
}
body  header nav ul li.selected ul li a {
    text-decoration: none;
}
body  header nav ul li ul {
    position: static;
    height: auto;
    min-width: 230px;
    padding: 0;
    border: 0;
    margin: 0;
}
body  header nav ul li ul,
body  header nav:hover ul li ul {
    display: none;
}
body  header nav ul li ul li a {
    padding: 12px 50px;
    border: none;
	font-size: 0.8em;

}

/*quicklinks top */

body  header .quicklinks {
    position: absolute;
    right: 2.7em;
    top: 1.4em;
}
body  header .quicklinks li {
    display: inline-block;
}
body  header .quicklinks a span.phone {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 5px;
    text-indent: -10000em;
    vertical-align: middle;
    padding: 0;
    background: transparent url(../img/phone-top.svg) no-repeat scroll center center;
    background-size: 25px auto !important;
}
body  header .quicklinks a span.icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 5px;
    text-indent: -10000em;
    vertical-align: middle;
    padding: 0;
    background-size: 25px auto !important;
}
body  header .quicklinks a span.fb {
    background: transparent url(../img/fb.svg) no-repeat scroll center center;
}
body  header .quicklinks a span.tw {
    background: transparent url(../img/tw.svg) no-repeat scroll center center;
}
body  header .quicklinks a span.ln {
    background: transparent url(../img/ln.svg) no-repeat scroll center center;
}
body  header .quicklinks span {
    display: inline-block;
    color: #231f20;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 100%;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 1px;
}
body  header .quicklinks a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
body  section header .info-box,
body  section header .slick-dots {
    display: block!important;
}
body  section header .slick-dots {
    bottom: 8px;
}
body  section .slick-dots li {
    height: 17px;
    width: 17px;
    margin: 0 2px;
}
body  section .slick-dots li button::before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    content: "";
    height: 14px;
    width: 14px;
    opacity: 0.8;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
}
body  section .slick-dots li button {
    height: 15px;
    width: 15px;
}
body  section .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #fff;
    border: 1px solid #fff;
}
body  section .event-slider-box .slick-slider {
    margin-bottom: 50px!important;
}
body  section .service-slider .slick-dots li.slick-active button:before,
body  section .service-slider3 .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #2876BB;
    border: 1px solid #2876BB;
}
body  section .service-slider .slick-dots li button::before,
body  section .service-slider3 .slick-dots li button::before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    content: "";
    height: 14px;
    width: 14px;
    opacity: 0.8;
    background-color: #9FC4DF;
    border: 1px solid #9FC4DF;
}
body  section .service-slider .slick-dots,
body  section .service-slider3 .slick-dots {
    bottom: -23px;
}
/*line divider*/

body  section .line-div {
    display: block;
    text-align: center;
    margin: 1em 0;
    width: 100%;
    position: relative;
}
body  section {
    margin-top: 60px;
}
/*slider home*/

body  section header {
    width: 100%;
    clear: both;
    position: relative;


	background: #35383D url('../img/header-banner.jpg') no-repeat center center;
    background-size: cover;



}
body  section header .slide-box {
    position: relative;
}
body  section header .slide-box img {
    margin-bottom: 0;
    width: 100%
}
body  section header .slick-slider {
    margin-bottom: 0;
}
/*section bgs*/

body  section .cont-box-2,
body  section .featured-box4,
body  section .featured-box5,
body  section .featured-box6,
body  section .featured-box7 {
    width: 100%;
    float: left;
}
body  section .cont-box-2 h2,
body  section .cont-box-2 p {
    text-align: center;
}
body  section .featured-box4 {
    clear: both;
    background: transparent url('../img/bg-002.jpg') no-repeat left bottom;
    background-size: cover;
	margin-top: -3px;
}
body  section .featured-box5 {
    clear: both;
    background: transparent url('../img/bg-003.jpg') no-repeat left top;
    background-size: cover;
}
body  section .featured-box6 {
    clear: both;
    background: transparent url('../img/bg-004.jpg') no-repeat center center;
    background-size: cover;
    min-height: 300px;
    margin-bottom: 2em;
}
body  section .featured-box6 img {
    margin-top: 3em;
}
.slogan-words {
    text-align: center;
    color: #fff;
}
.slogan-words li {
    list-style: none;
    display: inline-block;
    font-size: 1.55em;
    font-weight: 300;
}
.slogan-words li:nth-of-type(1) {
    display: block;
}
.slogan-words li:nth-of-type(2) {
    display: none;
}
.slogan-words li span {
    display: inline-block;
    width: 23px;
    height: 23px;
    text-indent: -10000em;
    background: transparent url(../img/logoicon.svg) no-repeat scroll center center;
    background-size: 23px auto;
    margin: 0 0.5em;
    vertical-align: middle;
}
body  section .partners {
    width: 100%;
    clear: both;
}
body  section .download-box {
    width: 100%;
    float: left;
    clear: both;
    margin: 3em 0 0;
}
body  section .download-box a {
    text-decoration: none;
    text-align: center;
}
body  section .download-box p {
    color: #000;
    text-align: center;
}
body  section .download-box strong {
    color: #DC000E;
}
body  section .featured-box4 .slick-prev,
body  section .featured-box4 .slick-next {
    border: 0 none;
    height: 37px!important;
    position: absolute;
    top: 25%;
    width: 18px;
    opacity: 0.7;
}
body  section .featured-box4 .slick-prev:hover,
body  section .featured-box4 .slick-next:hover {
    opacity: 1;
}
body  section .featured-box4 .slick-prev {
    background: transparent url(../img/arrow-left.svg) no-repeat scroll 0 0;
    background-size: 19px 35px;
    left: 0;
}
body  section .featured-box4 .slick-next {
    background: transparent url(../img/arrow-right.svg) no-repeat scroll 0 0;
    background-size: 19px 35px;
    right: 0;
}
/*menu links*/

body  section .links-box {
    width: 100%;
    clear: both;
    margin: 3em 0;
}
body  section .link-cont {
    margin-bottom: 2em;
    border-left: 5px solid #C7E2E8;
    padding-left: 0.8em;
}
body  section .link-cont li {
    list-style: none;
}
body  section .link-cont li a {
    list-style: none;
    color: #000;
    text-decoration: none;
    font-size: 1.25em;
    font-weight: 300;
    display: block;
}
body  section .link-cont li a:hover {
    color: #47AF34;
}
/*tables*/

body  section table.styled {
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
body  section table.styled tr {
    border: 1px solid #5D5D5D;
    padding: 5px;
    border-width: 1px 0;
}
body  section table.styled th,
body  section table.styled td {
    padding: 10px;
    text-align: left;
    font-size: 14px;
}
body  section table.styled th {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 100%;
}
body  section table.styled td {
    min-height: 40px;
    vertical-align: top;
}
body  section table.styled tr:nth-last-child {

}
body  section table.styled thead {
    background: #231F20;
    color: #fff;
}
body  section table.styled form input {
    width: 50px;
    height: 30px;
    padding: 5px;
    text-align: center;
    min-width: 40px;
    margin: 0;
}
body  section table.styled form {
    margin: 0;
    float: none!important;
}
body  section .morebtn {
    width: 30px;
    height: 30px;
    text-align: center;
    background: #E6E6E6;
    display: block;
    border-radius: 100%;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #D2D2D4;
    line-height: 160%;
    float: right;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}
body  section .morebtn:hover {
    color: #fff;
    background: #47AF34;
    border-color: #47AF34;
}
body  section .icon-fallback-text {
    width: 25px;
    height: 25px;
    text-indent: -10000em;
    background: transparent url(../img/cart.svg) no-repeat scroll 0 3px;
    background-size: 20px auto;
    display: inline-block;
    vertical-align: middle;
}
/*popup*/

.window {
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease
}
.window > .close {
    cursor: pointer;
    display: block;
    position: absolute;
    top: -28px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../img/close.svg) no-repeat 50% 0;
    background-size: 20px 20px
}
.window > img {
    position: absolute;
    bottom: -1px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    max-width: 100%;
    max-height: 100%
}
.window > .title {
    display: none;
}
.window .next,
.window .prev {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 1em;
    background-size: 7px 16px
}
.window .next::after {
    content: 'Ã¢â€“Â¸';
    font-size: 2em;
}
.window .prev::before {
    content: 'Ã¢â€�?â€š';
    font-size: 2em;
}
.window .count {
    display: none;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99998;
    background: rgba(0, 0, 0, .7)
}
body  section .heading-box {
    width: 90%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    top: 50%;
}
body  section .heading-box .headerhead {
    color: #fff;
    line-height: 115%;
    font-size: 1.6em;
    text-align: center;
    display: block;
    font-weight: bold;
}
body  section .heading-box p {
    color: #fff;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0;
}
body  section .heading-box .lead {
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-size: 1em;
    display: block;
}
body  section .heading-box h2 {
    color: #fff;
    font-size: 1.5em;
    text-align: left;
    font-weight: 300;
}
body  section .heading-box h3 {
    color: #fff;
    line-height: 115%;
    font-size: 1.5em;
    text-align: center;
    font-weight: 300;
}
body  section .heading-box p.lead {
    margin-bottom: 0;
    margin: 0 auto;
    text-align: center;
}
body  section .heading-box div.left {
    text-align: center!important;
}
body  section .heading-box a.bt {
    margin-bottom: 0;
}
/*header no images*/

body  section header.header-noimg {
    background-color: #F6F6F6;
}
body  section header.header-noimg h1,
body  section header.header-noimg p.lead {
    margin-bottom: 0;
    text-align: left;
}
/*back to top*/

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 1;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #EE3413;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}
/*form*/

body  section form {
    margin: 2em auto;
    padding: 0;
}


body.contact  section form {
    float: none;
	max-width: 700px;
}

body  section form > fieldset {
    margin-bottom: 30px
}
body  section form input[type=text],
body  section form input[type=email],
body  section form input[type=date],
body  section form input[type=password],
body  section form input[type=fax],
body  section form input[type=tel],
body  section form textarea,
body  section form select {
    border: 1px solid #F8F8FA;
    height: 43px;
    width: 100%;
    min-width: 160px;
    margin: 5px 0px 16px;
    padding: 10px;
    vertical-align: top;
    font: inherit;
    resize: none;
    -webkit-appearance: none;
    background-color: #F8F8FA!important;
    border-radius: 0;
	color:#1d252c;

}



body.contact  section form input[type=text],
body.contact  section form input[type=email],
body.contact  section form input[type=date],
body.contact  section form input[type=password],
body.contact  section form input[type=fax],
body.contact  section form input[type=tel],
body.contact  section form textarea,
body.contact  section form select {
    border: 1px solid #fff;
    height: 43px;
    width: 100%;
    min-width: 160px;
    margin: 5px 0px 16px;
    padding: 10px;
    vertical-align: top;
    font: inherit;
    resize: none;
    -webkit-appearance: none;
    background-color: transparent!important;
    border-radius: 0;
	color:#1d252c;

}



body  section form input[type=date] {
	text-transform: uppercase;
	color: #1d252c;
}

body.contact  section form input[type=date] {
	text-transform: uppercase;
	color: #fff;
}


body  section form input[type=file] {
    margin: 5px 0px;
    padding: 10px 20px;
    vertical-align: top;
    font: inherit;
    background-color: #F8F8FA;
}

body.contact  section form input[type=file] {

    background-color: #fff;
}

body  section form input[type=number] {
    -moz-appearance: textfield
}
body  section form input[type=checkbox],
body  section form input[type=radio] {
    margin: 4px 15px 0 0;
    vertical-align: top
}
body  section input:focus,
textarea:focus,
select:focus {
    background: none repeat scroll 0 0 #F8F8FA;
    color: #333;
}
select:focus {
    background: url(../img/select-arrow.svg) no-repeat right 8px transparent;
}
body  section input:focus::-webkit-input-placeholder,
body  section textarea:focus::-webkit-input-placeholder,
body  section select:focus::-webkit-input-placeholder {
    color: #333;
	background-color:#F8F8FA;
}
select::-ms-expand {
    display: none
}
body  section form label {
    text-transform: none;
    color: #333;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.9em;
	line-height: 24px;
	margin-right: 1em;
}


body.contact  section form label {

    color: #fff;;

}

body  section form textarea {
    height: 120px!important;
    resize: none;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0;
}
body  section form select option {
    padding: 10px;
    background: #fff;
    color: #101010;
}
body  section form input[type=submit] {
    display: block;
    -webkit-appearance: none;
    font-family: inherit;
}
body  section form .block {
    margin-top: 1em;
    margin-bottom: 20px;
    clear: both;
    width: 100%;
}
body  section form .block div {
    display: block;
    margin: 10px 0 0 0;
}
body  section form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/select-arrow.svg) no-repeat right 8px #F8F8FA;
}
body  section form input[type="date"] {
    background: url(../img/calendar.svg) no-repeat 96% 12px #F8F8FA;
	border: 1px solid #F8F8FA;
    background-size: 26px 24px;
}
body  section form input[type="date"]:hover {
    cursor: pointer;
}
/*styled form elements*/


body  section form input[type=checkbox].styled,
body  section form input[type=radio].styled {
    display: none;
}
body  section form input[type=checkbox].styled + span,
body  section form input[type=radio].styled + span {
    margin: 1px 10px 0 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    height: 16px;
    width: 16px;
    line-height: 16px;
}
body  section form input[type=checkbox].styled + span::before,
body  section form input[type=radio].styled + span::before {
    content: '';
    background: #fff;
    border: 1px solid #333;
    display: inline-block;
    vertical-align: top;
    height: 16px;
    width: 16px;
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
}
body  section form input[type=radio].styled + span::before {
    border-radius: 8px;
}
body  section form input[type=checkbox].styled + span::after,
body  section form input[type=radio].styled + span::after {
    content: '';
    display: inline-block;
    visibility: hidden;
    vertical-align: top;
    height: 8px;
    width: 16px;
}
body  section form input[type=checkbox].styled:checked + span::after,
body  section form input[type=radio].styled:checked + span::after {
    visibility: visible;
}
body  section form input[type=checkbox].styled:checked + span::before {
    background: #83C9C3;
    outline: 1px solid #333;
    border: 3px solid #FFF;
}
body  section form input[type=radio].styled:checked + span::before {
    background: #83C9C3;
    box-shadow: 0 0 3px #000;
    border: 3px solid #FFF;
}
body  section form input[type=checkbox].styled:checked + span::after,
body  section form input[type=radio].styled:checked + span::after {
    visibility: visible;
}
body  section form input[type=checkbox].styled:checked + span::before {
    background: #83C9C3;
    outline: 1px solid #333;
    border: 3px solid #FFF;
}
body  section form input[type=radio].styled:checked + span::before {
    background: #83C9C3;
    box-shadow: 0 0 3px #000;
    border: 3px solid #FFF;
}
body  section form .block div {
    display: block;
    margin: 10px 0px 0px;
}
body  section form .block div label {
    display: block;
    margin: 10px 0
}
/*CSS Spinners*/

.load-container {
    float: left;
    height: 100px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0;
}
.loader3 {
    font-size: 10px;
    margin: 3px auto;
    text-indent: -9999em;
    width: 9em;
    height: 9em;
    border-radius: 50%;
    background: #555555;
    background: -moz-linear-gradient(left, #555555 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #555555 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #555555 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #555555 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #555555 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader3:before {
    width: 50%;
    height: 50%;
    background: #555555;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.loader3:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
body.about-us .img-cont2 img {
    width: 50%;
}
/*Slider */

.slick-slider {
    margin-bottom: 0!important;
}
/*Latest News arrows*/

body  section .clients-slider-box .row {
    margin-top: 0;
    margin-bottom: 0;
}
body  section .clients-slider-box .container {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
}
body  section .clients-slider-box img {
    margin-bottom: 0;
}
body  section .clients-slider-box .slick-prev,
body  section .clients-slider-box .slick-next {
    border: 0 none;
    height: 37px!important;
    position: absolute;
    top: 41%;
    width: 18px;
    opacity: 0.7;
}
body  section .clients-slider-box .slick-prev:hover,
body  section .clients-slider-box .slick-next:hover {
    opacity: 1;
}
body  section .clients-slider-box .slick-prev {
    background: transparent url(../img/arrow-left-b.svg) no-repeat scroll 0 0;
    background-size: 19px 35px;
    left: 22px;
}
body  section .clients-slider-box .slick-next {
    background: transparent url(../img/arrow-right-b.svg) no-repeat scroll 0 0;
    background-size: 19px 35px;
    right: 22px;
}
body  section .clients-slider-box {
    width: 100%;
    background-color: #F1F1F3;
    position: relative;
    clear: both;
}
body  section .clients-slider a {
    margin: 0 1em;
}
body  section .bgtheme {
    background: transparent url('../img/bg-6.jpg') no-repeat 0 top;
    background-size: 100%;
}

/*contact*/

body  section .contact-box {} body  section .contact-box h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}
body  section .contact-box span,
body  section .contact-box a {
    display: block;
}
body  section .contact-box a {
    text-decoration: none;
    color: #000;
}
body  section .contact-box .address {
    margin: 1em 0;
}
body  section .contact-box .fax {
    margin-bottom: 1em;
}
body  section .slick-dots {
    bottom: 8px;
}
/*footer*/

footer {
    min-height: 400px;
    padding: 0;
    position: relative;
    margin-top: 0;
    vertical-align: middle;
    padding: 0;
    float: left;
    width: 100%;
    background: transparent url('../img/footer-dev.png') no-repeat center center;
    background-size: cover;
}
footer .row {
    margin-top: 0;
    margin-bottom: 0;
}
footer .container {
    padding: 0 1.3em;
}
footer .devider {
    margin: 2em 0;
}
footer hr {
    border: 0;
    height: 1px;
    background: #fff;
}
footer .slogan {
    color: #fff;
    font-size: 1.55em;
    font-weight: bold;
    text-align: center;
    display: block;
    max-width: 300px;
    margin: 1em auto 0.3em;
}
footer .tx1 {
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
    color: #fff;
    font-size: 1em;
}
footer .formField {
    display: block;
    border: 1px solid #fff;
    padding: 7px 15px;
    font-style: italic;
    color: #1d252c;
    max-width: 320px;
    margin: 1em auto;
    font-size: 0.85em;
    background: #fff url('../img/gobtn.svg') no-repeat right center;
	background-size: 30px auto;
    text-align: center;
}
footer .formField:hover{
	cursor: pointer;
}

footer .footerlogo {
    display: block;
    clear: both;
    width: 100%;
    text-indent: -10000em;
    max-width: 300px;
    margin: 2em auto 0;
}
footer .footerlogo img {
    margin-bottom: 0;
}
footer .newsletter h2 {
    text-align: center;
    color: #000;
    font-weight: 300;
    font-size: 1.125em;
    margin-top: 1.5em;
    line-height: 1;
}
footer .newsletter h2 span {
    display: block;
    font-weight: bold;
    font-size: 2.25em;
}
footer .address {
	width: 100%;
	clear: both;
}
footer .address p {
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-size: 1em;
}
footer .address h2 {
    text-align: center;
    color: #fff;
    text-transform: none;
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: 0.6em;
    float: left;
    width: 100%;
}
footer .address ul li,
footer .address ul li p {
    list-style: none;
    font-size: 1em;
    margin: 0px;
    text-align: left;
    font-weight: bold;
    display: inline-block;
}
footer .address ul li a {
    color: #58BFB7;
    font-weight: bold;
    font-size: 1em;
}
footer .address ul li span {
    color: #d23339;
}
footer .address .contact-info li {
    margin-bottom: 0.3em;
}
footer .address ul {
    text-align: center;
}
footer .address .col-6,
footer .contact-info .col-6 {
    width: inherit;
    float: left;
    margin-right: 0.2em;
}
footer .footer-slogan {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-style: italic;
    font-size: 1.6em;
    margin: 1em auto 0.5em;
    max-width: 400px;
}
footer .legal {
    border-top: 1px solid #fff;
    background-color: #fff;
}
footer .legal .container {
    padding: 1em;
    position: relative;
}
footer .legal a {
    padding: 0.7em 0;
    text-decoration: none;
    display: block;
    font-size: 1.05em;
    text-align: center;
    color: #1b242b;
}
footer .legal a .copyicon {
    font-size: 1.4em !important;
    vertical-align: middle;
    line-height: 100%;
}
.hideelem {
    display: none;
}
/*dynamic text*/

body  section #dynamic-box {
    margin-bottom: 4em;
}
body  section .dynamictext {
    clear: both;
    margin-bottom: 0;
}
body  section .dynamictext .title {
    cursor: pointer;
    background: transparent;
    border: 1px solid #DEDEDE;
    border-width: 0 0 1px 0;
}
body  section .dynamictext.open .title {
    cursor: pointer;
    cursor: default;
    border-left: 0;
    border-right: 0;
}
body  section .dynamictext .box {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 0;
}
body  section .dynamictext .title h2 {
    color: #4e4e4e;
    margin: 0 10px 0 0;
    padding: 10px 20px 10px 0;
    display: block;
    font-size: 1.55em;
    font-weight: 300;
    text-transform: none;
}
body  section .dynamictext .title::after {
    content: '';
    display: block;
    position: relative;
    top: 0;
    width: 50%;
    left: 0;
    border-top: 1px solid #1176bb;
    max-width: 280px;
    margin: 0;
}
body  section .dynamictext .title:hover h2 {
    color: #1176bb;
    font-weight: 700;
}
body  section .dynamictext.open h2 {
    color: #1176bb;
    padding: 10px 20px 10px 0;
    margin: 0 auto;
    position: relative;
    width: 100%;
    font-size: 1.55em;
    text-transform: none;
    font-weight: bold;
    cursor: pointer;
}
/*List 3*/

ul.bullet {
    line-height: 10px;
}
ul.bullet li {
    list-style: none;
    text-indent: -1.8em;
    padding-left: 2em;
    margin-bottom: 1em;
    line-height: 128%;
}
ul.bullet li:before {
    content: '';
    display: inline-block;
    height: 19px;
    width: 30px;
    background: transparent url('../img/arrow-list.svg') no-repeat center center;
    background-size: 17px auto;
    margin-left: -10px;
    padding-right: 20px;
    margin-right: 9px;
    vertical-align: middle;
}
/*list links*/

body  section .list-links a h2 {
    font-size: 1.05em;
    margin: 0;
    ;
    color: #fff;
    text-transform: none;
    padding-right: 30px;
}
body  section .list-links a {
    display: block;
    margin: 0 0 15px;
    text-decoration: none;
    position: relative;
    padding: 18px 20px 18px 18px;
    background: #455560;
}
body  section .list-links a:hover {
    background-color: #0762A0;
    color: #fff;
}
body  section .list-links a:hover h2 {
    color: #fff;
}
body  section .list-links a span {
    background: url(../img/doc-types.svg) no-repeat scroll center 200px transparent;
    display: inline-block;
    height: 40px;
    margin: 0;
    right: 10px;
    text-indent: -10000em;
    width: 45px;
    position: absolute;
    top: 9px;
    background-size: 921px auto;
}
body  section .list-links a span.type-pdf {
    background-position: -363px -13px;
}
body  section .list-links a span.type-word {
    background-position: -12px -13px;
}
body  section .list-links a span.type-excel {
    background-position: -57px -13px;
}
body  section .list-links a span.type-file {
    background-position: -668px -13px;
}
body  section .list-links a span.link-icon {
    background-position: -804px -13px;
}
/*Contact*/

body  section .contactinfo h3 {
    text-transform: none;
    color: #4e4e4e;
    border: 1px solid #DEDEDE;
    border-width: 0 0 1px 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
body  section .contactinfo h3::after {
    content: '';
    display: block;
    position: relative;
    top: 11px;
    width: 50%;
    left: 0;
    border-top: 1px solid #1176bb;
    max-width: 280px;
    margin: 0;
}
body  section .contactinfo a {
    margin-bottom: 3em;
    display: block;
    font-size: 1.35em;
    margin-right: 10px;
}
body  section .contactinfo p {
    margin-bottom: 3em;
    font-size: 1.3em;
    margin-right: 10px;
}
/*social*/

.social {
    margin: 0 auto;
}
.social span {
    display: none;
}
.social ul {
    text-align: left;
}
.social ul li {
    display: inline-block;
    list-style: none;
    margin: 0;
}
.social ul li a {
    height: 35px;
    width: 35px;
    display: block;
    background: url(../img/social-all.svg) no-repeat scroll center 200px transparent;
    text-indent: -999999em;
    -webkit-backface-visibility: hidden;
    background-size: 547px auto;
}
.social ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.social-sq a.facebook {
    background-position: 1px 2px;
}
.social-sq a.linkedin {
    background-position: -95px 3px;
}
/*news section home*/

body  section .news-box .news-text {
    background-color: #F4F4F4;
    padding: 2em;
}
body  section .news-box .news-text h2 {
    text-transform: none;
    font-size: 1.55em;
}
body  section .news-box .news-img img {
    margin-bottom: 0;
}
date {
    font-size: 0.95em;
    color: #5d5d5d;
    margin: 1em 0 0.3em;
    display: block;
    width: 100%;
}
date span {
    display: inline-block;
    vertical-align: central;
    text-indent: -10000em;
    width: 18px;
    height: 18px;
    background: url(../img/clock.svg) no-repeat scroll center center transparent;
    margin-right: 10px;
    background-size: 18px auto;
}
/*partners*/

body  section .logo-slider {
    clear: both;
    margin-bottom: 2em;
}
body  section .logo-slider:nth-of-type(1) {
    margin-bottom: 0;
}
body  section .logo-slider img {
    margin: 1em auto;
    max-width: 280px;
    max-height: 100px;

}
body  section .logo-slider li {
    list-style: none;
    display: block;
    margin-bottom: 0.2em;
}
body  section .logo-slider li a {
    display: inline-block;
    width: 100%;
}
body  section .partners h2 {
    text-align: center;
}
/*Image Gallery*/

body  section .img-gallery {
    float: left;
    width: 100%;
    margin-top: 1em;
}
body  section .image-box {
    position: relative;
    width: 100%;
    cursor: pointer;
    margin-bottom: 2em;
    display: block;
}
body  section .image-box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(87, 132, 37, 0.7);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-backface-visibility: hidden;
}
body  section .image-box:hover:after {
    opacity: 1;
}
body  section .image-box img {
    width: 100%;
    vertical-align: top;
    margin-bottom: 0;
    height: auto;
}
body  section .gallery .bt {
    clear: both;
}
/*Parallax*/

body section .parallax {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    display: block;
    padding: 0;
    position: relative;
    background-color: transparent;
    margin: 1em 0 3em;
    background-position: center center;
    background-image: url(../img/parallax.jpg);
    min-height: 260px;
}
body  section .parallax h2 {
    text-align: center;
    text-transform: none;
    color: #fff;
    font-weight: 300;
}
/*- contact icons -*/

body  section .map-info {
    position: relative;
    font-size: 1.25em;
}
body  section .map-info div {
    width: 100%;
    position: relative;
    display: block;
    margin: 3px 0;
}
body  section .map-info div p {
    display: inline-block;
    vertical-align: middle;
    width: 79%;
    margin-bottom: 0;
    margin-left: -5px;
    font-size: 0.85em;
}
body  section .map-info div a {
    display: inline-block;
    text-decoration: none;
    font-size: 0.85em;
    vertical-align: middle;
    color: #000;
}
body  section .map-info div span {
    background: url(../img/contact-icons.svg) no-repeat scroll center 200px transparent;
    background-size: 28px auto;
    display: inline-block;
    height: 22px;
    text-indent: -999999em;
    vertical-align: middle;
    width: 22px;
    margin-right: 12px;
}
body  section .map-info div a:hover {
    color: #0779bb;
}
body  section .map-info div .icon4 {
    background-position: -3px -94px;
}
body  section .map-info div .icon3 {
    background-position: -3px -63px;
}
body  section .map-info div .icon2 {
    background-position: -3px -35px;
}
body  section .map-info div .icon1 {
    background-position: -2px -7px;
}
body  header span.connexion {
    display: block;
    vertical-align: middle;
    width: 29px;
    height: 29px;
    background: url(../img/avatar.svg) no-repeat scroll center center transparent;
    background-size: 13px auto;
    text-indent: -10000em;
    margin-right: 8px;
    position: absolute;
    right: 3em;
    top: 15px;
    border: 1px solid #81C6C2;
    cursor: pointer;
}
body  section .padded-title {
    font-size: 1.8em;
    line-height: 1.6;
    text-align: left;
    margin: 0 0 1em;
    float: left;
    font-weight: 300;
}
body  section .padded-title span {
    display: inline-block;
    background: rgba(73, 193, 184, 0.9);
    color: #fff;
    text-transform: uppercase;
    padding: 10px 5px 5px;
    line-height: 1;
}
.login-section img {
    float: left;
    max-width: 113px;
    margin-right: 1em;
}
.login-section a {
    border: 2px solid #83C9C3;
    padding: 9px 14px 7px;
    margin-top: 1.5em;
    vertical-align: middle;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9em;
    text-decoration: none;
}
.login-section div.left {
    margin: 2em 0;
}
.login-section a:hover {
    background-color: rgba(131, 201, 195, 0.6);
    border: 2px solid  rgba(131, 201, 195, 0.6);
}
.login-section a span {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 20px;
    background: url(../img/avatar.svg) no-repeat scroll center 0 transparent;
    background-size: 13px auto;
    text-indent: -10000em;
    margin-right: 8px;
}
.login-section h2 {
    text-transform: none;
    font-weight: 300;
}
.login-section .lead {
    color: #58BFB7;
}


.cont-box h2{text-transform: none;font-weight: 300;font-size: 1.6em;}

body  section #map_canvas {
    height: 300px;
}
#map_wrapper {
    height: 300px;
}




.addbox{position:relative;}

.addbox select{width: 90%;}

.addbox .addbtn{display: inline-block;width:8%;height: 43px;background-color: #8DCDC7;border-radius: 3px;margin-top: 5px;line-height: 100%;margin-left: 1%;
				color:#fff;text-align: center;font-weight: 300;font-size: 2.3em;}

.addbox .addbtn:hover{text-decoration: none;background-color: #67C3D0;}

.addbox  .addfield{position: relative;width: 100%;}


.addbox  .addfield input[type=submit], .addbox  .addfield input[type=button]{cursor:pointer;
																			 position: absolute;top:12px;right: 12px;color:#fff;font-weight: bold;width: 30px;height: 30px;background-color: #666;border-radius: 3px;line-height: 100%;
}


.seljobs{display: block;margin: 0.5em 0 1.5em;text-transform: uppercase;font-weight: 500;
		 font-size: 0.9em;}
.seljobs li{list-style: none;vertical-align: middle;margin-bottom: 0.4em;}

.seljobs li span{display: inline-block;width: 14px;height: 14px;line-height: 120%;color:#fff;border-radius: 2px;margin-right: 0.3em;
				 font-size: 0.75em;text-indent: -10000em;vertical-align: middle;
				 background: url(../img/close.svg) no-repeat scroll center center #c80a2b;
				 background-size: 7px auto;

}

.seljobs li span:hover{background-color: #262E34;cursor: pointer;}


h2.person-name{text-transform: uppercase;font-weight: bold;}

.form-info{float: left;width: 100%;margin: 1.3em 0;}
.form-info li{list-style: none;background-color: #F3F3F3;width: 100%;margin-bottom: 0.2em;}
.form-info li span{display: inline-block;padding: 8px 10px;font-size: 0.95em;}
.form-info li span.field-name{text-align: right;width: 44%;font-weight: 500;vertical-align: top;}
.form-info li span.field-info{text-align: left;font-weight: bold;width: 54%;border-left: 0.2em solid #fff;}


.form-info2{float: left;width: 100%;margin:0.5em 0;border: 1px solid #58BFB7;}
.form-info2 li{list-style: none;background-color: #F3F3F3;width: 100%;margin-bottom: 0;}
.form-info2 li span{display: inline-block;padding: 6px 10px;font-size: 0.95em;}
.form-info2 li span.field-name{text-align: right;width: 44%;font-weight: 500;}
.form-info2 li span.field-info{text-align: left;font-weight: bold;width: 54%;}


.form-spacer{margin-bottom: 2em!important;}


body.form-view > section #map_canvas {
    height: 314px;
}

/*search*/

body.search .main {
	background: transparent url('../img/searchbg.jpg') no-repeat center top;
	background-size: cover;
	min-height: 550px;
}

body.contact .main {
	background-color: #1f5350;
	background-image: none;
	min-height: 350px;
}


body .bannerbg1 {
	background: transparent url('../img/contactbg2.jpg') no-repeat center top;
	background-size: cover;
	min-height: 450px;
}


body.contact footer {margin-top: 0;}


.search-cont{}

.search-box{
	background-color: #ffc05b;
	float: left;
    width: 100%;
	padding: 1em;
}

.tabsearch{

}

.search-box form{
	margin: 0;
}

body.search section form input[type="submit"],
body.search_results section form input[type="submit"]{
    width: 55px;
    height: 43px;
    position: absolute;
    right: 0;
    top: 29px;
	background: url('../img/select-arrow3.svg') no-repeat center center #2d353b;
}

/*tabs*/
body  section .tabs-box {
    margin: 1em 0;
}
body  section .tabs {
    width: 100%;
    position: relative;
    display: block;
	float: left;
    margin-bottom: 3px;
}
body  section .tabs li {
    list-style: none;
    display: none;
    float: left;
    padding-bottom: 0;
    position: relative;
    width: 100%;
	background-color: #fff;
}
body  section .tabs li.active {
    display: block;


}




body  section .tabs li a {
    padding: 12px 10px;
    display: block;
    background: transparent;
    color: #003468;
    text-decoration: none;
    text-align: center;
    font-size: 1.2em;
    text-transform: none;
}
body  section .tabs li:nth-of-type(3) a {
    border-right: none;
}
body  section .tabs-box .col-12 {
    float: left;
}
body  section .tabs li.active a,
body  section .tabs li.active a:hover {

    color: #1d252c;
    display: block;
    font-weight: bold;
	background: url(../img/select-arrow2.svg) no-repeat right 10px #ffc05b ;

}
body  section .tabs li a:hover {
    background: rgba(222, 222, 222, 1);
    color: #003468;
}

body  section .tabs:hover li {
    display: block;
}









body > section .form-info3{position: relative;text-decoration: none;color:#000;float: left;}
body > section .form-info3:after{
	content:'\A';position:absolute;width:100%; height:100%;top:0; left:0;
	background:rgba(69, 177, 169, 0.4); opacity:0; transition: all 0.5s;-webkit-transition: all 0.5s;-webkit-backface-visibility: hidden;
}

body > section .form-info3:hover:after { opacity:1;}


body > section .form-info3 span.search{
	display: none;
	text-indent: -10000em;
}

body > section .form-info3:hover span.search{
	position: absolute;width: 116px;height: 138px;background:url(../img/search-icon.svg) no-repeat center 7px transparent;
	background-size:80% auto; z-index: 100;top: 50%;left: 50%;transform: translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);display: block;opacity: 0.7;
}




/*tables*/
body > section table.styled2 {border: 1px solid #ccc;width: 100%;margin:0;padding:0;border-collapse: collapse;border-spacing: 0;}
body > section table.styled2 tr {border: 1px solid #ddd;padding: 5px;}



body > section table.styled2 th,
body > section table.styled2 td {padding: 10px;text-align: left;}
body > section table.styled2 th {text-transform: uppercase;font-size: 14px;letter-spacing: 1px;}


body > section table.styled2 tr:nth-child(even) {background: #CCC}
body > section table.styled2 tr:hover{background-color: #DDEAE9;}


body > section table.styled2 thead,
body > section table.styled2 thead tr:hover{
	background-color: #83C9C3!important;
}


body > section .newsliet .edit_news{
	display: inline-block;
	width: 20px;
	height: 20px;
	background:url(../img/edit.svg) no-repeat center center transparent;
	background-size:20px auto;
	text-indent: -10000em;
	margin: 0;
}

body > section .newsliet .del_news{
	display: inline-block;
	width: 20px;
	height: 20px;
	background:url(../img/delete.svg) no-repeat center center transparent;
	background-size:20px auto;
	text-indent: -10000em;
	margin: 0 0.4em;
}

body > section .newsliet .edit_news:hover,
body > section .newsliet .del_news:hover{opacity: 0.6;}

body > section .newsliet .active{
	display: block;
	width: 15px;
	height: 15px;
	text-indent: -10000em;
	border-radius: 50%;
	margin: 0 auto;
}
.act-yes{
	background-color: #45BF55;
}
.act-no{
	background-color: #DA071F;
}




/*Dropdown menu*/

body > section nav.filter{height: 52px;position:relative;display: block;}
body > section nav.filter{max-width: 377px; background: #1f5350;margin-bottom: 1em}
body > section nav.filter .label{display: block;text-align:center;background:none;font-size:1.2em;text-transform: uppercase;width: 100%;margin:0;color:#fff;font-weight:600;position: relative;top: 50%; -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
body > section nav.filter:hover{cursor: pointer;}
body > section nav.filter ul{left: -9999em;list-style: outside none none;padding: 9px 0;position: absolute;top: 41px;z-index: 100;text-align:left;margin:0;width: 100%;}
body > section nav.filter ul a{display: block;margin: 0 -21px;padding: 11px 10px;text-decoration: none;text-transform: uppercase;color: #000;font-size: 1.2em;text-align: center;font-weight: 300;background-color: #83C9C3;border-bottom: 1px solid #fff;}
body > section nav.filter ul a {margin:0}
body > section nav.filter ul li:last-child a{border-bottom: 1px #83C9C3 solid;}
body > section nav.filter ul li:nth-child(1) a{border-top:1px solid #fff;}
body > section nav.filter ul a:hover{background: none repeat scroll 0 0 #1f5350; color:#fff; border: medium none;text-decoration: none; border-bottom: 1px solid #fff;}
body > section .gallery nav ul a span{display: none;}
body > section .sort-box-menu:hover ul,
body > section  nav.filter:hover ul{left: 0;}


body.about-us .main{
	padding-top: 0;
}





/*List*/
body > section .paragraph{margin: 0 0 2em;}
body > section .paragraph ul, body > section .paragraph ol {list-style: none; padding-left: 15px;margin-top:1em;font-size: 1.05em!important;line-height: 30px;
															font-weight: 300;}
body > section .paragraph ul li,
body > section .paragraph ul li ul li{margin-bottom: 5px;padding-left: 28px;text-indent: -1.8em;}
body > section .paragraph ol li,
body > section .paragraph ol li ul li{margin-bottom: 5px;padding-left: 26px;text-indent: -2em;}
body > section .paragraph ul li:before,
body > section .paragraph ul li ul li:before{
	content: "o";
	color: #58BFB7 !important;
	-webkit-text-fill-color: #58BFB7;
	margin-right: 8px;
	font-weight: bold;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0.8em;
	line-height: 21px;
	text-indent: 0.9em;
}


body > section .paragraph ol{counter-reset: item}
body > section .paragraph ol li::before {color: red;content: counter(item) "o "; counter-increment: item;display: inline-block;font-size: 1.3em;
										 margin-right: 4px;min-width: 26px;text-align: left; text-indent: 0;}



body.login .main {

    background-color: #e3f9f7;

}

body.login h1{
	color:#333;
}

body.login  form input[type=text],
body.login  form input[type=email],
body.login  form input[type=date],
body.login  form input[type=password],
body.login  form input[type=fax],
body.login  form input[type=tel],
body.login  form textarea,
body.login  form select {
    border: 1px solid #a2dad5;

}



.image-box2 .content-box{background:transparent url('../img/woman.png') no-repeat center center;height: 517px;
						 background-size: 85% auto;}
.image-box2 .content-box2{background:transparent url('../img/woman2.png') no-repeat center center;height: 517px;
						  background-size: 85% auto;}
.image-box2 .content-box3{background:transparent url('../img/woman3.png') no-repeat center center;height: 517px;
						  background-size: 85% auto;}


.content-box{overflow:hidden;padding:1em;border-radius: 4px;max-width: 660px;margin: 0 auto;}

.image-box2 {

    display: none;

}


#list_search_form{
	width: 86%;
	margin-top: 0.5em;
}
#list_search_form input[type="text"]{
	float: left;
	margin: 0;
	margin-right: 1%;
	height: 39px;
}

#list_search_form input[type="submit"]{
	/*width: 22%;*/
	width: 7%;
    height: 39px;
	background: url('../img/select-arrow3.svg') no-repeat center center #2d353b;
	text-indent: -10000em;
	float: left;
}


/*TRISTAN CSS*/
/* CSS FOR WEBSITE MESSAGES -- SUCCESS|WARNING|INFO|DANGER */
.alert {margin-bottom: 20px;padding: 15px;position: relative;overflow: hidden;}
.alert a.bt-inv{float: right;}
.alert-success { background-color: #CDEEA7;border-color: #d6e9c6;color: #3c763d;}
.alert-info {background-color: #BFE7F1;border-color: #bce8f1; color: #31708f;}
.alert-warning {background-color: #F5E5A7;border-color: #faebcc;color: #8a6d3b;}
.alert-danger {background-color: #F9C6C5;border-color: #ebccd1;color: #a94442;}

.hidden{display:none!important;}
.pointer{cursor:pointer!important;}
.no_margin_bottom{margin-bottom: 0!important;}
/*percent width*/
.percent_15{width: 15%!important;}
.percent_20{width: 20%!important;}
.percent_25{width: 25%!important;}
.percent_30{width: 30%!important;}
.percent_35{width: 35%!important;}
.percent_40{width: 40%!important;}
.percent_45{width: 45%!important;}
.percent_50{width: 50%!important;}
.percent_55{width: 55%!important;}

/*END TRISTAN CSS*/