/* Title */
#sp-top-bar {
    background-color: #464646 !important;
    color: #ffffff!important;
    z-index: 99;
    position: relative;
}
#sp-header {
   box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.5);
  background: #e7e7e7;
  background: linear-gradient(top, #464646, #606060 60%) no-repeat;
  background: -webkit-linear-gradient(top, #464646, #606060 60%) no-repeat;
  background: -moz-linear-gradient(top, #464646, #606060 60%) no-repeat;
  background: -o-linear-gradient(top, #464646, #606060 60%) no-repeat;
  background: -ms-linear-gradient(top, #464646, #606060 60%) no-repeat;
  background: linear-gradient(top, #464646, #606060 60%) no-repeat;
  -svg-background: linear-gradient(top, #464646, #606060 60%) no-repeat;
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
}
#sp-header a img {height: 64px;}
.sticky-wrapper.is-sticky #sp-header{
    background: #464646;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.5);
    border-bottom: 3px solid #f7f7f7 !important;
}
body.itemid-437 #sp-main-body {
  padding: 0;
}
body.itemid-437 #sp-header {
  height: 70px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.41);
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.41);
  background: #e7e7e7;
  background: linear-gradient(top, #464646, #606060 60%) no-repeat;
  background: -webkit-linear-gradient(top, #464646, #606060 60%) no-repeat;
  background: -moz-linear-gradient(top, #464646, #606060 60%) no-repeat;
  background: -o-linear-gradient(top, #464646, #606060 60%) no-repeat;
  background: -ms-linear-gradient(top, #464646, #606060 60%) no-repeat;
  background: linear-gradient(top, #464646, #606060 60%) no-repeat;
  -svg-background: linear-gradient(top, #464646, #606060 60%) no-repeat;
  border-bottom: 3px solid #ffffff;
}
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
  color: #333;
}
/* Transition */
h1, h2, h3, h4, h5, h6, i, i:before, i:after  {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
h1{font-size: 32px;}
#sp-header .logo,
#sp-header,
#offcanvas-toggler,
.sp-megamenu-parent >li >a 
#sp-header .logo,
.sticky-wrapper.is-sticky #sp-header,
.sticky-wrapper.is-sticky #offcanvas-toggler,
.sticky-wrapper.is-sticky .sp-megamenu-parent >li >a,
#offcanvas-toggler >i {
    /*-webkit-transition: 0.7s ease-in-out!important;
    -moz-transition: 0.7s ease-in-out!important;
    -ms-transition: 0.7s ease-in-out!important;
    -o-transition: 0.7s ease-in-out!important;
    transition: 0.7s ease-in-out!important;*/
}
.sticky-wrapper.is-sticky #sp-header .logo,
.sticky-wrapper.is-sticky #sp-header {
    height: 70px;
}
.sticky-wrapper.is-sticky #offcanvas-toggler,
.sticky-wrapper.is-sticky .sp-megamenu-parent >li >a {
    /*line-height: 68px;*/
    color: #d3b574 !important;
}
.sticky-wrapper.is-sticky #sp-header .cmbf-button-container{background: #b3d300;}
.sticky-wrapper.is-sticky #sp-header .cmbf-button-container:hover{background: #257da2;}
.sticky-wrapper.is-sticky  #offcanvas-toggler >i {
    margin-top: -5px;
}
/*** General ***/
.at-title h2 {
    font-size: 28px;
    color: rgb(96 96 96);
    margin: 0;
    margin-bottom: 33px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 3px 3px 7px #8a8a8a !important;
    font-family: 'Oswald', sans-serif !important;
}
.at-title h2 b {
  font-weight: 300;
  text-shadow: 2px 2px 7px #b7b4b4 !important;
  font-style: normal;
}
.at-title-white h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

h3.at-title{
    font-size: 28px;
    color: rgb(96 96 96);
    margin: 0;
    margin-bottom: 33px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 3px 3px 7px #8a8a8a !important;
    margin-top: 90px;
    text-align: center;
}
h3.at-title b{
  font-weight: 300;
  text-shadow: 2px 2px 7px #b7b4b4 !important;
  font-style: normal;
}

.at-title p {
    color: #606060 !important;
    font-size: 18px;
}
.at-title hr {
  background: #ffa211 none repeat scroll 0 0;
  border: 0 none;
  height: 1px;
  margin: 0 auto 2px;
  position: relative;
  text-align: center;
  width: 270px;
}

/* Slider */
.at-slider {
  position: relative;
  top:-90px;
  border-bottom: 5px solid #ffffff;
  box-shadow: 0 3px 10px 5px rgba(33, 33, 33, 0.38);
  -webkit-box-shadow: 0 3px 10px 5px rgba(33, 33, 33, 0.38);
  -moz-box-shadow: 0 3px 10px 5px rgba(33, 33, 33, 0.38);
}
.at-slider .tp-caption a {
  padding: 12px 40px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
.at-slider .tp-caption a:hover {
  color:#fff;
}
.at-slider .button:hover {
  background: #222;
}
.at-slider .button-right {
    background-color: #333!important;
}
/*** Service ***/
.at-service-item {
  position: relative;
  border: 1px solid #ddd;
  padding: 60px;
  cursor: pointer;
}
.at-service-item:hover {
  padding: 90px;
  border: 0px;
}
.at-service-item i {
    border: 1px solid #f99800;
    box-shadow: 5px 5px 0 0 #f99800;
    color: #fff;
    font-size: 35px;
    height: 70px;
    line-height: 40px;
    padding: 15px;
    width: 70px;
}
.at-service-item:hover i {
  background-color: #ffffff;
  top:0px;
   color:#333;
  border: 3px solid #f99800;
  width: 60px;
  height: 60px;
  box-shadow:none!important;
  line-height: 30px;
  font-size: 30px;
  border-radius: 50%;
  margin-bottom: 30px;

}
.at-service-item:hover h3 {
  color: #ffffff;
  position: absolute;
  top: 10px;
}
.at-service-item:before {
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: -2px auto;
  position: absolute;
  right: 0;
  top: -18px;
  width: 40px;
}
.at-service-item .qx-blurb-content {
     position: absolute;
     color: #ffffff;
    z-index: 3;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}
.at-service-item:hover .qx-blurb-content {
    color: #ffffff;
    font-weight: 200;
    bottom: -30px;
    margin-top: 20px;
    opacity: 1;
    padding: 30px;
  padding-bottom: 60px;
}
#at-service-bottom,
#at-service-bottom1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;
    margin-top: 5px;
    margin-bottom: 5px;
}
#at-service-bottom{border-top: 5px solid #ffffff;box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.5);}
#at-service-bottom1{border-bottom: 5px solid #ffffff !important;box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.5);}
.at-service-bottom-item i {
    border: 1px solid #f99800;
    box-shadow: 5px 5px 0 0 #f99800;
    color: #333333;
    font-size: 35px;
    height: 60px;
    line-height: 29px;
    padding: 15px;
    width: 60px;
}
.at-service-bottom-item .qx-media-left {
   padding-top: 25px;
}
.at-service-bottom-item .qx-media-body {
  padding-left: 20px;
}
.at-service-bottom-item .qx-blurb-title {
  font-style: italic;
  padding-left: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.1;
  color: #dbc28d;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-shadow: 3px 3px 7px #4e4e4e !important;
}
.at-service-bottom-item .qx-blurb-content {
  font-weight: normal;
  color: #fff;
}
#et-service-button {
  background: #257da2 none repeat scroll 0 0;
  border: 3px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  max-width: 100%;
  padding: 12px 20px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.6s ease 0s;
  font-style:  italic;
  box-shadow: 3px 3px 15px #666666 !important;
  border-color: #ffffff!important;
  border-radius: 6px;
}
#et-service-button:hover {
  background: none!important;
  border:  3px solid #ffffff;;
  color: #fff;
  background: #b3d300 none repeat scroll 0 0 !important;
}

/*** Feature ***/
.at-features-item-left i {
   border: 1px solid #d3b574;
   box-shadow: -6px 7px 0px 0px #d3b574 !important;
  color: #333333;
  font-size: 35px;
  height: 60px;
  line-height: 29px;
  padding: 15px;
  width: 60px;
}
.at-features-item i {
  border: 1px solid #d3b574;
  box-shadow: 5px 5px 0 0 #d3b574;
  color: #333333;
  font-size: 35px;
  height: 60px;
  line-height: 29px;
  padding: 15px;
  width: 60px;
}
.at-features-item .qx-media-right {
  padding-top: 25px;
  padding-left: 20px;
}
.at-features-item-left .qx-media-right {
  padding-left:20px;
}
.at-features-item .qx-media-left {
  padding-top: 25px;
  padding-right: 20px;
}
.at-features-item p {
  font-weight: normal;
}
.at-features-item .qx-blurb-title,
.at-features-item-left .qx-blurb-title {
    padding-left: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #484848;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-shadow: 2px 2px 5px #636262bf !important;
    font-family: 'Oswald', sans-serif !important;
}
/*** Carousel ***/
#at-carousel .slick-dots {
  bottom:-45px!important;
}
/*** Superb ***/
.at-superb-item img {
  margin: 0 auto;
  border-radius: 10px;
  border: 3px solid #d3b574 !important;
  box-shadow: 0 15px 25px 0 #0c0c0cc7;
  /*box-shadow: 0 15px 25px 0 #2a2a28bf;*/
}
.at-superb-item {
  cursor: pointer;
  background-color: rgb(96 96 96);
  border: 2px solid #efefef;
  padding:50px 30px 30px 30px;
}
.at-superb-item:hover {
  background: #464646 none repeat fixed 0 0;
  box-shadow: 0 0 22px 0 #363636;
  transition: all 0.6s ease 0s;
  z-index: 999;
}
.at-service-bottom-item .qx-blurb-content p{font-weight: normal;text-shadow: 3px 3px 7px #4e4e4e !important;color: #fff !important;line-height: 32px;}

.qx-blurb-content p{color: #ffffff !important;text-transform: none;text-shadow: 3px 3px 7px #4e4e4e !important;/* font-style: italic; */font-weight: 400 !important;font-family: 'Oswald', sans-serif !important;}
h3.qx-blurb-title {text-shadow: 3px 3px 7px #8a8a8a !important;}
.at-superb-item .qx-blurb-title {
    padding-left: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.1;
    color: #d3b574 !important;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px #080808d6 !important;
    font-family: 'Oswald', sans-serif !important;
    margin-top: 30px;
}
#at-superb {
  background-color: #ffffff;
  
}
/*** Newletter ***/
.at-subscribe-title h4 {
    margin-top: 0;
    font-size: 36px;
    font-weight: 700;
}
.at-subscribe-title h5 {
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 300;
}

.at-subscribe-content table input {
    padding: 20px 120px!important;
    border-radius: 50px;
}
.at-subscribe-content table .button {
    padding: 10px 30px!important;
    border-color: #fff;
}
.at-subscribe-content table tr {
    display: inline;
}
/*** Customzable ***/
.at-customzable-item i {
  border: 1px solid #f99800;
  box-shadow: 5px 5px 0 0 #f99800;
  color: #333333;
  font-size: 35px;
  height: 60px;
  line-height: 29px;
  padding: 15px;
  width: 60px;
}
.at-customzable-item .qx-blurb-content {
  font-weight: normal;
}
.at-customzable-item .qx-media-left {
  padding-top: 25px;
}

/*** Counter ***/
#at-counter-sub {
  cursor: pointer;
  margin-right: 2%;
  padding: 40px;
  width: 23%;
}
.at-counter-item i {
  background: #ffffff;
  color: #333;
  border-radius: 50px;
  border: 1px solid #ddd;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
}
.at-counter-item .qx-nc-number {
  font-size: 61px;
  font-weight: 700;
  line-height: 100px;
}
.at-counter-item .qx-nc-title {
  font-size: 30px;
}

/*** Pricing ***/
#at-pricing .table-heading .title {
  font-size: 30px;
  font-weight: 700;
}
#at-pricing .table-heading:nth-child(3+1) {
  background-color: #333!important;
}
#at-pricing .cost {
    border: 3px solid #ffffff;
    width: 158px;
    height: 160px;
    right: 0;
    left: 0;
    padding-top: 43px;
    margin: auto;
    border-radius: 50%;
}
#at-pricing .table-heading .curency {
  font-size: 50px;
  font-weight: 600;
}
#at-pricing .table-heading .amount {
  font-size: 60px;
  font-weight: 600;
}
#at-pricing .single-table {
    margin: 0 13px;
    width: 100%;
    color: rgba(249,249,249,1);
    border-radius: 7px;
    border-width: 7px;
    border-style: solid;
    border-color: rgba(255,255,255,0);
    box-shadow: 0 0 5px 3px rgba(76, 76, 76, 0.62);
    -webkit-box-shadow: 0 0 5px 3px rgba(76, 76, 76, 0.62);
    -moz-box-shadow: 0 0 5px 3px rgba(76, 76, 76, 0.62);
}
/*** Download ***/
#at-download-button {
  padding: 20px 60px;
  text-transform: uppercase;
  font-weight: 800;
  border: 2px solid #ffffff;
  background: none!important;
  border-radius: 15px;
}
#at-download-button:hover {
  background-color: #ffffff!important;
}
/* Subscribe */
.at-subscribe-title h4 {
    margin-top: 0;
    font-size: 36px;
    font-weight: 700;
}
.at-subscribe-title h5 {
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 300;
}

.at-subscribe-content table input {
    padding: 29px 120px!important;
    border-radius: 33px;
    background: none!important;
}
.at-subscribe-content table .button {
    padding: 20px 50px!important;
    border-color: #fff;
}
.at-subscribe-content table tr {
    display: inline;
}
.at-subscribe-content .acyfield_email input[type="text"] {
    color: #fff;
    font-size: 25px;
}
/* Portfolio */
.at-portfolio-button:hover {
  color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
  margin: 5px;
}
.project-img img {
    width: 100%;
}
.projects-filter {
    text-align: center;
    display: inline-block;
}
.projects-filter ul {
    display: inherit;
    line-height: 43px;
    margin: 0 auto;
}
.projects-filter ul li {
    line-height: 40px;
    margin: 5px 0;
    display: static!important;
    float: left;
}
.projects-filter a {
    padding: 8px 15px;
    border: 1px solid #fff;
}
.item-page .project-img {
    border: 5px solid #fff;
}
.pp-button {
    color: #fff;
    padding: 12px 40px;
    font-weight: 700;
}
.pp-button:hover {
    color: #fff;
    background: #666;
}
.projects-filter a {
    width: 200px;
    display: inline-block;
    padding: 0;
    border-radius: 20px;
}
.portfolio-list {
  padding-bottom:50px;
}
.projects-filter {
  padding-top:50px;
}
.owl-carousel {
    display: block!important;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float:left!important;
  width:100%;
}
.projects-wrapper .project-img .project-img-extra .project-img-extra-content a {
   color:#fff!important;
}
/* Team */
.at-team-item {
    position: relltive;
    cursor: pointer;
    margin: 0 5px; 
}
.at-team-item img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}
.at-team-item:hover img{
    transform: rotlte(5deg)scale(1.1);
}
.at-team-item .qx-person-img {
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.at-team-item .qx-person-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9999;
    transition: all .3s linear;
    z-index: 2;
}
.at-team-item:hover .qx-person-img:before {
    opacity: .7;
}
.at-team-item .qx-person-position {
    z-index: 9999;
    font-size: 14px;
    transition: all .3s linear;
    color: #959191;
    font-weight: 500;
    text-transform: uppercase;
}
.at-team-item h4 {
    position: absolute;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0px 5px;
    top:100px;
    font-weight: 700;
    z-index: 3;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}
.at-team-item:hover h4 {
    color: #ffffff;
     bottom: 120px;
    opacity: 1;
    text-align: center;
}
.at-team-item .social-links {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}
.at-team-item p {
     position: absolute;
     color: #ffffff;
    z-index: 3;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}
.at-team-item:hover p {
    color: #ffffff;
    bottom: 110px;
    opacity: 1;
}
.at-team-item:hover .social-links {
    bottom: 80px;
    opacity: 1;
}
.at-team-item .social-links a {
    width: 27px;
    height: 27px;
    display: block;
    background: #fff;
    color: #007dac;
    text-align: center;
    line-height: 24px;
    margin: 0 6px;
    border-radius: 3px;
    display: inline-block;
}
.at-team-item .social-links a:before {
    font-size: 12px;
}
/*** Testimonial ***/
#et-testimonial-sub .slick-dots li.slick-active button:before {
  color: #ffffff!important;
}
/*** Pricing ***/
.at-pricing .table-heading .title {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0
}
.at-pricing .table-footer .qx-btn-default {
	font-size: 16px;
    font-weight: 400;
    padding: 18px 30px;
    width: 100%;
    border-radius: 0 0 8px 8px;
    color: #fff;
}
/*** Blog ***/
/* Blog */
body.com-k2 #sp-main-body {
    padding-top: 50px!important;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    float: left;
    width:100%;
}
.at-blog div.k2ItemsBlock ul {
    padding-left: 0;
}
.at-blog div.k2ItemsBlock ul li {
    float: left;
    margin-right: 1%;
    width: 32%;
}
.at-blog div.k2ItemsBlock ul li:nth-child(3n) {
    margin-right: 0!important
}
.at-blog a.moduleItemImage img {
    width: 100%!important;
    margin-top: 10px;
    margin-bottom: 0;
    float: left!important;
    margin: 5px 20px 4px 4px!important;
}
.at-blog .media-body {
    padding-top: 10px;
}
.at-blog div.k2ItemsBlock ul li:nth-child(4),
.at-blog .lastItem {
    position: relative;
}
.at-blog .moduleItemReadMore {
    padding: 12px 30px;
    text-transform: uppercase;
    border: 1px solid #adadad;
    font-weight: 700;
    color: #000;
    font-size: 14px;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.at-blog .moduleItemReadMore:hover {
    color: #fff;
}
.at-blog .moduleItemDateCreated {
    margin-bottom: 30px;
}
.owl-carousel {
  display:block!important;
}
/* Contact */
#et-contact .qx-icon {
    padding: 20px;
}
.at-contact-item .qx-icon {
     -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
     transition: all 0.4s ease-in-out 0s; 

}

.at-contact-item:hover .qx-icon:before {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    display: block; 
    color: #fff!important;

}
.at-contact-item:hover .qx-icon {

    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.at-contact-item {
    cursor: pointer;
}
.at-contact-form label {
    color: #333;
}
.at-contact-form input {
    border-radius: 0!important;
    height: 25px!important;
    width: 100%;
}
.at-contact-form textarea {
    height: 100px!important;
    border-radius: 0!important;
    width: 100%;
}
.at-contact-form button {
    background: none;
    width: 150px;
    height: 35px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #fff!important;
    transition: all .25s linear;
    font-weight: 400;
}

.at-contact-form button:hover {
    color: #fff!important;
}
.itemid-549 .at-contact-form label {
    color: #333;
}
/** RESPONSIVE **/
#sp-header,
body.com-quix #sp-main-body > .container {
    width: 100%!important;
}
div.qx-section {
    margin-left: 0!important;
    max-width: 100%!important;
}
div.qx-container {
    max-width: 100%!important;
}
/*Footer*/
#sp-bottom4 .inputbox {
  width:100%!important;
}
#sp-bottom4 table.acymailing_form {
    margin:0px;
    float: left;
    margin-top: 12px;
    width: 93%;
}
#sp-bottom4 .acysubbuttons .btn-primary {
  float:left;
}
#sp-component {
    padding: 0;
}
#sp-bottom3 a {
  color:#fff!important;
}
/* Screen min 1199px */
@media (min-width: 1200px) {
  .at-services-right,
  .at-about .at-title {
    padding-left: 60px;
    padding-right: 60px;
  }
}
/* Screen min 1199px */
@media (max-width: 1199px) {
  .at-services-right,
  .at-about .at-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Screen min 980px and max 1199px */
@media (min-width: 1200px) and (max-width: 1550px) {
  .at-services-right, .at-about .at-title {
      padding: 30px;
  }
  .at-services-content h2 {
      margin-bottom: 10px;
  }
}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {
  .at-about .at-title {
    padding-top: 40px;
    padding-bottom: 0 !important;
  }
  .at-services > div {
    width: 100% !important;
  }
}
/* Screen min 979px and max 781px */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* Screen max 767px */
@media (max-width: 767px) {
  .at-slider {
    top:0px;
  }
  .at-subscribe > div:first-child {
    padding-bottom: 0 !important;
  }
  .at-action-title,
  .at-subscribe > div > div {
    text-align: left;
  }
  .at-blog div.k2ItemsBlock ul li {
    width: 100%;
    margin-right: 0;
  }
  #et-about {
    padding-top:50px;
  }
}
/* Screen max 480px */
@media (max-width: 480px) {
  .at-slider {
    top:0px;
  }
  .at-event-item h5 {
    font-size: 11px;
  }
  .at-event-item ul.event-time li {
    font-size: 10px;
  }
  #at-app-title {
    margin-top:50px;
  }
}
#qx-pricing-table-961575 .table-body {background-color: rgb(70 70 70) !important;}
#qx-pricing-table-961575 .table-heading {background-color: rgb(96 96 96) !important;border-radius: 5px 5px 0 0;}
#qx-pricing-table-961575 .single-table:hover {box-shadow: 0 0 22px 0 #363636;transition: box-shadow 0.3s ease-in-out,transform 0.3s ease-in-out;}

.modal.fade{background: #242424e0 !important;}
.modal-body {overflow-y: auto;max-height: 450px;padding: 15px;position: relative;}
.modal-content {background: #464646;border: 3px solid #e5e5e5;border-radius: 10px;}
h4#myModalLabel {color: #fff;font-family: 'Oswald', sans-serif !important;font-size: 23px;font-weight: 400;}
button.close {color: #fff;display: block;font-size: 42px;}
#qx-pricing-table-961575 .table-heading .description {text-transform: uppercase;font-weight: 400;}
span.amount {font-size: 20px !important;font-weight: 400;}
span.curency {font-weight: 400;color: #ffffff !important;}
span.plantype {color: #fff;text-transform: uppercase;font-weight: 400;}
#qx-pricing-table-961575 .table-heading .title{text-shadow: 3px 3px 7px #0000007a;font-size: 18px;}
p#zakaz_dop_title {color: #fff;font-weight: 400;font-size: 17px;}
p.zakaz_bottom_text {color: #fff;font-weight: 400;font-size: 17px;}
.text_prais p{font-size: 19px;line-height: 32px;font-weight: 300 !important;display: inline-block;text-transform: initial;text-align: left;margin-top: 25px;}
.text_prais .fa-clock-o:before{content: "\f017";}
img.gal{float: left;padding-right: 15px;width: 30px;margin-top: 10px;}
.table-body li{padding: 10px;font-size: 14px;font-weight: 400;text-align: left;}
.table-body li img {float: left;padding-right: 10px;width: 25px;margin-top: 7px;}
a#et-service-button_p {background-color: #d3b574 !important;margin-top: 15px;text-transform: uppercase;padding: 5px 19px;}
a#et-service-button_p:hover{background-color: #fff !important;color: #606060 !important;}

.usl {font-size: 20px;line-height: 35px;text-shadow: none;display: block;}

.usl img {
    float: right;
    margin-left: 20px;
    border-radius: 200px;
    border: 5px solid #c8c8c8;
    box-shadow: 0 0px 15px #020000;
    margin-bottom: 15px;
}

.usl h1 {
    font-size: 26px;
    color: rgb(96 96 96);
    padding-bottom: 20px;
    font-weight: 400;
    text-align: center;
    /* text-shadow: 3px 3px 7px #8a8a8a !important; */
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
}
.usl h1 b{font-size: 26px;font-weight: 400;color: #d3b574;}

.usl span {
    font-size: 23px;
    color: #d3b574;
    text-shadow: none;
   line-height: 41px;
}

.usl1 {
    font-size: 18px;
    line-height: 36px;
    color: #fc9;
}
.usl1 b{font-weight: 400 !important;color: #4c4b4b !important;text-transform: uppercase;}
.usl1 p{color: #606060 !important;text-transform: none;font-style: normal;font-weight: 300 !important;font-size: 21px;line-height: 37px !important;text-shadow: 3px 3px 7px #9d9d9dde !important;font-style: normal !important;}
.usl p{color: #606060 !important;text-transform: none;font-style: normal;font-weight: 300 !important;font-size: 20px !important;line-height: 35px !important;/* text-shadow: 3px 3px 7px #9d9d9dde !important; */font-style: normal !important;/* display: inline-block; */}
.usl1 h1 {
    font-size: 20px;
    color: #e44b37;
    font-weight: bold;
}

.usl1 span {
    font-size: 25px;
    color: #d3b574;
    display: block;
    font-weight: 300;
    text-decoration: underline; 
}

.usl_1 {
    font-size: 20px;
    line-height: 30px;
}

.usl_1 img {
    float: right;
    margin-left: 20px;
    border-radius: 200px;
    border: 5px solid #c8c8c8;
    box-shadow: 0 0px 15px #000;
    margin-bottom: 15px;
}

.usl_1 h1 {
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: normal;
    text-align: center;
    text-shadow: #808080 2px 1px 3px;
}

.usl_1 span {
    font-size: 24px;
    color: #e44b37;
}

.usl_2 {
    font-size: 18px;
    line-height: 36px;
    color: #646161;
}

.usl_2 h1 {
    font-size: 20px;
    color: #e44b37;
    font-weight: bold;
}

.usl_2 span {
    font-size: 20px;
    color: #e44b37;
}

.usl_3 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.usl_3 img {
    float: right;
    margin-left: 20px;
    border-radius: 200px;
    border: 5px solid #c8c8c8;
    box-shadow: 0 0px 15px #373636;
    margin-bottom: 15px;
}

.usl_3 h1 {
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: normal;
    text-align: center;
    text-shadow: #4c4c4c 2px 1px 3px;
    color: #fc9;
}

.usl_3 span {
    font-size: 24px;
    color: #fc9;
}

.usl_4 {
    font-size: 18px;
    line-height: 36px;
    color: #f2e5e5;
}

.usl_4 h1 {
    font-size: 20px;
    color: #e44b37;
    font-weight: bold;
}

.usl_4 span {
    font-size: 20px;
    color: #fc9;
}

.usl_5 {
    font-size: 20px;
    line-height: 30px;
}

.usl_5 img {
    float: right;
    margin-left: 20px;
    border-radius: 200px;
    border: 5px solid #c8c8c8;
    box-shadow: 0 0px 15px #373636;
    margin-bottom: 15px;
}

.usl_5 h1 {
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: normal;
    text-align: center;
    text-shadow: #4c4c4c 2px 1px 3px;
}

.usl_5 span {
    font-size: 24px;
    color: #e44b37;
}

.usl_6 {
    font-size: 18px;
    line-height: 36px;
    color: #646161;
}

.usl_6 h1 {
    font-size: 20px;
    color: #e44b37;
    font-weight: bold;
}

.usl_6 span {
    font-size: 20px;
    color: #e44b37;
}

.int_text_1 p {
    font-size: 22px;
    line-height: 34px;
    text-shadow: grey 2px 1px 3px;
    color: #030303;
    padding-bottom: 15px;
    margin: 80px 0px 30px 0px;
}

.int_text_1 span {
    color: #e44b37;
}

.int_text_1 img {
    float: right;
    margin-left: 20px;
    border-radius: 200px;
    border: 5px solid #c8c8c8;
    box-shadow: 0 0px 15px #000;
    margin-bottom: 15px;
}

.int_text_2 p {
    font-size: 22px;
    line-height: 34px;
    text-shadow: grey 2px 1px 3px;
    color: #030303;
    padding-bottom: 15px;
}

.int_text_2 h1 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    text-shadow: #4c4c4c 1px 1px 2px;
    color: #e44b37;
}

.int_text_2 span {
    font-size: 22px;
    color: #e44b37;
}

.int_text_2 b {
    font-size: 22px;
    color: #e44b37;
    margin-top: 30px;
    display: block;
    text-align: center;
    text-shadow: #4c4c4c 1px 1px 2px;
    font-weight: 400;
}

.int_text_2 img {
    float: right;
    margin-left: 20px;
    border-radius: 200px;
    border: 5px solid #c8c8c8;
    box-shadow: 0 0px 15px #000;
    margin-bottom: 15px;
}

.int_text_3 p {
    font-size: 22px;
    line-height: 34px;
    text-shadow: grey 2px 1px 3px;
    color: #030303;
    padding-bottom: 15px;
}

.int_text_3 h1 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    text-shadow: #4c4c4c 1px 1px 2px;
    color: #e44b37;
}

.int_text_3 span {
    font-size: 22px;
    color: #e44b37;
}

.int_text_3 b {
    font-size: 20px;
    color: #000;
    text-shadow: #4c4c4c 1px 1px 2px;
}

.int_text_3 img {
    float: right;
    margin-left: 20px;
    border-radius: 200px;
    border: 5px solid #c8c8c8;
    box-shadow: 0 0px 15px #000;
    margin-bottom: 15px;
}

.int_text_5 p {
    font-size: 22px;
    line-height: 34px;
    text-shadow: grey 2px 1px 3px;
    color: #030303;
    padding-bottom: 15px;
    text-align: center;
}

.int_text_5 h1 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    text-shadow: #4c4c4c 1px 1px 2px;
    color: #e44b37;
}

.int_text_5 span {
    font-size: 22px;
    color: #e44b37;
}
img.gal_01 {float: left;margin-right: 20px;width: 20px;margin-top: 10px;}
#qx-column-189{padding-left: 20px;padding-right: 34px;}
#qx-column-612423 hr {
  background: #d3b574;
  border: 0 none;
  height: 1px;
  margin: 0 auto 2px;
  position: relative;
  text-align: left;
  /* width: 270px; */}
#qx-column-612423{padding-right: 30px;padding-top: 50px;padding-bottom: 50px;}
#qx-text-152428{padding-bottom: 10px;}
#qx-text-52738{padding-bottom: 17px !important;padding-top: 17px !important;}
a.but_podr{color: #fff;text-shadow: none;font-size: 14px;text-transform: uppercase;}
a.but_podr:hover{color: #fff;text-decoration: none;}
.but_podr{background: #d3b574;padding: 3px 5px;display: block;width: 160px;text-align: center;margin-left: auto;margin-right: auto;margin-top: 23px;margin-bottom: 10px;border-radius: 5px;border: 2px solid #fff !important;box-shadow: 0 15px 25px 0 #2a2a28bf;}
.but_podr:hover{background: #0000000f;box-shadow: 0 8px 23px 0 #d3b574d9;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;filter: alpha(opacity=0);}
.usl b {font-size: 19px;font-weight: 400;margin-bottom: 10px;}
.usl span_1 {font-size: 18px;line-height: 27px;display: block;font-weight: 400;}
.carousel-control {font-size: 30px;height: 35px;padding-top: 5px;}
.left.carousel-control {font-size: 30px;height: 37px;padding-top: 5px;background: url(/images/levo.png) #000;background-repeat: no-repeat;background-position: 6px;opacity: 1;left: 0px;width: 37px;border-radius: 100%;top: 34px;}
.right.carousel-control {font-size: 30px;height: 37px;padding-top: 5px;background: url(/images/pravo.png) #000;background-repeat: no-repeat;background-position: 6px;opacity: 1;right: 0px;width: 37px;border-radius: 100%;top: 34px;}
p.otz_1{width: 100%;margin-left: auto;margin-right: auto;float: left;margin-bottom: 40px;display: inline-block;}
img.dms-6 {float: left;margin-right: 8px;border: 3px solid #ffffff;box-shadow: 0 0px 5px #000;border-radius: 10px;width: 24%;}
.portf {width: 100%;margin-top: -46px;}
.otz_1 b{line-height: 65px;}
.button-joomly-callback.circlephone{border: 2px solid #464646 !important;}
.carousel-indicators{display:none;}
#qx-pricing-table-961575 .single-table{width: 265px !important;}
#qx-carousel-805308 .swiper-slide img{margin-left: auto;margin-right: auto;display: block;}
.qx-element-pricing-table .single-table{margin: 0 5px !important;}
img.img-square {margin-bottom: 30px;}