
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
	top: 0;
	left: 0;
	z-index: 999999;
	overflow: hidden;
	position: absolute;
}

#cboxWrapper {
	max-width: none;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay {
	background: #fff;
}

#colorbox {
	outline: 0;
}

#cboxTopLeft {
	width: 25px;
	height: 25px;
	background: url(images/border1.png) no-repeat 0 0;
}

#cboxTopCenter {
	height: 25px;
	background: url(images/border1.png) repeat-x 0 -50px;
}

#cboxTopRight {
	width: 25px;
	height: 25px;
	background: url(images/border1.png) no-repeat -25px 0;
}

#cboxBottomLeft {
	width: 25px;
	height: 25px;
	background: url(images/border1.png) no-repeat 0 -25px;
}

#cboxBottomCenter {
	height: 25px;
	background: url(images/border1.png) repeat-x 0 -75px;
}

#cboxBottomRight {
	width: 25px;
	height: 25px;
	background: url(images/border1.png) no-repeat -25px -25px;
}

#cboxMiddleLeft {
	width: 25px;
	background: url(images/border2.png) repeat-y 0 0;
}

#cboxMiddleRight {
	width: 25px;
	background: url(images/border2.png) repeat-y -25px 0;
}

#cboxContent {
	background: #fff;
}
#cboxContent:after {
	content:'';
	clear:both;
	display:block;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	margin-bottom: 20px;
}

#cboxTitle {
	position: absolute;
	bottom: 0px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #999;
}

#cboxCurrent {
	position: absolute;
	bottom: 0px;
	left: 100px;
	color: #999;
}

#cboxLoadingOverlay {
	background: #fff url(images/loading.gif) no-repeat 5px 5px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}

#cboxSlideshow {
	position: absolute;
	bottom: 0px;
	right: 42px;
	color: #444;
}

#cboxPrevious {
	position: absolute;
	bottom: 0px;
	left: 0;
	color: #444;
}

#cboxNext {
	position: absolute;
	bottom: 0px;
	left: 63px;
	color: #444;
}

#cboxClose {
	position: absolute;
	bottom: auto;
	right: -23px;
	top:-23px;
	display: block;
	width:40px;
	height:40px;
	border-radius:100%;
	background:#000;
	color: #444;
	text-indent:-9999px;
}
#cboxClose:hover {
	opacity:0.8;
}
#cboxClose:before,
#cboxClose:after {
	background:#fff;
	content:'';
	clear:both;
	width:3px;
	height:24px;
	position:absolute;
	top:8px;
	left:18px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}
#cboxClose:after {
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}


/****** Muhammad Usman ******/


#cboxLoadedContent {
	/*font-size: 16px;*/
	line-height: 30px;
}


/****** Email Popup ******/

#colorbox #Form1en #salutation_box,
#colorbox #Form1en #salutation_box table,
#colorbox #Form1en #salutation_box table td{
	width:100% !important;
}
#colorbox #Form1en label{
	display:block;
	color: #2e2e2e;
    text-align: left;
	font-size: 15px;
    font-weight: 300;
	margin:0;
}
#colorbox #Form1en select{
	background: #f0f0f0;
    display:block;
    font-size: 12px;
    color: #a5a5a5;
    width: 255px;
    height: 36px;
	line-height:14px;
    border: 0;
	border-radius:4px;
    box-shadow:none;
    padding: 10px 15px;
	margin:0 0 10px;
}
#colorbox #Form1en input[type="text"],
#colorbox #Form1en input[type="tel"],
#colorbox #Form1en input[type="email"],
#colorbox #requestdetails textarea{
	background: #f0f0f0;
    display: block;
    font-size: 12px;
    color: #a5a5a5;
    width: 100%;
    height: 36px;
    box-shadow: none;
	border: 0;
    border-radius: 4px;
    padding: 10px 15px;
	margin:0 0 10px;
}
#colorbox #Form1en input.error,
#colorbox #Form1en select.error{
	border:1px solid #a94442;
}
#colorbox #requestdetails textarea{
    height: 120px;
}
#colorbox #Form1en table td{
	width:50%;
	padding:0 10px;
}
#colorbox #Form1en #requestdetails,
#colorbox #Form1en #submitbtn{padding:0 10px;}
#colorbox #Form1en #submitbtn .btn{
	float:left;
}
#colorbox #Form1en table td{
	width:50%;
	padding:0 10px;
}
#colorbox #Form1en #salutation_box table td{
	display:block;
	width:100% !important;
}


/*
@media only screen and (max-width:767px){
	#colorbox{width:414px !important;}
	#cboxLoadedContent{width:100% !important;}
	#colorbox #Form1en table td{
		display:block;
		width:100% !important;
	}
}
*/

@media only screen and (max-width:639px){
	#mail_to_friend .form-control{
		width:100% !important;
	}
	
	#colorbox #mail_to_friend,
	#read_review_widget{
		width:300px !important;
		height:auto !important;
		padding:0 0 40px;
	}
	
	#trip_advisor_widget{
		width:300px !important;
		height:400px;
		overflow-y:auto;
	}
	#trip_advisor_widget iframe{
		width:100% !important;
	}
	#cboxLoadedContent{
		height:auto !important;
		padding-bottom:0 !important;
		margin-bottom:0 !important;
	}
}






