.btnClose {
    cursor: pointer;
    position: absolute;
    right: -12px;
    top: -12px;
}

.black_overlay{
 display: none;
 position: fixed;
 top: 0%;
 left: 0%;
 width: 100%;
 height: 100%;
 background-color: black;
 z-index:1001;
 -moz-opacity: 0.8;
 opacity:.80;
 filter: alpha(opacity=80);
}
 
.white_content {
 display: none;
 position: absolute;
 top: 60%;
 left: 0px;
 width: 90%;
 padding: 16px;
 z-index:99999;
 overflow: auto;
}


#tdFrmEnquiry .formHeading {
    background: rgba(0, 0, 0, 0) url("../images/plan.png") no-repeat scroll center center;
    font-size: 20px;
    height: 81px;
    margin-bottom: 20px;
    margin-top: -39px;
    width:98%;
}


.formHeading > p {
    color: #fff;
    font-family: Quattrocento-Bold;
    font-size: 17px;
    padding-top: 20px;
    text-transform: uppercase;
}


.form-group.field-enquiryform-name.required {
    margin-top: 15px;
}


#tdFrmEnquiry .formItem {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 13px;
}


.enqFieldInput {
    height: 30px;
    width: 85%;
}


#enquiryform-language {
    height: 30px !important;
    padding-left: 3px;
    width: 86% !important;
}


#tdFrmEnquiry .enqFormSubmit {
    background-color: #9d0699;
    border: medium none;
    border-radius: 10px;
    clear: both;
    color: #fff;
    font-family: Lato-Regular;
    font-size: 20px;
    height: 46px;
    overflow: hidden;
    width: 75%;
    cursor: pointer;
}

.enquiryForm {
    background-color: #f4f3f3;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
    width: 90%;
    position:relative;
}

#tdFrmEnquiry .divSelect {
    background: rgba(255, 255, 255, 1) url("../images/selectBackground.png") no-repeat scroll right center !important;
    color: #5b4d84;
    padding-bottom: 6px;
    text-align: left;
    text-transform: uppercase;
    width: 84% !important;
    margin-left:7%;
    -moz-appearance: none;
    -webkit-appearance: none;
}
#divSelect {
   -moz-appearance: none;
    -webkit-appearance: none;
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: #fff;
    background-image: url("../images/bg_select.png") !important;
    border: medium none;
    cursor: pointer;
    font-size: 12px;
    height: 18px;
    padding-left: 10px;
    padding-top: 9px;
    width: 86%;
}

#divDropdown ul {
    list-style: outside none none;
    margin: -6px 0 0;
    padding-bottom: 10px;
    padding-left: 0;
}
#divDropdown ul li {
    font-size: 12px;
    margin-bottom:12px !important;
    line-height: 19px;
}

#divDropdown ul li .heading {
    border-bottom: 1px solid #0a2963;
    border-top: 1px solid #0a2963;
    color: #000;
    font-size: 14px !important;
    font-weight: bold;
    margin: 5px 0;
    padding: 6px 0 6px 10px;
}

#divDropdown ul li input {
    height: auto;
    width: auto;
}
#tdFrmEnquiry .fieldInput, .selectInput, #enquiryform-noofdays {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgba(255, 255, 255, 1) url("../images/selectBackground.png") no-repeat scroll right center !important;
    border: medium none !important;
    color: #5b4d84;
    height: 30px !important;
    padding-left: 2px;
    text-transform: uppercase;
    width: 86% !important;
}

.serviceBoxBlock {
    background-color: #fff;
    border: 1px solid #b7b7b7;
    margin-top: 30px;
    width: 100%;
    margin:30px auto 0px;
}

#details {
    text-align: center;
    width: 100%;
}
#serviceBlock .heading {
    color: #251e3a;
    font-family: Quattrocento-Bold;
    font-size: 21px;
    margin: 0 28px;
    padding-bottom: 18px;
    padding-top: 18px;
    text-align: left;
    text-transform: uppercase;
}

#serviceBlock .content {
    border-top: 1px solid #9d0699;
    color: #342d47;
    font-family: Pt seriff Regular;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1.2px;
    margin: 0 30px 30px !important;
    min-height: 80px;
    padding: 30px 0 0;
}

.readMoreService {
    margin-bottom: 22px;
    text-align: center;
}

.readMoreService > a {
    border-radius: 4px;
    color: #fff;
    font-family: quattrocento;
    font-size: 16px;
}

.rightColBlockPackage {
    background-color: #332950;
    height: auto;
    padding-bottom: 20px;
    width: 246px;
}

.packageContent {
    margin-left: 15px;
    margin-right: 15px;
}

.packageContent > h2 {
    color: #fff;
    font-family: Quattrocento;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.2px;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 30px;
    text-transform: uppercase;
}

.packageContent > p {
    border-bottom: 1px solid #6b5d92;
    color: #b7afce;
    font-family: Quattrocento-Bold;
    font-size: 12px;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
    padding-bottom: 17px;
    text-transform: uppercase;
}

.packageList {
    background-color: #5a4c83;
    border-radius: 3px;
    height: auto;
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.packageList .heading {
    background-color: #6b5d92;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-family: Quattrocento-Bold;
    font-size: 14px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 26px;
    text-transform: uppercase;
}

.listingContent {
    clear: both;
    overflow: hidden;
}

.listingContent h3 {
    color: #fff;
    float: left;
    font-family: PTSerif-Regular;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    padding-left: 10px;
    text-align: center;
    width: 80%;
}

.author {
    color: #913990;
    font-family: Lato-Regular;
    font-size: 13px;
    padding-bottom: 12px;
    text-align: left;
    text-transform: uppercase;
}

.blogItem {
    border-bottom: 1px solid #857ba5;
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom:35px;
}

.blogTitle {
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 #857ba5;
    color: #251e3a;
    font-size: 24px;
    padding-bottom: 20px;
    text-align:left;
}

.blogTitle > a {
    color: #251e3a;
    font-family: Quattrocento;
    font-size: 34px;
    font-weight: 500;
    text-decoration: none;
}

.socialMedia {
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 #857ba5;
    padding-bottom: 4px;
    padding-top:10px;
    text-align: left;
}

.blogsImage {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    padding: 22px 0;
}

.shortContent {
    color: #3f3f3f;
    float: left;
    font-family: PTSerif-Regular;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-top: 10px;
    padding: 4px 0 20px;
    text-align: left;
}

.shortContent p {
margin:0px;
}

.readMoreNews > a {
    background-color: #9d0699;
    border-radius: 4px;
    color: #fff;
    font-family: Quattrocento-Bold;
    padding: 9px 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 237px;
}
.stButton .stLarge {
    height: 34px !important;
}
.st_twitter_large .stLarge {
    background-image: url("../images/twitter-news.png") !important;
    background-position: center center;
    background-repeat: no-repeat;
}
.st_facebook_large .stLarge {
    background-image: url("../images/facebook-news.png") !important;
    background-position: center center;
    background-repeat: no-repeat;
}
.st_stumbleupon_large .stLarge {
    background-image: url("../images/stumble-upon-news.png") !important;
    background-position: center center;
    background-repeat: no-repeat;
}
.st_googleplus_large .stLarge {
    background-image: url("../images/gplus-news.png") !important;
    background-position: center center;
    background-repeat: no-repeat;
}
.st_pinterest_large .stLarge {
    background-image: url("../images/pinterest-news.png") !important;
    background-position: center center;
    background-repeat: no-repeat;
}
.st_sharethis_large .stLarge {
    background-image: url("../images/sharethis-news.png") !important;
    background-position: center center;
    background-repeat: no-repeat;
}
.stButton{margin-left:1px !important;}
.stButton .stLarge:hover{ background-position:center center !important;}

.normalText > p {
    margin: 0;
    text-align: left;
}

.blogSearch {
    background-color: #372F50;
    background-repeat: repeat-x;
    height: 134px;
    left: 0;
    width: 100%;
    margin-bottom:33px;
}

.blogSearchHolder {
    clear: both;
    margin: 10px auto 0;
    width: 100%;
}

.searchDropdown {
    float: left;
    padding: 14px 2%;
    width: 76%;
}

#blgpost-categoryid {
    -moz-appearance: none;
    background: #fff url("../images/selection_border.png") no-repeat scroll 97% 55%;
    border: medium none;
    border-radius: 5px;
    color: #443c5a;
    font-family: Lato-Regular;
    min-height: 41px;
    padding: 11px;
    width: 100%;
    background-position:100% right;
    -webkit-appearance: none;
    float:left;
}

.searchTextBox {
    float: left;
    padding: 3px 2%;
    width:79%;
}

.form-group.field-blgpost-keyword {
    float: left;
    width:82%;
}

#blgpost-keyword {
    border: medium none;
    border-radius: 5px 0 0 5px;
    color: #443c5a;
    font-family: Lato-Regular;
    font-size: 16px;
    min-height: 39px;
    padding-left: 10px;
    width:100%;
}

.searchButton {
    float: left;
    width: 53px;
}

.searchButton button {
    background: rgba(255, 255, 255, 1) url("../images/magnifier.png") no-repeat scroll center center;
    border: medium none;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    float: right;
    min-height: 39px;
    width: 100%;
}

@media only screen and (max-width: 467px) {
	.form-group.field-blgpost-keyword{
		width:65%;
	}
	#blgpost-categoryid{
		width:85%;
	}
}
@media only screen and (max-width: 369px) {
	.form-group.field-blgpost-keyword{
		width:59%;
	}
}

@media only screen and (max-width: 339px) {
	.form-group.field-blgpost-keyword{
		width:56%;
	}
}

.hasDatepicker {
    background: rgba(255, 255, 255, 1) url("../images/dateBackgroundEnquiry.png") no-repeat scroll right center !important;
    border: medium none;
    padding-left: 11px;
    
}

.fieldTextarea {
    width: 85%;
}

.divRecaptchaEnqForm {
    transform: scale(0.62);
    transform-origin: 0 0 0;
    margin-left: 7%;
}

.readLessMember {
    background: rgba(0, 0, 0, 0) url("../images/memberreadless.png") repeat scroll 0 0;
    clear: both;
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 187px;
}
.divDropdown{
    margin-left: 7%;
    width: 88%;
}
