/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
body {

}
/* ==========================================================================
   app bg image  
   ========================================================================== */
   #main .appbg {

    /*background: url('/wp-content/uploads/2015/06/ocean.png') no-repeat center center fixed;*/
	   background: #282828;
 	}
   
/* ==========================================================================
   Wholesale styles
   ========================================================================== */

   	.wh-template .icons_underline {
    text-align: center !important;
    float: left;
    height: 200px;
    margin-right: 20px;
    }
  	.wh-template .icons_title {
    border:none !important;
	padding-top: 0px !important;
    color: #0e253a !important;
    font-size: 22px !important;
    font-family: 'roboto' !important;
    font-size: 22px !important;
    }
	.wh-template .icons_dec {
    color: #0e253a !important;
    font-size: 15px !important;
    font-family: 'HelveticaLTStd-Light' !important;
    font-size: 15px !important;
    }
    .wh-template .title_dec_special .textwidget {
    font-style: italic;
    }
    .wh-template .mix_it_up a.button {
    color: #5BBA49;
    border: #5bba49 solid 3px;
    background-color: rgba(91, 186, 73, 0) !important;
    }

    .wh-template .gallery_page h3:before {
    font-weight: 100 !important;
	}
	.wh-template .gallery_page h3 {
    font-family: "Roboto";	
    font-weight: 100;
	}
	.wh-template .gallery_dec {
	font-style: italic !important;
	}
	.wh-template .pricing_page h3:before {
    font-weight: 100 !important;
	}
	.wh-template .pricing_page h3 {
	font-weight: 100;
    font-family: "Roboto";	}
    .wh-template .contact_form h3{
    font-weight: 100;
    font-family: "Roboto";	}
    .wh-template .contact_form h3:before {
    font-weight: 100 !important;
	}
/* ==========================================================================
   Retail  styles
   ========================================================================== */
.createacbtn {
	margin-right: 35px;
    margin-left: 30px;
    font-size: 20px;
    font-weight: bold;
    background: #d9342e;
    color: #FFF;
    padding: 10px 35px 10px 35px;
    border-radius: 0;
    border-bottom: 2px solid #d9342e;
    margin-top: 30px;
}
.createacbtn:hover{
	color: white !important;
	background: #d9342e;
	text-decoration: none !important;

}

.ui-widget-content {
    border: none !important;
    background: none !important;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    text-decoration: none;
    color: #333333 !important;
}
#social-icons-widget-2 {
	    color: #FFF;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
}

.ui-state-active .ui-icon {
display: none !important;}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none !important;
    background: none !important;
    font-weight: normal;
    color: transparent !important;
}
.ui-accordion-content-active{
	height: auto !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	 border: none !important;
    background: none !important;
    font-weight: normal;
	color: #212121;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff !important;
    cursor: default;
    background-color: #5BBA49 !important;
    border-color: #5BBA49 !important;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #5BBA49 !important;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

header {
	margin-top: 0px;
	margin-bottom: 0px;
}

header nav a.navbar-brand img {
	width: 200px;
	height: auto;
	position: relative;
	top: -19px;
}


#main .full-img {
	border-top: 1px solid #5bba49;
	padding: 0;
	position: relative;
	margin-bottom: 40px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#main .full-img img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

#main .full-img .box {
	position: absolute;
	top: 10vw;
	width: 585px;
	left: 50%;
	margin-left: -283px;
}

#main .full-img .box .brd {
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	padding-top: 30px;
	padding-bottom: 35px;
	text-align: center;
}

#main .full-img .box {
	margin-top: 0;
}

#main .full-img .box .brd ul {
	list-style-type: none;
	overflow: hidden;
	width: 84%;
	margin: auto;
	padding-left: 0;
}

#main .full-img .box .brd ul li {
	float: left;
	margin-left: 7px;
}

#main .full-img .box .brd h3 {
	font-size: 50px;
	font-family: "Roboto Condensed";
	color: #FFF;
	font-weight: 700;
	text-shadow: 0px 3px #222222;
	margin-bottom: 20px;
	margin-top: 0;
}

#main .full-img .box .brd ul li a {
	color: #ffffff;
	font-family: "Roboto Condensed";
	font-weight: 300;
	font-size: 20px;
}

#main .full-img .box .brd ul li a:hover {
	text-decoration: none;
}

#main .full-img .box .brd ul li:last-child:after {
	display: none;
}

#main .full-img .box a.button {
	display: block;
	margin-top: 35px;
	text-align: center;
	font-family: 'HelveticaLTStd-Bold', Arial;
	color: #1d1d1d;
	font-size: 22px;
	background: rgba(255,255,255,0.65);
	padding: 18px 20px 10px 20px;
	max-width: 225px;
	margin-left: auto;
	margin-right: auto;
}

#main .full-img .box a.button:hover {
	text-decoration: none;
	background: rgba(255,255,255,0.85);
}

#main .about h2 {
	margin-bottom: 50px;
	text-align: center;
	font-family: "Roboto";
	color: #0e253a;
	font-size: 40px;
	font-weight: 700;
}

#main .about p.subtitle {
	text-align: center;
	font-family: "Roboto";
	color: #0e253a;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 60px;
}

#main .about p.icon {
	border-bottom: 1px solid #dfdede;
	padding-bottom: 10px;
	margin-bottom: 4px;
}

#main .about p.icon i {
	color: #5bba49;
	font-size: 60px;
}

#main .about p.title {
	border-top: 1px solid #dfdede;
	padding-top: 25px;
	color: #0e253a;
	font-size: 22px;
	font-family: 'HelveticaLTStd-Bold', Arial;
	font-size: 22px;
}

#main .about p.text {
	color: #0e253a;
	font-size: 15px;
	font-family: 'HelveticaLTStd-Light', Arial;
	font-size: 15px;
}

#main .works {
	margin-top: 70px;
}


#main .works h2 {
	margin-bottom: 50px;
	text-align: center;
	font-family: "Roboto";
	color: #0e253a;
	font-size: 40px;
	font-weight: 700;
}

#main .works.gallery {
	margin-bottom: 100px;
}

#main .works p.subtitle {
	text-align: center;
	font-family: "Roboto";
	color: #0e253a;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 60px;
}

#main .works #Container > div {
	padding: 0;
	position: relative;
}

#main .works #Container > div img {
	width: 100%;
	height: auto;
}

#Container .mix{
    display: none;
}

#main .works ul {
	list-style-type: none;
	padding-left: 0;
	text-align: center;
	margin-bottom: 40px;
}

#main .works ul li {
	display: inline-block;
	cursor: pointer;
	color: #0e253a;
	font-family: 'HelveticaLTStd-Light', Arial;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 5px;
	border-bottom: 1px solid transparent;
}

#main .works ul li:hover, #main .works ul li.active {
	border-bottom: 1px solid #5bba49;
}

#main .works #Container .hover {
	background: rgba(0,0,0,0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1;
	top: 0;
	left: 0;
}

#main .works #Container {
	overflow: hidden;
	padding-left: 80px;
	padding-right: 80px;
}

#main .works #Container .hover p {
	color: white;
	font-size: 18px;
	font-family: 'Roboto';
	font-weight: 400;
}

#main .works #Container div:hover .hover {
	display: block;
}

#main .works #Container .hover div {
	max-width: 70%;
	margin: 25% auto auto auto;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#main .works a.button {
	display: block;
	margin-top: 35px;
	text-align: center;
	font-family: 'HelveticaLTStd-Bold', Arial;
	color: #ffffff;
	font-size: 22px;
	background: #5bba49;
	padding: 18px 20px 10px 20px;
	max-width: 225px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0;
}

#main .works a.button:hover {
	text-decoration: none;
	background: #51a32d;
}

#main .clients {
	margin-top: 50px;
	text-align: center;
	margin-bottom: 80px;
}

#main .clients h2 {
	font-family: "Roboto Condensed";
	font-weight: 700;
	font-size: 28px;
	color: #0e253a;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 50px;
	position: relative;
}

#main .clients a {
	display: inline-block;
	margin-right: 3.5%;
}

#main .clients a:last-child {
	margin-right: 0;
}


#main .form .tab-content {
	background: rgba(255,255,255,0.7);
	padding: 15px;
	border-radius: 10px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.tab-content p{
	font-size:17px !important;
	font-family: "Roboto !important;

}

#main .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: #F1F1F0;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

#main .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: 1px solid transparent;
	outline: 0;
	color: #d9342e;
	font-size:17px;

}

.nav-tabs {
	border-bottom: none;
	background:#333;
}

.nav-tabs>li {
	margin-bottom: 0px;
}

#main .nav-tabs>li>a:hover {
	border: 1px solid transparent;
	background: rgba(255,255,255,0.7);
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	color: #d9342e;

}

#main .nav>li>a {
	padding: 5px 10px;
	font-family: 'Roboto Condensed', Arial;
	font-size: 17px;
	color: #fff;
}

.form label {
	font-size: 16px;
	font-family: 'Roboto Condensed', Arial;
	width: 100%;
	margin-bottom: 5px;
}

.form label input[type=text], .form label select, .form label textarea {
	display: block;
	width: 100%;
	background: #FFF;
	border: 1px solid #FFF;
	border-radius: 5px;
	outline: 0;
	font-size: 14px;
	color: #0e253a;
	font-family: 'HelveticaLTStd-Light', Arial;
}

.form label input[type=text], .form label select {
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
}

.form label textarea {
	height: 100px;
	padding: 5px;
}

.button-field {
	overflow: hidden;
	margin-bottom: 30px;
}

.button {
	background-color: #d9342e;
	border: none;
	border-bottom: 2px solid #d9342e;
	border-radius: 5px;
	outline: 0;
	padding-top: 5px;
	width: auto;
	font-size: 18px;
	color: #FFF !important;
	font-family: 'Roboto', Arial;
	display: block;
	text-align: center;
}

.button:hover{
	color:#eee;
}

.form a.ufiles {
	background: #d9342e;
	width: 210px;
	float: right;
	padding-right: 20px;
}

.form button:hover {
	background: #d9342e;
}

.form p.center {
	text-align: center;
}

.form p.upl {
	color: #333333;
	font-size: 22px;
	font-family: 'HelveticaLTStd-Bold', Arial, Helvetica, sans-serif;
	margin-top: 25px;
}

.form p {
	color: #555555;
	font-size: 13px;
	font-family: 'HelveticaLTStd-Light',Arial, Helvetica, sans-serif;
	line-height: 2;
}

.form p span {
	color: #d9342e;
}

.npl {
	padding-left: 0;
}

.npr {
	padding-right: 0;
}

.form .options {
	margin-top: 20px;
	margin-bottom: 20px;
	background: rgba(255,255,255,0.6);
	padding: 20px;
	border-radius: 5px;
	margin-left: 0;
	margin-right: 0;
}

.form .options .file {
	border-bottom: 1px solid #FFF;
	padding-bottom: 10px;
	padding-top: 10px;
}

.form .options .file .left {
	width: 48%;
	float: left;
}

.form .options .file .right {
	width: calc(48% - 5px);
	float: right;
}
.form .options .progress {
	height: 6px;
	background: #d3d2d2;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: inherit;
}

.form .options .progress p {
	text-align: right;
	font-size: 14px;
	color: #0e253a;
	margin-bottom: 0;
	position: relative;
	top: 3px;
	margin-right: 5px;
}

.form .options .progress p a {
	color: #d9342e;
}

.card {
	margin-bottom: 40px;
}

.card img {
	width: auto !important;
	position: relative;
	top: 5px;
}

.card input {
	background: transparent;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	outline: 0;
	font-size: 14px;
	color: #0e253a;
	width: 100%;
}

.form .options .buttons {
	margin-top: 15px;
}
.form .options .progress-bar {
	background: #5bba49;
}

.form a.button:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #d9342e;
}

.form .forward {
	margin-top: 55px;
	margin-bottom: 40px;
}

.form .forward a.back {
	max-width: 130px;
}

.form .forward a.music {
	max-width: 210px;
	width: 210px;
	float: right;
}

.form .forward a.checkout {
	max-width: 193px;
	width: 193px;
	float: right;
}

.form .forward a.checkout i {
	position: relative;
	top: 1px;
}

.form a.button i {
	padding-left: 10px;
	padding-right: 10px;
}

.form a.button.computer i {
	position: relative;
	top: 3px;
} 

.form .music-type {
	background: rgba(255,255,255,0.6);
	padding: 20px;
	border-radius: 5px;
}

.form .music-type select {
	display: block;
	width: 100%;
	background: #FFF;
	border: 1px solid #e5e7e7;
	border-radius: 5px;
	outline: 0;
	font-size: 14px;
	color: #0e253a;
	font-family: 'HelveticaLTStd-Light', Arial;
	height: 35px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(229,231,231,1);
	-moz-box-shadow: 0px 3px 5px 0px rgba(229,231,231,1);
	box-shadow: 0px 3px 5px 0px rgba(229,231,231,1);
}

.form .music-type label {
	margin-top: 25px;
	margin-bottom: 5px;
}

.form .list {
	position: relative;
}

.form .list p {
	border-bottom: 1px solid #FFF;
	margin-bottom: 25px;
	position: relative;
}


.form .list span.price {
	color: #555555;
	font-size: 18px;
	font-family: 'HelveticaLTStd-Bold', Arial;
	position: absolute;
	right: 0;
	top: 8px;
}

.form .list p span.price  {
	color: #555555;
	font-size: 20px;
	font-family: 'HelveticaLTStd-Bold', Arial;
	position: absolute;
	right: 0;
	top: -3px;
}

.form .list select {
	display: block;
	width: 100%;
	background: #FFF;
	border: 1px solid #e5e7e7;
	border-radius: 5px;
	outline: 0;
	font-size: 14px;
	color: #0e253a;
	font-family: 'HelveticaLTStd-Light', Arial;
	height: 35px;
	width: 310px;
	margin: 30px 0;
}

.form .info {
	background: rgba(255,255,255,0.6);
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 40px;
}

.form .info p {
	margin-bottom: 0;
	color: #5bba49;
}

.form .bottom {
	overflow: hidden;
}

.form .bottom a.button {
	width: 165px;
	float: right;
}

.form .bottom p.total {
	float: left;
	font-size: 24px;
	position: relative;
	top: -17px;
}

.form .bottom p.total span {
	color: #555555;
	font-size: 40px;
	position: relative;
	top: 4px;
}

.form .bottom a.later {
	float: right;
	color: #555555;
	font-style: italic;
	font-size: 18px;
	position: relative;
	top: 9px;
	right: 30px;
}

.modal-content {
	box-shadow: none;
	border: none;
}

.modal-dialog {
	padding: 35px;
	background: rgba(255,255,255,0.6);
	border-radius: 5px;
}

.modal label, .modal input[type=text], .modal input[type=password] {
	width: 100%;
	color: #999999;
	font-size: 13px;
	font-family: 'HelveticaLTStd-Light', Arial;
}

.modal-body {
	padding: 30px 50px 0px 50px;
}

.modal label {
	color: #1d1d1d;
	font-size: 15px;
	font-family: 'HelveticaLTStd-Light', Arial;
}

.modal label input[type=text], .modal label input[type=password] {
	border: none;
	border-bottom: 1px solid #dfdede;
	padding: 5px 0;
	margin-top: 10px;
	padding-bottom: 10px;
	outline: 0;
}

.modal-header {
	border: none;
	text-align: center;
	position: relative;
}

.modal-header h4 {
	color: #1d1d1d;
	font-family: "Roboto";
	font-size: 28px;
}

.modal-header p {
	margin-top: 40px;
}

.modal-footer {
	border: none;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 50px;
}

.modal-footer a {
	float: left;
	font-size: 16px;
	color: #999999;
	font-family: 'HelveticaLTStd-Light', Arial;
	font-style: italic;
	margin-left: 35px;
	padding-top: 7px;
}

.modal-footer button {
	background: transparent;
	border: none;
	font-size: 16px;
	color: #999999;
	font-family: 'HelveticaLTStd-Light', Arial;
	outline: 0;
}

.modal-footer button.signin {
	margin-right: 35px;
	margin-left: 30px;
	background: #d9342e;
	color: #FFF;
	padding: 10px 35px 7px 35px;
	border-radius: 0;
	border-bottom: 2px solid #d9342e;
}

.modal-footer button.signin:hover {
	background: #d9342e;
}

.modal-footer button.register {
	margin-right: 35px;
	margin-left: 30px;
	background: #c9c9c9;
	color: #FFF;
	padding: 10px 35px 7px 35px;
	border-radius: 5px;
	border-bottom: 2px solid #bcbcbc;
}

.modal-footer button.register:hover {
	background: #bcbcbc;
}

.modal label.check {
	text-align: right;
	color: #999999;
	font-size: 15px;
}

.modal label.check input {
	margin-right: 10px;
}

.modal label.check a {
	color: #5bba49;
}

footer#site-footer {
	background: #252525;
	padding-top: 35px;
}

footer#site-footer p {
	color: #e4e4e4;
	font-size: 14px;
	font-family: "Roboto";
	font-weight: 400;
	text-align: justify;
}

footer#site-footer img.logo {
	margin-bottom: 30px;
}

footer#site-footer ul {
	list-style-type: none;
	padding-left: 0;
}

footer#site-footer ul li a {
	color: #e4e4e4;
	font-size: 14px;
	font-family: "Roboto";
	font-weight: 400;
	display: block;
	margin-bottom: 3px;
}

footer#site-footer ul li.active a, footer#site-footer ul li:hover a {
	color: #d9342e;
	text-decoration: none;
}

footer#site-footer ul li.active a:before, footer#site-footer ul li:hover a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f178";
	margin-right: 10px;
}

footer#site-footer h2 {
	color: #ffffff;
	font-size: 18px;
	font-family: "Roboto";
	font-weight: 400;
	border-bottom: 1px solid #e4e4e4;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-right: 20px;
}

footer#site-footer .contact h2 {
	display: block;
}

footer#site-footer .contact p {
	margin-bottom: 15px;
}

footer#site-footer .contact p i {
	position: relative;
	height: 100%;
	float: left;
	padding-bottom: 7px;
	border-right: 1px solid #efefef;
	padding-right: 10px;
	margin-right: 10px;
}

footer#site-footer .contact p.hm i {
	padding-bottom: 20px;
}

footer#site-footer .contact p.ph i {
	padding-right: 12px;
}

footer#site-footer .contact p.ml i {
	padding-right: 9px;
}

footer#site-footer .copyright {
	border-top: 1px solid #e4e4e4;
	padding-top: 10px;
	margin-top: 10px;
}

footer#site-footer .copyright .copy {
	padding-left: 0;
}

footer#site-footer .copyright .socials {
	text-align: right;
	padding-right: 0;
	margin-top: -5px;
}

footer#site-footer .copyright .socials a {
	color: #FFF;
	font-size: 16px;
	display: inline-block;
	margin-left: 10px;
}

footer#site-footer .copyright .socials img {
	width: auto !important;
	height: auto !important;
}

.clear {
	clear: both;
}

.nomargin {
	margin: 0 !important;
}

.noborder {
	border: none;
	border-color: transparent;
	border-radius: 0;
	line-height: initial;
}

a {
	cursor: pointer;
}

article header.entry-header {
	text-align: center;
	margin-bottom: 0;
}

article .featured-image {
	margin-top: 35px;
	margin-bottom: 35px;
}

article .featured-image img {
	max-width: 100%;
	height: auto;
}

article header .entry-meta-category-tag span.categories-icon, article header .comments-link .comment-icon:before {
	display: none;
}

article header .comments-link a.btn-default {
	background: transparent;
	border: none;
	box-shadow: none;
	font-size: 15px;
	padding-left: 0;
}

article header  h1.entry-title {
	margin-top: 20px;
	margin-bottom: 20px;

	text-transform: uppercase;
}

article header  h1.entry-title a {
	color: #565656;
	font-size: 28px;
	font-family: 'HelveticaLTStd-Bold', Arial;
}

article header .entry-meta-category-tag a {
	font-size: 16px;
	color: #5bba49;
	font-family: "Roboto Condensed";
	font-weight: bold;
	text-transform: uppercase;
}

article header time.updated {
	display: none;
}

article header .post-date .entry-meta {
	font-size: 15px;
	color: #565656;
	font-family: HelveticaLTStd-Light, Arial;

}

article header .post-date a {
	color: #5bba49;
}

article .entry-content p {
	font-family: "HelveticaLTStd-Light", Arial;
	font-size: 16px;
	color: #555555;
	text-align: left;
}

article .entry-content {
	position: relative;
}

article .entry-content p em {
	font-family: "HelveticaLTStd-Oblique", Arial;
	text-transform: uppercase;
}

article .entry-content a.more-link {
	display: block;
	margin-top: 40px;
	color: #5bba49;
	font-size: 15px;
	text-transform: uppercase;
	font-family: "Roboto";
	font-weight: bold;
	border-bottom: 1px solid #dfdede;
	padding-bottom: 5px;
	margin-bottom: 30px;
	padding-left: 50px;
	width: calc(100% - 245px);
}

article .ssba.ssba-wrap {
	position: relative;
	float: right;
	bottom: 10px;
	width: calc(100% - 240px);
	padding-right: 0;
	margin-top: 25px;
	height: 55px;
}

.single-post article .ssba.ssba-wrap {
	margin-top: 20px;
}

article .ssba.ssba-wrap > div {
	text-align: right !important;
}

article .entry-content a.more-link:hover {
	text-decoration: none;
}

article .ssba.ssba-wrap  a {
	position: relative;
}
article .entry-content a.more-link:hover:before {
	background: #5bba49;
	color: #FFF;
}

article .entry-content a.more-link:before {
	width: 35px;
	height: 35px;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	 -o-transform: skew(-20deg);
	background: transparent;
	border: 1px solid #dfdede;
	content: "\f0c9";
	display: block;
	margin-right: 15px;
	left:0;
	position: absolute;
	bottom: 30px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	padding-top: 8px;
}

article .entry-content a.more-link .meta-nav {
	display: none;
}

.single-post #comments h2.comments-title {
	font-family: "HelveticaLTStd-Bold", "Arial";
	text-align: center;
	font-size: 20px;
	color: #363636;
	margin-bottom: 40px;
}

#comments >ul > li > article {
	border-bottom: 1px solid #dfdede;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

#comments >ul > li ul {
	list-style-type: none;
	border-bottom: 1px solid #dfdede;
	padding-left: 50px;
}

#comments >ul > li ul li {
	padding-bottom: 20px;
}

#comments .comment-content.media-body {
	width: 100%;
}

#comments .comment-content.media-body .comment-author, #comments .comment-content.media-body .comment-author a, #comments .comment-content.media-body .comment-author cite {
	font-size: 15px;
	color: #5bba49;
	font-family: "HelveticaLTStd-Light", Arial;
	font-style: normal;
}

#comments .comment-content p {
	font-size: 15px;
	color: #565656;
	font-family: "HelveticaLTStd-Light", Arial;
}

#comments article img.avatar {
	border-radius: 75px;
	border: 2px solid #dfdede;
	margin-right: 15px;
}

#comments .comment-content > a {
	color:#dfdede;
	font-size: 14px;
	font-family: "Roboto";
	font-style: italic;
	margin-bottom: 10px;
	display: inline-block;
}

#comments .comment-content a.comment-reply-link {
	background: #5bba49;
	color: #FFF;
	text-align: center;
	box-shadow: none;
	font-size: 14px;
	font-family: "Roboto Condensed";
	font-weight: 400;
	border: none;
	border-radius: 0;
	padding-left: 25px;
	padding-right: 25px;
	font-style: normal;
	text-transform: uppercase;

}

#comments .comment-content > a:hover {
	text-decoration: none;
}

#comments #respond h3 {
	font-size: 20px;
	color: #565656;
	font-family: "HelveticaLTStd-Bold", Arial;
	margin-top: 50px;
	font-weight: bold;
	margin-bottom: 20px;
}

#comments #respond form {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

#comments #respond form .control-label {
	text-align: left;
}

#comments #respond form .lft {
	width: 50%;
	float: left;
}

#comments #respond form .lft label {
	width: 80px;
	margin-bottom: 15px;
}

#comments #respond form .rgt {
	width: 50%;
	float: right;
}

#comments .form-allowed-tags, #comments .comment-notes {
	display: none;
}
#comments #respond form input,
#comments #respond form textarea {
	width: 100%;
	border: 1px solid #dfdede;
	border-radius: 0;
	box-shadow: none;
	outline: 0;
}

#comments #respond form textarea {
	max-height: 145px;
}

#comments #respond .form-submit {
	text-align: right;
	padding-bottom: 15px;
	border-bottom: 1px solid #dfdede;
	margin-bottom: 20px;
}

#comments #respond .form-submit input { 
	width: 175px;
	height: 35px;
	background: #5bba49;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-family: "Roboto Condensed", Arial;
	font-weight: 400;
	text-transform: uppercase;
}

.ssba_facebook_share, 
.ssba_google_share, 
.ssba_twitter_share,
.ssba_linkedin_share,
.ssba_pinterest_share {
	margin-top: 40px;
	color: #5bba49;
	font-size: 15px;
	text-transform: uppercase;
	font-family: "Roboto";
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
	margin-right: 15px;
}

.ssba_facebook_share:before, 
.ssba_google_share:before, 
.ssba_twitter_share:before, 
.ssba_linkedin_share:before, 
.ssba_pinterest_share:before {
	width: 35px;
	height: 35px;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	 -o-transform: skew(-20deg);
	background: transparent;
	border: 1px solid #dfdede;
	content: "\f09a";
	display: block;
	margin-right: 0;
	left:auto;
	position: relative;
	bottom: 0;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	padding-top: 8px;
}

.ssba_facebook_share:hover:before, 
.ssba_google_share:hover:before, 
.ssba_twitter_share:hover:before, 
.ssba_linkedin_share:hover:before, 
.ssba_pinterest_share:hover:before {
	background: #5bba49;
	color: #FFF;
}

.ssba_google_share:before {
	content: "\f1a0";
} 
.ssba_twitter_share:before {
	content: "\f099";
}
.ssba_linkedin_share:before {
	content: "\f0e1";
}
.ssba_pinterest_share:before {
	content: "\f0d2";
}

.ssba_facebook_share:after, 
.ssba_google_share:after, 
.ssba_twitter_share:after, 
.ssba_linkedin_share:after {
	position: absolute;
	content: "";
	display: block;
	width: 22px;
	height: 1px;
	background: #dfdede;
	right: -20px;
	top: 15px;
}

.bottom-content {
	margin-bottom: 60px;
}

.bottom-content h2.widget-title {
	font-size: 22px;
	color: #565656;
	font-family: "HelveticaLTStd-Bold", Arial;
}

.bottom-content .about-bottom img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.bottom-content .about-bottom p {
	font-size: 15px;
	color: #565656;
	font-family: "HelveticaLTStd-Light", Arial;
}

.bottom-content .rpwe-thumb {
	border: none !important;
}

.bottom-content .rpwe-title {
	min-height: 40px;
}

.bottom-content .rpwe-title a {
	font-size: 16px;
	color: #565656;
	font-family: "Roboto";
}

.bottom-content .rpwe-block li {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: none;
}

.bottom-content .rpwe-time {
	float: right;
	font-size: 15px;
	color: #dfdede;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	margin-top: -5px;
}

.bottom-content .widget_categories ul {
	list-style-type: none;
	padding-left: 0;
}

.bottom-content .widget_categories ul li {
	border-bottom: 1px solid #dfdede;
}


.bottom-content .widget_categories ul li a{
	color: #333333;
	font-size: 16px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.bottom-content .widget_categories ul li.current-cat a, .bottom-content .widget_categories ul li a:hover {
	text-decoration: none;
	color: #d9342e;
}

@media all and (max-width: 500px) {
	.button { font-family: 'HelveticaLTStd-Light', Arial, Helvetica, sans-serif; font-size: 16px; }
	.form .forward a.music { max-width: 100%; width: auto; padding-left: 10px; }
	.modal-footer button.signin { margin: 0; }
}

@media all and (max-width: 480px) {
	.form .forward a.checkout { max-width: 100%; width: 100%; }
	.button { font-size: 14px; }
	#main .nav>li>a { font-size: 12px; padding: 5px; }
	.form .list select { max-width: 80%; }
	.modal-body { padding: 0 20px; }
	.modal-footer a { margin-left: 0; }
}

@media all and (max-width: 400px) {
	.button i { display: none; }
	.button { font-size: 12px; }
	.form .forward a.music { padding-right: 10px; }
	.form .list select { width: 75%; }
	.form .bottom p.total { font-size: 20px; margin-bottom: 0; }
	.form .bottom p.total span { font-size: 30px; }
	.form .bottom a.later { top: 0; right: 0; }
	.nav-tabs>li { float: none; }
	#main .nav-tabs>li>a:hover, #main .nav-tabs>li.active>a { border-radius: 0; width: 100%; }
	.col-md-12 { padding-left: 0; padding-right: 0; }
	#comments #respond form textarea { margin-left: 15px; margin-right: 15px; width: calc(100% - 30px); }
} 


@media all and (max-width: 767px) {
	footer .copyright .socials { padding-bottom: 25px; }
	#main .clients a { margin-bottom: 50px; margin-right: auto; display: block; }
	#main .full-img .box { top: 20px; }
	#main .full-img .box .brd { padding-top: 10px; padding-bottom: 15px; }
	#main .full-img .box .brd h3 { font-size: 5vw; }
	#main .full-img .box .brd ul li a { font-size: 3vw; }
	#main .full-img .box .brd ul li { float: none; margin-left: 7px; display: inline-block; text-align: center;	}
	#main .full-img .box .brd ul { width: 100%; }
	#main .full-img .box { position: absolute;width: 100%;left: 50%;	margin-left: -50%; }
	#main .full-img .box a.button { margin-top: 4vw; font-size: 4vw; padding: 5px 10px; }
	.navbar-toggle .icon-bar { background: #fff; }
	header nav li a { font-family: "Roboto Condensed";	font-size: 22px; color: #fff; padding-left: 0 !important; padding-right: 0 !important; margin-left: 20px; margin-right: 20px; }
	.navbar-collapse li { border-bottom: 1px solid #efefef; }
	/*#main .form { max-width: calc(100% - 50px); }*/
	.modal-dialog { width: calc(100% - 50px); padding: 15px; }
	.modal label { margin-bottom: 20px; }
	.modal-dialog { margin-top: 25px; }
	.modal-header p { margin-top: 10px; }
	.modal-header h4 { font-size: 22px; line-height: 1; }
	.pricing-table { width: calc(100% - 50px); }
}

@media all and (min-width: 767px) {
	header nav #navbar {
		float: right;
	}

	header nav li a {
		font-family: "Roboto Condensed";
		font-size: 18px;
		color: #0e253a;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 20px;
		margin-right: 20px;
	}

	.nav>li>a:focus, .nav>li>a:hover {
		background: transparent;
	}

	header nav li:last-child a {
		padding-right: 0 !important;
	}

	header nav li:hover a, header nav li.active a {
		border-bottom: 5px solid #D9342E;
	}
}

@media all and (min-width: 768px) and (max-width: 979px) {
	footer .contact { width: 100%;	float: left; }
	#main .clients a { margin-bottom: 15px; }
	#main .full-img .box { top: 6vw; }
	#main .full-img .box .brd { padding-top: 20px; padding-bottom: 25px; }
	.navbar>.container .navbar-brand { padding: 0; }
	header nav a.navbar-brand img { top: 0; }
}

@media all and (min-width: 1200px) {
	footer .pages { padding-left: 50px }

	.npl {
		padding-right: 50px;
	}

	.npr {
		padding-left: 50px;
	}

}

@media all and (max-width: 600px) {
	article .entry-content a.more-link { width: 100%; }
	.ssba_facebook_share, .ssba_google_share, .ssba_twitter_share, .ssba_linkedin_share, .ssba_pinterest_share { margin-right: 12px; }
	article .ssba.ssba-wrap { width: 100%; margin-top: 0; }
	article .entry-content a.more-link:before { bottom: auto; margin-top: -8px; }
}

@media all and (max-width: 1199px) {
	#comments #respond form .lft {
		width: 50%;
		float: left;
	}
	#comments #respond form .rgt {
		width: 48%;
		float: right;
	}
}

@media all and (max-width: 991px) {
	#comments #respond form .lft {
		width: 100%;
		float: left;
	}
	#comments #respond form .rgt {
		width: 100%;
		float: left;
	}
}

/*anu-start*/
.title_dec_special h3 {
      margin-bottom: 50px;
  text-align: center;
  font-family: "Roboto";
  color: #0e253a;
  font-size: 40px;
  font-weight: 700;
}
/*.home .special_two h3:before {
  content: "W";
  font-size: 88px;
  color: #dfdede;
  position: absolute;
  z-index: -1;
  margin-top: -30px;
  margin-left: 18px;
  font-family: "Roboto";
  font-weight: 700;
  border-bottom: 1px solid #dfdede;
}*/

.title_dec_special .textwidget {
      text-align: center;
  font-family: "Roboto";
  color: #0e253a;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 60px;
}
.home_fontawesome .fa {
      color: #5bba49;
  font-size: 60px;
}
.icons_underline {
     /* border-bottom: 1px solid #dfdede; */
  padding-bottom: 10px;
  margin-bottom: 4px;
  text-align: center !important;}
.icons_title {
  /*border-top: 5px solid #dfdede; */
  border-top: 5px solid #dfdede;
  padding-top: 25px;
  color: #0e253a !important;
  font-size: 22px !important;
  font-family: 'HelveticaLTStd-Bold' !important;
  font-size: 22px !important;
}
.icons_dec {
  color: #0e253a !important;
  font-size: 15px !important;
  font-family: 'HelveticaLTStd-Light' !important;
  font-size: 15px !important;
}
.mix_it_up ul {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
}
.mix_it_up ul li {
  display: inline-block;
  cursor: pointer;
  color: #0e253a;
  font-family: 'HelveticaLTStd-Light';
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 5px;
  border-bottom: 1px solid transparent;
}
.mix_it_up #Container {
  overflow: hidden;
  padding-left: 60px;
  padding-right: 60px;
}
.mix_it_up #Container > div {
  padding: 0;
  position: relative;
}
.mix_it_up ul{margin-bottom: -1px;}
.mix_it_up #Container > div img {
  width: 100%;
  height: auto;
}
.mix_it_up #Container .hover div {
  max-width: 70%;
  margin: 25% auto auto auto;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.mix_it_up #Container .hover p {
  color: white;
  font-size: 18px;
  font-family: 'Roboto';
  font-weight: 400;
    text-align: center;
}
.mix_it_up #Container .hover {
  background: rgba(0,0,0,0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1;
  top: 0;
  left: 0;
}
.mix_it_up a.button {
  display: block;
  margin-top: 35px;
  text-align: center;
  font-family: 'HelveticaLTStd-Bold';
  color: #ffffff;
  font-size: 22px;
  background: #5bba49;
  padding: 18px 20px 10px 20px;
  max-width: 225px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
}
.mix_it_up a.button:hover {
  text-decoration: none;
  background: #51a32d;
}
.clients {
  margin-bottom: 00px !important;
}
.clients h3 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 28px;
  color: #0e253a;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.sponcers p{
    height: 100px;
  position: relative;
}
.sponcers p img{
position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: auto;
}
#main .works h2 {
  margin-bottom: 50px;
  text-align: center;
  font-family: "Roboto";
  color: #0e253a;
  font-size: 40px;
  font-weight: 700;
}
.gallery_page h3 {
      margin-bottom: 50px;
  text-align: center;
  font-family: "Roboto";
  color: #0e253a;
  font-size: 40px;
  font-weight: 700;
}

.gallery_dec{
  text-align: center !important;
  font-family: "Roboto" !important;
  color: #0e253a !important;
  font-size: 20px !important;
  font-weight: 300 !important;
}
.gallery_page ul {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  margin-bottom: 40px;
}
.gallery_page ul li {
  display: inline-block;
  cursor: pointer;
  color: #0e253a;
  font-family: 'HelveticaLTStd-Light', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 5px;
  border-bottom: 1px solid transparent;
}
.gallery_page #Container {
  overflow: hidden;
  padding-left: 60px;
  padding-right: 60px;
}
.gallery_page #Container > div {
  padding: 0;
  position: relative;
}
.gallery_page #Container > div:hover .hover{
  display: block;
}
.gallery_page #Container > div img {
  width: 100%;
  height: auto;
}
.gallery_page #Container .hover div {
  max-width: 70%;
  margin: 25% auto auto auto;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.gallery_page #Container .hover p {
  color: white;
  font-size: 18px;
  font-family: 'Roboto';
  font-weight: 400;
    text-align: center;
}
.gallery_page #Container .hover {
  background: rgba(0,0,0,0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1;
  top: 0;
  left: 0;
}
.gallery_page a.button {
  display: block;
  margin-top: 35px;
  text-align: center;
  font-family: 'HelveticaLTStd-Bold';
  color: #ffffff;
  font-size: 22px;
  background: #5bba49;
  padding: 18px 20px 10px 20px;
  max-width: 225px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
}
.gallery_page a.button:hover {
  text-decoration: none;
  background: #51a32d;
}
.pricing_page h3 {
      margin-bottom: 50px;
  text-align: center;
  font-family: "Roboto";
  color: #0e253a;
  font-size: 40px;
  font-weight: 700;
}

.pricing_type h3 {
   text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 20px;
  color: #0e253a;
  font-family: 'HelveticaLTStd-Bold';
}

.listing_price {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
}
.listing_price p {
  font-family: 'HelveticaLTStd-Light';
  font-size: 17px;
  color: #0e253a;
  border-bottom: 1px solid #dfdede;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.listing_price p span {
  color: #5bba49;
  position: absolute;
  right: 0;
}
.contact_form h3 {
      margin-bottom: 50px;
  text-align: center;
  font-family: "Roboto";
  color: #0e253a;
  font-size: 40px;
  font-weight: 700;
}

.terns_of_service h3 {
      margin-bottom: 50px;
  text-align: center;
  font-family: "Roboto";
  color: #0e253a;
  font-size: 40px;
  font-weight: 700;
}

.t_and_a_container .widget-title  {
   margin-bottom: 50px !important;
  text-align: left !important;
  font-family: 'HelveticaLTStd-Bold';
  color: #333333 !important;
  font-size: 22px !important;
}
.t_and_a_container .textwidget {
  text-align: left !important;
  font-family: 'HelveticaInseratLTStd-Roman';
  color: #333333 !important;
  font-size: 15px !important;
}
.widget_page_in_widget .widget-title:first-child {
  margin-bottom: 50px !important;
  text-align: center !important;
  font-family: "Roboto" !important;
  color: #0e253a !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  background-image: url(../img/t-a-popup.jpg);
  padding: 18px 0;
  background-repeat: no-repeat;
  background-position: center center;  
}
.widget_page_in_widget .widget-title {
   margin-bottom: 50px !important;
  text-align: left !important;
  font-family: 'HelveticaLTStd-Bold';
  color: #333333 !important;
  font-size: 22px !important;
}
.widget_page_in_widget p {
  text-align: left !important;
  font-family: "HelveticaLTStd-Light";
  color: #333333 !important;
  font-size: 15px !important;
}
.check_t_and_a {
    float: right; 
    padding: 20px 15px 20px 0px;
    color: #999999 !important;
    font-size: 15px !important;
    font-family: 'HelveticaLTStd-Light' !important;
}
.check_t_and_a a{
      color: #5bba49;
}
.padding-left {padding-left: 0;}
.padding-right {padding-right: 0;}
.already_fix {margin: 15px 0 15px 0 !important;}
.already_fix_two {margin: 25px 0 15px 0 !important;}
.contact_form_container {
  max-width: 730px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contact_form_container p{
  width: 100%;  
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 14px !important;
  line-height: 1.42857143;
  color: #333 !important;
}
.contact_form_container p input, .contact_form_container p textarea {
  border: none;
  border-bottom: 1px solid #dfdede;
  font-size: 13px;
  color: #999999;
  font-family: "HelveticaLTStd-Light";
  margin-top: 20px;
  outline: 0;
  width: 100%;
}
.contact_form_container .wpcf7-submit {
  width: 180px;
  height: 45px;
  background: #5bba49;
  color: #fff;
  padding: 5px 10px;
  font-size: 20px;
  font-family: "HelveticaLTStd-Light";
  margin-bottom: 50px;
  border: none;
}
.bellow_contact {
   max-width: 730px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; 
  text-align: center;
}
.bellow_contact .fa {
  font-size: 60px;
  margin-bottom: 25px;
  color: #d9342e;
}
.bellow_contact p {
 color: #999999 !important;
  font-size: 14px !important;
  font-family: "Roboto" !important;
  font-weight: 400 !important;
  margin-bottom: 5px !important;
  text-align: center !important;
}
.ui-dialog {
background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 35px solid rgba(0,0,0,.2);
  border-radius: 6px;
  /* padding: 10px; */
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  max-width: 670px;
  width: 100% !important; 
}
.ui-dialog-titlebar {
  background: #fff;
  border-bottom: 0px solid #ddd;
  border-radius: 3px 3px 0 0;
  padding: 30px 20px 10px 20px;
  text-align: center;
}
.ui-dialog-titlebar span{
    color: #1d1d1d;
  font-family: "Roboto";
  font-size: 32px;
  font-weight: bold;
}

.ajax-login-default-form-container label {
  color: #1d1d1d !important;
  font-size: 15px !important;
  font-family: "HelveticaLTStd-Light" !important;
}

.ajax-login-default-form-container input[type="text"], .ajax-login-default-form-container input[type="password"] {
  border: none !important;
  border-bottom: 1px solid #dfdede !important;
  padding: 5px 0 !important;
  margin-top: 10px !important;
  padding-bottom: 10px !important;
  outline: 0 !important;
  width: 100% !important;
  color: #999999 !important;
  font-size: 13px !important;
  font-family: 'HelveticaLTStd-Light' !important;
}

.ajax-login-default-form-container input[type="checkbox"] {
  width: auto !important;  
}
.ajax-login-default-form-container .login_button, .ajax-login-default-form-container .register_button {
  float: right !important;
  background: #5bba49 !important;
  color: #FFF !important;
  padding: 10px 35px 10px 35px !important;
  border-radius: 5px !important;
  border-bottom: 2px solid #51a32d !important;
  font-family: "HelveticaLTStd-Light" !important;
  font-size: 16px !important;
  outline: 0 !important;
  text-transform: capitalize !important;
  text-shadow: none !important;
  cursor: pointer !important;
  border: 0px solid #CFCFCF !important;
}
.not-a-member-handle, .already-registered-handle {
  font-size: 16px !important;
  color: #999999 !important;
  font-family: 'HelveticaLTStd-Light' !important;
  font-style: italic !important;
}
.faq_container h3 {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 22px; 
  color: #333333; 
}
.faq_container .textwidget {
  font-family: 'HelveticaInseratLTStd-Roman';
  font-size: 15px; 
  color: #333333;   
}
.ui-accordion .ui-accordion-header {
  padding: 15px 0 !important;
  background-color: #fff !important;
  border: none !important;   
}
.ui-accordion .ui-accordion-icons {
  padding-left: 0 !important;
}
.ui-accordion .ui-accordion-content {
  padding: 0 !important;
}
.ui-dialog-title {
  float: left !important;
  margin: 20px 0 !important;
  white-space: nowrap !important;
  width: 100% !important;
  overflow: visible !important;
  text-overflow: ellipsis !important;
}
.ui-dialog .ui-dialog-titlebar-close {
  right: 20px !important;
}
.ui-dialog .ui-dialog-titlebar-close {
  height: auto !important;
}
.caption-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;  
  display: none;
}
.caption-gal {
   position: absolute;
  top: 0;
  right: 0;
  left: 0;   
  display: none; 
}
.mix_it_up ul li:hover .caption-gal, .mix_it_up ul li:hover .caption-img{
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(0,0,0,0.8);
  color: white;
  font-size: 18px;
  font-family: 'Roboto';
  font-weight: 400;
  padding: 60px 0; 
  transition: all 300ms linear;
  transition-delay: 100ms;
}    
.gallery_page ul li:hover .caption-gal, .gallery_page ul li:hover .caption-img{
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(0,0,0,0.8);
  color: white;
  font-size: 18px;
  font-family: 'Roboto';
  font-weight: 400;
  padding: 81px 0; 
  transition: all 300ms linear;
  transition-delay: 100ms; 
}
.mix_it_up ul {
  margin-bottom: 0px;
}
.mix_it_up ul li {
  margin: 0;
  border-radius: 0px !important;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;
}
.gallery_page ul {
  margin-bottom: -1px;
}
.gallery_page ul li {
  margin: 0;
  border-radius: 0px !important;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;
} 
.pini_gallery {
    margin-bottom: 40px !important;
}
.pini_gallery li{
    margin: 0 5px !important;
}
.pini_gallery li:hover, .pini_gallery li.active {
  border-bottom: 1px solid #5bba49;
}
.video_open .fancybox-wrap {
  border: 00px solid rgba(0,0,0,.2) !important;
}
@media all and (max-width: 777px) {
   .video_open .fancybox-wrap {
    width: auto !important;
    height: 178px !important;
   }
   .video_open .fancybox-wrap .fancybox-inner{
    width: auto !important;
    height: 178px !important;
   }
}
/*anu-end*/

@font-face {
    font-family: 'HelveticaInseratLTStd-Roman';
    src: url(../fonts/HelveticaInseratLTStd-Roman.otf);
}
@font-face {
    font-family: 'HelveticaLTStd-Bold';
    src: url(../fonts/HelveticaLTStd-Bold.otf);
}
@font-face {
    font-family: 'HelveticaLTStd-Light';
    src: url(../fonts/HelveticaLTStd-Light.otf);
}
@font-face {
    font-family: 'HelveticaLTStd-Obl';
    src: url(../fonts/HelveticaLTStd-Obl.otf);
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(//fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nE8xhg-WlD4iG4AP-V7QxYA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(//fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nN_eC2PfU-cUGGN7U-FIfKc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(//fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nLvM2QJLsjx6Keu1D2MYodo.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(//fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nNd5cRMOq5PeG3VabknWPxo.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(//fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nLpX8dGXLalyu5OokvgDQcs.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(//fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nPVFL0ofnRu5Y2lP-UpEUGU.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(//fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nBBQ_Gf4FfI8J4SYljBAylk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(//fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsDrvev4WAjW489CRDHIkJ90.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(//fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsCGXDOnx9ptx3UTSPTrfsgk.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(//fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsAZ98xO_Wnt-JIem4AuLGfs.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(//fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsE1G989qbVg6RT5ly5jB8V8.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(//fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsJ84zb0nVte6liF9gGtpo1Y.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(//fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsD86pq2NkPzVgw_9lpT6RGI.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(//fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsDAdhzWOYhqHvOZMRGaEyPo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(//fonts.gstatic.com/s/roboto/v15/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(//fonts.gstatic.com/s/roboto/v15/Fl4y0QdOxyyTHEGMXX8kcRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(//fonts.gstatic.com/s/roboto/v15/-L14Jk06m6pUHB-5mXQQnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(//fonts.gstatic.com/s/roboto/v15/I3S1wsgSg9YCurV6PUkTORJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(//fonts.gstatic.com/s/roboto/v15/NYDWBdD4gIq26G5XYbHsFBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(//fonts.gstatic.com/s/roboto/v15/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(//fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(//fonts.gstatic.com/s/roboto/v15/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(//fonts.gstatic.com/s/roboto/v15/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(//fonts.gstatic.com/s/roboto/v15/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(//fonts.gstatic.com/s/roboto/v15/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(//fonts.gstatic.com/s/roboto/v15/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(//fonts.gstatic.com/s/roboto/v15/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(//fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.modal-backdrop.fade.in {
  display: none;
}
/*
.caption-gal div:after{
	content: "\f01d";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 50px;
	display: block;
}*/
.caption-gal div {
	  padding: 38px 0;
  border-top: 2px solid rgba(245, 245, 245, 0.7);
  border-bottom: 2px solid rgba(245, 245, 245, 0.7);
  max-width: 80%;
  margin: 0 auto;
}
.my_account label{margin-bottom: 18px !important;}

.caption-gal div:after {
  content: "\f144";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 40px;
  display: block;
}
.gallery_page ul li:hover .caption-gal, .gallery_page ul li:hover .caption-img {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  /*background-image: url(/app/public/images/gal_img_backg.png);*/
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(0,0,0,0.8);
  color: white;
  font-size: 18px;
  font-family: 'Roboto';
  font-weight: 400;
  padding: 65px 0;
  transition: all 300ms linear;
  transition-delay: 100ms;
}
#Container .pinterest-container{margin-bottom: -1px !important;}

.fancybox-inner {background: transparent !important;}

.alertfade{
	background-color: rgba(217,52,46,0.9);
	box-shadow:#d9342e 3px 1px 3px 0px;
}
.alertfade.end{
	transition: all 1s ease-in-out;
	background-color: rgba(3,3,3,0.0);
	box-shadow: none;
	border-radius: 0px;
}