/* ---------------------------------------------------------------------- */
/*	Reset & Clearfix (http://meyerweb.com/eric/tools/css/reset/)
/* ---------------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,and,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select{border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}del{text-decoration:line-through}hr{background:transparent;border:0;clear:both;color:transparent;height:1px;margin:0;padding:0}mark{background-color:#ffffb3;font-style:italic}input,select{vertical-align:middle}ins{background-color:red;color:white;text-decoration:none}ol,ul{list-style:none}
 /*table{border-collapse:collapse;border-spacing:0}*/

/* Clearfix */
.clear{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0;}.clearfix:after{clear:both;content:' ';display:block;font-size:0;height:0;line-height:0;visibility:hidden;width:0}* html .clearfix,:first-child+html .clearfix{zoom:1}

/* Some basic settings */
h1, h1 .button {
	font-size: 20px;
	
}
h2, h2 .button {
	font-size: 20px;
		

}
h3, h3 .button {
	font-size: 16px;
	text-transform: uppercase;
}
h4, h4 .button { font-size: 14px; }
h5, h5 .button { font-size: 14px; }
h6, h6 .button { font-size: 14px; }
small {
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
}
ol { list-style: decimal; margin-left:25px; }
ul { list-style: disc; }
img { margin-bottom: 0px; display:block; max-width: 100%;}
dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset,blockquote,article,p { margin-bottom: 10px; }


/* ---------------------------------------------------------------------- */
/*	Basic Elements & Classes
/* ---------------------------------------------------------------------- */

@font-face {
    font-family: 'QlassikMediumRegular';
    src: url('fonts/qlassik_tb.eot');
    src: url('fonts/qlassik_tb.eot?') format('embedded-opentype'),
         url('fonts/qlassik_tb.woff') format('woff'),
		 url('fonts/qlassik_tb.otf') format('opentype'),
         url('fonts/qlassik_tb.ttf') format('truetype'),
         url('fonts/qlassik_tb.svg#QlassikMediumRegular') format('svg');
	font-weight:normal;
	font-style:normal;		 
}




body {	
	background:#1c1c1c ;	
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color:#FFF;
	
}

.::selection { background: #FFFFFF; color: #444444; text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.25;
	margin-bottom: 5px;
}

h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;

}

a, a > * {
		color: #FFF;
		text-decoration:none;

		-webkit-transition: all .75s ;
		-moz-transition: all .75s ;
        -ms-transition: all .75s ;
        -o-transition: all .75s ;
		transition: all .75s ;

}

a:hover, a > *:hover {
	color: #FFF;
	text-decoration:underline;

}

hr {
	background: #0f4477;
	color: #0f4477;
	/*height: 4px;*/
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}

	hr.dotted { border-style: dotted; }

	p + hr { margin: 25px 0 20px; }
	
/*	Generic Classes
/* ---------------------------------------------------------------------- */

.hidden { display: none; }

.disabled { cursor: auto; }

.screenreader { clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); /* Fallback for old IE */ position: absolute; }

.align-center { margin-left: auto; margin-right: auto; text-align: center; }

.align-left { float: left; }

	img.align-left { margin-bottom: 15px; margin-right: 15px; }

.align-right { float: right; }

	img.align-right { margin-bottom: 15px; margin-left: 15px; }
	img {
		max-width:100%;
	}

/*======================================================*/
						/*Main Container*/
	/*======================================================*/

#container{
	width:981px;
	margin:auto;
	position:relative;
}

#container .left-bg{
	background:url(images/left-side-bg.png) no-repeat left;
	width:232px;
	height:830px;
	position:absolute;
	left:0;
	margin-top:276px;
	margin-left: -214px;
	z-index:-1;
}

#container .right-bg{
	background:url(images/right-side-bg.png) no-repeat right;
	width:232px;
	height:830px;
	position:absolute;
	right:0;
	margin-top:276px;
	margin-right: -214px;
	z-index:-1;
	
}

#container #left-container{
	width:591px;
	float:left;
}


#container #right-sidebar{
	width:380px;
	background:#f3c418;
	float:right;
}

#left-container .left-top-container{
	height:277px;
}


#right-sidebar .right-top-container{
	height:277px;
}


/*======================================================*/
					/*Header*/
	/*======================================================*/
#header{
	width:601px;
	/*padding-top:5px;*/
}

#header .logo{
	width:505px;
	padding-top:5px;
	padding-left:18px;
	margin-bottom:14px;
}

#header .welcome-txt-container{
	width: 573px;
	padding-left:18px;
}


#header  .slider-container{
	height:222px;
}

#header  .slider-container img{
	position: absolute;
}

#header  .slider-txt-container{
	padding-top:54px;
	padding-left:9px;
}

#header small{
	font-weight: bold;
	text-align:center;
	display:block;
}

/*======================================================*/
					/*Left Sidebar*/
	/*======================================================*/

#left-container .content-container{
	 width: 573px;
	 overflow:hidden;
	 padding-left:18px;
}


.content-container .home-two-column-container{
	width: 573px;
	margin-top:24px;
	float:left;
}

.home-two-column-container h3{
	font-family: 'QlassikMediumRegular';
	font-size:24px;
	font-weight:bold;
	line-height: 20px;
	text-align:center;
	text-transform:none;
	color:#c07500;
	margin-bottom:23px;
}

.home-two-column-container .home-column-1{
	width:262px;
	float:left;
	margin-bottom:28px;
	clear:left;
}

.home-two-column-container .home-column-2{
	width:262px;
	float:right;
	margin-bottom:28px;
	clear:right;
}

.home-two-column-container .last-row{
	margin-bottom:5px;
}

.home-two-column-container  .container-heading{
	background:url(images/medium-size-icon.png) no-repeat left;
	padding-left:55px;
	font-family: 'QlassikMediumRegular';
	font-size:22px;
	margin-bottom:11px;
}

.home-two-column-container p{
	font-size:12px;
}

.home-two-column-container small{
	font-size:14px;
	font-family: 'QlassikMediumRegular';
	background:url(images/medium-size-icon.png) no-repeat left;
	padding-left:55px;
	line-height:30px;
	color:#feba01;
	display:block;
	margin-bottom:10px;
}

.home-two-column-container .home-grey-bg-container{
/*	background:#2d2d2d;*/
	border:4px solid #2d2d2d;
	margin-top: 40px;
}

.home-grey-bg-container p{
	font-size:18px;
	font-family: 'QlassikMediumRegular';
	text-align:center;
	padding:46px 10px;
	margin-bottom:0;
}

.home-video-gallery-container{
	overflow:hidden;
}

.home-video-gallery-container .home-video-gallery-thumbnail-1{
	width:110px;
	height:70px;
	float:left;
	padding:4px;
	background:#2d2d2d;
	margin-bottom:15px;
}


.home-video-gallery-container .home-video-gallery-thumbnail-1 p{
	font-size:10px;
	line-height:14px;
	margin:0;
}

.home-video-gallery-container .home-video-gallery-thumbnail-1 .txt-plus-icon-container{
	float: right;
	margin-top: -18px;
}

.home-video-gallery-container .home-video-gallery-thumbnail-2{
	float:right;
	width:110px;
	height:70px;
	padding:4px;
	background:#2d2d2d;
	margin-bottom:15px;

}

#footer{
	margin:15px 0 0 0;
	width: 573px;
	float:left;
}

#footer .footer-privacy-policy{
	text-align:left;
	font-size:11px;
	float:left;
	padding-top: 5px;
}



#footer .footer-copy-right{
	text-align:left;
	font-size:10px;
	float:right;
	line-height:10px;
	margin-bottom:0;
}

/*======================================================*/
					/*Right Sidebar*/
	/*======================================================*/

#right-sidebar .right-top-protect-you-container{
	padding-top:36px;
	margin-bottom:54px;
}

.right-top-protect-you-container h1{
	font-family: 'QlassikMediumRegular';
	font-size:36px;
	line-height:36px;
	margin:0;
	text-align:center;
	text-shadow: 1px 0 2px #000;	
	color:#700000;
}

.right-top-protect-you-container .contact-number{
	font-family: 'QlassikMediumRegular';
	font-size:60px;
	line-height:36px;
	margin:30px 0 23px 0;
	text-align:center;
	color:#000;
}

.right-top-protect-you-container .speak-to-real-person{
	font-family: 'QlassikMediumRegular';
	font-size:24px;
	text-transform:none;
	text-align:center;
	color:#c07500;
	
}

.right-top-protect-you-container small{
	font-size:9px;
	text-align:center;
	display:block;
	color:#c07500;

}

.right-top-protect-you-container .enquire-protect-button-container{
	text-align: center;
	
}

.enquire-protect-button-container li{
	display:inline-block;
	margin-right:20px;
	line-height:40px;
	list-style:none;

}

.enquire-protect-button-container li:nth-of-type(2){
		margin-right:0px;
}

.enquire-protect-button-container a{
	border:1px solid #9b2222;
	font-family: 'QlassikMediumRegular';
	font-size:19px;
	padding:8px 20px;
	text-decoration:none;
	color:#FFF;


	background: #b93333; /* Old browsers */
	background: -moz-linear-gradient(top,  #b93333 0%, #ad3333 50%, #870000 53%, #660000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b93333), color-stop(50%,#ad3333), 	
	color-stop(53%,#870000), color-stop(100%,#660000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b93333 0%,#ad3333 50%,#870000 53%,#660000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b93333 0%,#ad3333 50%,#870000 53%,#660000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b93333 0%,#ad3333 50%,#870000 53%,#660000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b93333 0%,#ad3333 50%,#870000 53%,#660000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b93333', endColorstr='#660000',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 5px 5px 5px 5px;
		    border-radius: 5px 5px 5px 5px;
	
	behavior:url(PIE.htc);
	position:relative;	

}

.enquire-protect-button-container a:hover{
	background: #660000; /* Old browsers */
	background: -moz-linear-gradient(top,  #660000 0%, #870000 49%, #ad3333 51%, #b93333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#660000), color-stop(49%,#870000), 	          
	color-stop(51%,#ad3333), color-stop(100%,#b93333)); /* Chrome,Safari4+ */
  	background: -webkit-linear-gradient(top,  #660000 0%,#870000 49%,#ad3333 51%,#b93333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #660000 0%,#870000 49%,#ad3333 51%,#b93333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #660000 0%,#870000 49%,#ad3333 51%,#b93333 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #660000 0%,#870000 49%,#ad3333 51%,#b93333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#b93333',GradientType=0 ); /* IE6-9 */

}

#right-sidebar .right-sidebar-img-container{
	margin-bottom:27px;
}

/*====Right Contact Form====*/

#right-sidebar .sidebar-content-container{
	padding:0 20px;

}

#right-sidebar .sidebar-contact-now-container{
}

.sidebar-contact-now-container h1{
	font-size:28px;
	font-family: 'QlassikMediumRegular';
	line-height:25px;
	text-align:center;
	color:#373737;
}

.sidebar-contact-now-container small{
	font-size:11px;
	line-height:25px;
	text-align:center;
	display:block;
	color:#373737;
}

.sidebar-contact-now-container form{
	margin-top:25px;
}

.sidebar-contact-now-container form label{
	display: block;
	margin-bottom:15px;
}

.sidebar-contact-now-container form span{
	font-family: 'QlassikMediumRegular';
	font-size:18px;
	color:#373737;
	width:120px;
	float:left;
	padding-top: 5px;
}

.sidebar-contact-now-container form input[type=text], input[type=tel], input[type=email]{
	background:url(images/input-field-bg.png) no-repeat;
	width:201px;
	height:24px;
	line-height: 8px;
	padding: 5px;
	color:#373737;
}

.sidebar-contact-now-container form input[type=submit]{
	border:1px solid #9b2222;
	font-family: 'QlassikMediumRegular';
	font-size:19px;
	padding:6px 20px;
	text-decoration:none;
	color:#FFF;
	cursor:pointer;


	background: #b93333; /* Old browsers */
	background: -moz-linear-gradient(top,  #b93333 0%, #ad3333 50%, #870000 53%, #660000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b93333), color-stop(50%,#ad3333), 	
	color-stop(53%,#870000), color-stop(100%,#660000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b93333 0%,#ad3333 50%,#870000 53%,#660000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b93333 0%,#ad3333 50%,#870000 53%,#660000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b93333 0%,#ad3333 50%,#870000 53%,#660000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b93333 0%,#ad3333 50%,#870000 53%,#660000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b93333', endColorstr='#660000',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 5px 5px 5px 5px;
		    border-radius: 5px 5px 5px 5px;
	
	behavior:url(PIE.htc);
	position:relative;	

}

.sidebar-contact-now-container form input[type=submit]:hover{
	background: #660000; /* Old browsers */
	background: -moz-linear-gradient(top,  #660000 0%, #870000 49%, #ad3333 51%, #b93333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#660000), color-stop(49%,#870000), 	          
	color-stop(51%,#ad3333), color-stop(100%,#b93333)); /* Chrome,Safari4+ */
  	background: -webkit-linear-gradient(top,  #660000 0%,#870000 49%,#ad3333 51%,#b93333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #660000 0%,#870000 49%,#ad3333 51%,#b93333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #660000 0%,#870000 49%,#ad3333 51%,#b93333 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #660000 0%,#870000 49%,#ad3333 51%,#b93333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#b93333',GradientType=0 ); /* IE6-9 */

}

/*========Testimonial======*/

#right-sidebar .sidebar-testimonial-container{
	margin-bottom:20px;

}

.sidebar-testimonial-container h1{
	font-family: 'QlassikMediumRegular';
	font-size:18px;
	background:url(images/double-quote.png) no-repeat left top;
	padding-left:55px;
	padding-top:5px;
	line-height:32px;
	color:#373737;
	margin-bottom:5px;
	
}

.sidebar-testimonial-container p{
	font-size:11px;
	padding-left: 57px;
	color:#3a3a3a;
}

/*========Register Your Request ======*/

#right-sidebar .sidebar-register-your-request-container{
	padding-left:18px;
}

#right-sidebar .sidebar-register-your-request-container h1{
	font-family: 'QlassikMediumRegular';
	font-size:18px;
	
	color:#373737;
}

.sidebar-register-your-request-container form{ 
		margin-top:5px;

}


.sidebar-register-your-request-container label{
	display: block;
	overflow: hidden;
}

.sidebar-register-your-request-container form span{
	font-family: 'QlassikMediumRegular';
	font-size:18px;
	color:#373737;
	width:110px;
	float:left;
	padding-top:8px;
}

.sidebar-register-your-request-container form input[type=text]{
	background:url(images/input-field-bg.png) no-repeat;
	width:138px;
	height:24px;
	float: left;
	line-height: 8px;
	padding: 5px 19px 5px 5px;
	color:#373737;
}

.sidebar-register-your-request-container form input[type=submit]{
	float: left;
	font-family: 'QlassikMediumRegular';
	font-size:19px;
	padding:6px 20px;
	text-decoration:none;
	text-indent:-9999px;
	color:#FFF;
	cursor:pointer;
	background:url(images/email-subscription-buton.png) no-repeat;

}

#right-sidebar .sidebar-footer-social-icon{
	text-align:right;
}

.sidebar-footer-social-icon li{
	display:inline-block;
	margin-right:10px;
}

/*========Custome======*/


.list-style-logo {
    margin-bottom: 11px;
}

.list-style-logo li{
	background:url(images/list-logo-bullet.png) no-repeat left;
	list-style:none;
	padding-left:30px;
	margin-bottom:3px; 
}
