/*

Highway Template

http://www.templatemo.com/tm-520-highway

*/
/* ##### GENERAL CLASS ##### */
*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
  font-family: 'Kanit', sans-serif;
  background-color: #001320;
}

body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.9);
}

/* Add a thumb */

body::-webkit-scrollbar-thumb {
    background: rgba(250, 250, 250, 0.5);
}

body, html {
  height: 100%;
  min-height: 100%;
  /*overflow-x: hidden; over scrollbar*/
}
/*-------------------------
 Navigator
 */
 /*
.page-head {
  background: transparent;
  height: 0px;
  position: fixed;
  z-index: 999;
  width: 100%;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.main-nav {
  padding-left: 0;
  list-style: none;
  float: right;
  margin-top: 10px;
  margin-right: 30px;
  border-bottom: 0;
  text-decoration: none;
}

.main-nav li {
  display: inline-block;
  margin-right: 25px;
}
.main-nav li:last-child {
  margin-right: 0;
}

.main-nav li > a {
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  text-shadow: inset 1px 1px rgba(155, 155, 155, 0.2);
  text-decoration: none;
}

.main-nav li > a:hover {
  color: #fff;
}
.main-nav li > a:visited {
  color: #fff;
}

.main-nav li > a:before {
  font-size: 30px;
}
.main-nav .inner-nav {
  padding-left: 0;
  list-style: none;
  position: fixed;
  height: 100%;
  background: #fff;
  right: -70px;
  top: 64px;
  bottom: 0;
  width: 70px;
  -webkit-transition: 0.3s right;
  transition: 0.3s right;
  border-left: 1px solid #eee;
  box-shadow: -1px 0 0px rgba(175, 170, 180, 0.1);
  text-align: center;
  z-index: 999;

}
.main-nav .inner-nav > li {
  display: block;
  width: 100%;
}
.main-nav .inner-nav > li > a {
  color: #4c4c4c;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  display: block;
  padding: 15px;
  position: relative;
  background: #fff;
  left: 0;
}
.main-nav .inner-nav > li > a:before {
  font-size: 18px;
  line-height: 1.571428571428571;
}
.main-nav .inner-nav > li > a:hover {
  background: #151d2a;
  color: #fff;
}
.main-nav .inner-nav > li > a > span {
  position: absolute;
  border: 1px solid #eee;
  right: -100%;
  top: 0;
  padding: 20px;
  font-weight: normal;
  background: #fff;
  color: #4c4c4c;
  height: 100%;
  line-height: 1.46;
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: -1;
}
.main-nav .inner-nav > li > a:hover > span {
  right: 100%;
}
.main-nav .inner-nav.show-nav {
  right: 0!important;
}
*/
iframe {
	border: 0;
}
a:focus {
	outline: none;
	text-decoration: none;
	color: #707070;
}
a:hover {
	text-decoration: none;
	color: #707070;
}



.page-heading {
/*  background-image: url(../imgAttractors/Dragon.jpg);*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  width: 100%;
  text-align: center;
}

.page-heading .heading-content h1 {
  font-size: 32px;
/*  text-transform: uppercase;*/
  color: #fff;
  letter-spacing: 3px;
  background-color: rgba(0, 162, 255, 0.20);
  display: inline-block;
  margin-bottom: 35px;
  margin-top: 35px;
  padding: 5px 50px;
  font-weight: 300;
  border-radius: 5px;
}

.page-heading .heading-content em {
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  filter: drop-shadow(1px 1px 1px  rgba(255, 255, 255, 0.9));

}

.page-heading .heading-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  margin-top: -35px;
  color: #fff;
  letter-spacing: 1px;

}



/* Nav Bar */
/*
nav .logo {
    font-size: 150%;
    font-weight: 500;
    line-height: 40px;
    margin-left: 20px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.5px;
    filter: drop-shadow(1px 1px 1px  rgba(255, 255, 255, 0.9));
  }
*/
  nav .logo {
    float: left;
    margin-left: 30px;
    margin-top: 0px;
    font-weight: 400;
  }
  

nav .logoRight {
    float: right;
    font-size: 180%;
    font-weight: 500;
    line-height: 60px;
    position: absolute;
      margin-right: 30px;
    margin-top: 0px;
    text-decoration: none;
    letter-spacing: 0.5px;
    filter: drop-shadow(1px 1px 1px  rgba(255, 255, 255, 0.9));
    }
  

nav .logo a {
  font-size: 150%;
  font-weight: 500;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.5px;
  filter: drop-shadow(1px 1px 1px  rgba(255, 255, 255, 0.9));
}

nav .logoCenter {
  float: left;
  text-align: center;
  margin-left: 45%;
  margin-top: 0px;
  font-weight: 400;
}

nav .logoCenter a {
  font-size: 36px;
  font-weight: 500;
  line-height: 60px;
  /*text-transform: uppercase;*/
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.5px;
  filter: drop-shadow(1px 1px 1px  rgba(255, 255, 255, 0.9));
}

nav .logo em {
  font-style: normal;
  font-weight: 200;
}

nav {
  background: rgba(0,19,32,0.4);
  height: 0px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
/*  z-index: 300;*/
/*
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);*/
}

.menu-icon {
  background: transparent;
  border: 1px solid #fff;
  width: 31px;
  height: 31px;
  margin: 15px 39px 0 auto;
  position: relative;
  cursor: pointer;
  transition: background 0.5s;
  border-radius: 5px;
}

.menu-icon span,
.menu-icon span:before,
.menu-icon span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 1px;
  width: 18px;
  background: white;
  position: absolute;
  left: 18%;
  top: 50%;
  display: block;
  content: '';
  transition: all 0.5s ease-in-out;
}

.menu-icon span:before {
  left: 0;
  top: -8px;
}

.menu-icon span:after {
  left: 0;
  top: 8px;
}

.menu-icon.active {
  background: rgba(250,250,250,0.2);
}

.menu-icon.active span {
  background-color: transparent;
}

.menu-icon.active span:before,
.menu-icon.active span:after {
  top: 0;
}

.menu-icon.active span:before {
  transform: rotate(135deg);
}

.menu-icon.active span:after {
  transform: rotate(-135deg);
}
/* Menu */

.overlay-menu {
  background: rgba(0, 35, 57, 0.85);
  color: #9be7ff;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding: 50px 0;
  opacity: 0;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.5s;
}

.overlay-menu-copy:hover {
  color: #9be7ff;

}


.overlay-menu.open {
  opacity: 1;
  transform: translateY(0%);
}


.overlay-menu .main-menu {
  transform: translateY(50%);
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
}

.overlay-menu.open .main-menu {
  transition: all 0.7s;
  transition-delay: 0.7s;
  opacity: 1;
  transform: translateY(0%);
}

.overlay-menu .main-menu:nth-child(2) {
  transition-delay: 0s;
}

.overlay-menu.open .main-menu:nth-child(2) {
  transition-delay: 1.25s;
}

.overlay-menu {
  overflow: scroll;
}

.overlay-menu::-webkit-scrollbar {
  display: none;
}

.overlay-menu ul {
  list-style: none;
  margin-top: 80px;
  padding: 0px;
}
.overlay-menu ul li {
  padding: 15px 0px;
}

.overlay-menu ul li a {
  font-size: 24px;
  font-weight: 300;
  color: rgba(104, 223, 255, 0.9);
  text-decoration: none;
  transition: all 0.5s;
}

.overlay-menu ul li a:hover {
  color: #ffffff;
}


.overlay-menu p {
  margin-top: 60px;
  font-size: 13px;
/*  text-transform: uppercase;*/
  color: #fff;
  font-weight: 200;
  letter-spacing: 0.5px;
  text-align: center;
}



#video-container  {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  line-height: 0.7;
}


#video-container iframe,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

#video-container video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;

}

#video-container .video-overlay {
  z-index: 9999;
  background: rgba(0,0,0,0.3);
  width: 100%;
}

#video-container .video-content {
  z-index: 99999;
  position: absolute;
  height: 100%;
  width: 100%;
}

#video-container .video-content .inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}

#video-container .video-content .inner h1 {
  font-size: 150%;
/*  text-transform: uppercase; */
  color: #fff;
  letter-spacing: 2px;
  font-weight: 200;
  text-align: center;
}

#video-container .video-content .inner em {
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  filter: drop-shadow(2px 2px 2px  rgba(255, 255, 255, 0.9));
}

#video-container .video-content .inner terzo {
  font-size: 60%;
  font-weight: 200;
  font-style: normal;
}

#video-container .video-content .inner p {
  color: #fff;
  font-size: 150%;
  font-weight: 200;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 0px 30px;
}

.colorAcronym {
  color: #f00;
  font-weight: 500;
  filter: drop-shadow(1px 1px 1px  rgba(255, 255, 255, 0.9));
}

.colorAcronymDot {
  color: #f00;
  font-size: 22px;
  font-weight: 400;
  filter: drop-shadow(1px 1px 1px  rgba(255, 255, 255, 0.9));
}
.colorDot {
  color: #fff;
  font-size: 22px;
}

.colorGL {
  color: #4017a2;
  font-weight: 500;
  filter: drop-shadow(1px 1px 1px  rgba(255, 255, 255, 0.9));
}

.colorCh {
  color: #2c6b80;
  font-weight: 500;
  filter: drop-shadow(1px 1px 1px  rgba(255, 255, 255, 0.9));
}
.colorA {
  color: #2d9073;
  font-weight: 500;
  filter: drop-shadow(1px 1px 1px  rgba(255, 255, 255, 0.9));
}
.colorO {
  color: #45b342;
  font-weight: 500;
  filter: drop-shadow(1px 1px 1px  rgba(255, 255, 255, 0.9));
}
.colorS {
  color: #f1c64e;
  font-weight: 500;
  filter: drop-shadow(1px 1px 1px  rgba(255, 255, 255, 0.9));
}
.colorP {
  color: #fcf127;
  font-weight: 500;
  filter: drop-shadow(1px 1px 1px  rgba(255, 255, 255, 0.9));
}

.rainbowGLCHAOSP {
  background-image: -webkit-gradient( linear, left top, right top,
  color-stop(0.00, #0c47bb),
  color-stop(0.20, #00acf8),
  color-stop(0.40, #58e4e4),
  color-stop(0.60, #a0eba0),
  color-stop(0.80, #fcf127),
  color-stop(1.00, #f1ae5f)
  );
  background-image: gradient( linear, left top, right top,
  color-stop(0.00, #0c47bb),
  color-stop(0.20, #00acf8),
  color-stop(0.40, #58e4e4),
  color-stop(0.60, #a0eba0),
  color-stop(0.80, #fcf127),
  color-stop(1.00, #f1ae5f)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.rainbowGLCHAOSP_R {
  background-image: -webkit-gradient( linear, left top, right top,
  color-stop(0.00, #400000),
  color-stop(0.33, #c02000),
  color-stop(0.67, #ff7f00),
  color-stop(1, #fcf127)
  );
  background-image: gradient( linear, left top, right top,
  color-stop(0.00, #400000),
  color-stop(0.33, #c02000),
  color-stop(0.67, #ff7f00),
  color-stop(1, #fcf127)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.rainbowGLCHAOSP_B {
  background-image: -webkit-gradient( linear, left top, right top,
  color-stop(0.00, #0c47bb),
  color-stop(0.15, #00acf8),
  color-stop(0.30, #58e4e4),
  color-stop(0.55, #a0eba0),
  color-stop(0.80, #e4e478),
  color-stop(1.00, #fc7f33)
  );
  background-image: gradient( linear, left top, right top,
  color-stop(0.00, #0c47bb),
  color-stop(0.15, #00acf8),
  color-stop(0.30, #58e4e4),
  color-stop(0.55, #a0eba0),
  color-stop(0.80, #e4e478),
  color-stop(1.00, #fc7f33)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*  line-height: 85px;*/
  text-align: center;
  /*  filter: drop-shadow(1px 1px 1px  rgba(255, 255, 255, 0.9));*/

  /*text-outline: 1px black;*/

  /*     text-shadow: 3px 3px 4px rgba(255, 255, 255, 0.5);*/
}

.rainbowShadow1px {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  filter: drop-shadow(1px 1px 1px  rgba(255, 255, 255, 1.0));
}

.rainbowShadow2px {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  filter: drop-shadow(2px 2px 2px  rgba(255, 255, 255, 0.9));
}
.rainbowShadowbtn {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  filter: drop-shadow(1px 1px 1px  rgba(255, 255, 255, 1.0));
}

.rainbowShadowAtt {
  font-style: normal;
  font-weight: 900;
  filter: drop-shadow(1px 1px 1px  rgba(255, 255, 255, .9));
}


.fa {
  color: #f4dd5b;
  font-size: 44px;
  font-weight: 400;
}

.fafonts {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.faMenu {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}
.faMenu .a:hover {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}


.faAbouts {
  color: #d2f4d4;
  /*font-size: 40px;
  font-weight: 400;
  */
}

.faArrow {
    position: relative;
    margin-top: 50px;
  color: rgba(255, 255, 255, .5);
/*  font-size: 70px;
  font-weight: 500;*/
}

.faAboutsText {
  color: #ff7f7f;
}

.faSocialSize {
  font-size: 16px;
  font-weight: 400;
}

.facol_twitter {
  color: #38A1F3;
}
.facol_github {
  color: #ffffff;
}
.facol_gplus {
  color:#ff0000;
}
.facol_mail {
  color: #fcf799;
}

#video-container .video-content .inner a {
  color: #fff;
  text-decoration: underline;
}

#video-container .video-content .inner .scroll-icon {
  margin-top: 45px;
}

.full-screen-portfolio .container-fluid,
.full-screen-portfolio .col-md-4, .col-md-8, .col-sm-6, .col-sm-12 {
  padding-left: 0px;
  padding-right: 0px;
}


.portfolio-item img {
  width: 100%;
  overflow: hidden;
}

.portfolio-item .thumb {
  position: relative;
}


.portfolio-item .hover-effect .hover-content {
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: 0;
    left: 0;
}


.full-screen-portfolio .portfolio-item h1 {
  position: relative;
  font-size: 22px;
  /*text-transform: uppercase;*/
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
  transform: translateY(25px);
  transition: .5s ease-in-out;
  letter-spacing: 0.5px;
 }

 .full-screen-portfolio .portfolio-item em {
  font-style: normal;
  font-weight: 200;
 }

.full-screen-portfolio .portfolio-item:hover h1 {
  transform: translateY(0);
 }

.full-screen-portfolio .portfolio-item p {
  padding-left: 20px;
  font-weight: 300!important;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: .5s ease-in-out;
/*  text-transform: uppercase;*/
 }

 .full-screen-portfolio .portfolio-item {
 text-align: center;
 line-height: 150%;
/* text-transform: lowercase;*/
 cursor: pointer;
}

.full-screen-portfolio .portfolio-item:hover p {
  opacity: 1;
  transform: translateY(0);
 }




.popup-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 300;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.popup-icon button {
  background-color: transparent;
  outline: none;
  border: none;
}

.modal-btn img {
  width: 60px;
  height: 60px;
}

/* Modal */
.modal {
  background-color: rgba(0,0,0,.95);
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: all 0.6s;
  overflow: scroll;
}

.modal::-webkit-scrollbar {
  display: none;
}



/* Modal Content */
.modal-content {
  text-align: center;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
}
.modal-animated-in {
  animation: totop-in .6s ease;
}
.modal-animated-out {
  animation: totop-out .6s ease forwards;
}
.modal-header {
  border-bottom: none;
}
.modal-header h3 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 64px;
  margin-top: 5%;
  border-bottom: none;
  margin-bottom: 20px;
}

.modal-header em {
  font-style: normal;
  font-weight: 200;
}

.modal-content .close-btn {
  position: absolute;
  z-index: 99999999;
  color: #fff;
  right: 38px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

.modal-body {
  text-align: center;
  margin: 0 auto;
}

.modal-body input {
  border-radius: 5px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.15);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.modal-body textarea {
  border-radius: 5px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.15);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-bottom: 25px;
}

.modal-body button {
  border-radius: 0px;
  font-size: 13px;
/*  text-transform: uppercase;*/
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  letter-spacing: 2px;
  border-bottom: 3px solid #fff;
  display: inline-block;
  padding: 0px 0px 3px 0px;
  transition: all 0.5s;
  border-top: none;
  border-right: none;
  border-left: none;
}

.modal-body button:hover {
  color: rgba(250,250,250,0.5);
  border-color: rgba(250,250,250,0.5);
  outline: none;
}

/* Keyframes */
@keyframes totop-in {
  0% {
    top: 600px;
    opacity: 0;
  }
  100% {
    top: 0%;
    opacity: 1;
  }  
}

@keyframes totop-out {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: -100%;
    opacity: 0;
  }  
}



footer {
  width: 100%;
  height: 80px;
  background-color: #002032;
}

.hideText_footer {
  color: #002032;
}

footer p {
  text-align: center;
  color: #fff;
  font-weight: 200;
  font-size: 13px;
/*  text-transform: uppercase;*/
  padding-top: 33px;
  letter-spacing: 0.5px;
}

footer a {
  color: #6ca0b4;
  text-decoration: none;
}

footer a:hover {
  text-decoration: none;
  color: #9be7ff;
}


/*
.masonry .col-md-4, .masonry .col-md-8, .masonry .col-lg-4 {
  padding-right: 0px;
  padding-left: 0px;
}
.masonry .col-md-3, .masonry .col-md-9, .masonry .col-lg-3 {
    padding-right: 0px;
    padding-left: 0px;
}
.masonry .col-sm-3, .masonry .col-sm-8, .masonry .col-sm-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.masonry .col-sm-3 .img{
  bottom: 0;
  right: 0;
  vertical-align: bottom;;
}
*/
.vcenter {
/*  display: inline-block;*/
  float: none;
  display: flex;
/*  align-items: ;*/
  vertical-align: bottom;;
/*  justify-content: stretch;*/
}


.masonry {
  width: 98%;
  margin-left: 1%;
  margin-bottom: 20px;
  background-color: transparent;
  position: relative;
}

.masonry .item {
  display: inline-block;
  float: left;
}

.masonry .first-item {
  margin-bottom: -0.5px;
}

.masonry .last-item {
  float: left;
  margin-bottom: 20px;
}

.masonry .item img {
  width: 100%;
  overflow-y: hidden;
}


.masonry .item .hover-effect .hover-content {
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: 5px;
    left: 0;
}


.masonry .item h1 {
  position: relative;
  font-size: 22px;
/*  text-transform: uppercase;*/
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
  transform: translateY(25px);
  transition: .5s ease-in-out;
  letter-spacing: 0.5px;
 }

.masonry .item em {
  font-style: normal;
  font-weight: 200;
 }

.masonry .item:hover h1 {
  transform: translateY(0);
 }

.masonry .item p {
  padding-left: 20px;
  font-weight: 300!important;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: .5s ease-in-out;
/*  text-transform: uppercase; */
 }

.masonry .item {
 text-align: center;
 line-height: 150%;
/* text-transform: lowercase;*/
 cursor: pointer;
}

.masonry .item:hover p {
  opacity: 1;
  transform: translateY(0);
 }




.grid-portfolio {
  padding: 65px 0px;
  background-color: #001320;
}

.grid-portfolio .portfolio-item {
  margin: 15px 0px;
}

.portfolio-item .hover-effect .hover-content {
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: 5px;
    left: 0;
}


.grid-portfolio .portfolio-item h1 {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
  transform: translateY(25px);
  transition: .5s ease-in-out;
  letter-spacing: 0.5px;
 }

 .grid-portfolio .portfolio-item em {
  font-style: normal;
  font-weight: 200;
 }

.grid-portfolio .portfolio-item:hover h1 {
  transform: translateY(0);
 }

.grid-portfolio .portfolio-item p {
  padding-left: 20px;
  font-weight: 300!important;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: .5s ease-in-out;
  text-transform: uppercase;
 }

.grid-portfolio .portfolio-item:hover p {
  opacity: 1;
  transform: translateY(0);
 }

 .grid-portfolio .load-more-button {
  margin-top: 15px;
 }

 .grid-portfolio .load-more-button a {
  width: 100%;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  color: #fff;
  background-color: #002033;
  transition: all 0.5s;
 }

 .grid-portfolio .load-more-button a:hover {
  color: rgba(250,250,250,0.5);
 }




 .services {
  background-color: #001320;
  padding: 65px 0px;

 }

 .services .service-item {
  margin: 0px 0px;
  padding: 0;
  text-align: center;
  transition: all 0.5s;
 }

  .services .service-item:hover {
    background-color: #002640;
  }

 .services .service-item .icon {
  margin-top: 10px;
  width: 50px;
  /*height: 50px;*/
  text-align: center;
  display: inline-block;
  /*line-height: 50px;*/
 }


.services .service-item .icon img {
  max-width: 100%;
}

.services .service-item h4 {
  color: #fff;
  font-size: 20px;
/*  text-transform: capitalize;*/
  letter-spacing: 0.5px;
  font-weight: 300;
}
.services .service-item h4 .rainbowGLCHAOSP {
  font-weight: 400;
  filter: drop-shadow(1px 1px 1px  rgba(255, 255, 255, 0.9));
}

.services .service-item p {
  color: #bbb;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;

}



.more-about-us {
  /* background-image: url(../img/about_us.png); */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  /*height: 100%;*/
  overflow: hidden;
  text-align: center;
}

.more-about-us .content {
  background-color: rgba(0, 19, 32, 0.33);
  text-align: left;
  padding: 150px 60px;
  color: #fff;
  border-radius: 5px;
}
.titleImage {
    /*background-color: rgba(0, 19, 32, 0.0);*/
    text-align: left;
/*    padding: 50% 20px;*/
    color: #fff;
/*    border-radius: 5px;*/
/*    margin-bottom: -5px;*/
    margin-left: 20px;
    position: relative;
    bottom: 50px;
/*    width:100%;*/
}
.titleLicense {
    text-align: left;
/*    padding: 50% 20px;*/
    color: #fff;
/*    border-radius: 5px;*/
/*    margin-bottom: -5px;*/
    margin-left: 20px;
    position: relative;
    bottom: 30px;
}
.titleLicense p {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    line-height: 16px;
}

.titleImage {
    /*background-color: rgba(0, 19, 32, 0.0);*/
    text-align: left;
/*    padding: 50% 20px;*/
    color: #fff;
/*    border-radius: 5px;*/
/*    margin-bottom: -5px;*/
    margin-left: 20px;
    position: relative;
    bottom: 50px;
/*    width:100%;*/
}

.titleImage p {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    line-height: 16px;
}

.titleImage p b{
    font-weight: 300;
}


.more-about-us .content h2 {
  margin-top: 0px;
  font-size: 200%;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.more-about-us .content span {
  font-size: 100%;
  font-weight: 200;
  display: inline-block;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.more-about-us .content p {
  color: #fff;
  font-size: 100%;
  font-weight: 300;
  line-height: 28px;
}

.more-about-us .content .simple-btn {
  margin-top: 30px;
}

.more-about-us .content .simple-btn a {
  font-size: 80%;
/*  text-transform: uppercase;*/
  font-weight: 400;
  background-color: transparent;
  color: #99c8ff;
  letter-spacing: 2px;
  border-bottom: 1px solid #2977b6;
  padding-bottom: 0px;
  text-decoration: none;
  transition: all 0.5s;
}

.more-about-us .content .simple-btn a:hover {
  /* opacity: 0.5; */
  color: #fff;
  border-bottom: 1px solid #fff;
}


.screenshots {
  background-color: #306080;
  color: #fff;
  margin: 30px 20px 20px 20px;
  /*width: 95%;*/
  /*  width: 100vw;*/
  /*  max-width: 1960px; */
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
  /*@media (max-width: 50em)*/
  border-radius: 5px;
  padding-bottom: 2px;

}

.screenshots-tables {
  padding: 0px 0px;
  background-color: #001320;
  border-radius: 5px;

}

.screenshots-tables .table-item {
  padding: 20px 0px;
  margin: 0px 0px;
  text-align: center;
  background-color: #306080;
  border-radius: 5px;

}

.screenshots-tables .table-item h4 {
  font-size: 36px;
  font-weight: 300;
  color: #bff4c0;
  letter-spacing: 0.5px;
}

.screenshots-tables .table-item span {
  font-size: 17px;
  display: inline-block;
  color: #99c8ff;
  letter-spacing: 0.5px;
  /*  text-transform: capitalize;*/
  border-bottom: 1px solid #002033;
  width: 100%;
  padding-bottom: 10px;
}


.tutorial {
  background-color: #002033;
  color: #fff;
  margin: 30px 20px 20px 20px;
  /*width: 95%;*/
  /*  width: 100vw;*/
/*  max-width: 1960px; */
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
  /*@media (max-width: 50em)*/
  border-radius: 5px;
  padding-bottom: 2px;
  overflow: hidden;

}

.tutorial .wglLogo .span {
  border-bottom: 0px;
  font-size: 42px;
  font-weight: 600;
  text-decoration: none;
  color:#fff;
  /*padding-top: -50px*/

}



.tutorial p {
  font-family: 'Jura', sans-serif;
  /*margin: 3% 8% 1% 8%;*/
  /*line-height: 16px;*/
  text-align: justify;
  /*font-family: text-font;*/
  /*font-size: 1px;*/
  font-size: 1.0em;
  margin: 0px 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: normal;
  letter-spacing: 1.0px;
}

.tutorial .notapiepagina {
    color: #999;
    font-family: 'Jura', sans-serif;
    /*margin: 3% 8% 1% 8%;*/
    /*line-height: 16px;*/
    text-align: justify;
    font-size: .8em;
    margin: 0px 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
    letter-spacing: 0px;
}

.tutorial .item .thumb {
    padding: 0px 0px 0px 0px !important;
    margin: 0 !important;
    position: relative;
  }
  
.tutorial .image span {
  padding-left: 20px;
  font-weight: 300!important;
  letter-spacing: 0.5px;
  font-size: 70%;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: .5s ease-in-out;
}

.tutorial .singleCompare {
  margin: 30px 20px 20px 20px;
}
.tutorial .dualCompareLeft {
  padding-right: 5px;
}
.tutorial .dualCompareRight {
  padding-left: 5px;
}

.tutorial h3, .tutorial h4 {
  margin-left: 20px;
  margin-bottom:  20px;
  color: #ade5ff;
}
  
.tutorial .attName {
    transform: translate(-20px, 25px);
    z-index: 999;
}

.tutorial .image .aName  {
    position: absolute;
    top: 0px;
    left: 15px;
    font-family: 'Jura', sans-serif;
    text-align: justify;
    font-size: 80%;
    font-weight: normal;
    letter-spacing: 1.0px;
    color: #fff;
  }
  
.tutorial .paragraphText {
  font-family: 'Jura', sans-serif;
  /*margin: 3% 8% 1% 8%;*/
  /*line-height: 16px;*/
  text-align: justify;
  /*font-family: text-font;*/
  /*font-size: 1px;*/
  font-size: 1.2em;
/*  margin: 0px 20px;*/
  padding-left: 40px;
  padding-right: 40px;
  font-weight: normal;
  letter-spacing: 1.0px;
}
.tutorial .paragraphText .dd{
  margin: 0px 20px;

}

.tutorial p b {
  font-weight: 700;
  color: #faff82;
}

.tutorial pre {
  position: relative;
  top: 20px;
  left: 10px;
  margin: 0px 0px 0px 0px;
  padding: 3px;
  overflow: auto;
  width: auto;
}

.tutorial .btn-primary {
    position:  relative;
    left: 30px;
/*    top: 30px;
    bottom: 30px;*/
}


.MathJax, .MathJax_Display {    
    text-align: left !important;
    font-size: 110%  !important;
/*    margin-left: -50px !important;*/
    padding-left: 0px !important;
    /*transform: translate(-25px);*/
    /*display: table !important;*/
}
.tutorial .math p {    
    font-size: 130%  !important;
    /*transform: translate(-25px);*/
    /*display: inline !important;*/
}

.mjx-chtml.MJXc-display{
    margin: 0;
  }

.tutorial  .container-fluid .row {
    align-content: left;
/*    display: table;*/
    padding: 0px, 10px, 10px, 10px;
    padding-bottom: 10px;
    padding-right: 10px;

}
/*
.tutorial [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: center;
    /*width: 100%;*/
}
*/

.tutorial .container-fluid {
/*    
    padding-right: 10px;
    padding-left: 10px;
*/
}

.tutorial .container-fluid .firstCol {
  padding-right: 0px;
  padding-left: 10px;
  /*width: 310px;*/
}

.tutorial .container-fluid .secondCol {
    padding-right: 0px;
    padding-left: 0px;
/*    background: blue;*/
    /*margin-right: 20px;*/
}

.tutorial .container-fluid .terzaCol {
    padding-right: 10px;
    padding-left: 0px;
/*    margin-right: 10px;*/
/*    margin-right: -20px;*/
    vertical-align: top;    
/*    background: red;*/
}

.tutorial .computeCode li {
    margin-left: 20px;
}

.tutorial .computeCode li p {
    margin-left: -15px;
}

.pricing-tables {
  padding: 0px 0px;
  background-color: #001320;
  border-radius: 5px;

}

.pricing-tables .table-item {
  padding: 20px 0px;
  margin: 0px 0px;
  text-align: center;
  background-color: #002033;
  border-radius: 5px;

}

.pricing-tables .table-item h4 {
  font-size: 36px;
  font-weight: 300;
  color: #bff4c0;
  letter-spacing: 0.5px;
}

.pricing-tables .table-item span {
  font-size: 17px;
  display: inline-block;
  color: #ade5ff;
  letter-spacing: 0.5px;
/*  text-transform: capitalize;*/
  border-bottom: 1px solid #005d8c;
  width: 100%;
  padding-bottom: 10px;
}

.pricing-tables .table-item ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.pricing-tables .table-item p {
  padding: 0px 20px;
  text-align: left;
  font-size: 15px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 0.5px;
  margin: 0px 0px;
}

.pricing-tables .table-item .simple-btn {
  margin-top: 40px;
  padding-bottom: 10px;
}

.pricing-tables .table-item .simple-btn a {
/*
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: #f4dd5b;
  letter-spacing: 2px;
  border-bottom: 3px solid #f4dd5b;
  padding-bottom: 3px;
  text-decoration: none;
  transition: all 0.5s;
*/
}

.pricing-tables .table-item .simple-btn a:hover {
  opacity: 0.5;
}

.pricing-tables .premium-item {
/*  background-color: #f4dd5b;*/
}

.pricing-tables .premium-item h4, .pricing-tables .premium-item span, .pricing-tables .premium-item ul li, .pricing-tables .premium-item .simple-btn a {
  color: #001320;
  border-color: #001320;
}



.blog-entries {
  padding: 80px 0px;
  background-color: #001320;
}


.blog-entries .blog-posts {
  margin-right: 30px;
}


.blog-post {
  border-bottom: 1px solid #414141;
  padding-bottom: 65px;
  margin-bottom: 60px;
}

.blog-post img {
  width: 100%;
  overflow-y: hidden;
}

.blog-post .text-content {
  margin-top: 30px;
}

.blog-post .text-content span {
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  letter-spacing: 0.5px;
}

.blog-post .text-content span a {
  color: #f4dd5b;
  text-decoration: none;
}

.blog-post .text-content h2 {
  margin-top: 5px;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: 300;
}

.blog-post .text-content p {
  color: #bbb;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 20px;
}

.blog-post .text-content .simple-btn {
  margin-top: 25px;
}

.blog-post .text-content .simple-btn a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  letter-spacing: 2px;
  border-bottom: 3px solid #fff;
  padding-bottom: 3px;
  text-decoration: none;
  transition: all 0.5s;
}

.blog-post .text-content .simple-btn a:hover {
  opacity: 0.5;
}

.blog-entries .page-number {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-entries .page-number li {
  display: inline-block;
  margin-right: 3px;
}

.blog-entries .page-number li:last-child {
  margin-right: 0px;
}

.blog-entries .page-number li.active a {
  color: #001320;
  background-color: #fff;
}

.blog-entries .page-number li.active a:hover {
  opacity: 1;
}

.blog-entries .page-number li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background-color: #414141;
  transition: all 0.5s;
}

.blog-entries .page-number li a:hover {
  opacity: 0.5;
}

.single-blog-post {
  margin-right: 30px;
}

.single-blog-post img {
  width: 100%;
  overflow-y: hidden;
}

.single-blog-post .text-content {
  margin-top: 20px;
}

.single-blog-post .text-content span {
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #414141;
  padding-bottom: 25px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}

.single-blog-post .text-content span a {
  color: #f4dd5b;
  text-decoration: none;
}

.single-blog-post .text-content h2 {
  margin-top: 0px;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: 300;
}

.single-blog-post .text-content p {
  color: #bbb;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.single-blog-post .tags-share {
  border-top: 1px solid #414141;
  border-bottom: 1px solid #414141;
  padding: 8px 0px 10px 0px;
}

.single-blog-post .tags-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.single-blog-post .tags-share ul li:first-child {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.5px;
}

.single-blog-post .tags-share ul li {
  display: inline-block;
  color: #fff;
}

.single-blog-post .tags-share ul li a {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.5px;
  color: #f4dd5b;
  text-decoration: none;
  transition: all 0.5s;
}

.single-blog-post .tags-share ul li a:hover {
  opacity: 0.5;
}

.single-blog-post .tags-share .share {
  text-align: right;
}

.blog-entries .search input {
  background-color: rgba(250,250,250,0.1);
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  border-radius: 0px;
  outline: none;
  border: none;
}

.sidebar-heding h2 {
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  margin-top: 40px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #414141;
  margin-bottom: 20px;
}

.archives ul, .categories ul {
  margin-top: -5px;
  padding: 0;
  list-style: none;
}

.archives ul li, .categories ul li {
  margin-bottom: 12px; 
}

.archives ul li:last-child, .categories ul li:last-child {
  margin-bottom: 0px; 
}

.archives ul li a, .categories ul li a {
  font-size: 15px;
  font-weight: 200;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.5s;
}


.archives ul li a:hover, .categories ul li a:hover {
  opacity: 0.5;
}

.recent-posts ul {
  padding: 0;
  list-style: none;
}

.recent-posts ul li {
  margin-bottom: 15px;
}

.recent-posts ul a {
  text-decoration: none;
}

.recent-posts ul li img {
  display: inline-block;
  max-width: 100%;
  margin-right: 15px;
}

.recent-posts ul li .text {
  display: inline-block;
}

.recent-posts ul li h6 {
  margin-bottom: 5px;
  padding-top: 0px;
  margin-top: 0px;
  display: block;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
}

.recent-posts ul li span {
  display: inline-block;
  font-size: 14px;
  font-weight: 200;
  color: #f4dd5b;
}


.latest-gallery ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.latest-gallery ul li {
  display: inline-block;
  max-width: 59px;
  overflow-y: hidden;
  margin-bottom: 3px;
  margin-right: 1px;
}

.latest-gallery ul li:nth-child(4){
  margin-right: 0px;
}

.latest-gallery ul li:nth-child(8){
  margin-right: 0px;
}

.latest-gallery ul li img {
  width: 100%;
  transition: all 0.5s;
}

.latest-gallery ul li img:hover {
  cursor: pointer;
  opacity: 0.5;
}

/*
	HEADER
	----------------------------------------
 */
 .header {
	padding: 20px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
  color:#ffffff;
}
.header .heading {
    font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
    display: block;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%; 
    letter-spacing: 1px;   
}

.header .box-heading {
    font-family: 'Oswald', helvetica, arial, sans-serif;
    display: block;
    font-size: 80px;
    line-height: 1.2;
    width: 100%;
    margin:0px auto;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.header .box-inner {
    border: 3px solid #FFFFFF;
    display: inline-block;
    padding: 4px 20px;
}

 .page-head {
    background: transparent;
    /*border-bottom: 1px solid #eee;*/
    /*box-shadow: 0 1px 1px rgba(175, 170, 180, 0.2);*/
    height: 0px;
    position: fixed;
    z-index: 999;
    width: 100%;
}
.site-logo {
    display: inline-block;
    float: left;
    margin-top: 0px;
}
.site-logo img {
    max-width: 70%;
    width: auto;
}
.main-nav {
    padding-left: 0;
    list-style: none;
    float: right;
    margin-top: 5px;
    margin-right: 12px;
}
.main-nav li {
    display: inline-block;
    margin-right: 0px;
    text-decoration: none;
}
#non {
    padding-left: 0;
    list-style: none;
    position: fixed;
    height: 100%;
    background: #000;
    right: 30px;
}

.main-nav .non {
     filter: drop-shadow(0px 0px 0px 2px rgba(255, 255, 255, .75));
    /*background: rgba(88, 124, 161, .33);*/

}

.main-nav li:last-child {
    margin-right: 0;
}

.main-nav li > a {
    font-weight: 800;
    /*text-transform: lowercase;*/
    display: block;
    /*text-shadow: inset 1px 1px rgba(155, 155, 155, 0.2);*/
    color: #0060ff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1.0);
    text-decoration: none;
    height: 51px!important;
}
.main-nav li > a:before {
    font-size: 30px;
}
.main-nav .inner-nav {
/*    font-family: 'Source Sans Pro', helvetica, arial, sans-serif;*/
    padding-left: 0;
    list-style: none;
    position: fixed;
    background: rgba(0, 0, 0, 0);
    height: 51px!important;
    right: -80px;
    top: 60px;
    bottom: 0;
    width: 50px;
    -webkit-transition: 0.3s right;
    transition: 0.3s right;
/*
    border-left: 1px solid rgba(0, 0, 0, 0);
    box-shadow: -1px 0 0px rgba(175, 170, 180, 0.1);
*/
    text-align: center;
}
.main-nav .inner-nav > li {
    display: block;
    width: 100%;
}
.main-nav .inner-nav > li > a {
    color: #879eb5;
    font-size: 14px;
    border-bottom: 1px solid rgba(22, 31, 40, .5);
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 1.0);*/
    display: block;
    padding: 16px;
    position: relative;
    background: rgba(88, 124, 161, .33);
    left: 0;

}
.main-nav .inner-nav > li > a:before {
    font-size: 18px;
    /*line-height: 1.4;*/
    height: 51px!important;
}
.main-nav .inner-nav > li > a:hover {
    background: rgba(88, 124, 161, .33);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1.0);
/*    border: 1px solid #0060ff;*/
    border-right: 1px solid #0060ff;
    border-top: 1px solid #0060ff;
    border-bottom: 1px solid #0060ff;
/*    border-radius: 4px;*/
    border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    height: 51px!important;


    /*
        background: #151d2a;
        color: #fff;
    */
}
.main-nav .inner-nav > li > a > span {
    font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
    position: absolute;
    /*border: 1px solid #0060ff;*/
    right: -120px;
    top: 0;
    padding: 18px;
    font-weight: normal;
    background: rgba(88, 124, 161, .33);
    color: #879eb5;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1.0);
    border-left: 1px solid #0060ff;
    border-top: 1px solid #0060ff;
    border-bottom: 1px solid #0060ff;
    border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    margin-top: -1px;
    height: 51px!important;
    /*line-height: 60px;*/
    display: block;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    z-index: -1;
}
.main-nav .inner-nav > li > a:hover > span {
    height: 51px!important;
    right: 100%;
}
.main-nav .inner-nav.show-nav {
    right: 0!important;
}

#back-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: rgba(135,158,181, 0.3);
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 1.0;
	z-index: 900;
	display: none;
}
#back-top:hover {
    background: #0060ff;
    color: #fff;
	filter: alpha(opacity=100);
	opacity: 1;
}
#back-top  {
    -webkit-box-shadow: 0 0 15px 1px #1b2838;
    -o-box-shadow: 0 0 15px 1px #1b2838;
    -moz-box-shadow: 0 0 15px 1px #1b2838;
    box-shadow: 0 0 15px 1px #1b2838;
}





@media (max-width: 530px) {

  .modal-header h3 {
    margin-top: 15%;
  }

  .modal-body input {
    width: 100%;
  }

  .modal-body textarea {
    width: 100%;
  }

  .modal-content {
    padding-bottom: 40px;
  }

  .grid-portfolio {
    padding: 0px 0px;
  }

  .grid-portfolio .portfolio-item {
    margin: 30px 0px;
  }

  .grid-portfolio .load-more-button {
    padding-bottom: 30px;
  }
/*
  .more-about-us .content {
    padding: 60px 30px;
  }
*/
}


@media (max-width: 992px) {

  .blog-entries .blog-posts {
    margin-right: 0px;
  }

  .single-blog-post {
    margin-right: 0px;
    margin-bottom: 80px;
  }

  .blog-entries .page-number {
    margin-bottom: 80px;
  }

  .single-blog-post .tags-share .tags {
    text-align: center;
  }

  .single-blog-post .tags-share .share {
    text-align: center;
  }

}
/*
@media screen and (min-width: 50em) { body { font-size: 200%; } }
@media screen and (max-width: 50em) { body { font-size: 180%; } }
@media screen and (max-width: 45em) { body { font-size: 160%; } }
@media screen and (max-width: 40em) { body { font-size: 140%; } }
@media screen and (max-width: 35em) { body { font-size: 120%; } }
@media screen and (max-width: 32em) { body { font-size: 110%; } }
@media screen and (max-width: 30em) { body { font-size: 100%; } }
@media screen and (max-width: 24em) { body { font-size: 95%; } }
*/