@charset "utf-8";
/* CSS Document */

/*@import "grid.css";*/
@import "font-awesome.css";
@import "superfish.css";

@import url(//fonts.googleapis.com/css?family=BenchNine:400);
@import url(//fonts.googleapis.com/css?family=BenchNine:300);
@import url(//fonts.googleapis.com/css?family=BenchNine:700);

@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic);
html {
    width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    
    color: #979090;
    /*font: 14px/20px 'Open Sans', sans-serif;*/
    font-family: 'Arima Madurai', cursive !important;
	background:#ef4372 !important;
}
.gal
.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p {
    margin-bottom: 20px;
	color:#000 !important;
}

input {
    border-radius: 0 !important;
    outline: none !important;
}


img {
    max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    color: #dd6d8c;
    font-weight: bold;

    text-align: center;
    font-family: 'Arima Madurai', cursive;
}

h2 {
    font-size: 55px;
    line-height: 35px;
    position: relative;
    padding-bottom: 20px;
}

h2:after {
    /*background-color: #a9a9a9;*/
	background-color:rgb(204, 12, 74);
    width: 263px;
    bottom: 0;
    left: 50%;
    margin-left: -131px;
    content: '';
    position: absolute;
    display: block;
    height: 1px;
}

.page1 h2 {
    padding-top: 72px;
    margin-bottom: 19px;
    color:#ea0a48;
}

h3 {
    font-size: 36px;
    padding-top: 64px;
    line-height: 35px;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 15px;
}

h3:after {
    background-color: #fff;
    width: 263px;
    bottom: 0;
    left: 50%;
    margin-left: -131px;
    content: '';
    position: absolute;
    display: block;
    height: 1px;
}

.page1 h3 {
    padding-top: 48px;
    margin-bottom: 18px;
}

.page1 h3.head1 {
    padding-top: 79px;
    margin-bottom: 23px;
}

/****Lists****/


ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list {
}

.list li {
    font-size: 18px;
    padding-left: 16px;
    position: relative;

}

.list li+li {
    margin-top: 10px;
}

.list li:after {
    font-family: 'Arima Madurai', cursive;
    content: 'ï„…';
    font-size: 20px;
    line-height: 20px;
    color: #d4d4d4;
    position: absolute;
    left: 0;
    top: 0;
}

.list_count {
    float: left;
    width: 65px;
    height: 65px;
    color: #000;
    background-color: #ddd;
    border-radius: 500px;
    text-align: center;
    font-size: 24px;
    line-height: 64px;
    margin-right: 36px;
    margin-top: 3px;
}

.list1 li {
    overflow: hidden;
}

.list1 li+li {
    margin-top: 24px;
}

.list1 li+li+li {
    margin-top: 26px;
}

.list1_title {
    margin-bottom: 22px;
    font-size: 18px;
}

.list1 .td_und {
    display: inline-block;
    margin-left: 20px;
}

.list2 li {
    overflow: hidden;
}

/****Links****/


a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #fe7676;
}

.btn {
    color: #212121;
    display: inline-block;
    border-radius: 3px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(254,254,254,1) 25%, rgba(230,230,230,1) 54%, rgba(191,191,191,1) 78%, rgba(158,158,158,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(25%,rgba(254,254,254,1)), color-stop(54%,rgba(230,230,230,1)), color-stop(78%,rgba(191,191,191,1)), color-stop(100%,rgba(158,158,158,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(254,254,254,1) 25%,rgba(230,230,230,1) 54%,rgba(191,191,191,1) 78%,rgba(158,158,158,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(254,254,254,1) 25%,rgba(230,230,230,1) 54%,rgba(191,191,191,1) 78%,rgba(158,158,158,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(254,254,254,1) 25%,rgba(230,230,230,1) 54%,rgba(191,191,191,1) 78%,rgba(158,158,158,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(254,254,254,1) 25%,rgba(230,230,230,1) 54%,rgba(191,191,191,1) 78%,rgba(158,158,158,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9e9e9e',GradientType=0 ); /* IE6-9 */
}

.btn.bt__1 {
    font-size: 30px;
    line-height: 35px;
    padding: 13px 42px 17px;
    position: absolute;
    right: 0;
    top: 26px;
}

.btn.bt__2 {
    font-size: 20px;
    line-height: 35px;
    padding: 5px 35px 8px;
    margin-top: 29px;
}


/****classes****/

.mb__0 {
    margin-bottom: 0px !important;
}
.m0 {
    margin: 0 !important;
}
.pad0 {
    padding: 0 !important;
}

.pad1 {
}


.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 27px;
    margin-top: 8px;
}



.fleft {
    float: left;
    width: auto !important;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-top: 3px;
}

.page1 .fleft {
    margin-top: 8px;
}

.rel {
    position: relative;
}


.oh {
    overflow: hidden;
}
.fright {
    float: right !important;
}
.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}
.center {
    text-align: center;
}
.wrapper, .extra_wrapper {
    overflow: hidden;
}
.clear {
    float: none !important;
    clear: both;
}

.oh {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}


/*header*/

header {
    display: block;
    position: relative;
}


header h1 {
    position: relative;
    text-align: center;
    float: left;
    margin-top:4px;
}


header h1 a {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;    
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

header h1 a img {
    display: block;
    width:100px;
}

.main {
    background-color: #1c1c1c;
}
/**Content**/

.content {
    padding-bottom: 63px;
}

.cont_pad1 {
    padding-bottom: 155px;
}

.page1 .content {
    padding-bottom: 81px;
	background:#f3bbe4 !important;
}

.cont__1 h3 {
    font-weight: 300;
}

.cont__1 h3.head1 {
    padding-top: 60px;
}

/*Blocks*/
.block1 {
    background-color:rgba(234, 10, 72, 0.89) !important;
    color: #fff;
    font-size: 30px;
    line-height: 38px;
    padding: 20px 0 37px;
	width: 100%;
float: left;

}

.block1 p {
    margin-bottom: 0;
    padding-right: 250px;
    
}

.block2 {
    font-size: 20px;
    padding-top: 16px;
}

.block2 +.block2  {
    padding-top: 56px;
}

.block2 +.block2  .block2_title {
    padding-bottom: 6px;
}

.block2_title {
    margin-bottom: 18px;
}

.blog {
    padding-top: 65px;
    overflow: hidden;
}

.blog h3 {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.blog h3:after {
    display: none;
}

.blog time {
    padding-top: 12px;
    margin-top: 2px;
    color: #000;
    text-align: center;
    width: 65px;
    height: 65px;
    background-color: #ddd;
    border-radius: 500px;
    display: block;
    float: left;
    font-size: 24px;
    margin-right: 34px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.blog time span {
    padding-top: 2px;
    font-size: 18px;
    display: block;
}

.blog+.blog {
    padding-top: 62px;
}

.blog .bt__2 {
    padding-top: 4px;
    padding-bottom: 6px;
    padding-left: 26px;
    padding-right: 26px;
    margin-top: 25px;
}

/**Gallery**/

.gal_item {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.gal_item img {
    width: 100%;
    position: relative;
}

.gal_item .gal_caption {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(190,114,134,0.63);
    color: #fff;
    font: 300 30px/35px 'BenchNine', 'sans-serif';
    padding: 3px 0 8px 30px;
    width: 153px;
    left: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    z-index: 3;
	font-size:18px;
}

.gal_item:hover .gal_caption {
    width: 100%;
}

.gal_magnify {
    position: absolute;
    display: block;
    background: url(../images/magnify.png) center -100px no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
     transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.gal_item:hover .gal_magnify {
    background-position: center center;
}

.gall__1 h3 {
    padding-top: 65px;
    margin-bottom: 38px;
}

.gall__1 .gal_item {
    margin-bottom: 0;
}

.gall__1  .gal_caption {
    padding-left: 15px;
}

/**Bot block**/

.bottom_block {
    background-color: #ddd;
    color: #000;
    font-size: 20px;
    line-height: 35px;
    padding: 15px 0 16px;
}

.bottom_block .fa {
    font-size: 24px;
    margin-right: 30px;
    margin-top: 5px;
}

.bot_title {
    margin-left: 100px;
    margin-top: 2px;
}

/**Map**/

.color1 {
    color: #dd6d8c;
}

.color1 a:hover, a.color1:hover {
    color: #7e7a7a;
}

.color2 {
    color: #7e7a7a;
}

.td_und {
    text-decoration: underline;
}

.map {
    overflow: hidden;
    position: relative;
    padding-top: 65px;
    top: 2px;
}


.map figure {
    margin-bottom: 1px;
    position: relative;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.map figure iframe {
    width: 100%;
    height: 399px;
    max-width: 100%;
}
.map address {
    padding-top: 30px;
    display: block;
}

.map address dt {
    color: #3b3a3a;
    font-weight: bold;
    margin-bottom: 20px;
}

.map address+address {
    margin-top: 23px;
}

 address dd span {
    min-width: 84px;
    display: inline-block;
    text-align: left;
}

.map address dd span.col1 {
    min-width: 0;
}

/**Footer**/

footer {
    display: block !important;
    color: #e2e2e2 !important;
    padding: 33px 0 15px !important;
	background:#ef4372 !important;
	    bottom: 0;
}
.copy {
    float: left;
    padding-top: 5px;
    font-weight: 300;
}

.copy .brand {
    position: relative;
    top: -2px;
    font-size: 18px;
}

.footer_socials {
    float: right;
}

.footer_socials .fa {
    border-radius: 500px;
    background-color: #000;
    color: #fff !important;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    display: block;
    float: left;
}

.footer_socials .fa:hover {
    background-color: #dd6d8c;
	 color: #fff;
}

.footer_socials .fa.fa-pinterest {
    font-size: 36px;
}

.footer_socials .fa+.fa{
    margin-left: 20px;
}

.sub_copy {
    font-weight: normal;
    padding-top: 6px;
    color: #aaa;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;


    margin-left: 670px;
    overflow: hidden;
    width: 49px;
    height: 49px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
   
    .extra_wrapper {
        overflow: visible;
    } 

    #newsletter {
        padding-right: 0;
    }

}

@media only screen and (max-width: 979px) {

#newsletter input {
    padding-left: 20px;
    padding-right: 20px;
}

.bottom_block .fa {
}

.bottom_block  {
    font-size: 18px;
}

.map address+address {
    float: left;
}
 .map figure,  
 .map figure iframe,  
 #form input,  
 #form textarea,  
 #form .success {
    width: 100% !important;
    float: none !important;
}
 #form .success {
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -o-box-sizing: border-box;
     box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}


.map figure {
	margin-bottom: 15px;
}

.nowrap {
    white-space: normal;
}

.fleft {
    margin-bottom: 20px;
}

h3:after {
    width: 200px;
    margin-left: -100px;
}

.caption {
    /*padding-top: 120px;*/
}

.caption p+p {
    display: none;
}

}

@media only screen and (max-width: 767px) {

#newsletter .btn.bt__2 {
    margin-left: 0;
    margin-top: 20px;
}

.bot_title {
    margin-left: 0;
    margin-bottom: 20px;
}

.footer_socials, .copy {
    float: none;
}

.footer_socials {
    overflow: hidden;
    margin-bottom: 25px;
}

.caption {
    display: block;
}

.block1 p {
    padding-right: 0;
    font-size: 16px;
    line-height:25px;
}

.btn.bt__1 {
    position: static;
    margin-top: 22px;
}

.camera_prev {
    margin-left: -82px;
}

.camera_next {
    margin-left: 0;
}

.map address {
    float: none;
    margin-left: 0 !important;
 }

.map address +address {
    margin-top: 30px;
}


header h1 {
	display: block;
	width: auto;
    margin-left: 0;
    position: relative;
	height: auto;
}

.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

h1 a {
	max-width: 90%;
}


.img_inner img {
	width: 100%;
}


 header h1 {
 margin-bottom: 20px;
 float: none;
 left: 0;
 text-align: center;
}
 header h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}


 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 30px;
}

.none {
    clear: both;
}

.list2 li {
    margin-top: 10px;
}

}


@media only screen and (max-width: 479px) {


.footer_socials .fa + .fa {
    margin-left: 8px;
}

.sub_copy {
    font-size: 13px;
}

}
.main-cat{
	padding: 15px;
	/*margin: 0px 15px;*/
	background:rgba(234, 10, 72, 0.89) !important;
	
}



.result_left_sidebar {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 30px 0px 0px;
    float: left;
}

.result_left_sidebar ul {
    float: left;
    padding: 20px 0px;
    list-style: none;
    width: 100%;
    word-wrap: break-word;
}
.result_left_sidebar ul li {
    padding: 0;
    margin: 0px 0px 0px 0px;
    float: left;
    color: #fff;
    width: 100%;
    float: left;
    padding: 4px 0px 4px 0px;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 300;
	font-family: 'Arima Madurai', cursive;
	
}
.result_left_sidebar ul li a {
	cursor:pointer;
}
.result_right_dv {
    width: 100%;
    float: left;
    padding: 20px 0px 0px 0px;
    /*margin: 0px 30px 0px 15px;*/
}

.field_dv_main{
	padding:30px 0px;
	width:100%;
}
.field_dv_main .custom-panel{
	border: 1px solid rgba(0, 0, 0, 0.28);
    box-shadow: 0 1px 3px -1px #96a6ab, 0 0 0 6px #f10f4e, 0 0 1px 0 white inset;
	width:100%;
	margin: 0;
    padding: 15px;
	margin-bottom: 15px;
}
.contacts-title{
	padding:0 !important;
	text-transform:capitalize;
        color:#000 !important;
}
.custom-panel img{
   /* width: 130px;
    height: 130px;*/
    border-radius: 100%;
    margin-bottom: 5px;
}
.custom-panel .user-tit{
	font-size:18px;
	
}
.custom-panel .user-txt{
	font-size:17px;
	color: #200080;
	
}
.custom-panel ul{
border: 1px solid rgba(0, 0, 0, 0.35);
    padding: 15px 5px;
    text-align: center;
    word-wrap: break-word;
}
.result_left_sidebar ul li {
	text-transform:none;
}
.result_left_sidebar ul li a.active{
	color: #043258;
}
.catimg{
	/*width: 250px !important;
    height: 180px !important;*/
    border-radius:0px !important;
    border: solid 1px rgba(0, 0, 0, 0.22) !important;
}
.usimg{
	/*width: 200px;
    height: 200px;*/
    border: solid 1px rgba(84, 11, 11, 0.88);
}

.user-promotion{

color:#fff !important;

}
/*.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
}


.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none; 
}

.tabs-menu .current a {
    color: #2e7da3;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: 100%;
	padding: 0px 20px 0px 0px;
    margin-left: 0px !important;
}

.tab-content {
    width: 100%;
    padding: 20px;
    display: none;
}*/

.custom-panel2{
	margin-left:0px !important;
}

/*#tab-1 {
 display: block;   
}*/

@media only screen and (max-width: 767px) {
		.tabs-menu li { width: 100%; }
	}
	
.user-p-text{
	color: #2e7da3;
    font-size: 25px;
    font-weight: bold;
    margin-left: 5px;
}

.home_abut{
	margin-top:15px !important;
	padding-right:0px !important;
	font-size: 25px !important;
	color:#fff !important;
        
}
.cuslogo{
	width: auto !important; 
	height: auto !important; 
	border-radius:0px !important;
}
.btn-black{
	background: #0c0c0c !important;
    color: #fff !important;
	margin-bottom:15px !important;
}

@media screen and (min-width: 998px) and (max-width: 1300px) {
/*.camera_wrap{ 
height:850px !important;

}*/

}


@media only screen and (max-width: 768px){
/*.camera_wrap{ 
height:510px !important;

} */
.result_left_sidebar ul li {
padding: 4px 0px 4px 0px !important;
}

}

@media only screen and (max-width: 640px){
.camera_prev { 
 /*top:30% ;*/
 left:40% 
} 
.camera_next { 
 /*top:30% ;*/
 left:60% 
} 

/*.camera_wrap{ 
height:420px !important;

}
*/
}

@media only screen and (max-width: 668px) {
.caption {
    width: 255px;
    height:217px;
    font-size:17px;
    
}
}

@media only screen and (max-width: 480px){
.camera_prev { 
 /*top:25% ;*/

} 
.camera_next { 
 /*top:25% ;*/

}
/*.camera_wrap{ 
height:320px !important;
} */

.caption {
    width: 220px;
    margin-top:-99px;
    height:177px;
    padding:46px 20px;
    font-size:14px;
    
}

}

@media only screen and (max-width: 360px){
/*.camera_wrap{ 
height:240px !important;

} 
*/
}

@media only screen and (max-width: 320px) {
.camera_prev{
/*top:16%;*/
}

.camera_next{
/*top:16% ; */  }

/*.camera_wrap{ 
height:210px !important;
}*/

}

header {
    height: 128px;
    background:rgba(243, 9, 72, 0.86) !important;
    color: #fff;
    transition: all 0.4s ease;
    z-index: 999999 !important;
    position: relative;
    width: 100%;
  
}
.home-header{
	height: 128px;
    background:transparent!important;
    color: #fff;
    transition: all 0.4s ease;
    z-index: 999999999 !important;
    position: absolute !important;
    width: 100%;
}
.home-header .navbar-fixed-top{
	position:absolute !important;
}
.navbar.navbar-inverse.navbar-fixed-top{
	background-color: #ef4372 !important;
}
.home-header #stuck_container{
	position:relative !important;
}
.navbar-brand{
	padding:0px !important;
}
.home-header .navbar.navbar-inverse.navbar-fixed-top{
	background:transparent !important;
	border:none !important;
}

.navigation {
    list-style: none;
    padding: 0;
    margin: 40px 0px 0px 0px;
    float: right;
}

ul.navigation li{
    float:left;
    margin-right:15px;
}
ul.navigation li:last-child{
    margin-right:0px;
}
ul.navigation li a{
    color:#fff;
    font-size:25px;
}
@media (min-width:768px){
	.container{
		width:auto !important
	}
}
@media (max-width:766px){
.navigation {
    margin-top: 0;
    width: 100%;
    background: none repeat scroll 0% 0% rgba(57, 57, 57, 0.9);
    
   
}
ul.navigation li{
    width:100%;
    padding: 10px;
    float:left;
    margin-right:15px;
    border-bottom:1px solid #d1d1d1;
}
}

#rateview .clear-rating{
	display:none;
}
#rateview .caption{
	display:none;
}
#rateview .rate-view{
	cursor:default !important;
}

.sticky{
	height:128px !important;
	background:rgba(0,0,0,.7);
}
#stuck_container{
	height:128px !important;
	background:none !important;
}
.navbar-toggle{
	margin-top:45px !important;
}
#tab-4 p{
	margin:10px 0px 10px 0px !important;
}
.pro-img img{
	width:130px;
	height:130px;
	border-radius:100%;
}
.show-review{
	width:100%;
	position:absolute;
	height:50px;
	background:#fff;
	background: transparent;
	z-index: 9;

}
.field_dv{
	margin-top:15px !important;
	position:relative;
}
.field_dv .btn-black{
	position:absolute !important;
	right:0px !important;
	top:0px !important;
	border-radius:2px 0px 0px 2px !important;
	background:#000 !important;
}

a{
	color:#FFF !important;
}
.user-tit{
	color:#000 !important;
}
.eventborder{
border: 1px solid #f9f9f9;
    box-shadow: 0 1px 3px -1px #96a6ab, 0 0 0 6px #f14374, 0 0 1px 0 white inset;
    width: 100%;
    margin: 0;
    padding: 15px;
    margin-bottom: 15px;

}
.file-upload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.file-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.btn-primary {
    color: #fff;
    background-color: #000000 !important;
    border-color: #333333 !important;
}
.modal-open .modal{
z-index:99999 !important;
}
.modal-open header{
z-index: 999 !important;
}