body {
    background-color: #114d67;
    color: #617984;
    font-family: 'Lora',serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    padding-bottom: 160px;
}
body.custom-background {
    background-image: url("../img/bg.jpg");
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
img {
    max-width: 100%
}
a {
    color: #95b72d;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none
}
h1, h2, h3, h4, h5, h6 {
    color: #244c5f;
    font-family: 'Economica',sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 16px;
    padding: 0;
}
figcaption, .single-service-title {
    text-align: center;
    background: rgb(149,149,149,07);
    margin-top: -3px;
    padding: 5px 0;
    color: #fff;
    font-family: 'Playball', cursive;
}
.wrapper {
    margin: 0 auto;
    max-width: 1170px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    margin-bottom: 5px;
}
.container {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0;
}
.header-image .site-title a {
    float: left;
    margin-top: 0;
    min-height: 119px;
    width: 235px;
    display: block;
    text-indent: -9999px;
    background: url("../img/logo.png") no-repeat;
    background-size: 100% auto;
}
.site-title {
    font-family: 'Economica',sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 8px;
}
.logo a {
    font-weight: bold;
    font-size: 20px;
    color: #fff
}
.title-area {
    float: left;
    width: 22%;
    padding: 0;
}
.site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.site-header .menu-area {
    width: 78%;    
    float: right;
    text-align: right;
}
.menu-area > ul {
    clear: both;
    color: #617984;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    margin-top: 0;
    padding: 38px 0;
}
.menu-area > ul > li {
    border-right: 1px solid #fff;
    line-height: 12px;
    text-align: center;
    border-bottom: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9;
}
.menu-area > ul > li > a{
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 0 15px;
    text-transform: uppercase;
    outline: 0;
    position: relative;
    display: block;
}
.menu-area > ul > li > a:hover, .menu-area > ul > li.current > a {
    color: #000;
}
.menu-area > ul > li:last-child {
    border: 0;
}
.menu-area > ul > li:last-child a {
    padding-right: 0;
}
.menu-area ul ul {
    position: absolute;
    left: 0;
    top: 15px;
    width: 200px;
    border: 1px solid #fff;
    margin: 0;
    padding: 0;
    z-index: 9999;
    display: none;
}
.menu-area > ul > li:hover > ul {
    display: block;
}
.menu-area ul ul li {
    list-style: none;
    text-align: left;
}
.menu-area ul ul li a {
    font-size: 14px;
    padding: 18px 20px;
    display: block;
    color: #fff;
    background: #FF47FF;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #fff; 
}
.menu-area ul ul li.current a, .menu-area ul ul li:hover a  {
    color: #000;
    background: #fff;
}
.slider-area {
    margin-bottom: 30px;
}
.carousel-control img {
    position: absolute;
    top: 50%;
    margin-top: -30px;
}
.right.carousel-control img {
    right: 20px;
}
.left.carousel-control img {
    left: 20px;
}
.service-grid {
    overflow: hidden;
    clear: both;
    margin-left: -2%;
}
.single-service {
    width: 31.33%;
    margin-left: 2%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}
.single-service h2 {
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    text-align: center;
    width: 200px;
    z-index: 99;
    top: 50%;
    left: 50%;
    padding: 10px 40px;
    margin-left: -100px;
    margin-top: -50px;
}
.mobile-menu-items {
    display: none
}
.slicknav_icon-bar {
    background: #fff
}
.slicknav_btn {
    display: none;
}
.slicknav_menu {
    padding: 0
}
.content-area {
    background: #fff;
    padding: 30px;
    clear: both;
}
.content-area p {
    margin-bottom: 10px;
}
.call_to_action_phone {
    margin-top: 10px;
}
.phone_number {
    margin-right: 10px;
}
.phone_number, .c_email {
    color: #fff;
}
a.phone_number, a.phone_number:hover {
    text-decoration: none;
}
.call_to_action_phone img {
    width: 16px;
    margin-bottom: 0;
    margin-right: 5px;
}
.call_to_area {
    background: #F2F2F2;
    padding: 5px 0;
    line-height: 14px;
    z-index: 50;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
}
.tedxt {
    float: left;
    margin-right: 2%;
    text-align: right;
    width: 48%;
    line-height: 0;
}
.quote_btn {
    float: left;
    width: 50%;
}

.tedxt p {
    display: block;
    text-align: right;
    margin-top: 15px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.shaket {
    position: relative;
    animation: mymovet 5s infinite;
}
.quote_btn a {
    background: #AC15E0;
    border-radius: 3px;
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    margin: 0 2px;
    padding: 7px 15px;
}
.slicknav_nav a {
    text-transform: uppercase;
}
.contact-phone li {
    margin-bottom: 20px;
}


#snippet-box {
    background: #F5F5F5;
    color: #333333;
    border: 1px solid #ACACAC;
    font-family: inherit;
    font-size: 13px;
    padding: 0;
    margin: 0 0 15px 0;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 40px;
    overflow: hidden;
}
.snippet-title {
    display: block;
    position: relative;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    background: #E4E4E4;
    color: #333333;
    border-bottom: 1px solid #ACACAC;
    clear: both;
    padding: .5em 1em;
    width: 100%;
}
.snippet-label {
    width: 33%;
    display: inline-block;
    text-align: right;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: .3em .5em;
}
.snippet-data {
    width: 55%;
    display: inline-flex;
    padding: .3em .5em;
}
.star-img img {
    box-shadow: none;
    margin: -10px 2px;
    border: none!important;
    padding: 0!important;
}
.single-review {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee
}
.brand-btn {
    color: #666;
    border-color: #EBEBEB;
    background-color: #EBEBEB;
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    text-transform: capitalize
}
.site-footer {
    background-repeat: no-repeat;
    background-size: 100% 62px;
    color: #f3ecec;
    padding: 10px 5px;
    text-align: center;
    background: #fff url("../img/DJ-Website-13.png");
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 50px;
}
.site-footer p {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
}
.site-footer p a{
    color: #fff;
}



.video-icon::after{
	content: "";
	background: url("../img/video.png") no-repeat center center;
	background-size: auto 100%;	
	opacity: 1;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 14px;
	z-index: 2;
}
.icon::before, .video-icon::before{
	content: "";
	background: rgba(0,0,0,.4);
	opacity: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	width: 100%;
	font-size: 14px;
	z-index: 1;
}

.phone_number { margin-right:10px; /*background: #f00;*/} 
.call_to_action_phone { padding-top:10px; } 
.call_to_action_phone img{ width: 16px; margin-bottom: 5px; margin-right: 0px; } 
.call_to_action_phone a { text-decoration:none; }
.phone_number, .c_email{color: #010101;}
.phone_number:hover, .c_email:hover {color: #383838; border:none; text-decoration: none;}
a.phone_number,a.phone_number:hover{
    text-decoration: none;
}
.phone_number, .c_email{color: #fff; font-size: 20px;}
.phone_number:hover, .c_email:hover {color: #eee; border:none; text-decoration: none;}
	


.header-background{
    text-align: center;
   
}
.header-background img{
 max-width: 250px;
   
}