/* general css */
body {
  background: #fff!important;
}
#sp-logo .logo {
    line-height: 90px;
}
#sp-section-2 .col-lg-8 {
  padding-right:0px;
}
#sp-section-1 .col-lg-6 {
  padding-right:0px!important;
} 
#sp-top2 .sp-contact-info {
    float: right;
}
#sp-top2 a:hover {
  color:#fff!important;
}
/* home page, transparent */
 #sp-section-3 {
    background-color: rgba(255,255,255,.9);
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}
#sp-section-3 .container {
	padding-right: 19px;
}
/* Sub pages */
body:not(.home) .header-area {
  	background: #fff;
}

/* Sticky menu */
.is-sticky.header-area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}
.header-area.is-sticky {
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}
#sp-section-3.header-area.is-sticky {

border-bottom: 4px solid #000;
}
.header-area.is-sticky #sp-menu {
	border-bottom:none!important;
}

/*** Logo ***/
.header-area .logo {
	padding: 14px 0;
}

/*** Menu ***/
#sp-section-3 .col-lg-12  {
	padding-right: 0px;
	padding-left: 0px!important;
}
#sp-menu {
  border-bottom: 4px solid #000;
  margin-bottom: 8px;
}
.sp-megamenu-parent > li > a {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 700;
}
.sp-megamenu-parent > li.active > a:before, 
.sp-megamenu-parent > li:hover > a:before {
	   border-color: currentColor;
}
.sp-megamenu-parent {
    position: relative;
    float: left!important;
}
#offcanvas-toggler {
    display: block;
    height: 73px;
    line-height: 73px;
    font-size: 20px;
}
#sp-section-1 {
    padding-top: 12px;
    background-color: #000;
}
 #sp-section-1 {
    background: #141f22;
    color: #ffffff;
    padding: 10px 0;
    z-index: 9999;
    left: 0;
    right: 0;
}
#sp-section-2 {
   padding-top: 20px;
   margin-bottom: -22px;
}
#sp-section-3 {
  border-bottom: 1px solid #fff;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}
body.itemid-101 #sp-section-3 {
   background-color:#fff;
   box-shadow: 0 0px 0px rgba(0, 0, 0, 0)!important;
}

/*** Canvas Menu ***/
.offcanvas-menu .sp-module-content {
  	width: 100%;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    line-height: 45px;
    border-bottom: 1px solid #E8EEF3;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:first-child {
	 border-top: 1px solid #E8EEF3;	
}

/**** Button ****/
.tp-caption a.btn-slider {
     display: inline-block;
     padding:10px 50px;
     vertical-align: middle;
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
     box-shadow: 0 0 1px rgba(0, 0, 0, 0);
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -moz-osx-font-smoothing: grayscale;
     position: relative;
     -webkit-transition-property: color;
     transition-property: color;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
}
.tp-caption a.btn-slider:before {
     content: "";
     position: absolute;
     z-index: -1;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background: #f9f9f9;
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
     -webkit-transform-origin: 50%;
     transform-origin: 50%;
     -webkit-transition-property: -webkit-transform;
     transition-property: -webkit-transform;
     transition-property: transform;
     transition-property: transform, -webkit-transform;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
 }
.tp-caption a.btn-slider:hover,
.tp-caption a.btn-slider:focus,
.tp-caption a.btn-slider:active {
     color: #342f31; 
 }
.tp-caption a.btn-slider:hover:before,
.tp-caption a.btn-slider:focus:before,
.tp-caption a.btn-slider:active:before {
     -webkit-transform: scaleY(0);
     transform: scaleY(0);
} 
.tp-caption a.btn-slider{
     border: 2px solid #fff;
     display: inline-block;
     text-align: center;
     float: left;
     color: #342f31;
     font-size: 20px;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-weight: 700;
     -webkit-transition-duration: 1000ms;sss
     transition-duration: 1000ms;
 }
 .tp-caption a.btn-slider:hover {
     border: 2px solid transparent;
 }
/***** Blog general ****/
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  margin:0px!important;
}
div.k2ItemsBlock ul li a {
    position: relative;
    overflow: hidden;
 }
div.k2ItemsBlock ul li img {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
div.k2ItemsBlock ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

 /**** Title ****/
 .at-title h3 {
     margin: 0;
     position: relative;
     display: inline-block;
     font-weight: 700;
     font-size: 34PX;
     padding: 0 30px 0 0;
     line-height: 1.2;
     text-transform: uppercase;
 }
.at-title h4 {
    font-size: 13px;
    line-height: 50px;
}
.at-title .cb-module-header p {
    font-size: 14px;
    letter-spacing: 2px;
    color: #828282;
    margin: 5px 0 0;
    text-transform: uppercase;
}
.at-title .cb-module-header {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
}
.at-title .cb-module-header .cb-module-title {
    margin: 0;
    position: relative;
    display: inline-block;
    letter-spacing: 5px;
    padding: 0 30px 0 0;
    line-height: 1.2;
    text-transform: uppercase;
}
#at-latest .sppb-btn-custom {
    padding: 10px 40px;
   border:2px solid #000!important;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
}
#at-latest .sppb-btn-custom:hover {
  border:2px solid #000!important;
}

.at-title .cb-module-header .cb-module-title:after {
    background: #161616;
}
.at-title .cb-module-header .cb-module-title:after {
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 788px;
    left: 100%;
}
.at-title .cb-module-header .cb-module-title:after {
    background: #161616;
}
.at-title .cb-module-header .cb-module-title a {
    color: #161616!important;
    font-weight: 700;
}
.at-title-sibar h3 {
    color: #161616;
    border-bottom: 3px solid #161616;
}
 
/*** Slider ***/
#at-slider .sppb-row-container {
     left: 0;
     right: 0;
     margin: auto;
}
.at-slider-color span {
	color: #fff;
}
.at-slider-color i {
    border-radius: 50%;
    color: #242525;
    font-size: 48px;
    font-weight: 400;
    height: 62px;
    line-height: 64px;
    margin-left: 30px;
    overflow: hidden;
    padding: 1px 0 0 9px;
    text-align: center;
    width: 62px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/**** Blog slider new ****/
.at-blog-slider-new div.k2ItemsBlock ul li {
    position: relative;
    width:100%;
    float: left;
    margin-bottom: -3px!important;
    overflow: hidden;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    font-size: 14px;
}
.at-blog-slider-new div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    float: right;
    margin:0px; 
    padding: 0;
}
.at-blog-slider-new div.k2ItemsBlock ul li div.moduleItemIntrotext {
    display: block;
    padding: 0px;
}
.at-blog-slider-new div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage:before {
    position: absolute;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    display: block;
    overflow: hidden;
    z-index:1;
    padding: 0;
    margin: 0;
    background:rgba(0, 0, 0, 0.7411764705882353);
}
.at-blog-slider-new div.k2ItemsBlock ul li div.moduleItemIntrotext:hover a.moduleItemImage:before {    
    background:rgba(0, 0, 0, 0.49019607843137253);
}

.at-blog-slider-new div.k2ItemsBlock ul li div.moduleItemIntrotext {
    display: block;
    padding: 0px;
}
.at-blog-slider-new div.k2ItemsBlock ul li a.moduleItemTitle {
    position: absolute;
    color:#fff!important;
    left: 0;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 700;
    right: 0;
    z-index:3;
    text-align: center;
    margin: auto;
    top: 78px;
    font-size: 17px;
    text-transform: uppercase;
}
.at-blog-slider-new div.k2ItemsBlock ul li span.moduleItemDateCreated {
    position: absolute;
    left: 0;
    right: 0;
    z-index:3;
    color: #fff;
    font-weight: 500;
    top: 155px;
    text-align: center;
    margin: auto;
}
#at-slider .sppb-col-md-4,
#at-slider .sppb-col-md-8 {
    padding: 0px!important;
}


/**** Virtua Reality  ******/
#at-virtua .sppb-col-md-12 {
	padding-right: 0px;
	padding-left: 0px!important;
}
.at-virtua-reality div.k2ItemsBlock ul li {
     width: 32%;
    float: left;
    margin-right:2%;
    position: relative;
    overflow: hidden;
    font-size: 14px;
}
.at-virtua-reality div.k2ItemsBlock ul li a.moduleItemTitle {
    position: absolute;
    left: 0;
    right: 0;
    padding:20px;
    font-size: 22px;
    font-weight: 700;
    bottom: 204px;
    z-index:3;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
}
.at-virtua-reality div.k2ItemsBlock ul li:nth-child(3) {
    margin-right:0%;

}
.at-virtua-reality div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage:before {
    position: absolute;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    display: block;
    overflow: hidden;
    top: 0px;
    z-index:1;
    bottom: 0px;
    padding: 0;
    margin: 0;
    background:rgba(0, 0, 0, 0.7411764705882353);
}
.at-virtua-reality div.k2ItemsBlock ul li div.moduleItemIntrotext:hover a.moduleItemImage:before {    
    background:rgba(0, 0, 0, 0.49019607843137253);
}
.at-virtua-reality div.k2ItemsBlock ul li a {
   color:#fff;
   z-index: 2;
}
.at-virtua-reality div.k2ItemsBlock ul li span.moduleItemDateCreated {
    position: absolute;
    top: 4px;
    width: 174px;
    right: 0px;
    z-index: 2;
    background: #fbb908;
    color: #fff;
    padding: 10px;
}

/**** Music Review ****/
.at-music-review {
    position: relative;
}
.at-music-review .sppb-addon-text {
    position: absolute;
    color: #fff;
    top:200px;
    left: 0;
    z-index: 2;
    right: 0;
    margin: auto;
}
#at-music-review a {
    color: #fff!important;
}
.at-music-review .sppb-addon-text h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 3;
}
.at-music-review .sppb-addon-title {
    position: absolute;
    color: #fff;
    padding: 25px;
    font-weight: 700;
    background: #47d5ff;
    float: right;
    right: 0;
    z-index: 2;
    top: 0;
}
.at-music-review .sppb-img-container:after {
    background-color: rgba(0, 0, 0, 0.62);
    z-index: 1;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: 1;
}

/**** Blog Fashion *****/
.at-blog-fashion
.at-blog-fashion p {
  color: #fff;
}
#at-fashion div.k2ItemsBlock ul li a.moduleItemReadMore {
	font-size: 12px;
}
.moduleItemComments {
    font-size: 0;
}
#at-fashion .sppb-col-md-12 {
	padding-right: 0px;
	padding-left: 0px!important;
}
.moduleItemComments:before {
    content: "\f075";
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 10px;
    color: #dfd9d9;;
}
.moduleItemAuthor:before {
    content: "\f007";
    font-family: FontAwesome;
    font-size: 14px;
}
.at-blog-fashion div.k2ItemsBlock ul li {
    width: 32%;
    float: left;
    padding-left: 0px;
    margin-right: 2%;
    left: 0;
    color: #dfd9d9;
}
.at-blog-fashion div.k2ItemsBlock ul li:nth-child(3) {
     margin-right:0%;
}
.at-blog-fashion div.k2ItemsBlock ul li:nth-child(2n) {
    margin-right: 2%;
}
.at-blog-fashion div.k2ItemsBlock ul li span.moduleItemHits,
.at-blog-fashion div.k2ItemsBlock ul li a.moduleItemCategory,
.at-blog-fashion div.k2ItemsBlock ul li a.moduleItemComments {
    font-size: 12px;
    font-weight: 300;
    color: #333;
}
.at-blog-fashion div.k2ItemsBlock ul li a {
    display: inline-block;
    position:relative;
    overflow:hidden;
}
.at-blog-fashion div.k2ItemsBlock ul li img {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.at-blog-fashion div.k2ItemsBlock ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.at-blog-fashion div.k2ItemsBlock ul li div.moduleItemIntrotext img:after {
    background-color: rgba(0, 0, 0, 0.62);
    z-index: 1;
    position: absolute;
    content: '';
    width: 100%;
    height: 68%;
    top: 0;
    left: 0;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: 1;
}
.at-blog-fashion div.k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 15px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}
.at-blog-fashion div.k2ItemsBlock ul li a.moduleItemComments {
    border: 0;
}
.at-blog-fashion div.k2ItemsBlock ul .clearList {
    display: none;
}
.sp-module-content {
    display: inline-block;
}
.at-blog-fashion div.itemFacebookButton {
    width: inherit;
}
.at-blog-fashion div.k2ItemsBlock ul li div.moduleItemIntrotext {
    display: block;
    padding: 4px 0;
    color: #333;
}
.com-k2 div.k2ItemsBlock ul li {
    width: 100%;
    margin: 0;
}
.com-k2 div.k2ItemsBlock ul li .moduleItemImage,
.com-k2 div.k2ItemsBlock ul li .moduleItemImage img {
    width: 100%;
}

/*** Blog reivew ****/
#at-blog-review div.k2ItemsBlock ul li {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
}
#at-blog-review div.k2ItemsBlock ul li a.moduleItemTitle {
    position: absolute;
    color:#fff;
    left: 0;
    right: 0;
    z-index:2;
    font-size: 40px;
    font-weight: 700;
    bottom: 250px;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
}
#at-blog-review div.k2ItemsBlock ul li span.moduleItemDateCreated {
    position: absolute;
    color: #ffffff;
    left: 0;
    z-index:3;
    right: 0;
    font-size: 20px;
    font-weight: 400;
    bottom: 200px;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
}
#at-blog-review div.k2ItemsBlock ul li a {
    color: #333;
    overflow: hidden;
}
#at-blog-review div.k2ItemsBlock ul li img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    opacity:0.7;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
#at-blog-review div.k2ItemsBlock ul li:hover img {
	opacity:1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

/**** Game Review ****/
#at-game-review .sppb-row-container,
#at-game-new .sppb-row-container{
	padding-right: 0px;
	padding-left: 0px;
}
#at-game-review .at-title h3 {
  font-size: 19px;
}
.at-game-new div.k2ItemsBlock ul li a {
    text-transform: uppercase;
    font-size:14px;
    font-weight:600;
}
.at-game-review-item {
    position: relative;
}
.at-game-review-item .sppb-addon-text {
    position: absolute;
    color: #fff;
    top:200px;
    left: 0;
    z-index: 2;
    right: 0;
    margin: auto;
}
.at-game-review-item .sppb-addon-text h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 3;
}
.at-game-review-item .sppb-addon-title {
    position: absolute;
    color: #fff;
    padding: 25px;
    font-weight: 700;
    background: #47d5ff;
    float: right;
    right: 0;
    z-index: 2;
    top: 0;
}
.at-game-review-item .sppb-img-container:after {
    background-color: rgba(0, 0, 0, 0.62);
    z-index: 1;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: 1;
}

/**** Blog Computer ***/
.at-blog-computer div.k2ItemsBlock ul li {
     width:100%;
    float: left;
    position: relative;
    overflow: hidden;
    font-size: 14px;
}
.at-blog-computer div.k2ItemsBlock ul li a.moduleItemTitle {
    position: absolute;
    left: 0;
    right: 0;
    z-index:3;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    bottom: 204px;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
}
.at-blog-computer div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage:before {
    position: absolute;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    display: block;
    overflow: hidden;
    top: 0px;
    z-index:1;
    bottom: 0px;
    padding: 0;
    margin: 0;
    background:rgba(0, 0, 0, 0.7411764705882353);
}
.at-blog-computer div.k2ItemsBlock ul li div.moduleItemIntrotext:hover a.moduleItemImage:before {    
    background:rgba(0, 0, 0, 0.49019607843137253);
}
.at-blog-computer div.k2ItemsBlock ul li a {
   color:#fff;
   z-index: 2;
}
.at-blog-computer div.k2ItemsBlock ul li span.moduleItemDateCreated {
    position: absolute;
    top: 4px;
    width: 174px;
    right: 0px;
    z-index: 2;
    background: #fbb908;
    color: #fff;
    padding: 10px;
}
/*** Latest ***/
#at-latest .sppb-row-container  {
	padding-right: 0px;
	padding-left: 0px;
}

/***** Skill ****/
.skills {
  border-radius: 50px;
  text-align: right;
  color: #000;
  position: relative;
  top: 0px;
  font-size: 10px;
  font-weight: bold;
}
#at-skill .sppb-text-center .sppb-img-responsive {
  border-radius: 5px;
}
.skills,
.skills .skill,
.skills .skill .skill-title,
.skills .skill .skill-bar {
  width: 100%;
  float: left;
}
.skills .skill {
  border-bottom: 1px dotted #d2cdcd;
  padding-bottom: 15px;
  margin-bottom: 19px;
}
.skills .skill .skill-title h6 {
  color: #333;
  letter-spacing: 2px;
  margin-bottom: 17px;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
}
.skills .skill .skill-title {
  margin-bottom:10px;
  text-align: left;
}
.at-skill-left .skill-title p {
  margin-bottom:0px!important;
  color: #939393;
  font-size: 11px;
  letter-spacing: 2px;
}
.skills .skill .skill-bar {
  width: 0;
  border-radius: 0px; 
  height: 8px;
  background: #dddddd;
  transition: 1s cubic-bezier(1, 0, .5, 1);
  -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
  -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills.active .skill .skill-bar {
  width: 100%;
}
.skills .skill .skill-bar span {
  float: left;
  width: 0%;
  border-radius: 0px; 
  background: #0d2f5d!important;
  height: 8px;
  position: relative;
  transition: 1s cubic-bezier(1, 0, .5, 1);
  -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
  -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills .skill .skill-bar span b {
  float: left;
  width: 100%;
  position: relative;
  text-align: right;
  opacity: 0;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  top: -23px;
}
#at-skill .sppb-addon-single-image-container::before {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
#at-skill .sppb-addon-single-image-container:hover::before {
  cursor: pointer;
  -webkit-animation: circle .65s;
  animation: circle .65s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

/*** Blog Design ***/
.at-blog-list-design div.k2ItemsBlock ul li {
     padding-left: 42%;
}
.at-blog-list-design div.k2ItemsBlock ul li .moduleItemImage {
    position: absolute;
    left: 0;
    max-width: 40%;
    top: 0;
}
.at-blog-list-design div.k2ItemsBlock ul li {
    position: relative;
}
.at-blog-list-design div.k2ItemsBlock ul li div.moduleItemIntrotext {
    display: block;
    padding:0px; 
}
.at-blog-list-design div.k2ItemsBlock ul li span.moduleItemDateCreated {
    font-size: 10px;
}
.at-blog-list-design div.k2ItemsBlock ul li {
    margin: 30px 30px;
    margin-left: 0px;
}
.at-blog-list-design div.k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase!important;
}

/*** blog-latest ****/
.at-blog-latest div.k2ItemsBlock ul li {
    width: 48%;
    float: left;
    margin-right: 2%;
    left: 0;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 20px;
}
.at-blog-latest div.k2ItemsBlock ul li:nth-child(2n+1) {
  clear: left;
}
.at-blog-latest div.k2ItemsBlock ul li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

/**** Blog bottom Content ****/
.at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(1) {
    width: 67%;
    float: left;
    margin-right:0%;
    padding-right:10px
}
.at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(2) {
    width: 33%;
    float: left;
    margin-right:0%;
    padding-right:0px;
}
.at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(3) {
    width: 33%;
    float: left;
    margin-right:0%;
}
.at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(4) {
    width: 67%;
    float: left;
    padding-left:10px;
}
.at-blog-bottom-content-sub div.k2ItemsBlock ul li .moduleItemImage,
.at-blog-bottom-content-sub div.k2ItemsBlock ul li .moduleItemImage img {
  width: 100%!important;
}
.at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(1),
.at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(4),
.at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(2),
.at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(3) {
	position:relative;
    margin-bottom:0;
}
.at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(1) a.moduleItemTitle,
.at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(4) a.moduleItemTitle {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    z-index: 2;
    font-size: 40px;
    font-weight: 700;
    bottom: 120px;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
}
.at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(2) a.moduleItemTitle,
.at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(3) a.moduleItemTitle {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    z-index: 2;
    font-size: 40px;
    font-weight: 700;
    bottom: 140px;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
}
.at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(1) span.moduleItemDateCreated,
.at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(4) span.moduleItemDateCreated {
    position: absolute;
    color: #ffffff;
    left: 0;
    right: 0;
    z-index:3;
    font-size: 20px;
    font-weight: 400;
    bottom: 80px;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
}
.at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(2) span.moduleItemDateCreated,
.at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(3) span.moduleItemDateCreated {
    position: absolute;
    color: #ffffff;
    left: 0;
    z-index:3;
    right: 0;
    font-size: 18px;
    font-weight: 400;
    bottom: 80px;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
}
.at-blog-bottom-content-sub div.k2ItemsBlock ul li div.moduleItemIntrotext {
    padding:0px!important;
}
.at-blog-coment div.k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
#at-blog-bottom-content .sppb-col-md-12  {
  	padding-right: 0px;
  	padding-left: 0px;
}

/***** Sibar *****/
.at-sibar {
    padding: 30px;
}
.at-title-sibar h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    letter-spacing: 2px;
    line-height: 1.2;
}

/**** blog speaker ****/
.at-blog-latest-speaker {
  	position: relative;
  	overflow: hidden;
}
.at-blog-latest-speaker div.k2ItemsBlock ul li {
     padding-left: 42%;
}
.at-blog-latest-speaker div.k2ItemsBlock ul li .moduleItemImage {
    position: absolute;
    left: 0;
    max-width: 40%;
    top: 0;
}
.at-blog-latest-speaker div.k2ItemsBlock ul li {
    position: relative;
}
.at-blog-latest-speaker div.k2ItemsBlock ul li div.moduleItemIntrotext {
    display: block;
    padding:0px; 
}
.at-blog-latest-speaker div.k2ItemsBlock ul li span.moduleItemDateCreated {
    font-size: 10px;
}
.at-blog-latest-speaker div.k2ItemsBlock ul li {
    margin: 30px 30px;
    margin-left: 0px;
    position: relative;
    min-height: 80px;
}
.at-blog-latest-speaker div.k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase!important;
}

/*** Blog Popular *****/
.at-blog-popular div.k2ItemsBlock ul li {
    margin: 30px 30px;
    margin-left: 0px;
    position: relative;
    min-height: 80px;
}
.at-blog-popular div.k2ItemsBlock ul li {
     padding-left: 42%;
}
.at-blog-popular div.k2ItemsBlock ul li .moduleItemImage {
    position: absolute;
    left: 0;
    max-width: 40%;
    top: 0;
}
.at-blog-popular div.k2ItemsBlock ul li {
    position: relative;
}
.at-blog-popular div.k2ItemsBlock ul li div.moduleItemIntrotext {
    display: block;
    padding:0px; 
}
.at-blog-popular div.k2ItemsBlock ul li span.moduleItemDateCreated {
    font-size: 10px;
}
.at-blog-popular div.k2ItemsBlock ul li {
    margin: 30px 30px;
}
.at-blog-popular div.k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase!important;
}

/*** About ***/
.at-about {
	position: relative;
}
.at-about:before {
  	content: "";
  	top: 0;
  	left: 0;
  	right: 0;
  	width: 100%;
  	height: 60%;
  	z-index: -1;
  	background: #002937;
  	position: absolute;
}
.at-about .sppb-row > div:first-child {
	 padding: 0;
}
.at-about-img .sppb-addon-single-image-container,
.at-about-img .sppb-addon-single-image-container img {
	 width: 100%;
}

/*** Team ***/
.at-team-item .sppb-img-container,
.at-team-item .sppb-img-container img {
	 width: 100%;
}
.at-team-item h6 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}
.at-team-item ul {
  	padding: 0;
  	position: absolute;
  	bottom: 94px;
  	width: 100%;
  	left: 0;
  	right: 0;
  	opacity: 0;
  	visibility: hidden;
  	-webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
.at-team-item:hover ul {
  	bottom: 113px;
  	opacity: 1;
  	visibility: inherit;
}
.at-team-item ul li {
    list-style: none;
    width: 33.33%;
    text-align: center;
    float: left;
    position: relative;
    z-index: 1;
}
.at-team-item ul li:before {
  	content: "";
  	top: 0;
  	left: 0;
  	right: 0;
  	width: 100%;
  	height: 100%;
  	position: absolute;
  	z-index: -1;
}
.at-team-item ul li:nth-child(2):before {
	background: rgba(0,0,0,.1);
}
.at-team-item ul li:nth-child(3):before {
	background: rgba(0,0,0,.2);
}
.at-team-item ul li a {
	padding: 20px 0;
    display: inline-block;
    width: 100%;
}
.at-team-item ul li em {
	font-size: 24px;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.at-team-item ul li a:hover em {
	color: #000;
}
.at-team-item ul li strong {
	display: none;
}
/*** Testimonial ***/
.at-testimonial {
	position: relative;
	z-index: 1;
}
.at-testimonial:before {
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60%;
	position: absolute;
	z-index: -1;
}
/*** Portfolio ***/
#at-portfolio .sppb-row > div:first-child {
	padding: 0;
}
.at-portfolio p {
	color: #fff;
}
.at-portfolio-top {
	padding: 40px;
}
.at-portfolio-top p {
	color: #000;
}
.at-portfolio-top ul {
	padding-left: 0;
}
.at-portfolio-top ul li {
	list-style: none;
}
.at-portfolio-top ul li:before {
	content: "\f101";
	font-family: FontAwesome;
	margin-right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	background: none;
	color: #b0b0b0;
    font-size: 24px;
    position: relative;
    padding: 11px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 6px;
	width: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
	visibility: inherit;
	opacity: 1;
}
/*** Blog ***/
.at-blog p {
	color: #fff;
}
.catItemTitle a:hover,
div.catItemHeader span.catItemAuthor a:hover,
div.catItemCategory a:hover,
div.catItemCommentsLink a:hover,
div.catItemReadMore a:hover {
    color:#000!important;
}
.moduleItemComments {
  	font-size: 0;
}
.moduleItemComments:before {
  	content: "\f075";
  	font-family: FontAwesome;
    font-size: 14px;
  	margin-left: 10px;
    color: #dfd9d9;;
}
.moduleItemAuthor:before {
    content: "\f007";
  	font-family: FontAwesome;
    font-size: 14px;
}
div.k2ItemsBlock ul li a {
    display: inline-block;
}
div.k2ItemsBlock ul li a {
  	color: #333;
    font-size:20px;
}
div.k2ItemsBlock ul li a.moduleItemComments {
  	border: 0;
}
div.k2ItemsBlock ul .clearList {
  	display: none;
}
.sp-module-content {
  	display: inline-block;
}
div.itemFacebookButton {
  	width: inherit;
}
.com-k2 div.k2ItemsBlock ul li {
  	width: 100%;
    margin: 0;
}
.com-k2 div.k2ItemsBlock ul li .moduleItemImage,
.com-k2 div.k2ItemsBlock ul li .moduleItemImage img {
  	width: 100%;
}

/**** Top Bottom **/
.at-social strong {
    display:none;
}
.at-social .social em {
    background: none;
    color: #ffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 5px 5px;
    display: inline-block;
    font-size: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
}
.at-blog-coment div.k2ItemsBlock ul li {
     padding-left: 42%;
}
.at-blog-coment div.k2ItemsBlock ul li .moduleItemImage {
    position: absolute;
    left: 0;
    max-width: 40%;
    top: 0;
}
.at-blog-coment div.k2ItemsBlock ul li {
    position: relative;
    padding-bottom: 30px;
}
.at-blog-coment div.k2ItemsBlock ul li div.moduleItemIntrotext,
.at-blog-coment div.k2ItemsBlock ul li span.moduleItemDateCreated {
    color:#fff!important;
    display: block;
    padding:0px; 
}
#at-top-bottom h3 {
    font-size: 20px;
    margin-bottom:30px;
    text-transform: uppercase;
    font-weight: 700;
}
#at-instragram .sppb-col-md-2 {
    padding-left: 0px;
    padding-right: 5px;
}
.at-instragram-item {
    position: relative;
    overflow: hidden;
}

.at-instragram-item img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    opacity:0.7;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.at-instragram-item:hover img {
    opacity:1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
#at-blog-bottom-content div.k2ItemsBlock ul li:nth-child(3) div.moduleItemIntrotext a.moduleItemImage img {
   max-width: 100%;
   width: 100%;
}

/*** Contact ***/
.at-contact-us ul {
  	padding-left: 0;
}
.at-contact-us ul li {
  	list-style: none;
  	margin: 20px 0;
  	font-size: 18px;
  	color: #fff;
}
.at-contact-us ul li em {
  	margin-right: 10px;
  	color: #555;
}
.creativecontactform_body {
    padding: 5px 15px 10px 0px !important;
}
.at-contact-us ul li strong {
  	display: none;
}
/*** Contact Form ***/
.creativecontactform_wrapper,
.creativecontactform_wrapper:hover {
  	background: none!important;
  	border: 0!important;
  	box-shadow: none!important;
}
.creativecontactform_header {
  	display: none!important;
}
form .creativecontactform_input_element, 
form .creativecontactform_input_element.closed:hover {
  	box-shadow: none!important;
}
form .creativecontactform_error .creativecontactform_input_element, 
form .creativecontactform_error .creativecontactform_input_element:hover {
  	box-shadow: none!important;
}
.creativecontactform_field_name {
  	color: #fff!important;
}
.creativecontactform_submit_wrapper,
.creative_field_box_wrapper_0 .creativecontactform_field_box_inner,
.creative_field_box_wrapper_0 .creativecontactform_field_box_textarea_inner {
  	width: 100%;
}
.creativecontactform_field_box:nth-child(-n+3) {
  	width: 32%;
  	float: left;
  	margin-right: 2%; 
}
.creativecontactform_field_box:nth-child(3n) {
  	margin-right: 0;
}
.powered_by.powered_by_1 {
  	opacity: 0!important;
}
.creativecontactform_send:hover,
.creativecontactform_wrapper input.creativecontactform_send,
.creativecontactform_wrapper input.creativecontactform_send:hover {
    border: 0!important;
    float: left;
    border: medium none;
    color: #151515;
    font-size: 18px;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 20px;
}
.creativecontactform_wrapper [type=button] {
  	background: #222;
  	color: #fff!important;
    text-shadow: none;
}

/*****carousel ******/
.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.74);
    width: 100%;
    height: 100%;
    padding: 20px 50px;
}

/*** Bottom ***/
#sp-bottom {
    padding: 60px 0 30px;
    font-size: 14px;
    line-height: 1.6;
}
#at-top-bottom .sppb-col-md-4  {
	padding-right: 0px;
}
/*** Footer ***/
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 30px;
}
#sp-footer a {
  color:#002937!important;
}
#at-top-bottom .sppb-row-container  {
	padding-right: 0px;
	padding-left: 0px;
}

/*** Responsive ***/
@media (max-width: 992px) {
	#sp-logo,
	#sp-menu {
		width: 100%;
	}
	.at-slider-color i {
		width: 45px;
		height: 45px;
	}
}
/* Screen min 1199px and max 1500px */
@media (min-width: 1199px) and (max-width: 1500px) {
  #at-blog-review div.k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 29px!important;
    bottom: 175px!important;
  }
  #at-blog-review div.k2ItemsBlock ul li span.moduleItemDateCreated {
    font-size: 16px!important;
    bottom: 150px!important;
  }
}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 7px!important;
  }
  .at-virtua-reality div.k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 15px!important;
    bottom: 79px!important;
  }
   #at-blog-review div.k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 24px!important;
    bottom: 186px!important;    
  }
  #at-blog-review div.k2ItemsBlock ul li span.moduleItemDateCreated {
    font-size: 20px!important;
    bottom: 120px!important;  
  }
}
/* Screen max 1024px */
@media (max-width: 1024px) {
  .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
      left: auto;
      right: -56px!important;
  } 
  .at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(1) a.moduleItemTitle, .at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(4)      a.moduleItemTitle {
      font-size: 32px!important;
      bottom: 111px!important;
  }
  #at-blog-review div.k2ItemsBlock ul li a.moduleItemTitle {
      font-size: 20px!important;
      bottom: 239px!important;
  }
}
/* Screen min 768px and max 980px */
@media (min-width: 768px) and (max-width: 980px) {
  .at-slider-color i {
      width: 35px;
      height: 35px;
  }
  #sp-section-2 {
      padding-top: 0px!important;
  }
  .tp-caption a.btn-slider {
      font-size:12px!important;
  }
  .at-blog-slider-new div.k2ItemsBlock ul li {
      width: 100%!important;
  }
  .at-virtua-reality div.k2ItemsBlock ul li {
      width: 100%!important;
  }
  .at-virtua-reality div.k2ItemsBlock ul li:nth-child(3) {
      width: 100%!important;
  }
  .at-blog-coment div.k2ItemsBlock ul li {
      padding-left: 0%!important;
  }
  .at-blog-coment div.k2ItemsBlock ul li .moduleItemImage {
      position:relative!important;
      max-width: 90%!important;
  }
  .at-blog-list-design div.k2ItemsBlock ul li {
      padding-left: 0%!important;
  }
  .at-blog-list-design div.k2ItemsBlock ul li .moduleItemImage {
      position:relative!important;
      max-width: 90%!important;
  }
  .at-blog-latest-speaker div.k2ItemsBlock ul li {
      padding-left: 0%!important;
  }
  .at-blog-latest-speaker div.k2ItemsBlock ul li .moduleItemImage {
      position:relative!important;
      max-width: 100%!important; 
  }
  .at-blog-popular div.k2ItemsBlock ul li {
      padding-left: 0%!important;
  }
  .at-blog-popular div.k2ItemsBlock ul li .moduleItemImage {
      position: relative!important;
      max-width: 80%!important;
  }
  #at-slider .sppb-col-md-4 {
      padding: 0px!important;
      width: 100%!important;
  }
  .at-slider div.k2ItemsBlock ul li {
      margin-top: 5px!important;
  }
  .at-blog-slider-new div.k2ItemsBlock ul li a.moduleItemTitle {
      top: 172px!important;
      font-size: 26px!important;
  }
  .at-blog-slider-new div.k2ItemsBlock ul li span.moduleItemDateCreated {
      top: 262px!important;
  }
  #at-blog-review div.k2ItemsBlock ul li span.moduleItemDateCreated {
     bottom: 54px!important;
  }
  #at-blog-review div.k2ItemsBlock ul li a.moduleItemTitle {
     font-size: 20px!important;
     bottom: 120px!important;
  }
  .at-sibar {
     display: none!important;
  }
  #at-latest .sppb-btn-custom {
      margin-bottom: 50px!important;
  }
}
  /* Screen min 767px */
@media (max-width: 767px) {
  .at-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
  }
  #sp-top2 .sp-contact-info {
      float: left!important;
  }
  #at-latest .sppb-btn-custom {
      margin-bottom: 50px!important;
  }
  .at-sibar {
    display: none!important;
  }
  .at-blog-popular div.k2ItemsBlock ul li a.moduleItemTitle {
      font-size: 9px!important;
  }
  .at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(1),
  .at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(4){
      padding-right:0px!important;
  }
  #sp-section-3 .col-lg-12 {
    padding-right: 15px;
    padding-left: 15px!important;
 }
  #sp-section-2 {
      padding-top: 0px!important;
  }
  #sp-section-2 .col-lg-8 {
    padding-right: 15px!important;
  }
  .at-slider div.k2ItemsBlock ul li {
      margin-top: 5px!important;
  }
  .at-title .cb-module-header .cb-module-title a {
     font-size: 20px!important;
  }
  .at-blog-coment div.k2ItemsBlock ul li {
      padding-left: 0%!important;
  }
  .at-title .cb-module-header .cb-module-title:after {
    top: 57%!important;
    left: 92%!important;
  }
  .at-blog-coment div.k2ItemsBlock ul li .moduleItemImage {
      position:relative!important;
      max-width: 90%!important;
  }
  .at-blog-list-design div.k2ItemsBlock ul li {
      padding-left: 0%!important;
  }
  .at-blog-list-design div.k2ItemsBlock ul li .moduleItemImage {
      position:relative!important;
      max-width: 90%!important;
  }
  .at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(1) span.moduleItemDateCreated,
  .at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(4) span.moduleItemDateCreated {
      font-size: 14px!important;
      bottom: 30px!important;   
  }
  .at-blog-latest-speaker div.k2ItemsBlock ul li {
      padding-left: 0%!important;
  }
  .at-blog-latest-speaker div.k2ItemsBlock ul li .moduleItemImage {
      position:relative!important;
      max-width: 100%!important; 
  }
  .at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(1) a.moduleItemTitle,
  .at-blog-bottom-content-sub div.k2ItemsBlock ul li:nth-child(4) a.moduleItemTitle {
      font-size: 20px!important;
      bottom: 67px!important;
  }
  #at-blog-review div.k2ItemsBlock ul li a.moduleItemTitle {
      font-size: 20px!important;
      bottom: 120px!important;
  }
  #at-blog-review div.k2ItemsBlock ul li span.moduleItemDateCreated {
      font-size: 18px!important;
      bottom: 50px!important;
  }
  ul.social-icons > li {
      display: inline-block;
      margin: 5px 6px!important;
  }
  .tp-caption.large_bold_black, .large_bold_black {
      font-size: 22px!important;
      line-height: 0px!important;
  }
  .at-blog-popular div.k2ItemsBlock ul li {
      padding-left: 0%!important;
  }
  .at-blog-popular div.k2ItemsBlock ul li .moduleItemImage {
      position: relative!important;
      max-width: 80%!important;
  }
  .tp-caption.small_light_white, .small_light_white {
      font-size: 9px!important;
  }
  .at-slider div.k2ItemsBlock ul li {
      max-width: 100%!important;
  }
  .at-virtua-reality div.k2ItemsBlock ul li {
      width: 100%!important;
  }
  .tp-caption a.btn-slider {
      font-size:12px!important;
  }
  .header-area .logo {
      padding: 21px 0!important;
  }
  div.k2ItemsBlock ul li {
      width: 100%!important;
  }
  #at-slider .sppb-col-md-4 {
      padding: 0px!important;
      width: 100%!important;
  }
  #at-game-review .sppb-row-container, 
  #at-game-new .sppb-row-container,
  #at-slider .sppb-row-container,
  #at-slider .sppb-col-md-4 ,
  #at-slider .sppb-col-md-8,
  #at-virtua .sppb-row-container,
  #at-fashion .sppb-row-container,
  #at-blog-review .sppb-row-container,
  #at-latest .sppb-row-container,
  #at-top-bottom .sppb-row-container {
      padding-right: 20px!important;
      padding-left: 20px!important;
  }
}
 /* Screen min 480px */
@media (max-width: 480px) {
  .at-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
  }
  .tp-caption a.btn-slider {
      font-size:12px!important;
  }
  .header-area .logo {
      padding: 21px 0!important;
  }
  div.k2ItemsBlock ul li {
      width: 100%!important;
  }
}
/* Screen min 360px */
@media (max-width: 360px) {
    .tp-caption a.btn-slider {
        font-size:12px!important;
    }
    .header-area .logo {
        padding: 21px 0!important;
    }
    .at-slider-color i {
        width: 25px;
        height: 25px;
        line-height: 25px!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%!important;
    }
  }
  /* Screen min 320px */
  @media (max-width: 320px) {
  .at-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
  }
  .tp-caption a.btn-slider {
      font-size:12px!important;
  }
  .header-area .logo {
      padding: 21px 0!important;
  }
  div.k2ItemsBlock ul li {
      width: 100%!important;
  }
}