@import 'https://fonts.googleapis.com/css?family=Raleway:300,400,500,700|Work+Sans:300,400,600,700';

html {font-size: 62.5%;}

body {
    color: #3d3d3d;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;font-size: 1.6rem;
}

a {
    font-family: 'Work Sans', sans-serif;
    text-decoration: none;
    color: #373737;
}
a:hover, a:focus, a:active {
    font-family: 'Work Sans', sans-serif;
    text-decoration: none;
    color: #373737;
}
input, select, textarea {
    font-family: 'Work Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Raleway', sans-serif;
}

select {
    border: 1px solid #b9b9b9;
    width: 150px;
    text-align: center;
    text-align-last: center;
    /* webkit*/
    color: #3d3d3d;
    font-size: 16px;
    font-size: 1.6rem;
    height: 35px;
    line-height: 35px;
}
option {
    text-align: left;
    /* reset to left*/
}

::-moz-selection {
    background: #e5f9ff;
}
::selection {
    background: #e5f9ff;
}

.center-column {
    margin: 0 auto;
    float: none;
}

img {max-width: 100%;}

.marginTop50 { margin-top: 50px; }

#wrapper{
	padding-top: 57px;
}

#header {
    position: fixed;
	top: 0px;
    width: 100%;
    padding: 11px 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.15);
    box-shadow: 0 1px 4px rgba(0,0,0,.15);
    z-index: 5;
}
#header.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 101;
}
#logo {
    float: left;
    height: 35px;
}
#logo a {
    display: block;
    width: 185px;
    height: 33px;
    background: url('../images/logo.png') no-repeat left top;
}

.main-menu {
    float: right;
    padding-top: 7px;
}
.main-menu ul {
    margin: 0; padding: 0;
}
.main-menu ul li {
    padding: 0px 25px;
    position: relative;
    display: inline-block;
}
.main-menu ul li:first-child {
    padding-left: 0px;
}
.main-menu ul li:last-child {
    padding-right: 0;
}
.main-menu ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #373737;
    font-weight: 600;
    -webkit-transition: color ease-out 0.3s;
    -moz-transition: color ease-out 0.3s;
    transition: color ease-out 0.3s;
}
.main-menu ul li a:hover, .main-menu ul li.main-menu-li.active a {
    color: #0da0d9;
}
.submenu {
    display: none;
    position: absolute;
    top: 22px;
    left: 0;
    padding-left: 15px;
    padding-top: 28px;
}
.submenu ul {
    margin: 0;
    min-width: 350px;
    list-style-type: none;
    padding: 25px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.35);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.35);
	box-shadow: 0 2px 4px rgba(0,0,0,.35);
}
.submenu ul li {
    padding: 0;
    line-height: 1;
    margin-top: 35px;
	display: block;
}
.submenu ul li:first-child {
    margin-top: 0px;
}

#footer {
    width: 100%;
    margin-top: 150px;
}
.footer {
    width: 100%;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    padding:35px 0px;
}
.footer-content {
    position: relative;
}
.footer-bottom {
    background: #e0e0e0;
    padding: 10px 0px;
    text-transform: uppercase;
}

.section-slider-wrapper {
    width: 100%;
}
.main-slider {
    width: 100%;
}
.slider-text-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
}
.slide-text {
    color: #ffffff;
    font-size: 45px;
    font-size: 4.5rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    padding-top: 110px;
}
.slide-text p {
    margin: 0px;
}
.slide-text .slide-link {
    display: inline-block;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
    width: auto;
    margin-top: 30px;
}
.main-slider .slides  .slide.effect-style1 .slide-text {
    color: #806467;
}
.main-slider .slides  .slide.effect-style1 .slide-text .slide-link {
    background-color: #806467;
    border: 2px solid #ffffff;
    color: #ffffff;
}
.main-slider .slides  .slide.effect-style2 .slide-text {
    color: #ffffff;
}
.main-slider .slides  .slide.effect-style2 .slide-text .slide-link {
    background-color: #022F4C;
    border: 2px solid #ffffff;
    color: #ffffff;
}
.main-slider .flex-prev {
    position: absolute;
    top: 42%;
    left: 10%;
    margin-top: 12px;
    display: block;
    width: 15px;
    height: 25px;
    background: url('../images/arrow-left.png') no-repeat left top;
    z-index: 2;
}
.main-slider .flex-next {
    position: absolute;
    top: 42%;
    right: 10%;
    margin-top: 12px;
    display: block;
    width: 15px;
    height: 25px;
    background: url('../images/arrow-right.png') no-repeat left top;
    z-index: 2;
}
.slider-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 121px;
    background: url('../images/slider-map.png') no-repeat center bottom;
    z-index: 2;
}
.customers-slider-wrapper {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 50px;
}
.customers-slider-wrapper .flex-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -5px;
    display: block;
    width: 10px;
    height: 16px;
    background: url('../images/arrow-2-left.png') no-repeat left top;
    z-index: 2;
}
.customers-slider-wrapper .flex-next {
    position: absolute;
    top: 50%;
    right: -50px;
    margin-top: -5px;
    display: block;
    width: 10px;
    height: 16px;
    background: url('../images/arrow-2-right.png') no-repeat left top;
    z-index: 2;
}
.customers-slider .slides  {
	text-align: center;
}
.customers-slider .slides img {
    width: auto;
    height: 60px;
	display: inline-block;
}


.section-boxes-wrapper {
    width: 100%;
    overflow: hidden;
}
.section-boxes {
    margin-top: 20px;
}
.section-boxes .box-item {
    max-width: 529px;
    margin: 0 auto;
    cursor: pointer;
}
.section-boxes .box-item .box-item-image {
    position: relative;
    overflow: hidden;
}
.section-boxes .box-item .box-item-image img {
    /*-webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;*/
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter: brightness(100%);

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.section-boxes .box-item:hover .box-item-image img {
    /*opacity: .6;*/
    filter: brightness(125%);
    -webkit-filter: brightness(125%);
    -moz-filter: brightness(125%);
    -o-filter: brightness(125%);
    -ms-filter: brightness(125%);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
}
.section-boxes .box-item h2 {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #07b0ff;
    font-size: 30px;
    font-size: 3.0rem;
    width: 80%;
    line-height: 1.3;
}
.section-boxes .box-item .box-item-txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
/*    text-align: center;*/
    min-height: 160px;
    margin-bottom: 15px;
}
.section-boxes .box-item img {
    border: 2px solid #eaeaea;
}

.main-title {
    margin: 0px;
    margin-bottom: 60px;
    margin-bottom: 6.0rem;
    font-size: 45px;
    font-size: 4.5rem;
    color: #383838;
    text-align: center;
    line-height: 1.5;
}
.main-title-homepage {
    margin: 0px;
    margin-bottom: 60px;
    margin-bottom: 6.0rem;
    font-size: 38px;
    font-size: 3.8rem;
    color: #383838;
    text-align: center;
    line-height: 1.5;
}
.main-title-about {
    margin: 0px;
    margin-bottom: 60px;
    margin-bottom: 6.0rem;
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: 400;
    color: #383838;
    text-align: center;
    line-height: 1;
}

.copyright {
    float: left;
    color: #343434;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    margin-right: 25px;
}
.copyright p {
    margin-bottom: 0;
    line-height: 1;
}

.footer-menu {
    float: left;
}
.footer-menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
}
.footer-menu ul li {
    display: inline-block;
    line-height: 1;
    padding: 0px 25px;
    border-left: 1px solid #343434;
    font-size: 12px;
    font-size: 1.2rem;
}
.footer-menu ul li a {
    color: #343434;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: underline;
}
.power-by {
    float: right;
    color: #343434;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
}
.power-by a {
    color: #979797;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
}

.footer-logo {
    float: left;
    margin-right: 60px;
}
.footer-text {
    float: left;
}
.footer-text {
    color: #181818;
    font-size: 16px;
    font-size: 1.6rem;
}
.footer-text a {
    color: #0da0d9;
    font-size: 16px;
    font-size: 1.6rem;
}
.footer-text .address {
    line-height: 1;
    margin-bottom: 15px;
}
.footer-text .phone-fax {
    line-height: 1;
    margin-bottom: 15px;
}
.footer-text .email {
    line-height: 1;
    margin-bottom: 15px;
}
.footer-text .social-media {
    margin-top: 30px;
}
.footer-text .social-media a {
    display: inline-block;
    font-size: 25px;
    margin-right: 10px;
}

.newsletter-wrapper {
    position: absolute;
    bottom: -54px;
    right: 0px;
    background: #07b0ff;
    border: 4px solid #a2ddf8;
    padding:35px 40px;
    bottom:-35px;
    text-align: center;
}
.newsletter-wrapper h3 {
    color: #ffffff;
    line-height: 1;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 30px;
}
.newsletter-wrapper p {
    color: #ffffff;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
    line-height: 1.1;
}
.newsletter-form {}
.newsletter-form input {
    background: #ffffff;
    border: 0;
    width: 268px;
    height: 42px;
    line-height: 42px;
    padding: 0px 15px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #9b9b9b;
    float: left;
    margin-right: 12px;
}
.newsletter-form .btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
    height: 42px;
    line-height: 42px;
    padding: 0px 40px;
    box-sizing: border-box;
    float: left;
}

.section-text {
    width: 100%;
}
.section-text .thumbnail-holder {
    margin-bottom: 50px;
}
.section-text .title {
    font-weight: 600;
    font-size: 30px;
    font-size: 3.0rem;
    margin-top: 0px;
    color: #3d3d3d;
    margin-bottom: 30px;
}

.homepage-ritchtext-wrapper {
    width: 100%;
    position: relative;
    margin-top: 55px;
}
.homepage-ritchtext {
    width: 100%;
    background: #f4f4f4;
    padding-top: 100px;
    padding-bottom: 150px;
}
.ritchtext-top {
    width: 100%;
    height: 85px;
    background: url('../images/gray-map-top.png') no-repeat center top;
}
.ritchtext-bottom {
    width: 100%;
    height: 65px;
    background: url('../images/gray-map-bottom.png') no-repeat center top;
}
.homepage-ritchtext h2.title {
    text-align: center;
    color: #383838;
    font-weight: 300;
    font-size: 60px;
    font-size: 6.0rem;
    margin-top: 0px;
    line-height: 1;
    margin-bottom: 35px;
}
.homepage-ritchtext .thumbnail-holder {
    text-align: center;
    margin-bottom: 65px;
}
.homepage-ritchtext .text-content {
    color: #373737;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
}
.homepage-ritchtext .text-content h2 {
    font-weight: 500;
    font-size: 32px;
    font-size: 3.2rem;
    color: #383838;
    margin-bottom: 40px;
    line-height: 1;
}

.section-blog-widget {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
    overflow: hidden;
}
.section-blog-widget .title {
    text-align: center;
    color: #383838;
    font-weight: 300;
    font-size: 60px;
    font-size: 6.0rem;
    margin-top: 0px;
    line-height: 1;
    margin-bottom: 60px;
}
.blog-widget-list {}
.blog-widget-list .blog-widget-item {
    border: 1px solid #a8e3ff;
    padding-bottom: 40px;
    cursor: pointer;
}
.blog-widget-list .blog-widget-item .image {
    position: relative;
    overflow: hidden;
}
.blog-widget-list .blog-widget-item .image img {
    /*-webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blog-widget-list .blog-widget-item .image:hover img {
    /*opacity: .6;*/
    filter: brightness(125%);
    -webkit-filter: brightness(125%);
    -moz-filter: brightness(125%);
    -o-filter: brightness(125%);
    -ms-filter: brightness(125%);
    webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
}
.blog-widget-list .blog-widget-item .image .post-title {
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 155px;
    background: url('../images/fader.png') no-repeat center bottom;
    padding-left: 20px;
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.blog-widget-list .blog-widget-item .image .post-title a {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    color: #5d5d5d;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.3;
    position: absolute;
    bottom: 5px;
}
.blog-widget-item .blog-widget-item-text {
    padding: 20px 20px 30px 20px;
    margin: 0px;
    color: #3d3d3d;
    font-size: 16px;
    font-size: 1.6rem;
}
.blog-widget-item .read-more {
    display: block;
    margin-left: 20px;
    line-height: 1;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #07b0ff;
}

.section-banner {
    width: 100%;
    position: relative;
}
.section-banner .banner-title {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.section-banner .banner-title h2 {
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 8%;
    font-weight: 700;
    font-size: 45px;
    font-size: 4.5rem;
    text-align: center;
    text-shadow: 2px 2px 10px rgba(0,0,0,.53);
}
.banner-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 121px;
    background: url('../images/slider-map.png') no-repeat center bottom;
    z-index: 2;
}

.section-news {
    width: 100%
}
.section-news .title {
    font-size: 45px;
    font-size: 4.5rem;
    color: #383838;
    text-align: center;
    font-weight: 400;
    margin-top: 0px;
    border-bottom: 1px solid #b9b9b9;
    line-height: 1;
    padding-bottom: 50px;
    margin-bottom: 35px;
}
.news-list {
    margin-top: 50px;
}
.news-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.news-list ul li.news-item {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #3d3d3d;
}
.news-list ul li.news-item .date {
    line-height: 1;
    margin-bottom: 10px;
}
.news-list ul li.news-item .ptitle {
    display: block;
    color: #3d3d3d;
    margin-bottom: 10px;
}
.news-list ul li.news-item .read-more {
    display: block;
    font-weight: 600;
    color: #0da0d9;
}

.pagination-wrapper {
    text-align: center;
}
.pagination-wrapper .pagination {
    margin: 0;
}
.pagination > li > a, .pagination > li > span {
    border: 1px solid #b9b9b9;
    border-color: #b9b9b9 !important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #f4f4f4;
    color: #0da0d9;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    color: #0da0d9;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    color: #0da0d9;
}
.pagination > li > a, .pagination > li > span {
    color: #3d3d3d;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #0da0d9;
}
.post-title {
    position: relative;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 50px;
    margin-bottom: 60px;
/*    text-transform: uppercase;*/
}
.post-title h1 {
    margin:0;
    font-weight: 400;
    line-height: 1.5;
    color: #383838;
    font-size: 36px;
    font-size: 3.6rem;
    text-align: center;
}
.post-title .post-date {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -100px;
    background-color: #ffffff;
    color: #3d3d3d;
    font-size: 16px;
    font-size: 1.6rem;
    width: 200px;
    text-align: center;
}
.post-content {
    color: #3d3d3d;
    font-size: 18px;
    font-size: 1.8rem;
}
.post-content a {
    color: #e32328;
    font-size: 18px;
    font-size: 1.8rem;
}
.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
}
.post-content h1:first-child,.post-content h2:first-child,.post-content h3:first-child,.post-content h4:first-child,.post-content h5:first-child,.post-content h6:first-child {
    margin-top: 0px;
}
.post-content a.pdf {
    color: #3d3d3d;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    padding-left: 15px;
}
.post-content a.pdf:before {
    content: "\f1c1";
    font-family: 'FontAwesome';
    left:-5px;
    position:absolute;
    top: -1px;
    color: #0da0d9;
}
.post-content ul {
    list-style-type: none;
    padding:0;
}
.post-content ul li {
    padding-left: 1em;
    text-indent: -.7em;
}
.post-content ul li:before {
    content: "• ";
    color: #07b0ff;
    font-size: 20px;
}
.investors-content .post-content {
    color: #3d3d3d;
    font-size: 16px;
    font-size: 1.6rem;
}
.investors-content .post-content a {
    color: #e32328;
    font-size: 16px;
    font-size: 1.6rem;
}
.investors-content .post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
}
.share-this-post-wrapper {
    position: relative;
    border-top: 1px solid #b9b9b9;
    padding-top: 40px;
    margin-top: 60px;
    text-align: center;
}
.share-this-post-wrapper .share-title {
    display: block;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -100px;
    background-color: #ffffff;
    color: #3d3d3d;
    font-size: 16px;
    font-size: 1.6rem;
    width: 200px;
    text-align: center;
}
.share-this-post-wrapper a {
    display: inline-block;
    font-size: 33px;
    margin-left: 20px;
    color: #0da0d9;
}
.share-this-post-wrapper a.in {
    margin-left: 0;
}
.back-to-lastest-news, .back-to-lastest-news:hover, .back-to-lastest-news:focus, .back-to-lastest-news:active {
    display: inline-block;
    border: 2px solid #07b0ff;
    color: #07b0ff;
    height: 38px;
    line-height: 38px;
    padding: 0px 60px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    box-sizing: content-box;
    margin-top: 120px;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.8rem;
}
.custom-link-btn, .custom-link-btn:hover, .custom-link-btn:focus, .custom-link-btn:active {
    display: inline-block;
    border: 2px solid #07b0ff;
    color: #07b0ff;
    height: 38px;
    line-height: 38px;
    padding: 0px 60px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    box-sizing: content-box;
    margin-top: 120px;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.8rem;
}

.wave-bg {
    background: url('../images/wave-bg.png') no-repeat center top;
}

.section-video-block {
    width: 100%;
    margin-bottom: 45px;
}
.section-video-block .post-content {
    margin-top: 50px;
}
.video-block {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,.16);
    box-shadow: 0 3px 8px rgba(0,0,0,.16);
    border: 3px solid #d4d4d4;
    height: 534px;
}
.video-block iframe{height:528px;}

.section-boxes-wrapper-backpage {
    width: 100%;
}
.section-boxes-wrapper-backpage .title {
    font-weight: 600;
    font-size: 30px;
    font-size: 3.0rem;
    margin-top: 0px;
    color: #3d3d3d;
    margin-bottom: 30px;
}
.section-boxes-backpage {
    margin-top: 40px;
}
.section-boxes-backpage ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.section-boxes-backpage ul li.box-item {
    margin-top: 60px;
}
.section-boxes-backpage ul li.box-item:first-child {
    margin-top: 0px;
}
.section-boxes-backpage ul li.box-item .box-image {
}
.section-boxes-backpage ul li.box-item .box-content {
}
.section-boxes-backpage ul li.box-item .box-content h3 {
    margin-top: 0px;
    color: #3d3d3d;
    font-weight: 600;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
}
.section-boxes-backpage ul li.box-item .box-content .box-item-txt {
    font-size: 16px;
    font-size: 1.6rem;
}
.section-boxes-backpage ul li.box-item .box-content .box-item-txt p:last-child {
    margin-bottom: 0;
}

.section-contact {
    width: 100%;
}
.section-contact .main-title {
    margin-bottom: 40px;
}
.contact-box {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 2px 2px rgba(66,66,66,.15);
    -moz-box-shadow: 0 2px 2px rgba(66,66,66,.15);
    box-shadow: 0 2px 2px rgba(66,66,66,.15);
    border: solid 1px #ececec;
    padding: 40px;
}
.contact-box .contact-text {
    color: #212121;
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 40px;
}
.contact-box-form {

}
.contact-box-form .control-label {
    font-size: 16px;
    font-size: 1.6rem;
    color: #383838;
    font-weight: 400;
    margin-bottom: 10px;
}
.contact-box-form .has-error .control-label {
    color: #a94442;
}
.contact-box-form .control-label .star {
    color: #0da0d9;
    font-size: 16px;
    font-size: 1.6rem;
}
.contact-box-form .form-control:not(textarea) {
    /*width: 291px;*/
    height: 46px;
    line-height: 46px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 -2px rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 -2px rgba(0,0,0,.15);
    box-shadow: inset 0 -2px rgba(0,0,0,.15);
    font-size: 16px;
    font-size: 1.6rem;
}
.contact-box-form textarea.form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 -2px rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 -2px rgba(0,0,0,.15);
    box-shadow: inset 0 -2px rgba(0,0,0,.15);
    font-size: 16px;
    font-size: 1.6rem;
}
.contact-box-form select {
    text-align: left;
    text-align-last: left;
}
.contact-box-form .form-group {
    margin-bottom: 30px;
}
.contact-box-form .btn-success, .contact-box-form .btn-success:focus {
    float: right;
    width: 293px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(66,66,66,.15);
    -moz-box-shadow: 0 2px 2px rgba(66,66,66,.15);
    box-shadow: 0 2px 2px rgba(66,66,66,.15);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #0da0d9;
    font-size: 18px;
    font-size: 1.8rem;
    border: 2px solid #0da0d9;
    font-weight: 600;
    outline: none;
}
.contact-box-form  .checkbox label {
    color: #383838;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 0px;
}
.contact-box-form .form-btns-wrapper {
    margin-top: 15px;
}

.careers-list-wrapper {
    margin-top: 80px;
}
.careers-list-wrapper h3.career-title {
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem;
    color: #0da0d9;
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 20px;
    margin-top: 70px;
}
.careers-list-wrapper h3.career-title:first-child {
    margin-top: 0px;
}
.careers-accordion {
}
.careers-accordion .panel {
    border: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}
.careers-accordion .panel-default > .panel-heading {
    padding: 0px;
    background: #ffffff;
    border-bottom: 0px;
    margin-top: 25px;
}
.careers-accordion .panel-default > .panel-heading:first-child {
    margin-top: 0;
}
.careers-accordion .panel-title {
    color: #3d3d3d;
    font-size: 18px;
    font-size: 1.8rem;
}
.careers-accordion .panel-title i {
    font-size: 22px;
    color: #0da0d9;
}
.careers-accordion .panel-heading + .panel-collapse > .panel-body, .careers-accordio .panel-heading + .panel-collapse > .list-group {
    border-top: 0px;
    background-color: #f5f5f5;
    margin-top: 10px;
}
.careers-accordion .panel-title  a[aria-expanded="false"] i {

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.careers-accordion .panel-title  a[aria-expanded="true"] i {

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.apply-for-job {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #337ab7;
}
.apply-for-job:hover {
    color: #337ab7;
}

.section-offices {
    padding-top: 25px;
}
.section-offices .title {
    color: #383838;
    margin-top: 0px;
    font-weight: 400;
    font-size: 45px;
    font-size: 4.5rem;
    text-align: center;
    margin-bottom: 70px;
}
.offices-list-wrapper {
}
.offices-list-wrapper .office-item {
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 65px;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    color: #3d3d3d;
    font-size: 14px;
    font-size: 1.4rem;
}
.offices-list-wrapper .office-item a {
    color: #0da0d9;
    font-size: 14px;
    font-size: 1.4rem;
}
.offices-list-wrapper .office-item b, .offices-list-wrapper .office-item strong {
    font-weight: 600;
}
.offices-list-wrapper .office-item h3 {
    margin-top: 0px;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.8rem;
    color: #3d3d3d;
    margin-bottom: 45px;
}

.investors-wrapper {
/*    background-color: #fdfdfd;*/
}

.sidebar-menu {
    border-right: 1px solid #b9b9b9;
    position: relative;
    margin-right: 20px;
    padding-bottom: 20px;
}
.sidebar-menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.sidebar-menu ul li {
    max-width: 200px;
    margin-bottom: 20px;
    position: relative;
}
.sidebar-menu ul li .bullet {
    display: none;
    position: absolute;
    top: 5px;
    right: -48px;
    width: 12px;
    height: 12px;
    background: url('../images/circle.png') no-repeat left top;
}
.sidebar-menu ul li.active .bullet {
    display: block;
}
.sidebar-menu ul li:last-child {
    margin-bottom: 0px;
    background-color: white;
}
.sidebar-menu ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #3d3d3d;
    text-transform: uppercase;
}
.sidebar-menu ul li a i {
    font-size: 18px;
    font-size: 1.8rem;
    color: #0da0d9;
}
.sidebar-menu ul li.active {}
.sidebar-menu ul li.active a, .sidebar-menu ul li:hover a {
    color: #0da0d9;
}
.sidebar-menu ul li.active a {
    font-weight: 600;
}
.sidebar-menu ul li:last-child a {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    background-color: #ffffff;
    background: url('../images/email-icon.png') no-repeat 20px center;
    padding: 20px;
    padding-left: 80px;
    min-height: 31px;
    line-height: 1.5;
}

.sidebar-about-menu {
    border-right: 1px solid #b9b9b9;
    position: relative;
    margin-right: 20px;
    padding-bottom: 20px;
}
.sidebar-about-menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.sidebar-about-menu ul li {
    max-width: 200px;
    margin-bottom: 20px;
    position: relative;
}
.sidebar-about-menu ul li .bullet {
    display: none;
    position: absolute;
    top: 5px;
    right: -48px;
    width: 12px;
    height: 12px;
    background: url('../images/circle.png') no-repeat left top;
}
.sidebar-about-menu ul li.active .bullet {
    display: block;
}
.sidebar-about-menu ul li:last-child {
    margin-bottom: 0px;
    background-color: white;
}
.sidebar-about-menu ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #3d3d3d;
    text-transform: uppercase;
}
.sidebar-about-menu ul li a i {
    font-size: 18px;
    font-size: 1.8rem;
    color: #0da0d9;
}
.sidebar-about-menu ul li.active {}
.sidebar-about-menu ul li.active a, .sidebar-about-menu ul li:hover a {
    color: #0da0d9;
}
.sidebar-about-menu ul li.active a {
    font-weight: 600;
}

.investors-footer {
    margin-top: 0px;
}

.section-download-files {
    width: 100%;
}
.section-download-files .title {
    margin: 0px;
    font-weight: 600;
    font-size: 16px;
    font-size: 1.6rem;
    color: #3d3d3d;
}
.download-files-list {
    margin-top: 30px;
    margin-bottom: 30px;
}
.download-files-list .download-file {
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #3d3d3d;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
}
.download-files-list .download-file:first-child {
    padding-top: 0px;
}
.download-files-list .file-date {
    float: left;
    padding-right: 30px;
    width:180px;
}
.download-files-list .file-title {
    float: left;
}
.download-files-list .file-link {
    float: right;
}
.download-files-list .file-link a {
    font-weight: 600;
    color: #0da0d9;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
}

.investors-content {
    padding-bottom: 90px;
}

.contact-info {
    padding-top: 40px;
}
.contact-info .c-name {
    font-weight: 700;
}
.contact-info .c-name-info {
    font-weight: 700;
}

.wider-row.row {
    margin-left: -100px;
    margin-right: -100px;
}

#go_top {
    padding: 2px 10px;
    font-size: 20px;
    border: 2px solid #4c4c4c;
    color:#4c4c4c;
    position: fixed;
    bottom: 75px;
    right: 35px;
    display: block;
    z-index: 5;
    cursor: pointer;
    background: #ffffff;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.homepage-ritchtext .custom-link-btn {
    margin-top: 60px;
}

.post-content .script-widget {
    height: 500px;
}

.homepage-testimonials-wrapper {
    width: 100%;
    margin-top: 100px;
}
.homepage-testimonials-wrapper .title {
    text-align: center;
    font-size: 60px;
    font-size: 6.0rem;
    margin-top: 0px;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 1;
}
.testimonials-slider {
    margin-top: 60px;
}
.testimonial-text {
    font-style: italic;
    font-size: 18px;
    font-size: 1.8rem;
    color: #373737;
}

.blog-filter-wrapper {}
.blog-filter-wrapper .year {
    margin-right: 25px;
}

.page-investors .title {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    color:#3d3d3d;
    font-weight: 600;
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 30px;
}

/*mm-menu*/
.mm-menu.mm-theme-white{background:#fff ;border-color:white;color:black}
.mm-menu.mm-theme-white .mm-navbar a,.mm-menu.mm-theme-white .mm-navbar>*,.mm-menu.mm-theme-white em.mm-counter{color:black}
.mm-menu.mm-theme-white .mm-btn:after,.mm-menu.mm-theme-white .mm-btn:before{border-color:black}
.mm-menu.mm-theme-white .mm-listview{border-color:#eee}
.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-white .mm-listview>li .mm-next:after{border-color:black}
.hamburger {
    box-sizing: border-box;
    width: 70px;
    height: 45px;
    position: fixed ;
    top: 3px;
    right: 0;
    z-index: 99999;
}
.hamburger:before, .hamburger:after, .hamburger span {
    background: #3d3d3d;
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    position: absolute;
    right: 20px;
    z-index: 99999;
}
.hamburger:before {
    top: 10px;
}
.hamburger span {
    top: 20px;
}
.hamburger:after {
    top: 30px;
}

/* Hamburger animation */
.hamburger:before, .hamburger:after, .hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity;
}
html.mm-opening .hamburger:before, html.mm-opening .hamburger:after {
    top: 20px;
}
html.mm-opening .hamburger span {
    left: -50px;
    opacity: 0;
}
html.mm-opening .hamburger:before {
    transform: rotate( 45deg );
}
html.mm-opening .hamburger:after {
    transform: rotate( -45deg );
}
/*mm-menu*/

.icon-search {
    position: relative;
}
.search-box-input {
    background-color: #ffffff;
    border-radius: 60px;
    box-shadow: 0 0 6px #c7c7c7;
    -webkit-box-shadow: 0 0 6px #c7c7c7;
    -moz-box-shadow: 0 0 6px #c7c7c7;
    position: absolute;
    right: 0px;
    bottom: -15px;
    z-index: 990;
    height: 48px;
    box-sizing: border-box;
    padding: 0 15px;
    display: none;
}
.search-box-input a {
    float: left;
}
.search-box-input a.btn-search-close {
    margin-right: 10px;
    margin-top: 14px;
}
.search-box-input a.link-search {
    margin-left: 10px;
    margin-top: 14px;
}
.search-box-input form {
    float: left;
}
.search-box-input input {
    float: left;
    width: 245px;
    height: 34px;
    border: 0px;
    border-right: 2px solid #c5c5c5;
    color: #808080;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    background-color: #efefef;
    font-style: italic;
    padding: 0 6px;
    margin: 7px 0 7px 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    display:none;
}
.search-box-input input.error {
    border-right: 2px solid red;
}
.search-error {
    display: none;
    position: absolute;
    color: red;
    width: 270px;
    z-index: 995;
    top: 3px;
    right: 0px;
    text-align: left;
}

.accessibility-link-mobile {
    position: absolute;
    top: 5px;
    right: 85px;
}
.accessibility-link-desktop {
    padding-left: 0px;
    position: relative;
}
#accessibility-link-desktop {
    color: #0da0d9;
    font-size: 22px;
    position: absolute;
    top: -20px;
    left: 0;
}
.accessibility-link-mobile #accessibility-link-desktop {
    position: static;
    font-size: 30px;
}
.accessibility-wrapper {
    display: none;
    position: absolute;
    right: 15px;
    top: 70px;
    min-width: 250px;
    z-index: 99;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.35);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.35);
    box-shadow: 0 2px 4px rgba(0,0,0,.35);
}
.acc-title {
    border-bottom: 1px solid #acacac;
    font-size: 12px;
    font-size: 1.2rem;
    color: #acacac;
    padding: 10px 18px;
    position: relative;
}
.acc-title .acc-close {
    font-size: 16px;
    color: #ababab;
    position: absolute;
    right: 14px;
    top: 7px;
}
.accessibility-wrapper .acc-content .acc-item {
    margin-top: 15px;
}
.accessibility-wrapper .acc-content .acc-item:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0px;
}
.accessibility-wrapper a {
    color: #373737;
    font-size: 14px;
    font-size: 1.4rem;
}
.accessibility-wrapper a i {
    color: #0da0d9;
}
.accessibility-wrapper .acc-content {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px;
}

.section-boxes-investors {
    margin-top: 40px;
}
.section-boxes-investors .box-item {
    border: 1px solid #b9b9b9;
    padding: 20px;
    background-color: white;
}
.section-boxes-investors .box-item h3 {
    color: #07b0ff;
    margin-top: 0px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.5;
}
.section-boxes-investors .box-item.stock-box h3 {
    margin-bottom: 4px;
}
.section-boxes-investors .box-item .box-image {
    text-align: center;
}
.section-boxes-investors .box-item .box-main-no {
    text-align: center;
    font-weight: 300;
    color: #3d3d3d;
    line-height: 1;
    font-size: 50px;
    font-size: 5.0rem;
    margin-bottom: 5px;
}
.section-boxes-investors .box-item .box-second-no {
    color: #3d3d3d;
    line-height: 1;
    font-weight: 600;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 5px;
}
.section-boxes-investors .box-item .box-date {
    color: #9c9c9c;
    line-height: 1;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
}

.investors-content .contact-box {
    padding: 0px;
}
.investors-content .contact-box .contact-box-form {
    padding: 30px 20px 40px 20px;
    border-right: 1px solid #d4d4d4;
}
.investors-content .contact-box-form-wrapper {
    padding-top: 30px;
}

.stock-box-item {
    cursor: pointer;
}

.section-newsletter {
    widht: 100%;
    padding-top: 10px;
}
.newsletter-box {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 2px 2px rgba(66,66,66,.15);
    -moz-box-shadow: 0 2px 2px rgba(66,66,66,.15);
    box-shadow: 0 2px 2px rgba(66,66,66,.15);
    border: solid 1px #ececec;
    padding: 40px;
}
.newsletter-box .contact-text {
    color: #212121;
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 40px;
}
.newsletter-box-form {

}
.newsletter-box-form .control-label {
    font-size: 16px;
    font-size: 1.6rem;
    color: #383838;
    font-weight: 400;
    margin-bottom: 10px;
}
.newsletter-box-form .has-error .control-label {
    color: #a94442;
}
.newsletter-box-form .control-label .star {
    color: #0da0d9;
    font-size: 16px;
    font-size: 1.6rem;
}
.newsletter-box-form .form-control:not(textarea) {
    /*width: 291px;*/
    height: 46px;
    line-height: 46px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 -2px rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 -2px rgba(0,0,0,.15);
    box-shadow: inset 0 -2px rgba(0,0,0,.15);
    font-size: 16px;
    font-size: 1.6rem;
}
.newsletter-box-form textarea.form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 -2px rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 -2px rgba(0,0,0,.15);
    box-shadow: inset 0 -2px rgba(0,0,0,.15);
    font-size: 16px;
    font-size: 1.6rem;
}
.newsletter-box-form .form-group {
    margin-bottom: 30px;
}
.newsletter-box-form .btn-success, .newsletter-box-form .btn-success:focus {
    float: right;
    width: 293px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(66,66,66,.15);
    -moz-box-shadow: 0 2px 2px rgba(66,66,66,.15);
    box-shadow: 0 2px 2px rgba(66,66,66,.15);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #0da0d9;
    font-size: 18px;
    font-size: 1.8rem;
    border: 2px solid #0da0d9;
    font-weight: 600;
    outline: none;
}
.newsletter-box-form  .checkbox label {
    color: #383838;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 0px;
}
.newsletter-box-form .form-btns-wrapper {
    margin-top: 30px;
}

.section-text-download-files a {
    color: #3d3d3d;
}
.section-text-download-files a i {
    color: #e32328;
}

.search-title {
    color: #0da0d9;
    margin-bottom: 10px;
    display: block;
}

.mobile-search-wrapper {
    height: 50px !important;
    padding: 5px !important;
}
.mobile-search-btn {
    display: inline-block !important;
    float: right;
    padding: 10px !important;
    margin-left: 15px !important;
    margin-right: 10px;
}
#mobile-squery {
    width: 75%;
    margin: 0px;
    display: inline-block;
    margin-top: 7px;
    float: right;
}
#mobile-squery:after {
    content: ' ';
    clear: both;
}

.products-wrapper {

}
.product-box {
    background-color: #ffffff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #eaeaea;
    padding: 26px 26px 45px 26px;
    margin-top: 35px;
    cursor: pointer;
}
.product-box .product-image {
    width: 100%;
    height: 190px;
    line-height: 190px;
    text-align: center;
    overflow: hidden;
}
.product-box .product-image img {
    display: inline;
    vertical-align: middle;

    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter: brightness(100%);

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product-box:hover .product-image img {
    filter: brightness(125%);
    -webkit-filter: brightness(125%);
    -moz-filter: brightness(125%);
    -o-filter: brightness(125%);
    -ms-filter: brightness(125%);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
}
.product-box .product-title {
    color: #07b0ff;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.385;
    font-weight: 500;
}
.product-box .read-more {
    display: block;
    margin-top: 30px;
    color: #07b0ff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
}
.product-box .product-description {
    font-size: 16px;
    font-size: 1.6rem;
    color: #3d3d3d;
}

.section-product {}
.section-product .product-title {
    margin-bottom: 45px;
}
.section-product .product-title h1 {
    font-size: 40px;
    font-size: 4.0rem;
    color: #383838;
    text-align: center;
    margin: 0;
    line-height: 1;
    font-weight: 400;
}
.section-product .product-content {
    font-size: 18px;
    font-size: 1.8rem;
    color: #3d3d3d;
}
.section-product .product-content p {
    font-size: 18px;
    font-size: 1.8rem;
    color: #3d3d3d;
    margin-bottom: 25px;
}
.section-product .product-features-title {
    font-weight: 500;
    font-size: 30px;
    font-size: 3.0rem;
    color: #3d3d3d;
    margin-top: 60px;
    margin-bottom: 25px;
}
.related-products-wrapper {
    width: 100%;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #eaeaea;
    padding: 40px 60px;
}
.related-product-image {
    text-align: center;
}
.flexslider .slides .related-product-image img {
    width: auto;
    display: inline-block;
}
.related-products-wrapper .related-title {
    display: block;
    font-weight: 500;
    font-size: 26px;
    font-size: 2.6rem;
    color: #07b0ff;
    margin-bottom: 20px;
    line-height: 1;
}
.related-products-wrapper .read-more {
    display: block;
    margin-top: 20px;
    color: #07b0ff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
}
.related-products-wrapper p {
    margin-bottom: 0px;
    font-size: 16px;
    font-size: 1.6rem;
}
.related-products-wrapper .flex-prev {
    width: 10px;
    height: 16px;
    background: url('../images/arrow-2-left.png') no-repeat left top;
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -8px;
}
.related-products-wrapper .flex-next {
    width: 10px;
    height: 16px;
    background: url('../images/arrow-2-right.png') no-repeat left top;
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -8px;
}

.blog-posts-wrapper {
    margin-top: 50px;
}
.popular-blog-posts {
    border: 1px solid #cdcdcd;
    padding: 23px 16px;
	margin-bottom: 15px;
}
.popular-blog-posts .title {
    color: #3d3d3d;
    font-weight: 600;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Work Sans', sans-serif;
    text-align: center;
    margin-top: 0px;
    line-height: 1;
    margin-bottom: 35px;
}
.popular-blog-posts ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.popular-blog-posts ul li {
    margin-top: 30px;
}
.popular-blog-posts ul li:first-child {
    margin-top: 0px;
}
.popular-blog-posts ul li .img {
    display: block;
    float: left;
    margin-right: 10px;
    width: 72px;
    overflow: hidden;
}
.popular-blog-posts ul li .img img {
	max-width: initial;
	margin-left: -25%;
}
.popular-blog-posts ul li .bptitle {
    display: block;
    line-height: 1.3;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #07b0ff;
    font-family: 'Raleway', sans-serif;
}
#blog-posts-list {

}
.blog-post-item {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #eaeaea;
    margin-bottom: 25px;
}
.blog-post-item .blog-post-image {
    overflow: hidden;
}
.blog-post-item .blog-post-image img {
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter: brightness(100%);

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blog-post-item:hover .blog-post-image img {
    filter: brightness(125%);
    -webkit-filter: brightness(125%);
    -moz-filter: brightness(125%);
    -o-filter: brightness(125%);
    -ms-filter: brightness(125%);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
}
.blog-post-item-content {
    padding: 25px 35px 35px 40px;
}
.blog-post-item-content h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
    font-size: 2.4rem;
    color: #07b0ff;
    line-height: 1.2;
}
.blog-post-item-content .blog-post-meta-data {
    margin-bottom: 30px;
}
.blog-post-item-content .blog-post-meta-data .author {
    display: inline-block;
    background: url('../images/user-icon.png') no-repeat left center;
    padding-left: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #969696;
    margin-right: 15px;
}
.blog-post-item-content .blog-post-meta-data .post-date {
    display: inline-block;
    background: url('../images/date-icon.png') no-repeat left center;
    padding-left: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #969696;
}
.blog-post-item-content p {
    color: #3d3d3d;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
}
.blog-post-item-content a {
    display: block;
    color: #07b0ff;
    font-weight: 600;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 30px;
}

.team-categories-wrapper {margin-bottom:50px;}
.team-categories-wrapper a {
    float: left;
    display: block;
    border: 1px solid #373737;
    font-size: 14px;
    font-size: 1.4rem;
    color: #373737;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 500;
    min-width: 190px;
    text-align: center;
    margin-left: 30px;
}
.team-categories-wrapper a:first-child {
    margin-left: 0px;
}
.team-categories-wrapper a.active {
    border: 2px solid #0da0d9;
    color: #0da0d9;
    font-weight: 600;
}
.team-list-title {
    color: #3d3d3d;
    font-weight: 600;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top:0;
    margin-bottom:0;
}
.team-list-wrapper {margin-top:25px;}
.team-list-item {
    border: 1px solid #b9b9b9;
    margin-bottom: 37px;
}
.team-list-item .team-item-content {
    padding-top: 25px;
    padding-bottom: 30px;
    text-align: center;
}
.team-list-item .team-item-content .team-item-title {
    display: inline-block;
    color: #07b0ff;
    font-weight: 600;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 15px;
}
.team-list-item .team-item-content p {
    margin-bottom: 0px;
    color: #373737;
    font-size: 16px;
    font-size: 1.6rem;
}
.team-member-title {
    margin-top: 0;
    font-weight: 600;
    color: #3d3d3d;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
}
.team-member-img {
    display: inline-block;
    border: 1px solid #b9b9b9;
    margin-bottom: 30px;
}
.team-back-to-category {
    margin-top: 45px;
}
.team-back-to-category a {
    color: #07b0ff;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
}

.section-text .title-page-about {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #3d3d3d;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
}

.partners-box {
    margin-bottom: 33px;
}
.section-boxes-investors .partners-box h3 {
    margin-top:20px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.offices-map-wrapper {
    width: 100%; /*url('../images/map-bg.png') no-repeat center 75px;*/
    position: relative;
}
.offices-map {
    /*height: 542px;*/
    background: #203b51;
}
.offices-map-wrapper .map-wrapper {
    /*position: absolute;*/
    /*right: -50px;*/
}
.offices-map-wrapper .map {
    /*width: 976px;
    height: 542px;
    background: url('../images/map.png') no-repeat center top;*/
    position: relative;
    text-align: right;
    zoom: 0.69;
}
.office-map-marker {
    display: block;
    position: absolute;
    z-index: 2;
}
.office-map-item-content {
    padding: 25px 15px;
}
.office-map-item-content .office-name {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #3d3d3d;
    margin-top: 0px;
    margin-bottom: 40px;
}
.office-map-item-content p {
    font-size: 14px;
    font-size: 1.4rem;
}
.office-map-item-content a {
    color: #0da0d9;
}

.office-map-item {
    width: 100%;
    min-height: 500px;
}
.office-modal-close,.office-modal-close:hover {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    color: #0da0d9;
    z-index: 5;
}

.section-boxes-service-wrapper {}
.section-boxes-service-wrapper .main-title {
    line-height: 1;
    margin-bottom: 35px;
}
.section-boxes-service {
    margin-top: 50px;
}
.section-boxes-service ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.section-boxes-service ul .service-box-item {
    width: 100%;
    background: url('../images/bg-g-2.png') repeat-x left bottom;
    padding: 60px 0 80px 0px;
}
.service-box-item h3 {
    margin-top: 0px;
    font-weight: 500;
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 30px;
}
.service-box-item .box-item-txt p:last-child {
    margin-bottom: 0px;
}
.service-box-item .box-item-txt {
    line-height: 1.5;
}
.section-serice-ritchtext {}
.section-serice-ritchtext.marginTop50 {
    margin-top: 100px;
}
.section-serice-ritchtext .title {
    text-align: center;
    font-weight: 400;
    font-size: 45px;
    font-size: 4.5rem;
}
.section-serice-ritchtext .back-to-lastest-news {
    margin-top: 50px;
}

.offices-slider-wrapper {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    padding-bottom: 30px;
}
.offices-slider-navigation {
    position: absolute;
    bottom: -15px;
    z-index: 5;
    width: 100%;
    padding: 0px 20px;
}
.offices-slider-navigation .flex-prev {
    display: inline-block;
    width: 10px;
    height: 16px;
    background: url('../images/arrow-2-left.png') no-repeat left top;
    float: left;
}
.offices-slider-navigation .flex-next {
    display: inline-block;
    width: 10px;
    height: 16px;
    background: url('../images/arrow-2-right.png') no-repeat left top;
    float: right;
}

.section-culture {
    margin-top: 100px;
}
.section-culture .title {
    text-align: center;
    font-size: 44px;
    font-size: 4.4rem;
    color: #383838;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 60px;
}
.culture-box {
    padding: 0 20px;
}
.culture-box .box-image {
    text-align: center;
}
.culture-box h3 {
    color: #07b0ff;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.5
}

.heading-category {
    padding: 0;
    border: 0px;
    border-bottom: 0px;
    background-color: transparent !important;
    border-radius: 0;
}
.heading-category h3.career-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 20px;
    margin-top: 70px;
}
.careers-list-wrapper .panel-group .panel {
    border-radius: 0px;
    border:0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
.careers-list-wrapper .panel-group .panel-body {
    border-top: 0px !important;
}
.careers-list-wrapper  .career-title a[aria-expanded="false"] i {

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.careers-list-wrapper  .career-title  a[aria-expanded="true"] i {

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}


.blog-share-wrapper  a {
    display: inline-block;
    font-size: 25px;
    margin-left: 20px;
    color: #1791cf;
}
.blog-share-wrapper .jssocials-share-facebook a {
	color: #5174c2;
}
.blog-share-wrapper .jssocials-share {
	margin: 0px;
}
.blog-share-wrapper  .share-links .jssocials-shares .jssocials-share:first-child a  {
	margin-left: 0px;
}
.blog-share-wrapper .mailto {
	float: left;
	height: 38px;
	font-size: 38px;
	color: #646464;
	line-height: 1;
}
.blog-share-wrapper .share-links {
	float: left;
}

.product-content ul {
	list-style: none;
    padding:0;
    margin:0;
}
.product-content ul li {
	padding-left: 1em; 
    text-indent: -.7em;
}
.product-content ul li:before {
	content: "• ";
    color: #07b0ff;
	font-size: 20px;
}

.author-post-wrapper {
	border-top: 1px solid #b9b9b9;
	padding-top: 45px;
	margin-top: 40px;
}
.author-post-wrapper .author-image {
	border: 1px solid #b9b9b9;
	float: left;
}
.author-post-wrapper .author-info {
	float: left;
	padding-left: 30px;
	width: 80%;
}
.author-post-wrapper .author-info .author-name {
	color: #07b0ff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
}
.author-post-wrapper .author-info .author-position {
	color: #373737;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	margin-top: 5px;
}
.author-post-wrapper .author-info .author-description {
	color: #373737;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-top: 10px;
}
.author-post-wrapper .author-info .author-social {
	margin-top: 10px;
}
.author-post-wrapper .author-info .author-social a {
	font-size: 27px;
	color: #1791cf;
	margin-right: 10px;
}

/* acc css */
.page-inverted body,
.page-inverted footer,
.page-inverted header,
.page-inverted .footer,
.page-inverted .newsletter-wrapper,
.page-inverted .footer-bottom,
.page-inverted .banner-bottom,
.page-inverted .investors-wrapper,
.page-inverted .contact-box,
.page-inverted .contact-box-form .btn-success,
.page-inverted .newsletter-box,
.page-inverted .newsletter-box-form .btn-success,
.page-inverted .careers-accordion .panel-default > .panel-heading,
.page-inverted .careers-accordion .panel-heading + .panel-collapse > .panel-body, .careers-accordio .panel-heading + .panel-collapse > .list-group,
.page-inverted .slider-bottom,
.page-inverted .homepage-ritchtext,
.page-inverted .ritchtext-top,
.page-inverted .ritchtext-bottom,
.page-inverted .blog-widget-list .blog-widget-item .image .post-title,
.page-inverted .panel,
.page-inverted .pagination > li > a,
.page-inverted .pagination > li > span,
.page-inverted .accessibility-wrapper
{
    background: black !important;
    background-color: black !important;
    opacity: 1 !important;
}

.page-inverted .fa {color: white !important;}
.page-inverted #acc-contrast-text:before {content: 'בטל ';}
.page-inverted .footer-alert-wrapper {border-top: solid 1px white;}
.invertedHightLightYellow {color: yellow !important;}
.invertedHightLight {color: white !important;}
.underline {text-decoration: underline !important;}

.page-inverted-low body,
.page-inverted-low header,
.page-inverted-low footer,
.page-inverted-low .accessibility-wrapper,
.page-inverted-low .main-menu ul li a.active
{
    background-color:white !important;
    background:white !important;
}
.page-inverted-low .acc-btn,
.page-inverted-low .accessibility-wrapper {border:solid 1px black;}
.page-inverted-low #acc-contrast-low-text {display:inline;}
.page-inverted-low .fa {color: blue !important;}
.page-inverted-low aside nav ul li a{border-bottom:solid 1px white;}
.invertedLowBlue {color: Blue !important;}
.invertedLow {color: Black !important;}
.underline {text-decoration: underline !important;}
.page-inverted-low .calDaysEvent,
.page-inverted-low #icons .title{background:#999 !important;}
.page-inverted-low img{-webkit-filter: grayscale(100%);filter: gray;filter: grayscale(100%);}
/* acc css */


/* Extra small devices (phones, less than 768px) */
@media (max-width: 480px) {
    .service-box-item .box-image {
        text-align: center;
    }
    .service-box-item .box-image-one {
        margin-bottom: 20px;
    }

    .section-culture {
        margin-top: 50px;
    }
    .section-culture .title {
        font-size: 30px;
        font-size: 3.0rem;
        margin-bottom: 30px;
    }

    .custom-link-btn, .custom-link-btn:hover, .custom-link-btn:focus, .custom-link-btn:active {
        line-height: 1.1;
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .team-list-item {
        max-width: 261px;
    }

    .flexslider .slides img {
        opacity: 0.75;
    }

    #header {
        padding: 11px 25px;
    }
    .slider-bottom {
        display: none;
    }
    .slide-text {
        text-align: center;
        font-size: 18px;
        font-size: 1.8rem;
        padding-top: 10px;
        line-height: 1.3;
    }
    .slide-text .slide-link {
        margin-top: 15px;
        padding: 0 10px;
        height: 28px;
        line-height: 28px;
    }
    .main-slider .flex-prev {
        left: 6%;
    }
    .main-slider .flex-next {
        right: 6%;
    }

    .wider-row.row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .main-title-homepage {
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 1.3;
        margin-top: 20px;
    }

    .section-boxes .box-item h2 {
        width: 100%;
    }
    .section-boxes .col-xs-12:first-child {
        margin-bottom: 30px;
    }

    .ritchtext-top {
        display: none;
    }
    .ritchtext-bottom {
        display: none;
    }
    .homepage-ritchtext {
        padding: 50px 0px;
    }
    .homepage-ritchtext .thumbnail-holder {
        margin-bottom: 35px;
    }
    .homepage-ritchtext h2.title {
        font-size: 40px;
        font-size: 4.0rem;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .homepage-ritchtext .text-content h2 {
        font-size: 20px;
        font-size: 2.0rem;
        margin-bottom: 20px;
    }
    .homepage-ritchtext .text-content {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .homepage-ritchtext .custom-link-btn {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .section-blog-widget .title {
        font-size: 40px;
        font-size: 4.0rem;
        margin-bottom: 30px;
    }

    .blog-widget-list .blog-widget-item .image .post-title a {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .blog-widget-list .blog-widget-item .image .post-title {
        background: url('../images/fader.png') no-repeat center top;
        height: 110px;
    }
    .blog-widget-item p {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .blog-widget-list .col-xs-12:first-child {
        margin-bottom: 30px;
    }
    .section-blog-widget {
        padding-bottom: 0px;
    }

    .footer-logo {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .footer-text {
        float: none;
    }
    .newsletter-wrapper {
        width: 100%;
        margin-top: 20px;
        padding: 15px;
        position: static;
    }
    .newsletter-form input {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .newsletter-form .btn {
        float: none;
    }
    .newsletter-wrapper h3 {
        font-size: 20px;
        font-size: 2.0rem;
        margin-bottom: 20px;
    }
    .newsletter-wrapper p {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    #go_top {
        right: 25px;
    }

    .footer-bottom {
        text-align: center;
    }
    .copyright {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .footer-menu {
        float: none;
        margin-bottom: 15px;
    }
    .footer-menu ul li {
        border-left: 0;
        padding: 0px 10px;
    }
    .power-by {
        float: none;
    }

    .homepage-testimonials-wrapper {
        margin-top: 80px;
    }
    .homepage-testimonials-wrapper .title {
        font-size: 30px;
        font-size: 3.0rem;
        margin-bttom: 20px
    }
    .testimonials-slider {
        margin-top: 30px;
    }
    .testimonial-image {
        text-align: center;
        margin-bottom: 15px;
    }
    .testimonial-text {
        text-align: center;
    }

    .post-content {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .customers-slider-wrapper {
        padding-bottom: 0;
        margin-top: 30px;
    }
    .customers-slider-wrapper .flex-next {
        right: -25px;
    }
    .customers-slider-wrapper .flex-prev {
        left: -25px;
    }

    .banner-bottom {
        display: none;
    }

    .main-title {
        line-height: 1.3;
        font-size: 30px;
        font-size: 3.0rem;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .contact-box {
        padding: 20px;
    }
    .contact-box .contact-text {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .contact-box-form .form-group {
        margin-bottom: 15px;
    }
    .contact-box-form .btn-success, .contact-box-form .btn-success:focus {
        width: 100%;
        margin-top: 30px;
    }

    #footer {
        margin-top: 70px;
    }

    .section-news .title {
        line-height: 1.3;
        font-size: 30px;
        font-size: 3.0rem;
        margin-top: 30px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .blog-filter-wrapper .year {
        margin-right: 10px;
        width: 120px;
    }
    .post-title h1 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.1;
        margin-top: 30px;
    }
    .post-title {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }

    .back-to-lastest-news, .back-to-lastest-news:hover, .back-to-lastest-news:focus, .back-to-lastest-news:active {
        padding: 0 10px;
        margin-top: 50px;
    }

    .section-banner .banner-title h2 {
        font-size: 19px;
        font-size: 1.9rem;
    }

    .download-files-list .file-date {
        float: none;
        margin-bottom: 10px;
    }
    .download-files-list .file-title {
        float: none;
        margin-bottom: 10px;
    }
    .download-files-list .file-link {
        float: none;
    }

    .contact-info {
        margin-top: 30px;
    }

    .page-investors .title {
        text-align: left;
        font-size: 16px;
        font-size: 1.6rem;
        color: #3d3d3d;
        font-weight: 600;
        border-bottom: 0;
        padding-bottom: 0px;
        margin-bottom: 30px;
    }

    .video-block {
        height: 180px;
    }
    .video-block iframe {
        height: 180px;
    }

    .section-boxes-backpage ul li.box-item .box-image {
        text-align: center;
        margin-bottom: 15px;
    }
    .section-boxes-backpage ul li.box-item .box-content {
        text-align: center;
    }

    .back-to-lastest-news {
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        box-sizing: border-box;
    }

    .section-boxes-investors .box-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 321px) {
    .slide-text {
        text-align: center;
        font-size: 16px;
        font-size: 1.6rem;
        padding-top: 10px;
        line-height: 1.3;
    }

    .main-title {
        font-size: 25px;
        font-size: 2.5rem;
    }
}

@media (min-width: 480px) {

}

@media (min-width: 480px) and (max-width: 992px) {
    .wider-row.row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .slider-bottom, .banner-bottom {
        display: none;
    }

    .section-boxes .box-item h2 {
        width: 100%
    }

    .slide-text {
        font-size: 35px;
        font-size: 3.5rem;
        padding-top: 35px;
        padding-left: 50px;
    }
    .main-slider .flex-next {
        right: 4%;
    }
    .main-slider .flex-prev {
        left: 4%;
    }

    .blog-widget-list .blog-widget-item .image .post-title a {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .blog-widget-list .blog-widget-item .image .post-title {
        background: url('../images/fader.png') no-repeat center top;
        height: 110px;
    }
    .blog-widget-item p {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .section-blog-widget {
        padding-bottom: 0px;
    }

    .newsletter-wrapper {
        width: 465px;
        margin: 0 auto;
        margin-top: 20px;
        padding: 15px;
        position: static;
    }

    .main-title {
        margin-top: 30px;
    }

    .contact-info {
        padding-top: 0px;
        padding-left: 40px;
    }
}

@media (min-width: 480px) and (max-width: 1445px) {
	.main-slider .flex-next {
        right: 4%;
    }
    .main-slider .flex-prev {
        left: 4%;
    }
    .main-menu ul li{
        padding-right: 0px !important;
    }
}


/* Small devices (tablets, 768px and up) */

@media (max-width: 600px) {
    .office-map-marker {
        width: 30px;
    }
}
@media (min-width: 480px) {
    #office-modal .modal-dialog {
        width: 450px !important;
    }
}
@media (min-width: 768px) {
    #office-modal .modal-dialog {
        width: 450px !important;
    }
}
@media (max-width: 480px) {
    .office-map-marker {
        width: 20px;
    }
    .offices-map-wrapper .map {
        overflow: hidden;
        width: 290px;
        margin: 0 auto;
    }
    .offices-map-wrapper .map .bg {
        max-width: 130%;
        margin-left: -37px;
    }
}
@media (max-width: 768px) {
    .offices-map-wrapper .map {
        zoom: 1;
    }
    .custom-link-btn, .custom-link-btn:hover, .custom-link-btn:focus, .custom-link-btn:active {
        white-space: normal;
        line-height: 1.1;
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .team-categories-wrapper a {min-width: 40%;}
}
@media (min-width: 769px) {
    .offices-map {
        position: absolute;
        top: 75px;
        width: 100%;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 1025px) {
    .offices-map-wrapper .map-wrapper {
        position: absolute;
        right: -50px;
    }
    .offices-map {
        height: 542px;
    }
    .offices-map-wrapper .map {
        zoom: 1;
    }
}

@media (min-width: 992px) and (max-width: 1050px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 2000px) {
    .slider-bottom,
    .ritchtext-top,
    .ritchtext-bottom,
    .banner-bottom{background-size: 100% auto;height:165px;bottom:-5px;}
    .ritchtext-top{height:110px;}
    .section-banner img{width:100%;}
}
@media (min-width: 1200px) and (max-width: 2000px) {

}
@media (min-width: 480px) and (max-width: 1200px) {
    .newsletter-wrapper {
        width: 465px;
        margin: 0 auto;
        margin-top: 20px;
        padding: 15px;
        position: static;
    }
}
@media (max-width: 1100px) {
    .sidebar-about-menu ul li .bullet, .sidebar-menu ul li .bullet {
		right: -6px;
	}
	#accessibility-link-desktop {
		left: auto
	}
}
@media (min-width: 480px) and (max-width: 1300px) {
    .wider-row.row {
        margin-left: -15px;
        margin-right: -15px;
    }
}
