/*
Author       : DDSGN HUNGARY
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, preloader btn, overlay, section-padding etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
    04. START ABOUT DESIGN
    05. START TEAM DESIGN
    06. START PROMOTION DESIGN
    07. START PROCESS DESIGN
    08. START RECENT PROJECT DESIGN
    09. START PROTFOLIO DESIGN
    10. START TESTIMONIALS DESIGN
    11. START PRICING DESIGN
    12. START NEWSLETTER DESIGN
    13. START CONTACT DESIGN
    14. START PROMOTION DESIGN
    15. START CONTACT ADDRESS DESIGN
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
body {background: #000 none repeat scroll 0 0;color: #7b7b7b;font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;font-size: 16px;font-weight: 300;line-height: 30px;overflow-x: hidden;margin: auto;}
html,
body { height: 100%;position:relative; }
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 400;
}
a {
font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-decoration: none;
transition: all 0.2s ease 0s;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

:-moz-placeholder {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

::-moz-placeholder {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

:-ms-input-placeholder {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
/*START PRELOADER DESIGN*/
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 8px solid #f9461d;
    border-right: 8px solid #f9461d;
    border-bottom: 8px solid #f9461d;
    border-left: 8px solid #fff;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.status-mes h4 {
color: #f7f7f7;
position:relative;
font-size:24px;
margin-top: 30px;
text-transform: capitalize;
letter-spacing: 1px;
}
.no-padding { padding: 0 }
/*END PRELOADER DESIGN*/
.section-padding {padding: 60px 0;}
/*START SECTION TITLE DESIGN*/
.section-title{margin-bottom: 0px;}
.section-title  h1 {font-size: 54px;font-weight: 700;margin-top: 0;position: relative;text-transform: uppercase;letter-spacing: 1px;}
h1.section-title-white{
color:#fff;
font-size: 54px;
font-weight: 700;
margin-top: 0;
position: relative;
text-transform: uppercase;
}
p.section-title-white{color:#fff;}
@media only screen and (max-width:480px) { 
.section-title  h1  {font-size:30px;}
}
.section-title span{background: #272727 none repeat scroll 0 0;display: block;height: 2px;margin: 10px auto;width: 100px;}

.section-title-white{color:#fff;position:relative;}
.section-title  p{
padding: 0 10px;
width: 60%;
margin: auto;	
}
@media only screen and (max-width:480px) { 
.section-title  p{
padding: 0 10px;
width: 90%;
margin: auto;	
}
}
/*END SECTION TITLE DESIGN*/
/*START SCROLL TO TOP*/
.topcontrol {
background: #000000 none repeat scroll 0 0;
border-radius: 30px;
bottom: 5px;
box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
color: #fff;
cursor: pointer;
font-size: 22px;
height: 50px;
line-height: 47px;
opacity: 1;
position: fixed;
right: 5px;
text-align: center;
transition: all 0.2s ease 0s;
width: 50px;
}
.topcontrol:hover {
    background: #222;
    color: #fff;
}
/*END SCROLL TO TOP*/
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.navbar-default {
background:  none repeat scroll 0 0;
border: medium none;
border-radius: 0;
margin-bottom: 0;
padding: 20px 0;
transition: all 0.2s ease-in-out 0s;
width: 100%;
position: fixed;
overflow: hidden;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff !important;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff !important;
    background-color: transparent;
}
.navbar-brand { padding: 0px }
.navbar-brand img { width: 150px; }
.navbar-default .navbar-collapse,
.navbar-default .navbar-form { border-color: #fff }
@media only screen and (max-width:768px) { 
.navbar-brand img {margin-left:10px; }
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color: #222;margin-top: 0px;}
@media only screen and (max-width:480px) { 
.navbar-default .navbar-collapse, .navbar-default .navbar-form {margin-top: 10px;}
}
.menu-top li a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.menu-top li a:hover { color: #c3c5c5!important;}
@media only screen and (max-width:768px) { 
    .navbar-default .navbar-nav > li > a {
        margin-top: 10px;
        padding: 8px;
    }
}
@media only screen and (max-width:990px) { 
    .menu-top {background-color: #1e1e1d;position: fixed;overflow: hidden;}
    .navbar-default .navbar-nav > li > a { color: #fff  !important }
}
.navbar-default.menu-shrink {
    background-color: #1e1e1d;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    width: 100%;
}
@media only screen and (max-width:480px) { 
    .menu-top {
        color: #fff !important;
        margin-left: 0px;
    }
}
.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}
.navbar-default.menu-shrink li a { color: #fff !important }
.navbar-default.menu-shrink li a:hover { color: #c3c5c5 !important }
.navbar-default .navbar-toggle {background: #1e1e1d none repeat scroll 0 0;}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {background-color: #212121;}
.navbar-default .navbar-toggle .icon-bar {background-color: #ffffff;}
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.home_parallax_welcome{height: 100vh;position:relative;}
.home_parallax_welcome:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  content: "";
  left: 0;
  top: 0;
}
.home_parallax{height: 700px;position:relative;}
.home_parallax:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  content: "";
  left: 0;
  top: 0;
}
.hero-text{padding-top:250px;}
@media only screen and (max-width:480px) { 
.hero-text{padding-top:200px;}
}
@media only screen and (max-width:360px) { 
.hero-text{padding-top:150px;}
}
.hero-text img{margin-bottom:30px}	
.hero-text h1{color: #fff;font-size: 70px;font-weight: 600;text-transform: uppercase;letter-spacing: 2px;}
@media only screen and (max-width:768px) { 
.hero-text h1{font-size:40px;}
}

@media only screen and (max-width:320px) { 
.slider-info h1{font-size:30px;}
}
.hero-text p{
color: #fff;
font-size: 24px;
margin-bottom: 25px;	
}
@media only screen and (max-width:480px) { 
.hero-text p {width: 100%;}
}
.btn-home-bg{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 3px solid #fff;
border-radius: 500px;
color: #fff;
font-size: 14px;
padding: 12px 40px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
}
.btn-home-bg:hover, .btn-home-bg:focus{
background:#fff;
border: 3px solid #fff;	
color: #333;
}
.home_video {
  height: 100vh;
  position: absolute;
}
.home_video:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
}
.html-video {
    top: 0%;
    left: 0%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.slider-caption {
    position: absolute;
    top: 80%;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 15;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
video { min-width: 100% }
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 04.START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/

.single_about_img{text-align: center;}
.single_about_img img{}
.single_about {
  padding-top: 50px;
}
.single_about h1{
text-transform: uppercase;
font-weight: 900;
font-size: 48px;	
}
.single_about span{
background: #03a9f4 none repeat scroll 0 0;
display: block;
height: 2px;
margin: 10px 0;
width: 100px;	
}
.single_about p{margin-bottom:30px}

.service_bg{background:#f9f9f9;}
.serviceBox{
    padding-bottom: 40px;
    margin-top: 10px;
    position: relative;
}
@media only screen and (max-width:768px){
.serviceBox{ margin-bottom:40px; }
}
.serviceBox:after{
    content: "";
    width: 100%;
    height: 10px;
    background: transparent;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover:after{
    border-color: #f9461d;
}
.serviceBox .service-icon{
color: #333;
font-size: 60px;
line-height: 0;
margin: 0 0 20px 0px;
transition: all 0.5s ease 0s;
}
.serviceBox:hover .service-icon{
    animation: 0.3s ease 0s normal forwards 1 running loading;
	color: #f9461d;
}
.serviceBox .title{
font-size: 22px;
font-weight: 700;
margin: 0 0 15px;
text-transform: uppercase;
}
.serviceBox .service-no{
    display: inline-block;
    float: right;
    font-size: 32px;
    color: #ddd;
    line-height: 20px;
}
.serviceBox .description{
    margin: 0;
}
@keyframes loading{
    49%{ transform: translateY(-100%); }
    50%{
        opacity: 0;
        transform: translateY(100%);
    }
    51%{ opacity: 1; }
}
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 40px; }
}
/*
* ----------------------------------------------------------------------------------------
* 04.END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 05.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.our-team{
overflow: hidden;
position: relative;
transition: all 0.3s ease 0s;
}
.our-team img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out 0s;
	
}
.our-team:hover img{
    opacity: 0.5;
}
.our-team .team-content{
    color: #000;
    opacity: 0;
    position: absolute;
    bottom: 30px;
    left: 40px;
    transform: translate(-10px, 0px);
    transition: all 0.3s ease 0s;
}
.our-team:hover .team-content{
    opacity: 1;
    transform: translate(20px, 0px);
    transition-delay: 0.2s;
}
.our-team .title{
color: #fff;
display: block;
font-size: 20px;
font-weight: 900;
margin: 0 0 7px;
text-transform: uppercase;
}
.our-team .post{
display: block;
font-weight: 400;
}
.our-team .social{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 35px;
    text-align: center;
    opacity: 0;
    position: absolute;
    bottom: 35px;
    transition: all 0.3s ease 0s;
}
.our-team:hover .social{
    opacity: 1;
}
.our-team .social li{
    display: block;
}
.our-team .social li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #f9461d;
    font-size: 17px;
    color: #fff;
    opacity: 0.9;
    position: relative;
    transform: translate(-35px, 35px);
    transition: all 0.3s ease-in-out 0s
}
.our-team:hover .social li:nth-child(1) a{
    transition-delay: 0.3s;
}
.our-team:hover .social li:nth-child(2) a{
    transition-delay: 0.2s
}
.our-team:hover .social li:nth-child(3) a{
    transition-delay: 0.1s;
}
.our-team:hover .social li:nth-child(4) a{
    transition-delay: 0s;
}
.our-team:hover .social li a{
    transform: translate(0, 0)
}
.our-team .social li a:hover{
    width: 40px;
    background: #f9461d;
    transition-delay: 0s;
}
.our-team .icon{
background: #f9461d none repeat scroll 0 0;
bottom: 0;
color: #fff;
height: 35px;
left: 0;
line-height: 35px;
position: absolute;
text-align: center;
width: 35px;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
.owl-theme .owl-controls {
    margin-top: 50px;
    text-align: center;
}
.owl-theme .owl-controls .owl-page { display: inline-block }
.owl-controls .owl-page,
.owl-controls .owl-buttons div { cursor: pointer }
.owl-theme .owl-controls .owl-page span {
background-color: #f9461d !important;
border-radius: 20px;
display: block;
height: 12px;
margin: 5px 7px;
width: 12px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #fff }
.owl-theme .owl-controls {
  display: block !important;
  margin-top: 20px;
  text-align: center;
}
/*
* ----------------------------------------------------------------------------------------
* 05.END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 * 06.START PROMOTION DESIGN
 * ----------------------------------------------------------------------------------------
 */
.promotion_offer{
background-position: center top;
background-repeat: repeat-y;
height: 500px;
position: relative;
}
.promotion_offer:before {
background: rgba(0, 0, 0, 0.3);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.promotion_content p{
color: #fff;
font-size: 40px;
line-height: 50px;
margin: 0 auto 30px;
padding-top: 180px;
}
@media only screen and (max-width:480px) { 
.promotion_content p{
font-size: 30px;
padding-top: 120px;
}
}
.btn-promotion-bg {
background: #f9461d none repeat scroll 0 0;
border: 1px solid #f9461d;
border-radius: 2px;
box-shadow: 0 11px 11px 0 rgba(0, 0, 0, 0.06);
color: #fff;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.5px;
padding: 12px 40px;
text-transform: uppercase;
transition: all 0.2s ease 0s;
}
.btn-promotion-bg:hover,
.btn-promotion-bg:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #333;
}
/*
 * ----------------------------------------------------------------------------------------
 * 06.END PROMOTION DESIGN
 * ----------------------------------------------------------------------------------------
 */

/*
* ----------------------------------------------------------------------------------------
* 07.START PROCESS DESIGN
* ----------------------------------------------------------------------------------------
*/
.single_service{
background: #fafafa none repeat scroll 0 0;
border-radius: 5px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
padding: 30px;
transition: all 0.3s ease 0s;	
}
@media only screen and (max-width:480px){
.single_service{ margin-bottom:60px; }
}
.single_service:hover{
background: #fff none repeat scroll 0 0;
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.single_service h3{
font-size: 30px;
font-weight: 700;
margin-top: 30px;
text-transform: uppercase;
}
.single_service > i {
background: #f9461d none repeat scroll 0 0;
border: 1px solid #f9461d;
border-radius: 100px;
box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
color: #fff;
font-size: 30px;
height: 80px;
left: 45px;
line-height: 80px;
margin: -40px auto;
position: absolute;
text-align: center;
top: 0;
transition: all 0.3s ease 0s;
width: 80px;
}
.single_service p{margin-bottom: 20px;}
.single_service ul{list-style: outside none none;}
.single_service ul li i{
	color: #333;
margin-right: 10px;
}
.single_service ul li{line-height: 30px;}
/*
* ----------------------------------------------------------------------------------------
* 07.END PROCESS DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 08.START RECENT PROJECT DESIGN
* ----------------------------------------------------------------------------------------
*/
.our_work{background: #000000;}
.single_gallery{
margin: 0 10px;
position:relative;
}
.img-gallery{width: 100%;}
.gallery_info{
bottom: 0;
left: 0;
margin: auto;
padding: 20px 0;
position: absolute;
right: 0;
text-align: center;
}
.gallery_overlay {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.gallery_info h1{
text-transform: uppercase;
font-weight: 700;
margin-bottom:0px;	
color:#fff;
}
.gallery_info p{text-transform: capitalize;color:#fff;}
.gallery_info a{
color: #fff;
font-size: 15px;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
transition: all 0.2s ease 0s;	
}
.gallery_info a:hover{color: #f9461d;}

/*project modal*/
.modal-title {
    color: #909090;
    margin: 0;
    text-transform: uppercase;
}
.modal-content {
    padding: 10px 30px;
    border-radius: 0px;
}
.modal-body { margin-bottom: 15px }
.modal-body p { margin: 15px 0 0 }
.project-list { margin-top: 30px }
.project-list label {
	color: #333;
	margin-bottom: 0;
	margin-right: 0;
	width: 120px;
}
.project-list li {
    padding: 7px 0;
    font-size: 14px;
}
.project-list li a {
    color: #333;
    margin-bottom: 0;
    margin-right: 7px;
    width: 125px;
}
.project-list li a:hover { color: #f7f5f5; }
/*End project modal*/
/*
* ----------------------------------------------------------------------------------------
* 08.END RECENT PROJECT DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 09.START PROTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/
.recent-projects{padding-top: 0px;padding-bottom: 0px;}
.portfolio-filters { margin-bottom: 60px }
.portfolio-filters li.active {
color: #fff;
background:#f9461d;
border: 1px solid #f9461d;
}
.portfolio-filters li {
border: 1px solid #eee;
border-radius: 30px;
color: #333;
cursor: pointer;
display: inline-block;
font-weight: 600;
margin-right: 5px;
padding: 8px 40px;
text-transform: uppercase;
transition: all 0.4s ease 0s;
}
@media only screen and (max-width:480px) { 
    .portfolio-filters li { padding: 8px 24px;margin-bottom: 10px }
}
.portfolio-filters li:hover {
    color: #fff;
	background:#f9461d;
border: 1px solid #f9461d;
}
.grid {
  overflow: hidden;
}
.grid .mix {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
}
.box{
    overflow: hidden;
    perspective: 800px;
    position: relative;
	margin-bottom:30px;
}
.box:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color:#121212;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: rotateX(0deg);
    transform-origin: 50% -50% 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}
.box:hover:after{
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 0.9;
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transform: translate(0%, 0%);
    transition: all 0.5s ease 0s;
}
.box:hover .box-content{
    opacity: 1;
    top: 50%;
    transform: translate(0%, -50%);
}
.box .title{
color: #fff;
font-size: 24px;
font-weight: 900;
margin-top: 0;
text-transform: uppercase;
}
.box .post{color: #fff;font-size: 18px;text-transform: none;}
.box .icon{
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    opacity: 0;
    transition: all 0.5s ease 0.3s;
}
.box:hover .icon{
    opacity: 1;
}
.box .icon li{
    display: inline-block;
    margin-right: 5px;
    position: relative;
    transition: all 0.5s ease 0.3s;
}
.box .icon li:first-child{ left: -40%; }
.box .icon li:last-child{ right: -40%; }
.box:hover .icon li:first-child{ left: 0; }
.box:hover .icon li:last-child{ right: 0; }
.box .icon li a{
    width: 35px;
    height: 35px;
    line-height: 34px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    transition: all 0.5s ease 0s;
}
.box .icon li a:hover{
    border-color: transparent;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}

/*
* ----------------------------------------------------------------------------------------
* 09.END PROTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 10.START TESTIMONIALS DESIGN
* ----------------------------------------------------------------------------------------
*/

.testimonial{ margin: 0 20px 50px; }
.testimonial .pic{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .testimonial-profile{
    display: inline-block;
    position: relative;
    top: 15px;
}
.testimonial .title{
display: block;
font-size: 18px;
font-weight: 700;
margin: 0 0 7px;
text-transform: uppercase;
}
.testimonial .post{
    display: block;
}
.testimonial .description{
    padding: 20px 22px;
    background: #1e1e1d;
    line-height: 25px;
    margin: 0;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #101010 transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.testimonial .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}
/*
* ----------------------------------------------------------------------------------------
* 10.END TESTIMONIALS DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 * 11.START PRICING DESIGN
 * ----------------------------------------------------------------------------------------
 */
.our_pricing{
background-position: center top;
background-repeat: repeat-y;
position: relative;
}
.our_pricing:before {
background: rgba(0, 0, 0, 0.3);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.pricingTable{
background: #fff none repeat scroll 0 0;
color: #292929;
margin-top: 30px;
padding: 50px 15px;
perspective: 700px;
position: relative;
text-align: center;
transition: all 0.3s ease-in-out 0s;
z-index: 1;
}
@media only screen and (max-width:480px){
.pricingTable{ margin-bottom:60px; }
}
.pricingTable:hover{ color: #fff; }
.pricingTable:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #f9461d;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transform: rotateY(70deg);
    transition: all 0.3s ease-in-out 0s;
}
.pricingTable:hover:after{
    opacity: 1;
    transform: rotateY(0deg);
}
.pricingTable .icon{
    width: 69px;
    height: 69px;
    line-height: 69px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    font-size: 25px;
    color: #f9461d;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
}
.pricingTable .pricingTable-header{
    margin-bottom: 30px;
}
.pricingTable .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px 0;
	transition: all 0.3s ease-in-out 0s;
}
.pricingTable:hover .title{color:#fff;}
.pricingTable .price-value{
border-bottom: 5px solid #f9461d;
display: inline-block;
font-size: 30px;
font-weight: 700;
transition: all 0.3s ease-in-out 0s;
line-height: 32px;
}
.pricingTable:hover .price-value{
    border-bottom-color: #fff;
}
.pricingTable .pricing-content{
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.pricing-content-border{}
.pricing-content-border > li {
  border: 1px solid #eee;
  margin-bottom: 10px;
}
.pricingTable .pricing-content li{
    line-height: 40px;
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .pricingTable{ margin-bottom: 50px; }
}
/*
 * ----------------------------------------------------------------------------------------
 * 11.END PRICING DESIGN
 * ----------------------------------------------------------------------------------------
 */
 
/*
* ----------------------------------------------------------------------------------------
* 12.START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.newsletter_section{
background:#222;
padding:100px 0;
}

.newsletter-title {
color: #fff;
font-weight: 700;
margin-bottom: 30px;
text-transform: uppercase;
}
@media only screen and (max-width:768px) { 
.newsletter-title {
font-size: 22px;
margin-bottom: 30px;
margin-top: 0;
text-align: center;
}
}
.newsletter input {
background: #fff none repeat scroll 0 0;
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius:0px !important;
box-shadow: none;
color: #333;
font-family: montserrat,sans-serif;
font-size: 14px;
height: 50px !important;
}
.newsletter input:hover,
.newsletter input:focus {
background: #fff none repeat scroll 0 0;
border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none !important;
}
.newsletter_form_border{
background: #f9461d none repeat scroll 0 0;
display: block;
height: 2px;
margin: auto auto 30px;
width: 100px;	
}
.btn-newsletter-bg {
background: #f9461d none repeat scroll 0 0;
border: 2px solid #f9461d;
border-radius: 0;
box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.1);
color: #fff;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.5px;
margin-left: 20px;
padding: 8px 20px;
text-transform: uppercase;
transition: all 0.2s ease 0s;
}
@media only screen and (max-width:480px) { 
.btn-newsletter-bg {padding: 7px 20px;}
}
.btn-newsletter-bg:hover,
.btn-newsletter-bg:focus {
    background: #fff;
    color: #333;
    border: 2px solid #fff;
}
@media only screen and (max-width:480px) { 
.btn-newsletter-bg {margin-left:0px;  }
}
/*
* ----------------------------------------------------------------------------------------
* 12.END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
 
 
/*
* ----------------------------------------------------------------------------------------
* 13.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact{margin-bottom: 60px;}
.contact input {
background:none repeat scroll 0 0;
border: 2px solid #eee;
border-radius: 30px;
box-shadow: none;
color: #333;
font-size: 16px;
font-weight: 400;
height: 50px;
padding: 10px 10px 10px 30px;
width: 100%;
}
.contact textarea {
background:none repeat scroll 0 0;
border: 2px solid #eee;
border-radius: 30px;
box-shadow: none;
color: #333;
padding: 10px;
width: 100%;
font-size:16px;
padding-left: 30px;
font-weight: 400;
}
.contact input:hover, .contact input:focus {
border: 2px solid #f9461d ;
    box-shadow: none;
    outline: 0 none;
}
.contact textarea:hover, .contact textarea:focus {
border: 2px solid #f9461d ;
    box-shadow: none;
    outline: 0 none;
}
.btn-contact-bg {
background: #f9461d none repeat scroll 0 0;
border-radius: 30px;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.5px;
outline: medium none;
padding: 15px 27px;
text-transform: uppercase;
transition: all 0.2s ease 0s;
}
.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #333;
    color: #fff;
}
/*
* ----------------------------------------------------------------------------------------
* 13.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 14.START PROMOTION DESIGN
* ----------------------------------------------------------------------------------------
*/
.buy_now {
    background: #151515 none repeat scroll 0 0;
    padding: 60px 0;
}
.buy_now_title {
color: #fff;
font-size: 40px;
font-weight: 700;
margin-bottom: 30px;
text-transform: uppercase;
}
@media only screen and (max-width:768px) { 
    .buy_now_title { font-size: 22px }
}
@media only screen and (max-width:360px) { 
    .buy_now_title { font-size: 15px }
}
.btn-promotion-bg {background: #252524 none repeat scroll 0 0;border: 1px solid #464646;border-radius: 20px;box-shadow: 0 11px 11px 0 rgba(0, 0, 0, 0.06);color: #fff;font-size: 14px;font-weight: 600;letter-spacing: 0.5px;padding: 12px 40px;text-transform: uppercase;transition: all 0.2s ease 0s;}
.btn-promotion-bg:hover,
.btn-promotion-bg:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #333;
}
/*
* ----------------------------------------------------------------------------------------
* 14.END PROMOTION DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 15.START CONTACT ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact-address{
position:relative;
background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: top center;
}
.contact-address:before {
background: rgba(0, 0, 0, 0.4);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.address{/* background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0; */padding: 20px 30px;}
.address h2{
color: #f2f2f2;
font-size: 40px;
}
@media only screen and (max-width:480px) { 
.address h2{font-size: 20px;}
}
.address h1{
color: #f2f2f2;
font-size: 60px;
font-weight: 800;
}
@media only screen and (max-width:480px) { 
.address h1{font-size: 40px;}
}
.address h3{
color: #f2f2f2;
font-size: 40px;
line-height: 58px;
}
@media only screen and (max-width:480px) { 
.address h3{
font-size: 30px;
line-height: 40px;}
}
.footer_copyright{padding-top:0px;}
.footer_copyright p{
color: #fff;
text-align: center;
text-transform: capitalize;
} 
/*START FOOTER SOCIAL DESIGN*/
.footer_social {margin: 30px 0; }
.footer_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_social ul li { display: inline-block }
.footer_social ul li a {
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin: 2px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 50px;
}
@media only screen and (max-width:768px) { 
    .footer_social ul li a { font-size: 12px }
}
@media only screen and (max-width:480px) { 
    .footer_social ul li a { font-size: 16px }
}
.footer_social ul li a:hover {
background:#fff;
 border: 1px solid #fff!important;
color: #333;}
.f_facebook {
    background: #0000008f;
    border: 1px solid #ffffff;
}
.f_twitter {
    background: #0000008f;
    border: 1px solid #ffffff;
}
.f_google {
    background: #0000008f;
    border: 1px solid #ffffff;
}
.f_instagram {
    background: #0000008f;
    border: 1px solid #ffffff;
}
.f_youtube {
    background: #0000008f;
    border: 1px solid #ffffff;
}
.f_apple {
    background: #0000008f;
    border: 1px solid #ffffff;
}
/*END FOOTER SOCIAL DESIGN*/ 
/*

/*START INSTA DESIGN*/
.insta {margin: 30px 0; }
.insta ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.insta ul li { display: inline-block }
.insta ul li a {
    border-radius: 24px;
    color: #fff;
    display: block;
    font-size: 68px;
    height: 80px;
    line-height: 80px;
    margin: 2px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 80px;
}
@media only screen and (max-width:768px) { 
    .insta ul li a { font-size: 70px }
}
@media only screen and (max-width:480px) { 
    .insta ul li a {font-size: 70px;}
}
.insta ul li a:hover {background:#fff;border: 1px solid #fff!important;color: #333;}
.f_facebook {
    background: #121212;
    border: 1px solid #ffffff;
}
.f_twitter {
    background: #121212;
    border: 1px solid #ffffff;
}
.f_google {
    background: #121212;
    border: 1px solid #ffffff;
}
.f_instagram {
    background: #121212;
    border: 1px solid #ffffff;
}
.f_youtube {
    background: #121212;
    border: 1px solid #ffffff;
}
.f_apple {
    background: #121212;
    border: 1px solid #ffffff;
}
.f_behance {
    background: #121212;
    border: 1px solid #ffffff;
}
.f_linkedin {
    background: #121212;
    border: 1px solid #ffffff;
}

/*END INSTA DESIGN*/ 
/*
* ----------------------------------------------------------------------------------------
* 15.END CONTACT ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 0.START MENU DESIGN
* ----------------------------------------------------------------------------------------
*/

#menu-tab {}

#menu-tab {
	margin-bottom: 60px;
}

.nav-tabs {
	border: none;
	width:58%;
	margin: 0 auto;
}
@media only screen and (max-width:768px) { 
.nav-tabs {width:90%;}
}
.nav-tabs > li.active > a{
	background: #f9461d!important;
	color: #fff!important;
}
.nav-tabs > li > a{
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #eee #eee #ddd;
border-image: none;
border-radius: 0;
border-style: solid;
border-width: 1px;
color: #333;
font-size: 16px;
font-weight: 600;
margin-right: 10px;
padding: 10px 25px;
text-transform: uppercase;
}
@media only screen and (max-width:480px) { 
.nav-tabs > li > a{margin-bottom:10px;}
}
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a:hover{
	background: #f9461d!important;
	color: #fff!important;
	border: 1px solid #f9461d!important;	
}
.menu-item {
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.menu-item img {
	float: left;
	margin-right: 15px;
	width: 40%;
	background: #fff;
}

.menu-inner {
	padding-top: 30px;
}

.menu-inner h4 {
display: block;
font-size: 20px;
font-weight: 700;
line-height: 28px;
padding-bottom: 0;
text-transform: uppercase;
}

.menu-inner h4 span {
	margin-left: 20px;
	background: #fff;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	color: #f9461d;
	font-size: 30px;
	float: right;
}

/*
* ----------------------------------------------------------------------------------------
* 0.END MENU DESIGN
* ----------------------------------------------------------------------------------------
*/
.effect-bubba{margin: 0 15px 20px;}

/*
* ----------------------------------------------------------------------------------------
* GALLERY-BOOTSRAP
* ----------------------------------------------------------------------------------------
*/
.moto-widget-grid-gallery .moto-widget-grid-gallery-item:before,
.moto-widget-grid-gallery .moto-widget-grid-gallery-item:after {
  position: absolute;
  transition: .3s;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item:before {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item:after {
  z-index: 10;
  font-family: FontAwesome;
  font-size: 32px;
  text-align: center;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:after {
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "\f030";
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item .caption {
  bottom: 0;
  padding: 10px 21px;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:after {
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "\f083";
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-items {
  counter-reset: gallery-item-counter;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item .caption {
  width: 100%;
  padding: 5px 20px;
  bottom: 0;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item .caption_text {
  font-size: 36px;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item .caption-visible {
  bottom: 15%;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item:after {
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border: 2px solid;
  font: 400 36px/80px 'Lora', serif;
  text-align: center;
  content: counter(gallery-item-counter,decimal-leading-zero) ".";
  counter-increment: gallery-item-counter;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item:hover:after {
  top: 30%;
}
.moto-widget-slider .bx-wrapper .bx-controls {
  font-size: 0;
}
.moto-widget-slider .bx-wrapper .bx-controls a {
  transition: .3s;
}
.moto-widget-slider .bx-wrapper .bx-controls .bx-pager {
  position: absolute;
  bottom: 75px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider .bx-wrapper .bx-controls .bx-pager {
    bottom: 10px;
  }
}
.moto-widget-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-item:not(:first-child) {
  margin-left: 24px;
}
.moto-widget-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  transition: .3s;
}
.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction a {
  z-index: 1;
}
.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  border-width: 2px;
  border-style: solid;
  width: 80px;
  height: 80px;
}
.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before,
.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next:before {
  transition: .3s;
  font: 36px/76px FontAwesome;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  .moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    width: 25px;
    height: 25px;
    border-width: 2px;
  }
  .moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before,
  .moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next:before {
    font: 18px/21px FontAwesome;
  }
}
.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 42px;
  padding-right: 2px;
}
@media screen and (max-width: 1280px) {
  .moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: 10px;
  }
}
.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before {
  content: "\f104";
}
.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 42px;
  padding-left: 2px;
}
@media screen and (max-width: 1280px) {
  .moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: 10px;
  }
}
.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next:before {
  content: "\f105";
}
.moto-widget-slider .bx-caption {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 45px;
  text-align: center;
  padding: 5px;
  width: 80%;
  font-size: 20px;
  line-height: 1.2;
}
.moto-widget-slider .carousel-block .bx-wrapper {
  padding-bottom: 65px;
}
.moto-widget-slider .carousel-block .bx-wrapper .bx-controls .bx-pager {
  bottom: -65px;
  position: relative;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
}
.moto-widget-slider.moto-widget-slider-loader li:first-child:after {
  border-top-color: rgba(36,148,198,0.2);
  border-right-color: rgba(36,148,198,0.2);
  border-bottom-color: rgba(36,148,198,0.2);
  border-left-color: #2494c6;
}
.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager {
  bottom: -40px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager {
    bottom: -20px;
  }
}
.moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper {
  padding-bottom: 110px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper {
    padding-bottom: 40px;
  }
}
.moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper .bx-controls-direction {
  bottom: 0;
}
.moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper .bx-controls-direction .bx-prev,
.moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper .bx-controls-direction .bx-next {
  width: auto;
  height: auto;
  border: none;
  padding: 0;
  bottom: 0;
  top: auto;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper .bx-controls-direction .bx-prev:before,
.moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper .bx-controls-direction .bx-next:before {
  line-height: 1;
}
.moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper .bx-controls-direction .bx-prev {
  left: 19%;
}
.moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper .bx-controls-direction .bx-next {
  right: 19%;
}
.moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper .bx-controls .bx-pager {
  bottom: -110px;
}
.moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  border-radius: 0;
}
.moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-prev,
.moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-next {
  bottom: auto;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 70px;
  height: 70px;
  border-radius: 0;
}
.moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-prev:before,
.moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-next:before {
  line-height: 66px;
  font-size: 24px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-prev,
  .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-next {
    width: 30px;
    height: 30px;
  }
  .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-prev:before,
  .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-next:before {
    font-size: 18px;
    line-height: 28px;
  }
}
.moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-prev {
  left: 0;
}
.moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-next {
  right: 0;
}
.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper {
  padding: 0 40px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper {
    padding: 0 20px;
  }
}
.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  width: auto;
  height: auto;
}
.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: -20px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: 0;
  }
}
.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: -20px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: 0;
  }
}
.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-pager {
  bottom: 0;
  margin: 10px 0 0 0;
}
.moto-widget-social-links .moto-widget-social-links-item:not(:first-child) {
  margin-left: 12px;
}
.moto-widget-social-links .moto-widget-social-links-item .moto-widget-social-links-link {
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all .3s ease;
  border-width: 2px;
  border-style: solid;
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 16px;
}
.moto-widget-social-links .moto-widget-social-links-item .moto-widget-social-links-link:before {
  display: block;
  transition: .3s;
  font-family: FontAwesome;
}
.moto-widget-social-links .moto-widget-social-links-link_facebook:before {
  content: "\f09a";
}
.moto-widget-social-links .moto-widget-social-links-link_googleplus:before {
  content: "\f0d5";
}
.moto-widget-social-links .moto-widget-social-links-link_twitter:before {
  content: "\f099";
}
.moto-widget-social-links .moto-widget-social-links-link_pinterest:before {
  content: "\f0d2";
}
.moto-widget-social-links .moto-widget-social-links-link_linkedin:before {
  content: "\f0e1";
}
.moto-widget-social-links .moto-widget-social-links-link_instagram:before {
  content: "\f16d";
}
.moto-widget-social-links.moto-preset-default .moto-widget-social-links-item .moto-widget-social-links-link {
  border-radius: 4px;
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-item {
  margin: 0;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-item:not(:first-child) {
  margin-left: 40px;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-item .moto-widget-social-links-link {
  width: auto;
  height: auto;
  border: none;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.moto-widget-contact_form input[type="text"]:focus {
  outline: none;
  background-color: transparent;
}
.moto-widget-contact_form textarea:focus {
  outline: none;
}
.moto-widget-contact_form .moto-widget-contact_form-success,
.moto-widget-contact_form .moto-widget-contact_form-danger {
  position: relative;
  font-size: 12px;
}
.moto-widget-contact_form .moto-widget-contact_form-form {
  overflow: visible;
}
.moto-widget-contact_form .moto-widget-contact_form-label {
  display: none;
}
.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field {
  border: 1px solid;
  padding: 10px 15px;
  height: 50px;
  font-size: 14px;
  margin-bottom: 10px;
}
.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field.moto-widget-contact_form-textarea {
  margin-bottom: 10px;
  min-height: 80px;
}
.moto-widget-contact_form .moto-widget-contact_form-buttons {
  margin-top: 10px;
}
.moto-widget-contact_form .moto-widget-contact_form-field-error {
  right: 10px;
  top: 2px;
  font-size: 10px;
  position: absolute;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-group .moto-widget-contact_form-field {
  border: none;
  border-bottom: 1px solid;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-group .moto-widget-contact_form-field {
  border-radius: 2px;
}
.moto-back-to-top-button {
  right: 30px;
  bottom: 80px;
  -webkit-transform: translate(0,100px);
  transform: translate(0,100px);
  transition: .3s;
}
@media screen and (max-width: 1280px) {
  .moto-back-to-top-button {
    right: 20px;
    bottom: 20px;
  }
}
.moto-back-to-top-button.moto-back-to-top-button_visible {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.moto-back-to-top-button .moto-back-to-top-button-link {
  transition: .3s;
  color: #ffffff;
  background: #2ba2d8;
  font: 24px/38px 'FontAwesome';
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  box-shadow: 2px 2px 1px 1px rgba(32,132,177,0.3);
}
.moto-back-to-top-button .moto-back-to-top-button-link:hover {
  background: #2084b1;
  box-shadow: none;
}
.moto-back-to-top-button .moto-back-to-top-button-link .moto-back-to-top-button-icon:before {
  content: "\f106";
}
.moto-widget-divider.moto-preset-default .moto-widget-divider-line {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #2ba2d8;
}
.moto-widget-divider.moto-preset-2 .moto-widget-divider-line {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d6d6d6;
}
.moto-widget-divider.moto-preset-3 .moto-widget-divider-line {
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #ffffff;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:before {
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:after {
  color: transparent;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:before {
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:hover:after {
  color: #ffffff;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:hover:before {
  background-color: rgba(27,26,35,0.5);
  border-color: transparent;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:after {
  color: transparent;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:before {
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:hover:after {
  color: #292929;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:hover:before {
  background-color: rgba(255,255,255,0.3);
  border-color: #292929;
}
.moto-widget-button.moto-preset-default .moto-widget-button-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #a6a6a6;
  background-color: #efefef;
  border-color: transparent;
}
.moto-widget-button.moto-preset-default .moto-widget-button-link:hover {
  color: #ffffff;
  background-color: #0f0f0f;
}
.moto-widget-button.moto-preset-default .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  background-color: #0f0f0f;
  border-color: transparent;
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link:hover {
  color: #a6a6a6;
  background-color: #efefef;
  border-color: transparent;
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  background-color: #2ba2d8;
  border-color: transparent;
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link:hover {
  color: #2ba2d8;
  background-color: #ffffff;
  border-color: #ffffff;
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #8c8c8c;
  background-color: transparent;
  border-color: #8c8c8c;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link:hover {
  color: #ffffff;
  background-color: #2ba2d8;
  border-color: #2ba2d8;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link:hover {
  color: #2ba2d8;
  border-color: #2ba2d8;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link {
  border-color: transparent;
  background-color: #292929;
}
.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:before {
  color: #ffffff;
}
.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:hover {
  background-color: #2ba2d8;
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link {
  border-color: transparent;
  background-color: transparent;
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:before {
  color: #ffffff;
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:hover {
  border-color: #2ba2d8;
  background-color: transparent;
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:hover:before {
  color: #2ba2d8;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:before {
  color: #818387;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:hover:before {
  color: #2ba2d8;
}
.moto-widget-slider.moto-preset-default .bx-caption {
  background-color: transparent;
}
.moto-widget-slider.moto-preset-default .bx-caption_text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
}
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev,
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next {
  background-color: transparent;
  border-color: #2ba2d8;
}
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev:before,
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next:before {
  color: #686a6e;
}
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev:hover:before,
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next:hover:before {
  color: #ffffff;
}
.moto-widget-slider.moto-preset-default .bx-pager-link {
  border-color: transparent;
  background-color: #1c1c1c;
}
.moto-widget-slider.moto-preset-default .bx-pager-link:hover {
  background-color: #2ba2d8;
}
.moto-widget-slider.moto-preset-default .bx-pager-link.active {
  border-color: transparent;
  background-color: #2ba2d8;
}
.moto-widget.moto-widget-carousel.moto-preset-default .moto-widget-carousel-caption {
  background-color: transparent;
}
.moto-widget-slider.moto-preset-2 .bx-caption {
  background-color: transparent;
}
.moto-widget-slider.moto-preset-2 .bx-caption_text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next {
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:before,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:before {
  color: rgba(255,255,255,0.5);
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:hover,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:hover {
  background-color: transparent;
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:hover:before,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:hover:before {
  color: #ffffff;
}
.moto-widget-slider.moto-preset-2 .bx-pager-link {
  border-color: transparent;
  background-color: #2ba2d8;
}
.moto-widget-slider.moto-preset-2 .bx-pager-link:hover {
  background-color: #ffffff;
}
.moto-widget-slider.moto-preset-2 .bx-pager-link.active {
  border-color: transparent;
  background-color: #ffffff;
}
.moto-widget.moto-widget-carousel.moto-preset-2 .moto-widget-carousel-caption {
  background-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-default .caption_text {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #ffffff;
}
.moto-widget-grid-gallery.moto-preset-default .caption {
  background-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:before {
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:after {
  color: transparent;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover:before {
  background-color: rgba(0,0,0,0.7);
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover:after {
  color: #ffffff;
}
/*
* ----------------------------------------------------------------------------------------
* END GALLERY-BOOTSRAP
* ----------------------------------------------------------------------------------------
*/