/*
@font-face {
  font-family: 'gotham_boldregular';
  src: url('../fonts/gotham_bold_regular_0-webfont.woff2') format('woff2'),
       url('../fonts/gotham_bold_regular_0-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: SegoeUI;
  src:
      local("Segoe UI Light"),
      url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),
      url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),
      url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");
  font-weight: 100;
}
*/
/*
@font-face {
  font-family: SegoeUI;
  src:
      local("Segoe UI Semilight"),
      url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),
      url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),
      url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: SegoeUI;
  src:
      local("Segoe UI"),
      url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),
      url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),
      url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: SegoeUI;
  src:
      local("Segoe UI Bold"),
      url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),
      url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),
      url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: SegoeUI;
  src:
      local("Segoe UI Semibold"),
      url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),
      url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),
      url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
  font-weight: 700;
}
*/

h1{
  font-size: 50px;
  line-height: 50px;
}

.bubble-button{
  margin-top: 80px;
}

.item--style-1 .item__deco {
  fill: #D5EAFF;
}

@media( min-width: 992px){
  .bubble-button{
    margin: 0;
  }
  .bubble-button .row{
    display: flex;
    align-items: center;
  }
}

.ms-slide-layers {
  background: linear-gradient(rgb(16, 86, 157), rgb(139, 211, 194)) !important;
  opacity: 0.7 !important;
  left: 0 !important;
  right: 0 !important;
  max-width: 100% !important;
}
.ms-slide-layers div {
  max-width: 1400px !important;
  margin: auto;
  right: 0;
  left: 0;
}

img{
  -ms-interpolation-mode: bicubic !important;
}

body{
  color:#555;
}

body .mobile-view{
  display: none;
}

body.mobile .mobile-view{
  display: block;
}

/*body,
p{
  font: 14px "SegoeUI", 'Open Sans', sans-serif;
}*/

mark{
  background:none;
  font-weight: 600;
  padding:3px !important;
}

.text-uppercase{
  text-transform: uppercase;
}

.home .site_wrapper{
  background: #fff;
}

.site_wrapper{
  background: #f3f3f3;
  /*background: #e8f1f6;*/
  overflow: hidden;
}

/*
h1,
h2,
h3,
h4,
.page_title2 h1,
.parallax_section4 h2,
.ms-layer.text1,
.content_right .st-accordion ul li > a,
.list-link li a{
  font-family: "gotham_boldregular", sans-serif;
  font-weight: normal;
}
*/  
h1,
h2,
h3,
h4,
.page_title2 h1,
.parallax_section4 h2,
.ms-layer.text1,
.content_right .st-accordion ul li > a,
.list-link li a{
  font-family: Arial, sans-serif;
  font-weight: normal;
}

/*
body,
p,
h5,
h6{
  font-weight:300;
  font-family: "SegoeUI", sans-serif;
  font-size: 1rem;
}
*/  
body,
p,
h5,
h6{
  font-weight:300;
  /*font-family: "SegoeUI", sans-serif;*/
  font-family: Arial, sans-serif;
  font-size: 1rem;
}

.circle-content{
  position: relative;
  width: 100%;
  height: 450px;
  margin-top: 30px;
}

.circle-content-small{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.circle-content-small a:first-child{
  right: 30px;
}

.circle-content-small a:last-child{
  right: 80px;
}

.circle-link{
  width: 150px;
  height: 150px;
  position: relative;
}

.circle-link .item__title {
	font-size: 0.7rem;
}

.circle-link.big{
  width: 240px;
  height: 240px;
  position: absolute;
  bottom: 0;
  z-index: 10;
}

.circle-link.big .item__title {
	font-size: 1.25rem;
}

.circle-link.ultra{
  width: 370px;
  height: 370px;
  position: absolute;
  top: 0;
  left: 140px;
}

@media( max-width: 639px){
  .circle-link.ultra{
    left: 0;
  }
  .circle-link.big{
    bottom: -60px;
  }
}

@media( max-width: 479px){
  .circle-link.big {
    width: 210px;
    height: 210px;
    bottom: 0;
  }
  .circle-link.ultra{
    width: 270px;
    height: 270px;
    left: 0px;
    top: 0px;
  }
  .circle-link.left{
    left: -30px;
  }
  .circle-content-small a:last-child{
    right: -40px;
  }
}

.circle-link.ultra .item__title {
	font-size: 1.6rem;
}

.bubble_items{
  position: absolute;
  width: 180px;
  height: 180px;
  z-index: 1;
}
.bubble_items span{
  position: absolute;
  border-radius: 50%;
}
.bubble_items span:nth-child(1){
  background: #82CABF;
  width: 100px;
  height: 100px;
  bottom: 0;
}
.bubble_items span:nth-child(2){
  background: rgb(69,194,194);
  background: linear-gradient(90deg, rgba(69,194,194,1) 0%, rgba(16,86,141,1) 100%);
  left: 20%;
  width: 130px;
  height: 130px;
}
.bubble_items span:nth-child(3){
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgb(69,194,194);
  background: linear-gradient(0deg, rgba(69,194,194,1) 0%, rgba(16,86,141,1) 100%);
}

.header_new{
  padding: 120px 0 0 0;
  position:relative;
  margin-bottom: 70px;
}

.header_new .bubble_items:nth-child(1){
  left: -20px;
  bottom: -95px;
}

.header_new .bubble_items:nth-child(2){
  right: -60px;
  top: 30px;
  transform: rotate(242deg) scaleX(-1);
}

.header_new .bg{
  position: absolute;
  background: url('../img/bg_header.png');
  background-position: center;
  background-repeat: no-repeat;
  height: 120px;
  bottom: -120px;
  left: 0;
  right: 0;
}

.header_new .bg_image{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('../img/head-bg-shade.png');
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}

.header_new .item{
  padding: 50px 20px 0 20px;
}

.header_new .item .row{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

@media(max-width: 992px){
  .header_new .item{
    padding-top: 80px;
  }
}

.header_new .owl-carousel .owl-wrapper-outer{
  z-index: 100;
}

.header_new .owl-controls{
  position: absolute;
    z-index: 100;
    top: calc(50% - 20px);
    left: 0;
    right: 0;
    margin: -20px;
}

.header_new .owl-buttons{
  display: flex;
  justify-content: space-between;
}

.header_new .owl-theme .owl-controls .owl-buttons div{
  color: #FFF;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 41px;
  border-radius: 0;
  background: transparent;
  opacity: 0.5;
}

.header_new .owl-theme .owl-controls .owl-buttons div:hover{
  opacity: 1;
  background: transparent;
}

.ms-layer.text1{
  font-weight: 600;
  font-size: 60px;
  line-height: 1.2;
}
.ms-layer.text1 strong{
  font-weight: 400;
}


h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small{
  display:block;
  font-weight:100;
}

.compact .header,
.header.innerpages{
  background:#fff;
}

.title2 h2{
  font-weight: 400;
}

.title2 h2 em{
  font-weight: 300;
  font-size: 22px;
  margin-top: 10px;
}

.rich-text .title-content{
  /*border-left: 3px solid #10569D;*/
  /*padding-left: 25px;*/
  position: relative;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  justify-content: space-between;
}

.rich-text .title-content h1{
  font-size: 35px;
  line-height: 35px;
  margin-top:0;
  background: none;
  color: #10569D;
  max-width: 100%;
  display: block;
  flex-shrink: 1;
}

.rich-text .title-content h1:after{
  border: 0;
  padding-top:0;
}

.rich-text h1:not(:first-child),
.rich-text h2:not(:first-child),
.rich-text h3:not(:first-child),
.rich-text h4:not(:first-child),
.rich-text h5:not(:first-child),
.rich-text h6:not(:first-child){
  margin-top:50px;
}

.rich-text h1:after,
.rich-text h2:after,
.rich-text h3:after,
.rich-text h4:after,
.rich-text h5:after,
.rich-text h6:after{
  content:"";
  border-bottom:1px dotted #c1c1c1;
  display:block;
  padding:20px 0 0 0;
}

.rich-text p {margin-bottom:1.5em; font-size:15px; line-height:1.6;}
.rich-text > ul {margin:0 0 0 2em; list-style:outside disc;}
.rich-text > ol {margin:0 0 0 2em; list-style:outside decimal;}
.rich-text > ul > li,
.rich-text > ol > li {margin:1em 0; list-style:inherit; border:none; height:auto; overflow:visible;}
.rich-text table {margin:1em 0; width:100% !important;}

.rich-text h1 strong,
.rich-text h2 strong,
.rich-text h3 strong,
.rich-text h4 strong,
.rich-text h5 strong,
.rich-text h6 strong{
  background: none;
  padding:0;
  font-weight: inherit;
  color:inherit;
}

.rich-text strong{
  font-weight: 400px;
  color:#666;
}

.rich-text a:hover{
  text-decoration: underline;
}

.rich-text img{
  max-width: 100%;
  height:auto !important;
}


.rich-text form{
  display:block;
  /*margin:25px 0 0 0;*/
  margin:0;
}

.rich-text .form-group{
  margin-bottom:25px;
  position: relative;
}

.rich-text label.error{
  color:#e54c4c;
  font-weight: 600;
}

.rich-text .form-group label.error{
  position: absolute;
  top:0;
  right:0;
}

.rich-text label{
  font-weight: 400;
  color:#333;
}

.rich-text form input[type="text"],
.rich-text form select,
.rich-text form textarea {
  background: none repeat scroll 0 0 #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: #404040;
  display: block;
  font: 15px/19px "Open Sans",Helvetica,Arial,sans-serif;
  height: 39px;
  outline: medium none;
  padding: 8px 10px;
  width: 100%;
}

.rich-text form input[type="text"]:hover,
.rich-text form input[type="text"]:focus,
.rich-text form select:hover,
.rich-text form select:focus,
.rich-text form textarea:hover,
.rich-text form textarea:focus {
  border-color:#404040;
  outline: none;
  box-shadow: none;
}


.rich-text form .form-disclaimer{
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #777;
  font-size: 11px;
  padding: 10px;
  height:100px;
  overflow: auto;
}
.rich-text form .form-disclaimer strong{
  background: none;
}

.rich-text form a{
  font-weight: 600;
  text-decoration: underline;
}

.rich-text form a:hover{
  text-decoration: none;
}

.rich-text .hp{
  display:none;
}

.rich-text form textarea{
  height:200px;
  resize:vertical;
}

.rich-text button {
    background-color: #272727;
    opacity: 0.8;
    transition: opacity 0.2s ease 0s;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font: 300;
    height: 39px;
    margin: 15px 5px 0 0;
    outline: medium none;
    overflow: hidden;
    padding: 0 25px;
    text-decoration: none;
    border-radius: 50px;
}

.rich-text button:hover{
  opacity: 1;
}

.rich-text button.btn:hover,
.rich-text button.btn:focus{
  color:#fff;
}

/*
.rich-text .youtube {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.rich-text .youtube iframe,
.rich-text .youtube object,
.rich-text .youtube embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
*/

.rich-text ul,
.rich-text ul li {
  list-style: disc;
}

.rich-text .title-content .blog-info ul.sharepost,
.rich-text .title-content .blog-info ul.sharepost li {
  list-style: none;
  margin: 0;
}
/*
.rich-text ul li {
  margin-left: 20px;
}
*/
.list-unstyled li p {
  font-size: 12px;
  line-height: 15px;
}

.yamm .yamm-content .list-unstyled li p{
  font-weight: 600;
  min-height: 60px;
}

.yamm .yamm-content .list-unstyled li i{
  color: #00CC66;
}

.yamm .yamm-content .list-unstyled li p a{
  color: #10569d;
  padding-left: 10px;
}

.alertymes1{
  box-shadow: none;
  font-size: 11px;
  padding: 10px 13px;
  text-align: right;
  color:#727272;
}
.alertymes1 .fa{
  margin: 0 5px 0 0;
}
.st-content .alertymes1 {
  float:right;
  width:auto;
  margin:15px 0 30px;
}
.rich-text table,
.st-content table {
  margin:1em 0;
  width: 100%;
  border-collapse: collapse;
}
.rich-text table th,
.rich-text table td,
.st-content table th,
.st-content table td {
  padding: 8px;
  line-height: 1.4;
  border: 1px solid #eee;
  vertical-align: top;
}
.rich-text table tr:nth-child(2n+1) > td,
.rich-text table tr:nth-child(2n+1) > th,
.st-content table tr:nth-child(2n+1) > td,
.st-content table tr:nth-child(2n+1) > th {
  background-color: #f9f9f9;
}
.rich-text table td > strong,
.st-content table td > strong {
  background: none;
  color:#111;
  padding:0;
}
.divider_line10{
  float: none;
  clear:both;
  margin-bottom: 0;
  padding-top: 50px;
  background: none;
}

.contact-banner h4{
  float: left;
}

.contact-banner h4 strong{
  display:block;
}

.contact-banner .but_large1{
  float: right;
}

.list-link li:not(:last-child){
  margin-bottom: 20px;
}
.list-link li a{
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
}

.list-link li a i{
  width: 50px;
  display: block;
  text-align: center;
}

.block{
  display:block;
}
.upper{
  text-transform:uppercase;
}

.page_title2{
  font-weight:400;
  position:relative;
  background-color:#000;
  background-image: url('../img/head-bg.jpg');
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page_title2.header_new{
  margin-bottom: 0;
}

.page_title2.big{
  padding-top:210px;
  padding-bottom: 100px;
}

.page_title2 .page_title2_content{
  position:relative;
  z-index: 1;
}
.content_fullwidth.less2 {
  padding: 0;
}

.content_fullwidth.spaced {
  padding: 60px 0 0 0;
}

.page_title2 h1 {
  display: block;
  font-size: 52px;
  line-height: 1.2;
  float: none;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
}

.page_title2 h1 img{
  margin: 0 20px 0 0;
}

.page_title2 p{
  font-size: 28px;
  margin-top: 30px;
  color: #fff;
  line-height: 1.3;
}

.page_title2 p strong{
  font-weight: 300;
  background: #10569D;
  color:#fff;
  padding:0 5px;
}

.pagenation{
  float: none;
  display:block;
  font-size: 12px;
  margin-bottom: 30px;
  overflow:hidden;
}

.pagenation a,
.pagenation span{
  list-style: outside none none;
  margin-right: 4px;
  padding: 8px 10px;
  background:#f3f3f3;
  color:#333;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  float:left;
}

.pagenation span{
  background: #10569D;
  color:#fff;
  position:relative;
}

.pagenation span::after, .pagenation span::before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    left: 100%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 0;
    display:block;
}
.pagenation span::after {
    border-color: rgba(0, 110, 180, 0) rgba(0, 110, 180, 0) rgba(0, 110, 180, 0) #10569D;
    border-width: 0;
    margin-top: 0;
}
.pagenation span::before {
    border-color: rgba(0, 110, 180, 0) rgba(0, 110, 180, 0) rgba(0, 110, 180, 0) #10569D;
    border-width: 19px;
    margin-top: -19px;
}

.but_medium5 {
  border-radius: 0;
  letter-spacing: 2px;
  padding: 11px 26px;
  position:relative;
}

.content_right.full{
  width: 100%;
}

.content_right{
  padding:30px;
  background:#fff;
  border:0;
  border-radius: 10px;
}



.content_right .but_medium1{
  margin:15px 0 50px 0;
  display:inline-block;
  border-radius:50px;
}

.content_right .but_medium1 .fa{
  font-size: 19px;
  padding: 0 10px 0 0;
  vertical-align: middle;
}

.content_right .but_small1{
  margin:15px 0 30px 0;
  display:inline-block;
  border-radius: 50px;
}

.content_right .but_small1 .fa{
  font-size: 16px;
  padding: 0 8px 0 0;
  vertical-align: middle;
}

.content_right .st-accordion ul li > a{
  font-size: 20px;
}

.content_right .st-accordion ul li > a strong{
  font-weight: 400;
}

.custom-button.icon-animate .fa{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding:0;
}

.custom-button.icon-animate:hover .fa{
  padding-left: 30px;
}

#logo{
  background:none;
  text-indent:0;
  min-height:0;
  display: flex;
}

#logo img{
  max-width:100%;
  max-height:50px;
}

.header .logo .logo-white,
.header.homepages .logo .logo-normal,
.compact .header.homepages .logo .logo-white{
  display:none;
}

.header.homepages .logo .logo-white,
.compact .header.homepages .logo .logo-normal{
  display:block;
}

.header{
  padding-top:15px;
  /*border-bottom: 1px solid rgba(255,255,255,0.3);*/
}

.menu_main{
  float:right;
  width:75%;
  margin-top: 0;
}

.navbar-default .navbar-nav:first-child{
  padding-left:0;
}
.navbar-default .navbar-nav{
  padding:0 0 0 30px;
}

.navbar-default .navbar-nav > li{
  padding:7px 0 0 0;
}

.bg-cover .navbar-default .navbar-nav > li > a.active{
  border-radius: 0;
}
.navbar-default .navbar-nav > li.dropdown:hover > a.active,
.navbar-default .navbar-nav > li.dropdown > a{
  border-radius: 0;
}

.navbar-default .navbar-nav > li > a{
  font-weight:600;
  font-size:16px;
  padding:6px 20px;
  border-radius: 0;
}

@media(min-width: 1000px){

  .navbar-default .navbar-nav > li.dropdown:hover > a.active,
  .navbar-default .navbar-nav > li.dropdown > a{
    border-radius: 20px 20px 0 0;
  }

  .bg-cover .navbar-default .navbar-nav > li > a.active,
  .navbar-default .navbar-nav > li > a{
    border-radius: 60px;
  }
}

.navbar-collapse .navbar-nav.navbar-right:last-child{
  margin:0;
}


.navbar-default .navbar-nav.secondary-nav > li{
  padding-left:4px;
}

.navbar-default .navbar-nav.secondary-nav > li > a{
  font-size: 11px;
  text-transform: none;
}

.navbar-default .navbar-nav.secondary-nav > li form{
  margin: 2px 0 0 0;
  border-radius:20px;
  overflow: hidden;
}

.navbar-default .navbar-nav.secondary-nav > li form input{
  font-size: 11px;
  border:none;
  padding:3px 0 3px 12px;
  width: 100px;
  border:0;
  background: none;
  float: left;
}

.navbar-default .navbar-nav.secondary-nav > li form input:focus{
  width: 200px;
  -webkit-transition: width .3s ease-in-out;
  -moz-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

.navbar-default .navbar-nav.secondary-nav > li form button{
  border:none;
  background: none;
  height:29px;
  cursor:pointer;
  float: left;
}

.navbar-default .navbar-nav.secondary-nav > li form input:hover,
.navbar-default .navbar-nav.secondary-nav > li form input:focus{
  outline:none;
}

.homepages.header .dropdown-menu{
  border-top: 2px solid #fff;
}

.compact .homepages.header .dropdown-menu{
  border-top: 2px solid #777;
}

.compact .service-nav{
  margin: 5px 0 0 0;
}

.service-nav{
  margin: 0;
}

.service-nav > li{
  float:left;
  margin-left:15px;
  font-size: 12px;
}

.bg-cover .homepages .service-nav > li a{
  color:#fff;
}

.bg-cover .homepages .service-nav > li a:hover{
  color:#fff;
  text-decoration: underline;
}

.bg-cover.compact .service-nav > li a,
.bg-cover .innerpages .service-nav > li a{
  color:#999;
}

.bg-cover.compact .service-nav > li a:hover,
.bg-cover .innerpages .service-nav > li a:hover{
  color:#666;
}

.bg-cover.compact .service-nav > li a strong{
  color:#272977;
}

.service-nav .dropdown-menu > li > a:hover,
.service-nav .dropdown-menu > li > a:focus,
.service-nav .dropdown-menu > li > a.active{
  color: #333;
  background-color: #f3f3f3;
  transition: all 0.3s ease;
}

.service-nav > li.lang a{
  text-transform: capitalize;
  cursor:pointer;
}

.service-nav > li.lang .btn-group.open .dropdown-toggle{
  box-shadow: none;
}

.service-nav .dropdown-menu{
  z-index: 10000;
  min-width: 150px;
}
.service-nav .dropdown-menu.dropdown-menu-right{
  left:auto;
  right:-10px;
}

.bg-cover .homepages .service-nav .dropdown-menu > li > a{
  color:#454545;
}


.navbar-brand, .navbar-nav > li > a,
.navbar-nav > li > a{
  text-shadow:none;
}

.ms-slide-bgvideocont:before{
  content:"";
}

.ms-slide-bgvideocont:before,
.bg-overlay{
  background: rgba(0,0,0,0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 108;
}

.mstslider .my-element-1{
  top:44% !important;
}

.mstslider .my-element-2{
  top:52% !important;
}

.mstslider .my-element-3{
  top:60% !important;
}

.one_third.full{
  width:33.333%;
  display:block;
  height:auto;
  padding:0;
  margin:0;
}

.ms-layer.text1,
.ms-layer.text2,
.ms-layer.graph1,
.ms-layer.graph2,
.ms-layer.graph3,
.ms-layer.graph4 {
  color: #fff;
}

.ms-layer.graph1{
  width:165px;
}

@keyframes scroll-down-anim {
  0% {
      bottom: 0px;
  }
  50% {
      bottom: 10px;
  }
  100% {
      bottom: 0px;
  }
}
.scroll-down {
  bottom: 30px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  text-align: center;
  width: 40px;
}

.scroll-down-icon {
  animation: 1s ease 0s normal none infinite running scroll-down-anim;
  color: #fff;
  left: 0;
  right:0;
  position: absolute;
  z-index: 2;
}


.ms-layer.sdbut a.popup-vimeo{
  border: 2px solid #fff;
  border-radius: 50%;
  height: 65px;
  line-height: 65px;
  width: 65px;
  display:block;
  padding:0;
  margin: auto;
  opacity: 0.7;
}

.ms-layer.sdbut a.popup-vimeo:hover{
  opacity: 1;
  background:none;
}

.ms-layer.sdbut a.popup-vimeo .fa {
  font-size: 30px;
  left: 4px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.mfp-bg{
  z-index: 9500;
}
.mfp-wrap{
  z-index: 9600;
}


.mfp-iframe-holder .mfp-content{
  max-width: 1070px;
}

.ms-inner-controls-cont,
.ms-container{
  position:static;
}

.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
  background-color: rgba(0,0,0,0.4);
  height: 120px;
  margin-top: -60px;
  width: 45px;
  display:none;
}

.ms-skin-default .ms-nav-next:hover,
.ms-skin-default .ms-nav-prev:hover{
  background-color: rgba(0,0,0,0.8);
}

.ms-skin-default .ms-nav-next{
  background-position:-81px -63px ;
  right:0;
}
.ms-skin-default .ms-nav-prev{
  background-position:-85px 15px ;
  left: 0;
}

.section-videobg{
  background:url(/public/img/header1.jpg);
  background-size:cover;

}
.slide_features .owl-controls{
  margin-top: 40px;
}
.slide_features .owl-pagination{
  text-align: center;
}

.content-text-box .image-content{
  position:relative;
  overflow:hidden;
  display:block;
}

.content-text-box .image-content:hover img{
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
}

.content-text-box .image-content img{
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.content-text-box .image-content .content-title{
  position:absolute;
  bottom:40px;
  padding:25px 0 0 20px;
  border-left:3px solid;
  margin:0 40px;
  z-index: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.content-text-box .image-content:hover .content-title{
  padding-left: 30px;
}

.content-text-box .image-content .content-title.white{
  border-color:#fff;
}

.content-text-box .content-text{
  padding:40px 40px 80px 40px;
  border-left: 1px solid #bababa;
}
.content-text-box:last-child{
  border-left: 0;
}

.content-text-box .content-text .text{
  min-height:120px;
}

.content-text-box .content-text p{
  margin-bottom: 30px;
}

.custom-button{
  display:inline-block;
  margin-top:20px;
}

.features_sec3{
  text-align:left;
  padding:90px 0 0 0;
}

.features_sec7{
  background: url("/public/img/footer-graph2.png") no-repeat scroll right bottom #303030;
  border-bottom:0;
  padding:40px 0 0 0;
}

.features_sec7 .one_third{
  margin-bottom: 0;
}

.features_sec7 .box{
  padding:18px 0;
}

.features_sec7 .box:hover,
.features_sec7 .box.active {
  background: transparent;
}

.features_sec7 .box .ibox{
  padding-top:58px;
  margin-bottom:30px;
  width:135px;
  height:135px;
}

.features_sec7 .box .ibox [class^="flaticon-"]:before,
.features_sec7 .box .ibox [class*=" flaticon-"]:before,
.features_sec7 .box .ibox [class^="flaticon-"]:after,
.features_sec7 .box .ibox [class*=" flaticon-"]:after{
  font-size:80px;
  margin:0;
  color:#303030;
}

.features_sec7 .box .ibox .flaticon-seo1:before,
.features_sec7 .box .ibox .flaticon-seo1:after{
  font-size:70px;
}

.features_sec7 .box p{
  color:#888;
}

.hot_topics_title{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media(max-width: 479px){
  .hot_topics_title h1{
    font-size: 30px;
  }
}

.hot_topics_title h1{
  margin: 0;
}

.hot_topics_title img{
  height: 120px;
}

.features_sec6{
  position: relative;
  margin: 75px 15px 0 15px;
  width: auto;
  float: none;
}

.features_sec6 .rbox{
  width: 100%;
  float: none;
  padding: 50px 50px 60px 50px;
}

.features_sec6 .rbox .row{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.features_sec6 .rbox .row h4{
  margin-top: 30px;
}

@media( min-width: 992px){
  .features_sec6 .rbox .row{
    flex-direction: row;
  }
  .features_sec6 .rbox .row h4{
    margin-top: 0;
  }
}

.features_sec6 .lgbut {
  font-weight: 600;
  padding: 0;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: absolute;
  bottom: calc(0% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features_sec6 .lgbut span{
  width: 80%;
  display: block;
}

.features_sec6 .rbox h5{
  border-bottom: 1px solid rgba(255,255,255,0.1);
  font-size: 21px;
  color: rgba(255,255,255,0.4);
}

.features_sec6 .ibox h4{
  font-weight: 300;
  border:0;
  margin-bottom: 10px;
}

.features_sec6 .ibox .right{
  width: 90%;
}

.features_sec6 p{
  font-weight: 300;
  line-height: 21px;
}

.features_sec6 .fimg {
  background: #999 url(/public/img/img-topics.jpg) no-repeat right top;
}

.features_sec38 {
  padding:75px 0px;
  background: none;
}

.features_sec38 img{
  width: auto;
  height: auto;
  max-height: 90px;
  border-radius: 0;
  border:0;
  margin: 0 auto;
}

.parallax_section4{
  background-image: url(/public/img/big-city.jpg);
}

.parallax_section4 h2{
  line-height: 54px;
}

.cbp-l-filters-button{
  text-align: center;
  float: none;
  margin:0 0 40px 0;
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active{
  background:#282C75;
  border-color:#282C75
}

.portfolio_bankit .element-item{
  margin-top: 50px;
}

#container-blog .row{
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}

#container-blog .item{
  padding: 0 15px 15px 15px;
  overflow: hidden;
}

#container-blog .item .blog_post{
  height: 100%;
}
#container-blog .item .blog_post h3{
  margin:0;
  font-size:34px;
  line-height: 35px;
  text-align: center;
}
#container-blog .item .blog_post h3 a{
  /*text-transform: uppercase;*/
  font-weight: 300;
  padding:0;
  margin:0;
}

#container-blog .item .blog_post .image_frame img{
  display:block;
  max-width:100%;
}

#container-blog .item .blog_post .blog-post-text{
  margin:35px 0 0 0;
}

.box_shadow{
  -webkit-box-shadow: 8px 8px 10px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 8px 8px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 8px 8px 10px 0px rgba(0,0,0,0.15);
  background: #fff;
  border-radius: 30px;
}

#container-blog .item .blog_postcontent{
  padding:30px 20px 80px 20px;
  overflow: hidden;
  height: 100%;
  text-align: center;
  border-radius: 20px;
  position: relative;
}

.blog_postcontent .sharepost{
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

#container-blog .item .blog_postcontent.home{
  background-color: #4DA6F8;
}

#container-blog .item .blog_postcontent.home a {
  color: white;
}

#container-blog .item--clickable {
  transition-duration: 250ms;
  opacity: 1;
  display: block;
  width: 330px;
  float: left;
}

#container-blog .item--clickable:hover {
  transform: scale(1.05,1.07);
  opacity: .8;
  position: relative;
  z-index: 99;
  /*cursor:pointer;*/
}

#owl-newsSlide .owl-wrapper {
  display: flex !important;
  flex-wrap: wrap;
}

#owl-newsSlide .owl-wrapper .owl-item {
  display: flex;
}

#owl-newsSlide .owl-wrapper .owl-item .item {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  width: 100%;
}

#owl-newsSlide .owl-wrapper .owl-item .item > div{
  height: 100%;
}

.item-uri-block {
  display: block;
}

.sharepost{
  display:flex;
  margin:30px 0 0 0;
  width:100%;
  position: relative;
  justify-content: center;
}

.sharepost li{
  background: none !important;
  border-radius:50px;
  float: left;
  list-style-type: none;
  margin: 0;
  padding:0;
}

.sharepost li a{
  display: block;
  border-radius:50px;
  padding:0;
  margin:0 7px 0 0;
  width:35px;
  height:35px;
  line-height: 35px;
  text-align: center;
}

.content_right .sharepost li a{
  position: relative;
}
.content_right .sharepost li a i{
  position: relative;
  z-index: 10;
}
.sharepost li a.facebook{
  background:#3B5998;
}
.sharepost li a.twitter{
  background:#7ecaff;
}
.sharepost li a.linkedin{
  background:#0077B5;
}
/*
.content_right .sharepost li a:hover::before{
  background: rgba(0,0,0,0.2);
  content:" ";
  position:absolute;
  top:0;
  left:0;
  z-index: 3;
  width:100%;
  height:100%;
}
*/

.content_right .page-accordion-child{
  float: left; 
  overflow: hidden;
}

#container-blog .item .blog_postcontent .post_meta_links{
  float:none;
  margin:0;
  padding:0;
}

#container-blog .item .blog_postcontent .post_meta_links li{
  float:none;
  margin:0;
  padding:0;
}

#container-blog .item .blog_postcontent .post_meta_links li a{
  display:inline-block;
  margin:10px 0 0 0;
  color:#999;
  font-size:inherit;
  padding-right: 10px;
}

#container-blog .item .blog_postcontent .post_meta_links li.date{
  padding:6px 15px;
  display:inline-block;
}

.info-slider{
  padding: 0;
  margin: 30px 0 20px 0;
  vertical-align: top;
}

.info-slider li .info-content{
  padding:0 10px;
  overflow:hidden;
}
.info-slider li .info-content-title{
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.info-slider li h6{
  color:#46bcba;
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
}
.info-slider li span{
  display: block;
  color: #46bcba;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 20px;
  max-width: 100%;
  margin: 20px auto 0 auto;
  line-height: 1.3;
}

.sidebar_widget {
  background: none repeat scroll 0 0 #fff;
  border: 0;
  /*background: none repeat scroll 0 0 #f9f9f9;
  border: 1px solid #eee;*/
  border-radius: 10px;
  padding: 18px;
  float: none;
}

@media(max-width: 767px){
  .sidebar_widget {
    margin-top: 50px;
  } 
  .sm-center {
    margin: 0 auto;
  }
}

.sidebar_menu-2 {
  margin: -18px 0;
}
.sidebar_menu-2 > ul {
  margin: 0;
}
.sidebar_menu-2 > ul > li + li {
  margin-top: 2px;
}
.sidebar_menu-2 > ul > li + li:not(.active) {
  border-top: 1px dotted #ccc;
}
.sidebar_menu-2 a {
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  color: #999;
}
.sidebar_menu-2 .shifting-link {
  transition: padding-left 0.3s ease-out;
}
.sidebar_menu-2 .shifting-link:hover,
.sidebar_menu-2 .shifting-link:focus {
  padding-left: 5px;
}  
.sidebar_menu-2 .menu-header {
  padding: 15px 0;
  position: relative;
  min-height: 50px;
}
.sidebar_menu-2 .menu-header:after {
  border: 25px solid transparent;
  content: " ";
  /*height: 0;*/
  left: 100%;
  pointer-events: none;
  position: absolute;
  /*top: 50%;*/
  /*margin-top: -25px;*/
  width: 0;
  display: block;  
  top: 0;
  bottom: 0;
}
.sidebar_menu-2 .menu-header > a,
.sidebar_menu-2 .menu-header .trigger {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #333;
}
.sidebar_menu-2 .menu-header .trigger {
  float: right;
  padding: 2px 4px;
}
.sidebar_menu-2 .menu-header .trigger .fa {
  vertical-align: top;
  font-size: 21px;
}  

.sidebar_menu-2 li:first-child.active .menu-header{
  border-top-left-radius: 10px;
}
.sidebar_menu-2 li:last-child:not(.has-child).active .menu-header{
  border-bottom-left-radius: 10px;
}

.sidebar_menu-2 .active .menu-header {
  background-color: #10569D;  
  border: none;
  padding-left: 18px;
  padding-right: 18px;
  margin: 0 -18px;
}
/*
.sidebar_menu-2 .active .menu-header:after {
  border-left-color: #10569D;
} 
*/ 
.sidebar_menu-2 .active .menu-header > a,
.sidebar_menu-2 .active .menu-header .trigger {
  color: #fff;
}
.sidebar_menu-2 .active .menu-header .trigger .fa {
  transform: rotate(90deg);
}

.sidebar_menu-2 .st-content-2 {
  padding: 15px 0;
}
.sidebar_menu-2 .st-content-2 a {
  display: block;
  padding: 5px 15px;
  border-radius: 50px;
}  
.sidebar_menu-2 .st-content-2 a:hover {
  background: #e6e6e6;
  color: #666;
  padding-left: 20px;
}
.sidebar_menu-2 .st-content-2 a.active,
.sidebar_menu-2 .st-content-2 a.active:hover {
  background-color: #777;
  color: #fff;
}




.left_sidebar .contact-banner{
  background: none; /*url('/public/img/my-hcross-lines.jpg') repeat-x top left;*/
  margin: 50px 0 0 0;
  padding: 0;
}

.left_sidebar .contact-banner h4{
  float:none;
}
.left_sidebar .contact-banner h4 strong{
  font-weight: 400;
}

.left_sidebar .contact-banner .but_large1{
  float: none;
  display: inline-block;
  border-radius: 50px;
}
.highcharts-range-selector {
  font-size:11px;
  line-height: 1;
  vertical-align: middle;
}
.content_fullwidth {
  position: relative;
  z-index: 2;
}
.sticky {
  width:293px; max-width:100%;
}
.affix {
  position:fixed; top:100px;
}
.sticky.affix-bottom {
  position: absolute; /* !important;*/
  bottom:0; top:auto;
}

select.but_small1 {
  border:none;
}
.filter-selector {
  float:right;
}

.filter-selector .but_medium1{
  font-size: 14px;
  padding:10px;
  margin:0;
  width:140px;
  background:#fff;
  border:1px solid #c5c5c5;
  color:#333;
}

.filter-selector button {
  display: none;
}
.filter-selector select {
  border:none;
}
.filter-selector span{
  font-size: 90%;
  display:inline-block;
  padding:0 10px 0 0;
}

.text-right,
.blog_post.text-right h3 {
  text-align:right;
}

.blog-info ul.post_meta_links{
  margin:0;
}

.blog-info ul.post_meta_links i{
  font-size: 19px;
}

.blog-info .sharepost{
  margin:0;
  padding:0;
  float: right;
  width: auto;
}

.sky-form header{
  margin-bottom: 0;
  border: 0;
}

.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button{
  margin-top: 13px;
  border-radius: 50px;
}

.footer{
  padding-top:75px;
  font-size: 91%;
  line-height: 1.6em;
  position:relative;
  margin-top: 120px;
}

.footer .bg{
  position: absolute;
  background: url('../img/bg_footer.png');
  background-position: center;
  background-repeat: no-repeat;
  height: 120px;
  top: -120px;
  left: 0;
  right: 0;
}

.footer .footer_center{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer .footer_center ul.faddress{
  width: auto;
  float: none;
}

.footer,
.footer .qlinks li a{ color:#fff;}

.footer a:hover,
.footer .qlinks li a:hover{ color:#fff; text-decoration: underline;}

.footer .logo-footer{
  margin:0 0 20px 0;
}
.footer .logo-footer img{
  max-width:170px;
}

.footer ul.footer_social_links{
  margin:20px 0 0 0;
  float:left;
}
.footer ul.footer_social_links li{
  margin:0 10px 0 0;
}

.footer ul.footer_social_links.pop-wrapper4 li a span{
  margin-left: -55px;
  width: 110px;
  line-height: 18px;
  padding: 8px 0;
}

.footer ul.footer_social_links.pop-wrapper4 li a span strong{
  text-transform: capitalize;
}

.footer ul.footer_social_links li a i{
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #727272;
  color:#fff;
}

.footer ul.footer_social_links li a:hover i{
  background-color: #fff;
  color:#666;
}

.footer .faddress li a{
  color:#fff;
}

.footer .credits{
  text-align:right;
}
.footer .text-block {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}

.footer .kleis{
  max-width: 50px;
  padding: 0 0 0 5px;
  vertical-align: middle;
}
.footer .iubenda-ibadge {
  display: inline;
  vertical-align: middle;
  margin-left: .5em;
}

.copyright_info{
  text-align: center;
  margin: 0;
}

.yamm .yamm-content {
  padding: 20px;
}

.yamm .yamm-content a {
  display: block;
  padding-left:24px;
}

.dropdown-menu li a i {
  margin-left: -13px;
  margin-right: 5px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: auto;
  right: 0;
  border-radius: 0;
  max-width: 100%;
}

@media only screen and (min-width: 1000px) {
  ul.nav .dropdown li a{
    border-radius: 50px;
  }
  
  .yamm .dropdown .dropdown-menu {
    border-radius: 20px !important;
  }

  .yamm .dropdown:not(.yamm-fw) .dropdown-menu{
    margin-left: -30px;
  }

}

.menu_main .flex {
  display: flex;
}

.menu_main .flex .list-unstyled{
  display: block;
  max-width: 100%;
  flex-shrink: 1;
}

@media only screen and (max-width: 999px) {
  .menu_main .flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  } 

  .features_sec6 .lgbut {
    position: relative;
  }

}

.rich-text img.full {
  width: calc(100% + 60px) !important;
  max-width: none;
  margin-left: calc(-30px) !important;
  margin-right: calc(-30px) !important;
}

@media only screen and (max-width: 999px) {

  .navbar-collapse{
    overflow-x: hidden !important;
  }
  
  .menu_main{
    padding:5px 0;
  }

  .navbar-toggle{
    padding:7px 10px;
  }
  .navbar-toggle > button{
    padding: 0;
  }
  .menu_main{
    width:71%;
  }

  .navbar-toggle,
  .navbar-nav,
  .navbar-default{
    margin:0;
  }

  .navbar-default .navbar-nav,
  .navbar-default .navbar-nav > li,
  .navbar-default .navbar-nav.secondary-nav > li{
    padding: 0;
  }

  .navbar-default .navbar-nav.secondary-nav > li form{
    position: relative;
    margin: 20px;
    border-radius: 0;
  }

  .navbar-default .navbar-nav.secondary-nav > li form input,
  .navbar-default .navbar-nav.secondary-nav > li form input:focus{
    width:100%;
  }

  .navbar-default .navbar-nav.secondary-nav > li form button{
    position: absolute;
    right:6px;
    top:-1px;
  }

  .yamm .yamm-content{
    padding:5px 31px;
  }

  .navbar-nav > li > a{
    margin-left:0;
  }

  .bg-cover .homepages .navbar-default .navbar-nav > li > a,
  .bg-cover .homepages .navbar-default .navbar-nav.secondary-nav > li form input,
  .bg-cover .homepages .navbar-default .navbar-nav.secondary-nav > li form button,
  .bg-cover .innerpages .navbar-default .navbar-nav > li > a,
  .bg-cover.compact .navbar-default .navbar-nav > li > a,
  .bg-cover .innerpages .navbar-default .navbar-nav.secondary-nav > li form input,
  .bg-cover .innerpages .navbar-default .navbar-nav.secondary-nav > li form button,
  .bg-cover.compact .navbar-default .navbar-nav.secondary-nav > li form input,
  .bg-cover.compact .navbar-default .navbar-nav.secondary-nav > li form button{
    color:#e4e4e4;
  }

}

#container-blog.internal .item.full {
  width:100% !important;
}

/*
#container-blog.internal .item.full h3 {
  height: 140px;
  overflow: hidden;
}

#container-blog.internal .item.full .blog-post-text {
  height: 138px;
  overflow: hidden;
}
*/
#container-blog.internal .col-md-6 {
  padding-right: 0;
  padding-left:  0;
}

#container-blog .item .blog_postcontent .post_meta_links.after-post {
  position: absolute;
  bottom:40px;
  right: 40px;
}

.simple-page {
  padding:30px; 
  background:#fff; 
  border:1px solid #e5e5e5;  

  font-size: 17px;
  color: #293070;
  text-align: left;
  font-weight: normal;
  line-height: 110%;
}
.simple-page .row {
  margin-top: 0;
}
/*.simple-page p {
  font-size: 17px;
  line-height: 130%;
}*/ 
.simple-page p + p {
  margin-top: 1em;
}  
.text-justify {
  text-align: justify;
}
.img-responsive {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.pv20 {
  padding-top:20px;
  padding-bottom:20px;
}
.pv30 {
  padding-top:30px;
  padding-bottom:30px;
}
.pv40 {
  padding-top:40px;
  padding-bottom:40px;
}

@media only screen and (max-width: 767px) {
  #logo img{
    margin: auto;
    max-height: 40px;
  }
  .header.innerpages,
  .compact .header,
  .header{
    background: #fff;
    height: 85px;
    padding-top: 15px;
  }

  .header .logo .logo-normal{
    display:block !important;
  }
  .header .logo .logo-white{
    display:none !important;
  }

  .one_third.full{
    width:100%;
  }
  #container-blog .item .blog_postcontent h4{
    margin-bottom: 0;
  }
  #container-blog .item .blog_postcontent .post_meta_links.after-post {
    bottom:25px;
    right:25px;
  }


  .content-text-box .image-content .content-title{
    bottom: 25px;
    font-size: 24px;
    padding: 0 0 0 10px;
    line-height: 26px;
  }

  #container-blog .item .blog_post h3 {
    font-size: 24px;
  }  

  .menu_main{
    margin:auto;
    width:100%;
    clear:both;
    float:none;
    padding: 0;
  }
  .menu_main .navbar-toggle{
    padding:10px;
    /*margin:12px 0 0 0;*/
  }
  .navbar-default{
    margin:0;
  }
  .navbar{
    border:0;
  }

  .service-nav{
    display:block;
    width:100%;
    text-align: center;
    margin: 5px 0 0 0 !important;
  }

  .service-nav > li{
    float: none;
    display: inline;
    margin: 0 5px;
  }

  .service-nav > li a{
    color:#999 !important;
  }

  .service-nav > li a:hover{
    color:#666 !important;
  }

  .contact-banner{
    text-align: center;
  }
  .contact-banner h4{
    float: none;
    margin-bottom: 40px;
  }
  .contact-banner .but_large1{
    float: none;
  }

  .sticky{
    width: 100%;
  }
  #stickycontainer{
    position: static !important;
    width:100% !important;
    top:auto !important;
  }

  .mstslider .master-slider{
    max-height: 550px;
  }
}



@media only screen and (max-width: 640px) {

  h1,
  .page_title2 h1{
    font-size: 34px;
    line-height: 42px;
  }

  .page_title2 p{
    font-size: 25px;
    line-height: 40px;
  }

  .scroll-down{
    bottom: 0;
  }
  .scroll-down-icon{
    font-size: 2em;
  }

  .ms-layer.sdbut a.popup-vimeo{
    width:40px;
    height:40px;
    line-height: 40px;
  }
  .ms-layer.sdbut a.popup-vimeo .fa{
    font-size: 19px;
    left: 2px;
    top: 0;
  }
  .ms-skin-default .ms-nav-next,
  .ms-skin-default .ms-nav-prev{
    display: none;
  }

  .features_sec38.normal .info-slider li{
    width: 50%;
  }
  .mstslider .master-slider{
    max-height: 250px;
  }
  #container-blog .item {
    width: 100%;
  }

  .rich-text .title-content{
    flex-direction: column;
  }

  .rich-text .title-content h1{
    padding-right:0;
    font-size: 27px;
  }
  .rich-text .title-content .blog-info{
    position: relative;
    /*overflow: hidden;*/
    margin-bottom: 30px;
  }
  .rich-text .title-content .blog-info .sharepost{
    float: left;
    /*flex-direction: column;*/
  }
  .rich-text .title-content .blog-info .sharepost a {
    margin-bottom: 10px;
  }

  #container-blog .item .blog_postcontent .post_meta_links.after-post {
    position: static;
    clear: both;
    text-align: center;
  }

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .header .container{
    width:750px;
  }

  .contact-banner .but_large1{
    padding:14px 40px;
  }
  /*
  #container-blog .item {
    width: 50%;
  }
  */
  #container-blog.internal .item{
    width: 100%;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container{
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .container{
    width:970px;
  }

  .text-bordered{
    padding: 70px;
  }
  /*
  #container-blog .item {
    width: 33.333%;
  }
  */
  #container-blog.internal .item {
    width: 50%;
    height: 100%;
  }
}

/* break point del tema */
@media (min-width: 1000px) {
  .text-right-md {
    text-align: right;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .header .container{
    width:1170px;
  }


  .contact-banner .but_large1{
    padding:18px 50px;
    font-size: 15px;
  }
}
@media (min-width: 1300px) {
  .slide h1, 
  .page_title2 h1 {
    font-size: 80px;
    line-height: 80px;
  }
}

.disabled {
  color: currentColor;
  opacity: 0.5;
  text-decoration: none;
}