
/** Page Front **/
.page-front {
  letter-spacing: 1px;
}
ul.grid-boxes {
  padding-left: 0;
  list-style: none;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1);
  margin: 0;
  margin-top: 20px;
}
ul.grid-boxes > li {
  height: 160px;
  padding: 0;
  margin: 0;
  padding-right: 10px;
  padding-bottom: 10px;
}
ul.grid-boxes > li > .col-wrap {
  width: 100%;
  height: 100%;
  background: #fff;
}
ul.grid-boxes > li[data-cell="5"] {
  height: 320px;
}
ul.grid-boxes > li > .user-pic {
  overflow: hidden;
}
ul.grid-boxes > li > .user-pic img {
  max-width: 100%;
  height: 100%;
}
ul.grid-boxes > li > .user-short-info > .head {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 32px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px 40px;
}
ul.grid-boxes > li > .user-short-info > .head span {
  font-size: 13px;
  line-height: 2.571428571428571;
  display: block;
  font-weight: 100;
  letter-spacing: 1px;
  color: #e93b32;
}
ul.grid-boxes > li > .user-short-info > .float-right {
  float: right;
  margin-top: 28px;
  margin-right: 32px;
}
ul.grid-boxes > li > .user-short-info .float-right > .cv-btn {
  display: block;
  margin-bottom: 8px;
}
ul.grid-boxes > li > .user-short-info .float-right > .cv-btn a {
  border: 1px solid #eee;
  display: inline-block;
  padding: 7px 28px;
  color: #6f6f6f;
  box-shadow: 0 1px 1px rgba(165, 165, 165, 0.1);
  width: 100%;
  text-align: right;
  line-height: 2.071428571428571;
}
ul.grid-boxes > li > .user-short-info .float-right > .cv-btn a:hover,
ul.grid-boxes > li > .user-short-info .float-right > .cv-btn a:focus,
ul.grid-boxes > li > .user-short-info .float-right > .cv-btn a:active {
  text-decoration: none;
}
ul.grid-boxes > li > .user-short-info .float-right > .cv-btn a:before {
  line-height: 1.571428571428571;
  float: left;
  font-size: 18px;
}
ul.grid-boxes > li > .user-short-info .float-right > .socials {
  padding-left: 0;
  list-style: none;
  margin-right: -4px;
}
ul.grid-boxes > li > .user-short-info .float-right > .socials > li {
  display: inline-block;
  margin-right: 4px;
}
ul.grid-boxes > li > .user-short-info .float-right > .socials > li > a {
  padding: 8px 14px;
  display: block;
  color: #6f6f6f;
  border: 1px solid #ededed;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
ul.grid-boxes > li > .user-short-info .float-right > .socials > li > a:before {
    line-height: 1.571428571428571;
    font-size: 18px;
}

.socials > li > a:before {
    line-height: 1.571428571428571;
    font-size: 18px;
}

ul.grid-boxes > li > .user-short-info .float-right > .socials > li > a:hover,
ul.grid-boxes > li > .user-short-info .float-right > .socials > li > a:focus,
ul.grid-boxes > li > .user-short-info .float-right > .socials > li > a:active {
  text-decoration: none;
}
ul.grid-boxes > li > .user-short-info .float-right > .socials > li > a:hover {
  color: #fff;
  border: 1px solid #fff;
}
ul.grid-boxes > li > .user-short-info .float-right > .socials > li:nth-child(1) > a:hover {
  background: #03659a;
}
ul.grid-boxes > li > .user-short-info .float-right > .socials > li:nth-child(2) > a:hover {
  background: #7b7b7b;
}
ul.grid-boxes > li > .user-short-info .float-right > .socials > li:nth-child(3) > a:hover {
  background: #55acee;
}
ul.grid-boxes > li > .user-short-info .float-right > .socials > li:nth-child(4) > a:hover {
  background: #ff0084;
}
ul.grid-boxes > li > .contact-box {
  display: table;
}
ul.grid-boxes > li > .contact-box > a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  color: #6f6f6f;
}
ul.grid-boxes > li > .contact-box > a:before {
  line-height: 2.071428571428571;
  font-size: 30px;
  display: block;
}
ul.grid-boxes > li > .contact-box > a:hover,
ul.grid-boxes > li > .contact-box > a:active,
ul.grid-boxes > li > .contact-box > a:focus {
  text-decoration: none;
}
ul.grid-boxes > li > .about-box > a,
ul.grid-boxes > li > .works-box > a,
ul.grid-boxes > li > .resume-box > a,
ul.grid-boxes > li > .contact-box > a {
  color: #fff;
}
ul.grid-boxes > li > .about-box {
  background: #e93b32;
}
ul.grid-boxes > li > .works-box {
  background: #e95432;
}
ul.grid-boxes > li > .resume-box {
  background: #ef4b41;
}
ul.grid-boxes > li > .contact-box {
  background: #e96a32;
}
ul.grid-boxes > li > .featured-post {
  overflow: hidden;
  position: relative;
}
ul.grid-boxes > li > .featured-post .featured-pagination {
  opacity: 0;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
ul.grid-boxes > li > .featured-post .featured-pagination > .back,
ul.grid-boxes > li > .featured-post .featured-pagination > .next {
  position: absolute;
  top: 0%;
  color: #fff;
  background: rgba(160, 160, 160, 0.5);
  padding: 4px 8px;
  cursor: pointer;
}
ul.grid-boxes > li > .featured-post .featured-pagination > .back:before,
ul.grid-boxes > li > .featured-post .featured-pagination > .next:before {
  line-height: 1.571428571428571;
}
ul.grid-boxes > li > .featured-post .featured-pagination > .next {
  right: 0;
}
ul.grid-boxes > li > .featured-post:hover > .featured-pagination {
  opacity: 1;
}
ul.grid-boxes > li > .featured-post .post-1,
ul.grid-boxes > li > .featured-post .post-2 {
  overflow: hidden;
}
ul.grid-boxes > li > .featured-post .post-1 > .left,
ul.grid-boxes > li > .featured-post .post-2 > .left {
  margin-left: 0;
  padding: 0;
  box-shadow: 2px 0 1px rgba(150, 155, 160, 0.3);
}
ul.grid-boxes > li > .featured-post .post-1 > .left img,
ul.grid-boxes > li > .featured-post .post-2 > .left img {
  max-width: 100%;
}
ul.grid-boxes > li > .featured-post .post-1 > .right,
ul.grid-boxes > li > .featured-post .post-2 > .right {
  position: relative;
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
  height: 320px;
}
ul.grid-boxes > li > .featured-post .post-1 > .right .head,
ul.grid-boxes > li > .featured-post .post-2 > .right .head {
  text-transform: uppercase;
  font-size: 24px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-weight: 700;
}
ul.grid-boxes > li > .featured-post .post-1 > .right p.desc,
ul.grid-boxes > li > .featured-post .post-2 > .right p.desc {
  line-height: 1.771428571428571;
  text-align: justify;
}
ul.grid-boxes > li > .featured-post .post-1 > .right > .bottom,
ul.grid-boxes > li > .featured-post .post-2 > .right > .bottom {
  margin-top: 20px;
  float: right;
}
ul.grid-boxes > li > .featured-post .post-1 > .right > .bottom .more-btn,
ul.grid-boxes > li > .featured-post .post-2 > .right > .bottom .more-btn {
  padding: 6px 12px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
}
ul.grid-boxes > li > .featured-post .post-1 > .right > .bottom .more-btn,
ul.grid-boxes > li > .featured-post .post-2 > .right > .bottom .more-btn {
  text-transform: uppercase;
  background: #e93b32;
}
ul.grid-boxes > li > .featured-post .post-1 > .right > .bottom .more-btn:hover,
ul.grid-boxes > li > .featured-post .post-2 > .right > .bottom .more-btn:hover,
ul.grid-boxes > li > .featured-post .post-1 > .right > .bottom .more-btn:active,
ul.grid-boxes > li > .featured-post .post-2 > .right > .bottom .more-btn:active,
ul.grid-boxes > li > .featured-post .post-1 > .right > .bottom .more-btn:focus,
ul.grid-boxes > li > .featured-post .post-2 > .right > .bottom .more-btn:focus {
  text-decoration: none;
}
/** Flip Menu Cloned Style **/
ul.flipMenu {
  position: absolute;
  margin: 0;
  padding: 0;
  outline: 1px solid transparent;
  pointer-events: none;
}
ul.flipMenu > li {
  padding: 0!important;
  margin: 0;
  position: absolute;
  float: none!important;
  width: 100% !important;
  height: 100% !important;
}
ul.flipMenu > li > div.col-wrap {
  box-shadow: none!important;
}
.page-contents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-x: auto;
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
  z-index: 1010;
}
.contact-page {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 1010;
  visibility: hidden;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  opacity: 0;
}
/** Internal Navigation **/
.inner-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  width: 100%;
  height: 60px;
  background: rgba(65, 65, 65, 0.9);
  -webkit-transition: 0.3s -webkit-transform;
  transition: .3s transform;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.inner-nav ul.inside-wrap {
  padding-left: 0;
  list-style: none;
  position: relative;
}
.inner-nav ul.inside-wrap > li {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 30px;
  line-height: 1.971428571428571;
  margin-top: 4px;
  margin-left: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.inner-nav ul.inside-wrap > li:before {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.inner-nav ul.inside-wrap > li.menu-btn {
  float: left;
}
.inner-nav ul.inside-wrap > li.close-btn {
  float: right;
  margin-top: 3px;
}
.inner-nav ul.inside-wrap > li .menu-content {
  padding-left: 0;
  list-style: none;
  position: absolute;
  top: -6px;
  left: 0px;
  cursor: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.inner-nav ul.inside-wrap > li .menu-content > li {
  display: inline-block;
  margin-right: 20px;
}
.inner-nav ul.inside-wrap > li .menu-content > li:last-child {
  margin-right: 0;
}
.inner-nav ul.inside-wrap > li .menu-content > li > a {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.inner-nav ul.inside-wrap > li .menu-content > li > a:hover,
.inner-nav ul.inside-wrap > li .menu-content > li > a:active,
.inner-nav ul.inside-wrap > li .menu-content > li > a:focus {
  text-decoration: none;
  outline: none;
}
.inner-nav ul.inside-wrap > li.menu-btn > .show-menu {
  opacity: 1;
  left: 80px;
  visibility: visible;
}
.show-inner-nav {
  -webkit-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.contact-page .cform .title,
.contact-page .caddress .title {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 40px 0;
  position: relative;
  font-weight: 700;
  overflow: hidden;
}
.contact-page .cform .title:before,
.contact-page .cform .title:after,
.contact-page .caddress .title:before,
.contact-page .caddress .title:after {
  position: absolute;
  bottom: 20px;
}
.contact-page .cform .title:before,
.contact-page .caddress .title:before {
  content: "";
  width: 100%;
  background: #d2d2d2;
  height: 1px;
  left: 25px;
}
.contact-page .cform .title:after,
.contact-page .caddress .title:after {
  content: "";
  font-family: "FontAwesome";
  left: 0;
  bottom: 11px;
  font-size: 18px;
  font-weight: normal;
}
.about-page .short-bio p {
  line-height: 1.771428571428571;
  color: #fff;
  margin-top: 15px;
  text-align: justify;
  font-size: 16px;
}
.contact-page .banner {
  text-align: center;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==), url("../img/header-img.jpg");
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url("../img/header-img.jpg");
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 15px 0;
  margin-bottom: 40px;
  margin-top: 15px;
}
.contact-page .banner .title,
.contact-page .banner .title {
  text-transform: uppercase;
  font-weight: 700;
}
.contact-page .banner > p,
.contact-page .banner > p {
  font-size: 16px;
  line-height: 1.971428571428571;
  max-width: 1170px;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.contact-page .banner a.download-btn {
  color: #fff;
  display: inline-block;
  background: #e93b32;
  padding: 12px 24px;
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 16px;
}
/* ---- For Isotope Plugin --------
 ---------------------------------- */
.isotope,
.isotope .item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: width, height;
  -moz-transition-property: width, height;
  transition-property: width, height;
}
.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.contact-page {
  letter-spacing: 1px;
}
.contact-page .banner {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==), url("../img/header-img.jpg");
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url("../img/header-img.jpg");
  background-attachment: fixed;
}
.contact-page .banner > p {
  margin-bottom: 15px;
}
.contact-page .cform {
  margin-bottom: 40px;
}
.contact-page .cform .title {
  color: #6f6f6f;
  padding-top: 7.5px;
}
.contact-page .cform .inputs {
  margin-top: 15px;
}
.contact-page .cform .inputs > label {
  display: block;
  margin-bottom: 15px;
}
.contact-page .cform .inputs > label > em {
  color: rgba(240, 90, 90, 0.9);
}
.contact-page .cform .inputs > input,
.contact-page .cform .inputs > textarea {
  display: inline-block;
  padding: 10px 15px;
  box-shadow: 0 0 3px rgba(60, 60, 60, 0.05);
  border-radius: 2px;
  border: 1px solid #ebebeb;
  width: 100%;
  position: relative;
}
.contact-page .cform .inputs > input:focus,
.contact-page .cform .inputs > textarea:focus {
  border: 1px solid rgba(200, 200, 200, 0.8);
  outline: none;
}
.contact-page .cform .inputs > textarea {
  resize: vertical;
}
.contact-page .cform .inputs .contact-submit {
  color: #565656;
  font-weight: 600;
  background: #eee;
}
.contact-page .caddress {
  margin-bottom: 40px;
}
.contact-page .caddress .title {
  color: #6f6f6f;
  padding-top: 7.5px;
}
.contact-page .caddress .details {
  margin-top: 15px;
}
.contact-page .caddress .details > p {
  padding-left: 15px;
}
.contact-page .caddress .details > p:before {
  line-height: 1.571428571428571;
  font-size: 18px;
  position: relative;
  left: -10px;
  top: 4px;
}
.contact-page .caddress .socials {
  margin-top: 22.5px;
  padding-left: 0;
  list-style: none;
}
.contact-page .caddress .socials > li {
  display: inline-block;
  margin-right: 10px;
}
.contact-page .caddress .socials > li:last-child {
  margin-right: 0;
}
.contact-page .caddress .socials > li > a {
  padding-top: 9px;
  display: block;
  width: 48px;
  height: 48px;
  color: #6f6f6f;
  border-radius: 80%;
  text-align: center;
  border: 1px solid #ededed;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact-page .caddress .socials > li > a:before {
  line-height: 1.571428571428571;
}
.contact-page .caddress .socials > li > a:hover {
  color: #fff;
  border: 1px solid #fff;
}
.contact-page .caddress .socials > li:nth-child(1) > a:hover {
  background: #03659a;
}
.contact-page .caddress .socials > li:nth-child(2) > a:hover {
  background: #7b7b7b;
}
.contact-page .caddress .socials > li:nth-child(3) > a:hover {
  background: #55acee;
}
.contact-page .caddress .socials > li:nth-child(4) > a:hover {
  background: #ff0084;
}
.contact-page .caddress .socials > li:nth-child(5) > a:hover {
  background: #db4a39;
}
span.invalid-error {
  position: relative;
  background: #fa6573;
  padding: 6px 20px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  top: 5px;
}
.form-success,
.form-error {
  position: relative;
  margin-top: 5px;
  display: inline-block !important;
  padding: 8px 20px;
  color: #fff;
}
.form-success:before,
.form-error:before {
  line-height: 1.571428571428571;
  position: relative;
  display: inline-block;
  left: -8px;
  top: 2px;
}
.form-success {
  background: #25c872;
}
.form-error {
  background: #fa6573;
}
.preload * {
  -webkit-transition: all 0s linear!important;
  -moz-transition: all 0s linear!important;
  -ms-transition: all 0s linear!important;
}
.noscroll {
  overflow: hidden!important;
}
.invisible {
  visibility: hidden;
}
.page-show {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.show-inner-pages {
  visibility: visible;
  opacity: 1;
}
.hide {
  display: none!important;
}
.scaleGridBoxes {
  -webkit-transform: perspective(2000px) translate3d(0, 0, -1500px) !important;
  -ms-transform: perspective(2000px) translate3d(0, 0, -1500px) !important;
  transform: perspective(2000px) translate3d(0, 0, -1500px) !important;
  transform-style: preserve-3d;
}
/** Due to dynamic customization of top/left property, keyframes are defined in javascript **/
.flipOutY {
  -webkit-animation: flipOutY 0.5s;
  animation: flipOutY 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 1000;
}
/** For Magnific Popup **/
.fadeInLeft {
  -webkit-animation: fadeInLeft 0.7s;
  animation: fadeInLeft 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: relative;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/** Media Queries - Responsive Layouts **/
/*
	Between 992px - 1200px (for mid-screen desktop)
	-----------------------------------------------
 */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-front {
    max-width: 900px;
  }
  ul.grid-boxes > li {
    width: 25%;
    float: left;
    height: 180px;
  }
  ul.grid-boxes > li > .user-pic img {
    width: 100%;
  }
  ul.grid-boxes > li > .user-short-info > .head {
    margin-top: 45px;
  }
  ul.grid-boxes > li > .user-short-info > .float-right {
    margin-top: 38px;
  }
  ul.grid-boxes > li[data-cell="2"],
  ul.grid-boxes > li[data-cell="5"] {
    width: 75%;
  }
  ul.grid-boxes > li > .featured-post .post-1 > .right > .bottom,
  ul.grid-boxes > li > .featured-post .post-2 > .right > .bottom {
    margin-top: 5px;
  }
}
/**
 * Between 768px - 991px  || < 768px
 * -----------------------------------------
 */
@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 768px) {
  ul.grid-boxes > li {
    width: 25%;
    float: left;
  }
  ul.grid-boxes > li[data-cell="2"] {
    width: 50%;
  }
  ul.grid-boxes > li > .user-short-info > .head {
    font-size: 22px;
    width: 100%;
    margin: 0;
    margin-top: 10px;
    text-align: center;
  }
  ul.grid-boxes > li > .user-short-info > .float-right {
    float: none;
    margin: 0;
  }
  ul.grid-boxes > li > .user-short-info > .float-right > .cv-btn {
    display: block;
    text-align: center;
  }
  ul.grid-boxes > li > .user-short-info > .float-right > .cv-btn a {
    width: 180px;
  }
  ul.grid-boxes > li > .user-short-info > .float-right .socials {
    display: none;
  }
  ul.grid-boxes > li[data-cell="5"] {
    width: 100%;
  }
}
/**  
 * For Tablets, iPhones (768px)
 * ------------------------------------------
 */
@media screen and (max-width: 768px) {
  ul.grid-boxes > li {
    padding-right: 8px;
    padding-bottom: 8px;
  }
  ul.grid-boxes > li[data-cell="5"],
  ul.grid-boxes > li[data-cell="6"],
  ul.grid-boxes > li[data-cell="3"] {
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .page-front {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  ul.grid-boxes > li {
    padding-right: 5px;
    padding-bottom: 5px;
  }
}
/**
 * For Very small Devices (low end )
 */
@media screen and (max-width: 480px) {
  .page-front {
    max-width: 380px;
    margin: 0 auto;
  }
  ul.grid-boxes > li {
    width: 50%;
    height: 160px;
    float: left;
  }
  ul.grid-boxes > li[data-cell="1"] {
    text-align: center;
  }
  ul.grid-boxes > li[data-cell="2"],
  ul.grid-boxes > li[data-cell="5"] {
    width: 100%;
    padding-right: 0;
  }
  ul.grid-boxes > li[data-cell="8"] {
    padding-right: 0;
  }
  ul.grid-boxes > li > .user-short-info > .head {
    margin-top: 12px;
  }
  ul.grid-boxes > li[data-cell="5"] {
    display: none;
  }
  /* Internal Navigation */
  .inner-nav ul.inside-wrap > li {
    margin-left: 5px;
  }
  .inner-nav ul.inside-wrap > li .menu-content > li {
    margin-right: 5px;
  }
  .inner-nav ul.inside-wrap > li.menu-btn > .show-menu {
    left: 60px;
  }
}
/*------------------------------------*\
    $VARIABLES	
\*------------------------------------*/
::selection {
  background-color: #d1e3ff;
}
::-moz-selection {
  background-color: #d1e3ff;
}
body {
  color: #6f6f6f;
  overflow-x: hidden;
  background: url("../img/bg.jpg");
}

.popup-btn-close {
    font-family: FontAwesome;
    float: right;
    margin: 20px;
    margin-top: 40px;
    font-size: 18px;
}