body{
	/* [disabled]padding:0px; */
	margin:0px;
	font-family: 'Poppins', sans-serif;}
	
a:focus, input:focus, textarea:focus, button:focus{
	outline:none !important;}
	
a:active, a:hover{
	outline:0 none !important;}
	
h1, h2, h3, h4, h5, h6, p {
	-webkit-font-smoothing: antialiased;
	margin:0px;
	padding:0px;}
	
p{
	font-size:24px;
	line-height:30px;
	font-weight:200}
	
ul{
	margin:0px;
	padding:0px;
	list-style:none;}
	
ol {
	padding: 0px;
	list-style-position: inside;}
	
ol, li {
	margin-bottom:0px;
	list-style: none;
	position: relative;}
	
a {
	text-decoration: none;}
	
a:hover {
	text-decoration: none;}
	
.loc-number{
	color:#a84cf0;
}




	
	
/*----------------------------------
01.Top Section Starts Here
------------------------------------*/




		
.TopSectionWrap{
	padding:0px;
	margin:0px;
	background:#000;}
	
.TopContactWrap{
	padding:0px;
	margin:0px;
	float:left;
	z-index:9999}	
	
.TopWrap{
	padding:0px 0px;
	margin:0px;
	position:relative}
	
	
.mail_wrap{
	padding:7px 9px;
	margin:10px 0 13px 390px;
	float: left;
	width:45px;
	height:45px;
	border-radius:10px;
	border:2px solid #a84cf0;}
	
.mail_wrap_ico{
	color:#a84cf0;
	font-size:24px !important;
	text-align:center !important;
	float:none;
	margin:0px auto;
	display:block;
	cursor:pointer }
	
	
	
.phone_wrap{
	padding:3px 14px;
	margin:10px 0 13px 15px;
	float: left;
	width:45px;
	height:45px;
	border-radius:10px;
	border:2px solid #a84cf0;}
	
.phone_wrap_ico{
	color:#a84cf0 !important;
	font-size:35px !important;
	text-align:center !important;
	float:none;
	margin:0px auto;
	display:block;
	cursor:pointer }
	
	
.LogoWrap{
	position:absolute;
	left: 15px;
    top: -70px;
	z-index: 99999;}
	
.tooltip-dropdown {
    position: relative;
    display: inline-block;
	z-index:9999;
}

.tooltip-dropdown-content {
    display: none;
    position: absolute;
    background-color: #a84cf0;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
	color:#fff
}

.tooltip-dropdown:hover .tooltip-dropdown-content {
    display: block;
}

.Selectlanguage{
	/*padding:20px 30px 20px 170px ;*/
	padding:20px 30px 20px 357px ;
	margin:0px;
	float:left}
	
.Selectlanguage p{
	color:#ccc;
	font-size:11px;
	font-weight:400;
	text-align:left;
	/*margin-right:10px;*/
	float:left}
	
.maxl{
  margin:25px ;
}
.inline{
  display: inline-block;
}
.inline + .inline{
  margin-left:10px;
}
.radio{
  color:#ccc;
  font-size:13px;
  position:relative;
  margin-left:16px;
}
.radio span{
  position:relative;
   padding-left:20px;
}
.radio span:after{
  content:'';
  width:15px;
  height:15px;
  border:3px solid;
  position:absolute;
  left:0;
  top:1px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
  box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.radio input[type="radio"]{
   cursor: pointer; 
  position:absolute;
  width:100%;
  height:100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.radio input[type="radio"]:checked + span{
  color:#a84cf0;  
}
.radio input[type="radio"]:checked + span:before{
    content:'';
  width:5px;
  height:5px;
  position:absolute;
  background:#a84cf0;
  left:5px;
  top:6px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}


.TopScWrap{
	padding:0px 0px 0px 150px;
	margin:14px 0px 13px;
	float:left}
	
	
.TopScIco{
	color:#ffffff !important;
	font-size:20px !important;
	text-align:center !important;
	float: left;
	margin:0px 10px 0px 0px;
	display:block;
	cursor:pointer;
	line-height:40px !important; }
	
.TopScIco:hover{
	color:#a84cf0 !important;}
	
	
.LanguageSelectWrap{
	padding:0px;
	margin:6px 15px 0px 0px;
	float:right}
	
	
.TopSelectBox{
	padding:0px 100px 0 10px !important;
	margin:0px !important;
	border: none !important;
	color:#fff !important;
	background:#a84cf0;
	font-size:15px !important}
	
	
	
	
/*02. NAV Section Starts Here
-----------------------------------------------------------------*/

.navbar.navbar-fixed-top.fixed-theme {
    background-color: #652d91;
	top:-6px;
	margin-top:0px;
	z-index: 999999;}
	
.navbar.navbar-fixed-top.fixed-theme .LogoWrap{
	
	width:250px;
	top:6px
}

.navbar.navbar-fixed-top.fixed-theme .navbar-nav>li>a{
	color:#fff !important}

.navbar-brand.fixed-theme {
    font-size: 18px;}

.navbar-container.fixed-theme {
    padding: 0;}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;}	
	
.navbar-fixed-top {
	margin-top:65px;}



		
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background:none;
	color:#eecd07}
	
	
	
	
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
  padding-left:25px;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #fff;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color:#000
}
.mega-dropdown-menu .dropdown-header {
  font-size: 15px;
  color: #fff;
  padding: 5px 60px 5px 25px;
  line-height: 30px;
  background:url(../images/nav-li.png) no-repeat left 12px;
  text-transform:uppercase
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}



/*03. Banner Section Starts here
--------------------------------------*/


/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	background: #000;
	text-align: center;
	cursor: pointer;
	
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */



/* Individual effects */

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: none;
}

figure.effect-julia img {
	max-width: none;

	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
}

/*figure.effect-julia h2 {
	position: relative;
}*/




figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}





/*--------------------------------------------
Welcome Section Starts Here
---------------------------------------------*/

.WelcomeWrap{
	padding:60px 0px 30px;
	margin:0px;
	background:url(../images/welcome-bg.png) no-repeat left top}
	
	
.WelcomeWrap h1{
	padding:0px 0px 0px 10px;
	margin:0px 0px 40px 0px;
	text-align:left;
	border-left:10px solid #652d91;
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	color:#2c2d30;
	text-transform:uppercase;
	line-height:36px;
	font-weight:700}
		
	
.WelcomeWrap h1 span{
	color:#652d91}
	

.WelcomeWrap p{
	font-size:16px;
	line-height:29px;
	color:#a9a9a9;
	text-align:left;
	font-weight:300;}

	

.WelcomeContentWrap	{
	padding:0px;
	margin:0px;
	float:left;
	width:60%;}
	
	
.WelcomeImageWrap{
	padding:0px;
	margin:0px;
	float:right;
	width:40%}
	
	
.ViewMoreButton{
   
    background:#652d91;
    margin: 40px 0px 0px;
    float: left;
    border:0px;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #31708f  inset;
	font-size:15px;
	text-align:center;
	border-radius:50px;
	padding:10px 30px
}
.ViewMoreButton:hover{
    -webkit-box-shadow: -100px 0 0 #000 inset;
	color:#fff
}




/*----------------------------------------------------------
Treatment Section Starts Here
-----------------------------------------------------------*/

.TreatmentWrap{
	padding:60px 0px;
	margin:0px;
	background:url(../images/treatment_bg.jpg) no-repeat center top #2f3033}
	
	
.TreatmentWrap h1{
	padding:0px 0px 25px 10px;
	margin:0px 0px 40px 0px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	color:#fff;
	text-transform:uppercase;
	line-height:36px;
	font-weight:700;
	background:url(../images/heading_white_bg.png) no-repeat center 45px;}
	
	
.TreatmentWrap h2{
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:400;}
		

	

.TreatmentWrap p{
	font-size:17px;
	line-height:26px;
	color:#c7c8cb;
	text-align: center;
	font-weight:300;}
	
.TreatmentSectionWrap{
	padding:0px;
	margin:60px 0px 0px 0px;}
	
	
.TreatmentSectionWrap p{
	font-size:15px;
	line-height:22px;
	color:#c7c8cb;
	text-align: left;
	font-weight:300;}
	
	
.TreatmentBox{
	padding:0px 0px 30px 20px;
	margin:0px;
	border-right:1px solid #605f60;
	border-bottom:1px solid #605f60;
	min-height:140px;}
	
.TreatmentBox2{
	padding-top:45px;
	border-bottom:none}
	
.TreatmentBox3{
	border-right:none}
	
.TreatmentImageWrap{
	padding:0px;
	margin:0px;
	float:left}
	
.TreatmentContentBox{
	padding:0px;
	margin:0px;
	float:right;
	width:68%}
	
	
	
/*-----------------------------------------------
Appointment Section Starts Here
--------------------------------------------------*/

.Appointment_Wrap{
	padding:0px 0px;
	margin:0px;
	background:#eeeeee}
	
.Appointment_Wrap h1{
	padding:0px 0px 0px 10px;
	margin:0px 0px 40px 0px;
	text-align:left;
	border-left:10px solid #652d91;
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	color:#2c2d30;
	text-transform:uppercase;
	line-height:28px;
	font-weight:700;
	display:inline}
		
	
.Appointment_Wrap h1 span{
	color:#46474a !important;
	font-size:14px;
	text-transform:none;
	font-weight:400 !important}
	
	
.AppointmentImageWrap{
	padding:30px 0px 0px 0px;
	margin:0px;
	float:left;}
	
	
.AppointmentFormWrap{
	padding:60px 0px 0px 0px;
	margin:0px;}


/*= Reset CSS 
============= */


/*= input focus effects css
=========================== */
:focus{outline: none;}

.col-3{float: left; width: 27.33%; margin: 40px 3%; position: relative;} /* necessary to give position: relative to parent. */
input[type="text"]{width: 100%; box-sizing: border-box;   background-color:transparent; padding-left:25px; color:#acacac; font-size:14px; font-weight:300}

.effect-1, 
.effect-2, 
.effect-3{border: 0; padding: 7px 0; border-bottom: 1px solid #ccc; background:url(../images/input-bg.png) no-repeat left bottom}

.effect-1 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #652d91; transition: 0.4s; background-image:url(../images/input-bg-hover.png); background-position:left bottom; background-repeat:no-repeat}
.effect-1:focus ~ .focus-border{width: 100%; transition: 0.4s;}

.input-box{
	margin-bottom:30px;}
	
.AppointmentButton{
	background:#000;
	padding:15px 30px;
	text-align:center;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	font-weight:300;
	margin-top:20px;
	float:left}
	
.AppointmentButton:hover{
	background:#652d91;
	color:#fff}
/*= input focus effects css End
=============================== */






/* ====================
Gallery Area Starts Here
==================== */

.Gallery_Wrap{
	padding:60px 0px;
	margin:0px;}
	
	
.Gallery_Wrap h1{
	padding:0px 0px 25px 10px;
	margin:0px 0px 40px 0px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	color:#000000;
	text-transform:uppercase;
	line-height:36px;
	font-weight:700;
	background:url(../images/heading_purple_bg.png) no-repeat center 40px;}
	
	
.Gallery_Wrap p{
	font-size:17px;
	line-height:26px;
	color:#a9a9a9;
	text-align: center;
	font-weight:300;
	margin-top:45px;
	margin-bottom:60px;}
	
.GalleryBox{
	padding:0px;
	margin:0px;
	min-height:280px !important}
	
.Gallery_Button{
	padding:15px 30px;
	background:#d4d2d2;
	color:#636060;
	text-align:center;
	font-size:17px;
	font-weight:300;
	border-radius:0px;
	border:none;
	margin-right:30px;
	margin-bottom:40px;}
	
.Gallery_Button:hover{
	background:#652d91;
	color:#fff}
	
.margin-r{
	margin-right:0px;}
	
#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}

.modal-dialog{
	margin:100px auto;
	width:425px}
	
.thumbnail{
	padding:2px;
	margin:0px;
	border:none}
	
	
.Viewmore_gallery{
	margin:50px auto 0px;
	float:none;
	display:block;
	width:11%}
	
	
	
/* ====================
Testimonials Starts Here
==================== */

.Testimonials_Wrap{
	padding:0px 0px 60px;
	margin:0px;}
	
	
.Testimonials_Wrap h1{
	padding:0px 0px 25px 10px;
	margin:0px 0px 40px 0px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	color:#000000;
	text-transform:uppercase;
	line-height:36px;
	font-weight:700;
	background:url(../images/heading_purple_bg.png) no-repeat center 40px;}
	
	
.Testimonials_Wrap p{
	font-size:17px;
	line-height:26px;
	color:#a9a9a9;
	text-align: center;
	font-weight:300;
	margin-top:45px;
	margin-bottom:60px;}
	
	
#testimonial{
   padding:0px 0px;
  
}

#testimonial .fa.fa-quote-right{
	color:#5db4c0;
	font-size:30px;
}

#testimonial  p{
    
    font-size:14px;
	line-height:26px;
	color:#a9a9a9;
	text-align: center;
	font-weight:300;
	margin-bottom:0px;
	margin-top:0px;
	min-height: 52px;
}


#testimonial .carousel-indicators  li {
    background-color: transparent;
    height: 14px;
    width: 14px;
    margin: 5px;
	border:1px solid #b0b0b0
}

#testimonial .carousel-indicators li.active {
    background-color: #652d91;
	border:1px solid #b0b0b0;
	padding:5px;
}

#testimonial .carousel-indicators {
    bottom: -50px;
}


/*---------- INDICATORS CONTROL ----------*/
#testimonial > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
#testimonial > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
#testimonial > .carousel-indicators li:last-child{
    margin-right: 0;
}
#testimonial > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
#testimonial > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}


.testimonial-box{
	border-width: 1px;
    border-style: solid;
    text-align: center;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 30px 25px 50px;
	border-color:#e8e7e7;
	 position:relative}
	 
	 
.testimonial-box-img{
 	 width: 95px;
    height: 95px;
    z-index: 12;
	border-radius:50%;
	border:2px solid #ebebeb;
	margin-left:115px;
	margin-top:10px;
	float:left


}

			
.testimonial-box h3{
	padding:0px 0px 0px 0px;
	margin:0px 0px 30px 0px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	color:#652d91;
	text-transform:uppercase;
	line-height:36px;
	font-weight:500;}




/*--------------------------------------
360 degree Slider Starts Here
----------------------------------------*/

	#page {
		text-align: center;
		color: white;
		overflow:hidden;
		position:relative
	}
	#page a {
		color: white;
	}
	#page .panorama-viewport {
		border:none;
		margin-left: auto;
		margin-right: auto;
	}
	#page p {
		margin-bottom: 1em;
	}


.bottom_banner_caption{
	position:absolute;
	left:20%;
	top:40%;
	z-index:1}
	
.bottom_banner_caption h1{
		padding:0px 0px 0px 0px;
	margin:0px 0px 30px 0px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size:45px;
	color:#fff;
	line-height:55px;
	font-weight:500;}





/*---------------------------------------
News And Events Section Starts Here
-----------------------------------------*/
.NewsEventsWrap{
	padding:60px 0px 60px;
	margin:0px;}
	
	
	
.NewsEventsWrap h1{
	padding:0px 0px 25px 10px;
	margin:0px 0px 40px 0px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	color:#000000;
	text-transform:uppercase;
	line-height:36px;
	font-weight:700;
	background:url(../images/heading_purple_bg.png) no-repeat center 40px;}
	
	
	
.NewsEventsWrap h3{
	padding:0px 0px 0px 0px;
	margin:0px 0px 8px 0px;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color:#652d91 !important;
	line-height:36px;
	font-weight:600;
	line-height:24px;
	min-height:48px;}
	
.NewsEventsWrap h3 a{
	color:#652d91}
	
	
.NewsEventsWrap p{
	font-size:17px;
	line-height:26px;
	color:#a9a9a9;
	text-align: center;
	font-weight:300;
	margin-top:45px;
	margin-bottom:60px;}
	
	
.News_Wrap{
	padding:0px;
	margin:0px;
	box-shadow: 0px 0px 4px 4px #f2f2f2;
    border: 1px solid #e9e9e9;
	/** sony **/
	min-height: 503px;
	    margin-top: 10px;}
	
.News_Wrap p{
	font-size:15px;
	line-height:26px;
	color:#a9a9a9;
	text-align: left;
	font-weight:300;
	margin-top:0px;
	margin-bottom:0px;
	}
	
.NewsImageWrap{
	padding:0px;
	margin:0px;
	position:relative}
	
.NewsImageWrap img{
	width:100%}
	
.NewsIcoMainWrap{
	padding:10px;
	background-color:rgba (0,0,0,0.5)}
	

	
.NewsContentWrap{
	padding:30px;}
	
.post .entry-header {
    position: relative;
    overflow: hidden;
}


.bg-theme-colored2 {
    background-color: rgb(25, 25, 25,0.5)!important;
}

.pb-10 {
    padding-bottom: 10px !important;
	color:#fff;
	
}

.pt-10 {
    padding-top: 10px !important;
	color:#fff
}

.pt-10 {
    padding-top: 10px !important;
	color:#fff;
	position:absolute;
	left:0;
	bottom:0;
	width:100%
}
.padding-none{
	padding:0px;}
.mr-0{
	margin:0px;}

.mr-10 {
    margin-right: 10px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.bg-lighter {
    background-color: #fff !important;
	padding:30px
}

.entry-header {
	position:relative;}

.Viewmore-black{
	background:#000;
	margin:20px 0px 0px;}
	
	
	
	
	
/*-----------------------------------------------------------------
FAQ Section Starts here
--------------------------------------------------------------------*/


.FaqWrap{
	padding:60px 0px 30px;
	margin:0px;
	background:url(../images/faq_bg.jpg) no-repeat center bottom #6f6156}
	
	
.FaqWrap h1{
	padding:0px 0px 25px 10px;
	margin:0px 0px 30px 0px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	color:#fff;
	text-transform:uppercase;
	line-height:36px;
	font-weight:700;
	background:url(../images/heading_white_bg.png) no-repeat center 45px;}
	
	
.FaqWrap h2{
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:400;}
		

	

.FaqWrap p{
	font-size:15px;
	line-height:26px;
	color:#c7c8cb;
	text-align: left;
	font-weight:300;}
	
.panel-default>.panel-heading{
	background-color:rgb(104,57,137,0.8);
	padding:30px 30px;
	border:none}
	
.panel-default{
	border:none}
	
.panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a{
	color:#fff;
	font-family: 'Lato', sans-serif;}
	
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group{
	border-top:none}
	
.panel-body	{
	font-size:15px;
	line-height:26px;
	color:#a9a9a9;
	text-align: left;
	font-weight:300;
	margin-top:0px;
	margin-bottom:0px;
	padding:15px 30px;
	background-color:#f4f4f4;}
	
 .bs-example{
    	margin: 20px;
    }
    .panel-title .glyphicon{
        font-size: 14px;
    }
	
	
	
/*-------------------------------------------
Client Logo Starts here
--------------------------------------------*/

.ClientlogoWrap{
	padding:30px 0px 30px;
	margin:0px;}
	
.Client_Thumb{
	border:2px solid #f3f3f3;
	padding:15px;
	float:left}
	
	
/*-------------------------------------------------
Contact Section Starts here
---------------------------------------------------*/

.ContactSectionWrap{
	padding:0px;
	margin:0px;}
	
.LocationMap{
	padding:0px;
	margin:0px;
	float:left}
	
.Contact_Wrapper{
	padding:60px 0px 11px 60px;
	margin:0px;
	/*min-height:550px;*/
	min-height:731px;
	/*background:url(../images/contact_bg.jpg) no-repeat center top #2c2928}*/
	background:url(../images/bg_loc.jpg) no-repeat center top #2c2928}
	
.Contact_Wrapper h1{
	padding:0px 0px 0px 10px;
	margin:0px 0px 40px 0px;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	color:#fff;
	text-transform:uppercase;
	line-height:36px;
	font-weight:700;
	border-left:10px solid #c9c9c9}
	
.Contact_Wrapper p{
	font-size:16px;
	line-height:26px;
	color:#fff;
	text-align: left;
	font-weight:300;}
	
.Address_Wraper{
	/*padding:0px 30px 30px;*/
	padding:0px 30px 5px;
	margin:0px;
	float:left;
	border-right:1px solid #5f5755;
	border-bottom:1px solid #5f5755;
	width:50%;
	min-height:187px !important;}
	
.border-r{
	border-right:none !important}
	
.border-b{
	border-bottom:none}
	
.pt{
	padding-top:30px;}
	
	
/*---------------------------------------------
Footer Section Starts Here
----------------------------------------------*/

.FooterWrap{
	padding:60px 0px 30px;
	margin:0px;
	background:#000000;}
	
.FooterWrap h1{
	padding:0px 0px 0px 0px;
	margin:0px 0px 30px 0px;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size:22px;
	color:#fff;
	text-transform:uppercase;
	line-height:36px;
	font-weight:600;}
	
	
.FooterWrap p{
	font-size:15px;
	line-height:26px;
	color:#7f7c7c;
	text-align: left;
	font-weight:300;
	padding:0px;}
	
.FooterWrap ul{
	padding:0px;
	margin:0px;
	float:left;
	width:50%}
	
.FooterWrap ul li{
	padding:0px;
	margin:0px;}
	
.FooterWrap ul li a{
	font-size:15px;
	color:#7f7c7c;
	text-align: left;
	font-weight:300;
	padding:0px;}
	
.FooterWrap ul li a:hover{
	color:#fff}
	
.footer_box1{
	padding-right:60px;
	border-right:1px solid #414141;
	min-height:200px;}
	
.footer_box2{
	/*padding:0px 50px;*/
	padding:0px 5px}
	
.Copy_Right_Wrap{
	padding:15px;
	background:#000;
	border-top:1px solid #414141;
	}
	
.Copy_Right_Wrap p{
	font-size:15px;
	color:#7f7c7c;
	text-align: left;
	font-weight:300;
	padding:10px 0px 0px 0px;
	line-height:20px;}
	
.Copy_Right_Wrap p a{
	color:#a84cf0}
	
.Footer_SC_Wrap{
	padding:0px 0px; 
	float:right}
	
	
.TopScIcoFooter{
	font-size:22px !important;}
	
.panoramaslider{
	width:2448px !important;
	height:375px !important}
	
	
	
	
/*----------------------------------------------------------------------
------------------------------------------------------------------------
Inner Page Starts Here
------------------------------------------------------------------------
------------------------------------------------------------------------*/

.InnerPageWrap{
	padding:60px 0px;
	margin:0px;}
	
.InnerPageWrap h1{
	padding:0px 0px 0px 10px;
	margin:0px 0px 40px 0px;
	text-align:left;
	border-left:10px solid #652d91;
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	color:#2c2d30;
	text-transform:uppercase;
	line-height:36px;
	font-weight:700}
		
	
.InnerPageWrap h1 span{
	color:#652d91}
	
	
.InnerPageWrap h2{
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	text-align:left;
	font-family: 'Montserrat', sans-serif;
	font-size:24px;
	color:#2c2d30;
	text-transform:uppercase;
	line-height:36px;
	font-weight:700}
	
	
.InnerPageWrap h3{
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	text-align:left;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color:#000;
	text-transform:uppercase;
	line-height:28px;
	font-weight:700}


.InnerPageWrap p{
	font-size:16px;
	line-height:29px;
	/*color:#a9a9a9;*/
	text-align:left;
	font-weight:300;
	margin-bottom:30px;
	/*font-family: "Times New Roman",serif*/
	font-family: 'Open Sans', sans-serif;
	color: #4f5459}

.InnerPageWrap ul{
	padding:0px 0px 0px 0px;
	margin:0px;
	list-style:none}
	
.InnerPageWrap ul li{
	padding:0px 0px 15px 25px;
	margin:0px;
	background: url(../images/footer-li-bg.png) no-repeat left 4px;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #4f5459}
	
	

.InnerPageContentWrap	{
	padding:0px;
	margin:0px;
	float:left;
	width:60%;}
	
	
.InnerPageImageWrap{
	
	float:right;
	width:37%;
    /*border: 3px solid #efefef;
    padding: 5px;*/
    margin-left: 25px;}
	
	
.InnerPageImageWrap img{
	padding:0px;
	margin:0px}
	
	
.InnerPageContentWrap2	{
	padding:0px;
	margin:0px;
	float: right;
	width:60%;}
	
	
.InnerPageImageWrap2{
	
	float: left;
	width:37%;
    /*border: 3px solid #efefef;
    padding: 5px;*/
    margin-right: 25px;
	margin-bottom:20px}
	
.inner-slide-text{
	left: 80px;
    top: 33%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;}
	
.inner-slide-text h1{
	padding: 0;
    color: #ffffff;
    font-size: 46px;
    line-height: 57px;
    margin-bottom: 30px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;}	

.FullWidthImageWrap{
	
	float: none;
	width:100%;
    border: 3px solid #efefef;
    padding: 5px;
	margin-bottom:20px}
	
	
.FullWidthImageWrap img{
	padding:0px;
	margin:0px}
		
		
.InnerBanner{
	padding:0px;
	margin:0px;}



/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #0c0c0c;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.m0{
	margin:0px;}
	
.p-15{
	padding:15px 30px !important}	
	
	
	
.team_columns_carousel_wrapper {
    padding: 25px 0px 0px;
    overflow: hidden
}
.team_columns_carousel_control_left,
.team_columns_carousel_control_right {
    top: 26px;
    z-index: 2;
    opacity: 1;
    width: 35px;
    height: 35px;
    border: 0;
    text-shadow: none;
    text-align: center;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.team_columns_carousel_control_icons {
    line-height: 35px;
    font-size: 20px!important;
    font-weight: normal!important;
    margin-top:8px;
}
.team_columns_carousel_control_left {
    left: 26px!important
}
.team_columns_carousel_control_right {
    left: 63px!important
}
.adv_left {
    left: 0px!important
}
.adv_right {
    left: 37px!important
}
.team_columns_item_image {
    padding-top: 60px;
	position:relative
}
.team_columns_item_image img {
    width: 100%;
    -webkit-filter: grayscale(70%);
    -moz-filter: grayscale(70%);
    -ms-filter: grayscale(70%);
    -o-filter: grayscale(70%);
    filter: grayscale(70%);
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.team_columns_item_image:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%)
}
.team_columns_item_caption {
    padding: 10px;
    text-align: center;
    padding-bottom: 30px
}
.team_columns_item_caption>hr {
    width: 15%
}
.team_columns_item_caption h4 {
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}
.team_columns_item_caption h5 {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}
.team_columns_item_caption p {
    font-weight: 400;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif
}
.team_columns_item_caption p a,
.team_columns_item_caption p a:visited {
    text-decoration: none;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.team_columns_item_social a,
.team_columns_item_social a:visited {
    width: 25px;
    float: left;
    height: 25px;
    display: block;
    line-height: 25px;
    margin-right: 2px;
    text-decoration: none;
    -webkit-transition: background ease-in-out .3s;
    transition: background ease-in-out .3s
}
@media(min-width:768px) and (max-width:789px) {
    .adv_team_columns_item_social a, .adv_team_columns_item_social a:visited {
        margin-right: 0
    }
}
.team_columns_carousel_wrapper {
    background: #fff
}
.team_columns_carousel_control_left,
.team_columns_carousel_control_left:hover,
.team_columns_carousel_control_left:active,
.team_columns_carousel_control_left:focus,
.team_columns_carousel_control_right,
.team_columns_carousel_control_right:hover,
.team_columns_carousel_control_right:active,
.team_columns_carousel_control_right:focus {
    color: #fff;
    background: #652d91!important
}
.team_columns_item_caption {
    color: #fff;
    background: #171717;
    min-height: 120px;
    position: absolute;
    left: 15px;
    bottom: 110px;
    width: 92%;
    background-color: rgb(0,0,0,.5);
}
.team_columns_item_caption>hr {
    border-top: 2px solid #652d91
}
.team_columns_item_caption p a,
.team_columns_item_caption p a:visited {
    color: #feb600
}
.team_columns_item_caption p a:hover,
.team_columns_item_caption p a:active {
    color: #cb9200
}
.team_columns_item_social a,
.team_columns_item_social a:visited {
    color: #171717;
    background: #652d91
}
.team_columns_item_social a:hover,
.team_columns_item_social a:active {
    background: #cb9200
}
.four_shows_one_move .cloneditem-1,
.four_shows_one_move .cloneditem-2,
.four_shows_one_move .cloneditem-3 {
    display: none
}

/* sony */
.tab_img_wrap_caption {
    padding: 13px 0px;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.36);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.tab_img_wrap_caption h3 {
    text-align: center;
    color: #fff;
    font-size: 17px;
    box-shadow: 0 0 black;
}
/* sony end **/
@media all and (min-width: 768px) {
    .four_shows_one_move .carousel-inner>.active.left,
    .four_shows_one_move .carousel-inner>.prev {
        left: -50%
    }
    .four_shows_one_move .carousel-inner>.active.right,
    .four_shows_one_move .carousel-inner>.next {
        left: 50%
    }
    .four_shows_one_move .carousel-inner>.left,
    .four_shows_one_move .carousel-inner>.prev.right,
    .four_shows_one_move .carousel-inner>.active {
        left: 0
    }
    .four_shows_one_move .carousel-inner .cloneditem-1 {
        display: block
    }
}
@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
    .four_shows_one_move .carousel-inner>.item.active.right,
    .four_shows_one_move .carousel-inner>.item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.active.left,
    .four_shows_one_move .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.left,
    .four_shows_one_move .carousel-inner>.item.prev.right,
    .four_shows_one_move .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}
@media all and (min-width: 992px) {
    .four_shows_one_move .carousel-inner>.active.left,
    .four_shows_one_move .carousel-inner>.prev {
        left: -25%
    }
    .four_shows_one_move .carousel-inner>.active.right,
    .four_shows_one_move .carousel-inner>.next {
        left: 25%
    }
    .four_shows_one_move .carousel-inner>.left,
    .four_shows_one_move .carousel-inner>.prev.right,
    .four_shows_one_move .carousel-inner>.active {
        left: 0
    }
    .four_shows_one_move .carousel-inner .cloneditem-2,
    .four_shows_one_move .carousel-inner .cloneditem-3 {
        display: block
    }
}
@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
    .four_shows_one_move .carousel-inner>.item.active.right,
    .four_shows_one_move .carousel-inner>.item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.active.left,
    .four_shows_one_move .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.left,
    .four_shows_one_move .carousel-inner>.item.prev.right,
    .four_shows_one_move .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}



/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	padding: 3em;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
	padding: 20% 0 20px 0;
	text-align: center;
    color: #fff;
}

figure.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	color:#fff;
	text-align:center
}

figure.effect-chico p a{
	color:#fff;
	text-decoration:underline}
	
figure.effect-chico p a:hover{
	color:#a84cf0}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.service_view_more{
	border:2px solid #fff;
	padding:10px 30px;
	text-align:center;
	color:#fff;
	font-size:14px;
	border-radius:50px}
	





/*--------------------------------------------------------
Get In Touch Form Starts Here
----------------------------------------------------------*/

#contact{
    
   
  padding-top: 60px;
 
  background: #3a6186; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #3a6186 , #89253e); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #3a6186 , #89253e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color : #fff;    
}


#contact h1{
	text-align:center}
	
#contact h3{
	text-align:center;
	font-size:16px;
	font-weight:400}
.contact-section{
  padding: 40px 0px;
}
.contact-section .col-md-6{
  width: 50%;
}

.form-line{
  border-right: 1px solid #B29999;
}

.form-group{
  margin-top: 10px;
}
label{
  font-size: 1.3em;
  line-height: 1em;
  font-weight: normal;
}
.form-control{
  font-size: 1.3em;
  color: #080808;
}
textarea.form-control {
    height: 135px;
	width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    padding-left: 25px;
    color: #acacac;
    font-size: 14px;
    font-weight: 300;
   /* margin-top: px;*/
}

.select-box{
	width: 100% !important;
    box-sizing: border-box;
    background-color: transparent!important;
    padding-left: 25px!important;
    color: #acacac;
    font-size: 14px;
    font-weight: 300;}

.submit{
  font-size: 1.1em;
  float: none;
  width:16%;
  background-color: transparent;
  color: #fff;
  margin:40px auto 0px;
  display:block;
  background:#000;
  padding:10px 30px;
  border-radius:50px;
  border:none

}


/*--------------------------------------------------
Gallery Section Starts Here
--------------------------------------------------*/

.gallery-title
{
    font-size: 36px;
    color: #2d5fd3;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 3px solid #a81847;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #652d91;
    border-radius: 5px;
    text-align: center;
    color: #652d91;
    margin-bottom: 30px;
	background-color:transparent

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #652d91;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #652d91;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin: 0px;
	min-height:240px !important;
	padding:0px;
}






.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :0px;
    padding-bottom:0px;
}


/*02.Contact Page Starts Here
--------------------------------------*/

.ContactPageWrap{
	padding:60px 0px;
	margin:0px;}
	
.Contact_Address_Wrapper{
	padding:60px 0px 30px 30px;
	margin:0px;
	background:url(../images/contact_bg.jpg) no-repeat center top #2c2928}
	
.Contact_Address_Wrapper h2{
	padding:0px 0px 0px 10px;
	margin:0px 0px 20px 0px;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size:25px;
	color:#fff;
	text-transform:uppercase;
	line-height:36px;
	font-weight:700;
	border-left:10px solid #c9c9c9}
	
.Contact_Address_Wrapper p{
	font-size:16px;
	line-height:26px;
	color:#fff;
	text-align: left;
	font-weight:300;
	font-family: 'Poppins', sans-serif;}
	
.ContacrAddressBox{
	padding:30px 30px 30px;
	margin:0px;
	float:left;
	border-right:1px solid #5f5755;
	border-bottom:1px solid #5f5755;
	width:50%;
	min-height:221px}

.Contact_Right_wrap{
	padding:60px 30px 40px;
	background:#652d91;
	min-height:530px}

.Contact_Right_wrap h2{
	padding:0px 0px 0px 10px;
	margin:0px 0px 40px 0px;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size:25px;
	color:#FFF;
	text-transform:uppercase;
	line-height:36px;
	font-weight:700;
	border-left:10px solid #FFF}


.PaddingNone{
	padding:0px}



/* Component Start */
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: calc(100% - 2em);
	vertical-align: top;
	color:#fff;
	font-size:11px
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 15px;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	
	font-size:18px;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}




.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}





/* Hoshi */
.input--hoshi {
	overflow: hidden;
}

.input__field--hoshi {
	margin-top: 6px ;
	width: 100%;
	background: transparent;
	color: #ccc;
	font-size:23px !important
}

.input__label--hoshi {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0.25em;
	width: 100%;
	height: calc(135% - 1em);
	text-align: left;
	pointer-events: none;
}

.input__label-content--hoshi {
	position: absolute;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 10px);
	border-bottom: 1px solid #B9C1CA;
}

.input__label--hoshi::after {
	margin-top: 2px;
	border-bottom: 4px solid red;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__label--hoshi-color-1::after {
	border-color: hsl(200, 100%, 50%);
}

.input__label--hoshi-color-2::after {
	border-color: hsl(160, 100%, 50%);
}

.input__label--hoshi-color-3::after {
	border-color: hsl(20, 100%, 50%);
}

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
	-webkit-animation: anim-1 0.3s forwards;
	animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

@keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

.contact_submit{
	
	padding:10px 30px;
	text-align:center;
	color:#fff;
	font-size:14px;
	border-radius:50px;
	background:#000;
	margin-top:32px;
	border:none}
	
	
.video_wrap{
	padding:0px;
	margin:0px 0px 60px 0px}

	
@media (min-width: 320px) and (max-width: 480px) {
	
.modal-open .gal-item button.close{
	right:108px}	
.gal-container{
	padding:0px;}
	
.LogoWrap{
	left:0;
	width:245px;
	top:0;}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	background:#a84cf0;
	padding:20px;
	margin-top:38px;}
	
.bs-slider{
	margin-top:-20px !important}
	
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header{
	padding:0px;}

.navbar-inverse .navbar-nav>li>a{
	color:#fff}	

	
.TopContactWrap {
    float: none;
    margin: 120px auto 20px;
    display: block;
    width: 43%;
    padding: 0px;
}
	
	
.Selectlanguage {
    float: none;
    margin: 20px auto;
    width: 50%;
    padding: 0px;
    display: block;
}
	
.Selectlanguage p{
	display:none}
.mail_wrap{
	margin:0px 0px 0px 22px;}
	
.phone_wrap{
	margin:0px 0px 0px 22px;}
	
.TopScWrap{
	float: none;
    margin: 20px auto;
    width:33%;
    padding: 0px;
    display: block;}
	
.bottom_banner_caption{
	left:0;}
	

	
.LanguageSelectWrap{
	float: none;
	margin:20px auto;}
	
.slide-text{
	left:45px !important}
	
.Appointment_Wrap h1{
	font-size:20px;}
	
.AppointmentFormWrap{
	float:left;
	padding-bottom:30px}
	
.Gallery_Wrap h1{
	font-size:20px;}
	
.TreatmentBox{
	padding-top:30px;}
	
.TreatmentWrap h1{
	font-size:20px;}
	
.TreatmentWrap p{
	font-size:15px;
	line-height:25px;}
	
.TreatmentWrap h2{
	font-size:16px;}
	
.TreatmentSectionWrap p{
	font-size:14px}
	
.Gallery_Button{
	margin:10px auto;
	float:none;
	display:block}
		
.Viewmore_gallery{
	width:48%}	
	
.Testimonials_Wrap h1{
	font-size:20px;}
	
.bottom_banner_caption h1{
	font-size:20px;
	line-height:28px}	
	
.NewsEventsWrap h1{
	font-size:20px;}
	
.testimonial-box-img{
	left:85px;
	margin-left:85px;}
	
.Contact_Wrapper h1{
	font-size:20px;}
	
.Contact_Wrapper{
	padding:30px;}
	
.Address_Wraper{
	width:100%;
	margin-bottom:20px;
	border-right:none;
	min-height:120px;}
	
.Contact_Wrapper p{
	font-size:14px;
	line-height:24px;}
	
.WelcomeContentWrap{
	width:95%;
	float:none;
	margin:0px auto}
	
.WelcomeImageWrap{
	width:95%;
	float:none;
	margin:0px auto}
	
.FooterWrap h1{
	font-size:18px;
	line-height:24px;}
	
.border-b{
	border-bottom: 1px solid #5f5755;}
	
.footer_box2 {
    padding: 20px 0;
	margin-bottom:20px
}

.footer_box1{
	padding-right:0px;
	border-right:none;
	}
	
.navbar.navbar-fixed-top.fixed-theme{
	top:-2px;}
	
.FooterWrap ul{
	width:100%;
	margin-bottom:20px;}
	
.panorama-container{
	width:100%;
	}
	
.Footer_SC_Wrap{
	float:left}
	
.navbar-fixed-top{
	margin-top:0px;}
	
.nav>li{
	margin-bottom:5px  !important}
	
.InnerPageWrap{
	padding:20px}
	
.InnerPageContentWrap{
	width:95%;}
	
.InnerPageContentWrap2{
	width:95%;}
	

	
#contact h1{
	font-size:20px}
	
.submit{
	width:62%}
	
.team_columns_item_image{
	padding-top:25px}
	
.InnerPageImageWrap{
	width:95%;
	padding:0px;
	margin:0px auto 20px;
	float:none}
	
.InnerPageImageWrap2{
	width:95%;
	padding:0px;
	margin:0px auto 20px;
	float:none}
	
.InnerPageWrap h1{
	font-size:24px;
	line-height:30px;}
	
	
figure.effect-julia{
	max-height:140px;}
	
	
.InnerBanner{
	margin-top:-20px;}
	
.ContacrAddressBox{
	width:100%}
	
.Contact_Address_Wrapper{
	padding-left:0px;}
	
.Contact_Right_wrap h2{
	font-size:20px;
	margin-bottom:10px;}
	
.Contact_Address_Wrapper h2{
	font-size:20px;}
	
.InnerPageWrap h2{
	font-size:22px;}
	
.slide-text > p {
    display:none
}

.inner-slide-text{
	left:-32px;
	top:48%}
	
.inner-slide-text h1{
	font-size:12px;
	line-height:18px;}
		}
		
		
@media (min-width: 481px) and (max-width: 767px) {
	
.testimonial-box-img{
	margin-left:190px;}
	
.LogoWrap{
	left:0;
	width:302px;
	top:0}
	
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	background:#642c91;
	padding:60px 30px}
	
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header{
	padding:0px;}

.navbar-inverse .navbar-nav>li>a{
	color:#fff}	

	
.TopContactWrap {
    float: left;
	margin:120px 0px 20px;
	display:block;
	width:24%;
	padding:0px
}


.Selectlanguage{
	padding-left:50px;
	margin-top:105px;}
	
.mail_wrap{
	margin:0px 0px 0px 22px;}
	
.phone_wrap{
	margin:0px 0px 0px 22px;}
	
.TopScWrap{
	float: right;
	margin:120px 0px 20px;
	display:block;
	width:30%;
	padding:0px}
	
.LanguageSelectWrap{
	float: none;
	margin:20px auto;}
	
	
.Selectlanguage p{
	display:none}
.slide-text h1{
	font-size:22px !important;
	line-height:32px !important;}
	
.slide-text > p{
	font-size:16px !important}
	
.slide-text{
	left:25px !important}
	
.WelcomeWrap h1{
	font-size:25px;
	line-height:38px;}
	
.WelcomeContentWrap{
	width:95%;
	float:none;
	margin:0px auto}
	
.WelcomeImageWrap{
	width:95%;
	float:none;
	margin:0px auto}
	

	
.TreatmentBox{
	padding-top:30px;}	

.WelcomeWrap p{
	font-size:14px;
	line-height:24px;}
	
.AppointmentImageWrap{
	margin-bottom:30px;}
	
.AppointmentButton{
	margin-bottom:30px;}
	
.Viewmore_gallery{
	width:25%}
	
.Footer_SC_Wrap{
	float:left}
	
.bottom_banner_caption h1{
	font-size:28px;
	line-height:32px;}
	
.bottom_banner_caption{
	left:0;}
	
.navbar-fixed-top{
	margin-top:0px;}
	
.nav>li{
	margin-bottom:5px  !important}
	
.bs-slider{
	margin-top:-20px !important}
	
	
.InnerPageWrap{
	padding:20px}
	
.InnerPageContentWrap{
	width:95%;}
	
.InnerPageContentWrap2{
	width:95%;}
	
#contact h1{
	font-size:20px}
	
.submit{
	width:62%}
	
.team_columns_item_image{
	padding-top:25px}
	
.InnerPageImageWrap{
	width:95%;
	padding:0px;
	margin:0px auto 20px;
	float:none}
	
.InnerPageImageWrap2{
	width:95%;
	padding:0px;
	margin:0px auto 20px;
	float:none}
	
figure.effect-julia{
	max-height:140px;}
	
	
.InnerBanner{
	margin-top:-20px;}
	
.ContacrAddressBox{
	min-height:252px;}
	
.footer_box2{
	padding:0px;}
	
.InnerPageWrap h1{
	font-size:25px;}
	
.slide-text > p {
    display:none
}
.inner-slide-text h1{
	font-size: 19px;
    line-height: 28px;}
	
.inner-slide-text{
	top:65%;
	left:40px;}
	
	}
	
	
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
  .inner-slide-text {
    top: 35% !important;
}

}
	
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) {
	
.slide-text h1 {
    font-size: 18px !important;
    line-height: 22px !important;
}

.slide-text > p {
    display:none
}
.LogoWrap{
	left:0;
	width:165px !important;
	top:-65px !important}
	
.nav>li>a{
	padding:10px 8px !important;}
	
.navbar-inverse .navbar-nav>li>a{
	font-size:13px !important;}
	
.bs-slider{
	margin-top:-15px !important;
	max-height:300px !important}
	
.slide-text{
	top:10% !important}
	
.slide-text h1{
	font-size:30px !important;
	line-height:40px !important}
	
.slide-text > p{
	font-size:16px !important;
	line-height:26px !important}

.TreatmentBox3{
	display:none}
	
.Appointment_Wrap h1{
	font-size:24px;}
	
.Appointment_Wrap h1 span{
	font-size:12px;}
	
.AppointmentButton{
	margin-bottom:20px;}
	
.GalleryBox{
	min-height:167px;}
	
.Viewmore_gallery{
	width:18%}
	
.testimonial-box-img{
	margin-left:45px;}
	
.Contact_Wrapper h1{
	font-size:25px;}
	
.FooterWrap h1{
	font-size:18px;
	line-height:24px}
	
.footer_box1{
	min-height:390px;}
	

.InnerPageWrap{
	padding:20px}
	
.InnerPageContentWrap{
	width:95%;}
	
.InnerPageContentWrap2{
	width:95%;}
	
	
#contact h1{
	font-size:20px}
	

	
.team_columns_item_image{
	padding-top:25px}
	
.InnerPageImageWrap{
	width:95% !important;
	padding:0px;
	margin:0px auto 20px !important;
	float:none}
	
.InnerPageImageWrap2{
	width:95%;
	padding:0px;
	margin:0px auto 20px !important;
	float:none}
	
.team_columns_carousel_control_left, .team_columns_carousel_control_right{
	top:0px;}
	
figure.effect-julia{
	max-height:140px;}
	
	
.InnerBanner{
	margin-top:-20px;}
	
	
.gallery_product {
    min-height: 165px !important;
}


.submit {
    width: 23% !important;
}


.Address_Wraper {
    min-height: 100px !important;
}

.Selectlanguage p{
	display:none}

.inner-slide-text h1{
	font-size:30px;
	line-height:44px;}
	
.inner-slide-text{
	top:40% !important}
}
	
	
	
@media (min-width: 768px) and (max-width: 1024px) {
	.LogoWrap{
	left:0;
	width:177px;}
	
.nav>li>a{
	padding:10px 8px;}
	
.navbar-inverse .navbar-nav>li>a{
	font-size:12px;}
	
.bs-slider{
	margin-top:-15px !important;
	max-height:300px !important}
	
.slide-text{
	top:10% !important}
	
.slide-text h1{
	font-size:30px !important;
	line-height:40px !important}
	
.slide-text > p{
	font-size:16px !important;
	line-height:26px !important}

.TreatmentBox3{
	padding-top:30px;
	border-right: 1px solid #605f60;
}


.TreatmentBox2{
	padding-top:30px;
	border-right: 1px solid #605f60;
	border-bottom: 1px solid #605f60;}
	
.Appointment_Wrap h1{
	font-size:24px;}
	
.Appointment_Wrap h1 span{
	font-size:12px;}
	
.AppointmentButton{
	margin-bottom:20px;}
	
.GalleryBox{
	min-height:158px !important;}
	
.Viewmore_gallery{
	width:18%;
	margin-top:0;}
	
.testimonial-box-img{
	margin-left:45px;}
	
.Contact_Wrapper h1{
	font-size:25px;}
	
.FooterWrap h1{
	font-size:18px;
	line-height:24px}
	
.footer_box1{
	min-height:390px;}
	
.bottom_banner_caption h1{
	font-size:30px;
	line-height:38px;}
	
.bottom_banner_caption{
	left:10%;}
	
figure.effect-julia{
	max-height:200px;}
	
	
.InnerBanner{
	margin-top:-20px;}
	
.InnerPageContentWrap{
	width:100%;
	float:none;
	margin:0px auto;
	display:block}
	
.InnerPageContentWrap2{
	width:100%;
	float:none;
	margin:0px auto;
	display:block}
	
.InnerPageImageWrap{
	width:95% !important;
	padding:0px;
	margin:0px auto 20px !important;
	float:none}
	
.InnerPageImageWrap2{
	width:95%;
	padding:0px;
	margin:0px auto 20px !important;
	float:none}
	
.InnerPageWrap{
	padding:30px}
	
.gallery_product{
	min-height:154px !important}
	
.navbar.navbar-fixed-top.fixed-theme .LogoWrap{
	width:186px;
	top:72px;}
	
.Address_Wraper{
	min-height:135px !important;}
	
.mail_wrap{
	margin-left:210px;}
	
.TopScWrap{
	padding-left:0px;}
	
.TopSelectBox{
	padding-right:30px !important;}
	
.navbar-right{
	padding:10px 0px;}
	
.slide-text {
    top: 37% !important;
}

.submit{
	width:23%}
	

	
.slide-text > p {
    display:none
}	

.Selectlanguage{
	padding-left:20px;}
	
figure.effect-chico h2{
	font-size:15px;
	line-height:20px;}
	
figure.effect-chico p{
	display:none}
	
.inner-slide-text h1{
	font-size:26px;
	line-height:36px;}
	
.inner-slide-text{
	top:16% !important}
}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.LogoWrap{
	left:0;
	width:177px;}
	
.navbar-inverse .navbar-nav>li>a {
    font-size: 14px;
}

.nav>li>a {
    padding: 10px 17px;
}
	
.navbar-right{
	padding:10px 0px}
	
.bs-slider{
	margin-top:-30px !important;}
	
.TreatmentWrap h2{
	font-size:15px;}
	
.TreatmentBox3{

	border-right: 1px solid #605f60;
}


.TreatmentBox2{

	border-right: 1px solid #605f60;
	border-bottom: 1px solid #605f60;}
	
.TreatmentBox{
	padding:30px 20px 30px 20px;
	min-height:185px}
	
.GalleryBox {
    min-height: 210px !important;
}

.Contact_Wrapper{
	padding-left:20px}
	
.Contact_Wrapper p{
	font-size:14px;
	line-height:20px;}
	
.Address_Wraper{
	min-height:202px !important;}
	
.bottom_banner_caption {
    left: 18%;
}

.TopScWrap{
	padding-left:60px;}
	
.gallery_product {
    min-height: 200px !important;
}

.submit{
	width:18%;}
	
.slide-text {
    top: 37% !important;
}

.InnerPageImageWrap {
    width: 48%;
    float: none;
    margin: 0px auto;
    display: block;
}

.Contact_Address_Wrapper h2{
	font-size:20px;}
	
.Contact_Address_Wrapper p{
	font-size:14px;}
	
.ContacrAddressBox{
	min-height:250px;}
	
.Contact_Right_wrap{
	min-height:646px;}
	
.Viewmore_gallery {
    width: 18%;
    margin-top: 0;
}

.Selectlanguage {
    padding-left: 90px;
}

.inner-slide-text {
    top: 25% !important;
}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
.Contact_Wrapper{
	padding-left:20px;
	/*min-height:550px;}*/
	min-height:732px;}
	
.Contact_Wrapper p{
	font-size:14px;
	line-height:20px;}
	
.Address_Wraper{
	min-height:199px }
	
.GalleryBox {
    min-height: 210px !important;
}

.gallery_product {
    min-height: 208px !important;
}

.nav>li>a {
    padding: 10px 17px;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 14px;
}

.TopScWrap{
	padding-left:75px;}
	
.submit{
	width:18%}
	
.mail_wrap{
	margin-left:245px;}

.Contact_Address_Wrapper p{
	font-size:15px;}
	
.Contact_Right_wrap{
	min-height:640px;}}
	
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {
	.GalleryBox{
		min-height:280px !important}
.Address_Wraper{
	min-height:187px}}
		

	
@media  screen and (max-width: 1280px) {
	.GalleryBox {
    min-height: 262px !important;
}

.LogoWrap{
	left:5px;}
	
.Address_Wraper {
    min-height: 178px;
}

.inner-slide-text{
	top:25%}

}
@media  screen and (min-width: 1440px) {
.GalleryBox{
	min-height:296px !important}
		
.Address_Wraper{
	min-height:198px !important;}
	
.inner-slide-text{
	top:27%}}
.faq_content li{
	list-style:disc;
	font-family: 'Lato', sans-serif;
	color: #4f5459;
    font-weight: 200;
	}
#marquee {
 overflow: hidden;
}
.branch{
border-right: 1px solid #6a6565;
padding:3px;
}
@media  screen and (min-width: 1024px) and (max-width: 1200px) {
.Selectlanguage{
	padding-left:192px;}
	.Selectlanguage p{
	color:#ccc;
	font-size:9px;
	font-weight:500;
	text-align:left;
	margin-right:10px;
	float:left}
}
@media  screen and (min-width: 768px) and (max-width: 1023px) {
.Selectlanguage{
	padding-left:192px;}
	.Selectlanguage p{
	color:#ccc;
	font-size:5px;
	font-weight:500;
	text-align:left;
	margin-right:10px;
	float:left}
}
.last{
	border-top:1px solid #5f5755;
	padding-top:18px;
}