/* ----------- Restart-----------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

.heading-offers {
	font-weight: bold;
	font-size: 25px;
	/*border: 1px solid red;*/
	padding-left: 0 !important;
	margin-left: 20px !important;

}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

a { 
	outline: 0; 
}

.hidden {
	display: none;
}


/* ----------- End Restart-----------------*/

/*---------------------------- TEXT STYLES ----------------------------*/

a{
	text-decoration:underline;
	color:#999999;
}


h1, h2, h3, h4, h5, h6 {
	font-family:"Times New Roman", Times, serif;
	padding-bottom:15px;
	padding-top:25px;	
	color:#222;
	
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color:#222;
}

h1 a:hover{
	color:#515151;
}


h1 {
	font-size:30px;
}
h2 {
	font-size:23px;
}

h3 {
	font-size:20px;	

}


h4 {
	font-size:17px;
	font-weight:bold;
}

h5 {
	font-size:16px;
	font-weight:bold;
}


h6 {
	font-size:15px;
	font-weight:bold;
}


hr {
	background-color:#c6c6c6;
	border:#c6c6c6;
	height:1px;
}

p{
	margin-bottom:15px;
	/*margin-top:15px;	*/
}

ul{
	list-style:none;
	margin-left:30px;
}

ol, ul{
	margin-left:35px;
}

strong{
	font-weight:bold;
}

em{
	font-style:italic;
}


.alignleft{
	float:left;
}

.alignright{
	float:right;
}

hr{
	border-style:solid;
	border-width:1px;
	border-bottom-width:0px;
	border-color:#c6c6c6;
}


div.hr1 {
  height: 1px;
  width: 700px;
  background-color:#c6c6c6;
  position: absolute;
  top:0;
  right:0;
}
div.hr1 hr {
  display: none;
}

div.hr2 {
  height: 1px;
  background-color:#c6c6c6;
  width: 700px;
  position: absolute;
  bottom:0;
  right:0;
  
}
div.hr2 hr {
  display: none;
}

div.hr3 {
  height: 1px;
    background-color:#c6c6c6;
}
div.hr3 hr {
  display: none;
}


div.hr4 {
  height: 1px;
    background-color:#c6c6c6;;
}
div.hr4 hr {
  display: none;
}


div.hr5 {
  height: 1px;
  margin-top:20px;
   background-color:#c6c6c6;;
}
div.hr5 hr {
  display: none;
}

div.hr6 {
  height: 1px;
  margin-top:40px;
   background-color:#c6c6c6;
}
div.hr6 hr {
  display: none;
}




/*---------------------------- END TEXT STYLES ----------------------------*/



body {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#222222;
	font-weight:300;
	line-height:1.5em;
	background-color:#FDFDFD;
}

.body-home {
	background-image:url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:10px 10px;
	background-color: #ffffff;
}
.body-offers {
	background-image:url(../images/offers-bg.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:10px -20px;
}

.body-video {
	/*background-image:url(../images/video-bg.jpg);*/
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:120px 100px;
}

.header-block {
	width: 1200px;
	height: 170px;
	/*border: 1px solid orange;*/
}



.main-wrapper {
	/*border: 1px solid green;*/

	width: 1200px;
	min-height: 800px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
}

#lineTop{
	height:5px;
	background-color:#1e1e1e;
	background-image:url(../images/line_top.jpg);
	border-bottom:1px solid #FFFFFF;
}


.center{
	
	width:1000px;
	height: 25px;
	margin:auto;
	text-align:left;
	padding:0px;
	position:relative;
	box-sizing: border-box;
	padding: 0 15px;
	/*border: 1px solid red;*/
}

.center a {
	text-decoration: none;
}


/*---------------------------- LOGO ----------------------------*/


#logoContainer{
	height:125px;
	width:960px;
	float:left;
}



#logoContainer a{
	width:300px;
	height:91px;
	display:block;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	position:relative;
	top:20px;
	margin:auto;
	
}



/*-------------------------MENU---------------------------------*/




#menu{
	float: right;
	padding:0;
	width:720px;
}


.nav{
	border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.nav li{
    display:inline;
}
.nav a{
    display:inline-block;
	padding:10px;
    text-decoration: none;
	font-weight: bold;
}
.nav a:hover{
	color: #DA0045;
}
.selected {
	color:#DA0045;
}


/*------------------DROP DOWN MENU------------------------*/



#menu ul li ul{
     position:absolute;
     left:0px; 
	 top:21px;  
     background-color:#f3f3f3;  
     margin:0;
	 padding:0;
	 padding-top:0px;
     float:left;  
     width:100px;  
	 border:1px solid #ccc;
	 border-top:0px;
	 z-index:100;
	 height:auto;
	 visibility:hidden;
	 text-align:left;
	 padding-left:15px;
	 padding-right:15px;
}

#menu ul li ul li{
    margin:0px;
	padding:0px;	
	display:block;
	position:relative;
	height:40px;
	border: 1px solid green;
}


#menu ul li ul li a {
	float:left;
	width:100px;
	/*border: 1px solid red;*/
	background-color:#f3f3f3;  
	line-height:2.5em;
	margin:0px;
	padding:0px;
	font-size:13px;
	padding-bottom:5px;
	text-transform:uppercase;
	font-weight:normal;
	height:auto;
}

#menu ul li.selected ul li a{
	font-weight:normal;
}

#menu ul li ul li.selected  a{
	color:#222;
}

#menu ul li ul li ul{
	border:1px solid #ccc;
	position:absolute;
	top:0px;
	left:145px;
}

#menu ul li.selected ul li a:hover{
    color:#656565;
}

/*---------------------------HEADER----------------------------*/


.main-header {
	width:720px;
	height:170px;
	/*border: 1px solid red;*/
	background-image:url('../images/header.png');
	background-repeat: no-repeat;
	float:right;
	margin:0;
	padding:0;
}
.header-title {
	color: #999999;
	font-size: 74px;
	font-weight: bold;
	position: absolute;
	top: 60px;
	left: 370px;
	text-shadow: 4px 4px #eee;
	font-family:"Times New Roman", Times, serif;
}
.header-subtitle {
	color: #999999;
	font-size: 20px;
	position: absolute;
	text-shadow: 4px 4px #eee;
	top: 100px;
	left: 740px;
	font-family:"Times New Roman", Times, serif;
}

.main-content-home, .main-content-offers {
	/*border: 1px solid yellow;*/
	float: right;
	width:720px;
	box-sizing: border-box;
}

.main-content-home p, .main-content-offers p {
	text-align: justify;
	box-sizing: border-box;
	padding: 0 20px;
}

.main-content-home p:nth-child(2) {
	font-size: 25px;
	box-sizing: border-box;
	margin-top: 40px;
	text-indent: 25px;
}

.main-content-offers p:nth-child(2){
	font-size: 20px;
	box-sizing: border-box;
	margin-top: 40px;
	text-indent: 25px;
}

.main-content-offers ol {
	margin-left: 40px;
}

.main-content-offers ol li {
	margin: 10px 0;
}

.main-content-home h1, .main-content-offers h1 {
	font-size: 28px;
	padding: 0 20px;
	margin: 40px 0 20px 0;
}

.main-content {
	/*border: 1px solid yellow;*/
	float: right;
	width:1200px;
	box-sizing: border-box;
}

.main-content p {
	text-align: justify;
	box-sizing: border-box;
	padding: 0 20px;
}

.main-content li {
	text-align: justify;
}

.main-content h1 {
	font-size: 28px;
	padding: 0 20px;
	margin: 40px 0 20px 480px;
}

.main-content table:nth-child(2) {
	margin-top: 40px;
}



/*------------------------------SLIDER-----------------------------*/

.fadeWrapper{

	background-color:#FFFFFF;
	border:1px solid #c6c6c6;		
	position:relative;
	width:934px;
	height:350px;
	padding:12px;
}

.fadeHolder{
	width:954px;
	height:345px;
	position:absolute;
	top:12px;
	left:12px;
}

.imageHolder{
	width:936px;
	height:350px;
	position:absolute;

}

.sliderContainer{
	width:935px;
	height:347px;
	background-color:#f2f2f1;
	padding:5px;
	border:1px solid #c1c1c1;
}

div.wrapper {
	position: relative;
	top:0px;
	left:0px;
	width:932px;
	height:348px;
	padding:0px;
	overflow:hidden;
	border:1px solid grey;
	text-align:center;
}

ul.wrapper  {
    display: block;
    padding:0px;
    margin: 0px;
    list-style: none;
}

.wrapper li {
    display: block;
    float: left;
    padding: 0;
}

.imageHolder {
	float:left;
	display:inline;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	width:600px;
}

.black{
	width:700px;
	height:348px;
	background-image:url(../images/shadow.png);
	background-repeat:repeat-y;
	position:absolute;
	top:0px;
	left:0px;
	z-index:30;
	background-color:transparent;
}

.imgInfo{
	background-image:url(../images/trans.png);
	width:700px;
	height:auto;
	z-index:99;
	position:absolute;
	bottom:-150px;
	left:0px;
	padding-left:10px;
	color:#fff;
	text-align:left;
	font-size:13px;
	padding-bottom:10px;
	text-shadow:none;
	font-family:Arial, Helvetica, sans-serif;
}

.imgInfo h3{
	text-shadow:none;
	color:#fff;
	padding-top:5px;
	padding-bottom:10px;
}

/*------------------------------END SLIDER------------------------------*/

/*---------------------------- CONTENT ----------------------------*/

#contentContainer{
	margin-top:40px;
	position:relative;
	min-height:500px;
	width:960px;
	float:left;
	height:auto;
	padding-bottom:30px;
}

#topText{
	width:960px;
	margin-top:25px;
	position:relative;
	float:left;
	
}

#topText p{
	font-size:20px;
	text-transform:uppercase;
	text-align:center;
	line-height:1.2em;
	color:#222;
	letter-spacing:1px;
	margin-top:12px;
	margin-bottom:12px;
	font-family: Calibri W10 Regular, "Times New Roman", Times, serif;
	
}

#content-home{
	font-size:20px;
	text-align:justify;	
}
#content-home h1{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#content-home h2+hr{
	margin-bottom:20px;
}

#content{
	font-size:20px;
	text-align:justify;	
}
#content h1{
	font-size: 24px;
	font-weight: bold;
}
#content p {
	font-size: 16px;
	text-align: center;
}

#content h2+hr{
	margin-bottom:20px;
}

#pageContent{
	padding-top:11px;
}

.featuredTitleContainer{
	color:#959595;
	text-transform:uppercase;
	text-align:center;
}

.smallSubtitle{
	color:#999999;
	font-size:14px;
	margin-top:0px;
}

/*-------------------BLOG CONTENT------------------*/

.postBoxs{
	margin-top:-15px;
	margin-left:-3px;
}

.postBoxs hr{
	margin-top:40px;
	border-width:0px;
	border-bottom-width:0px;
	border-color:#bfbfbf;
	background-color:#bfbfbf;
	color:#bfbfbf;
}

.postBox{

	margin-bottom:19px;
	margin-top:30px;
	min-height:300px;
}

.postBox h1{
	padding-bottom:5px;
	padding-top:5px;
}

.postBox h1 a{
	text-decoration:none;
}

.date{
	text-transform:uppercase;
	color:#ef9100;
	width:63px;
	height:76px;
	background-image:url(../images/date_bg.jpg);
	float:left;
	margin-top:0px;
	position:relative;
}

.date h1{
	padding-top:10px;
	padding-bottom:0px;
	padding-left:10px;
	font-size:25px;
}

.date h3{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
	color:#999999;
	position:relative;
	top:-3px;
	font-size:20px;
}

.month{
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
	display:block;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	writing-mode: tb-rl;
	filter: flipV flipH;
	color:#222;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	top:9px;
	right:10px;
	font-size:11px;
	text-shadow:none;
}

.info{
	width:100%;
	min-height:80px;
	display:block;
	margin-bottom:20px;
}


.postInfo{
	font-size:13px;
	color:#999999;
	margin-bottom:15px;
	float:left;
	text-transform:uppercase;
	width:500px;
}

.postInfo a{
	color:#999999;
	text-decoration:none;
}

.postContent{
	display:block;
}



.moreLink{
	color:#999999;;
	text-decoration:none;
}

.moreLink:hover{
	text-decoration:underline;
}

.postImg{
	float:left;
	padding:4px;
	background-color:#FFFFFF;
	border:1px solid #d6d6d6;
	margin-right:20px;	
}

.postImg+p{
	margin-top:0px;
}

/*-------------------PORTFOLIO CONTENT----------------*/

#portfolio{
	width:990px;
	height:auto;
	margin-left:-15px;
	margin-top:7px;
	padding:0px;
}

#portfolio img{
	float:left;
	padding:4px;
	background-color:#FFFFFF;
	border:1px solid #d6d6d6;
	height:auto;
}

.portfolioItem{
	height:200px;
	width:300px;
	position:relative;
	float:left;
	margin-right:15px;
	margin-left:15px;
	margin-bottom:30px;
	overflow:hidden;
}
.portfolioItemInfo{
	background-image:url(../images/trans.png);
	width:280px;
	height:auto;
	z-index:99;
	position:absolute;
	bottom:-100px;
	left:5px;
	padding-left:10px;
	text-shadow:none;
	
}

.zeroHeight{
	height:0px;
}

p.infoTitle, p.infoTitle a{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0px;
	text-decoration:none;
}
.portfolioItemInfo p{
	color:#FFFFFF;
	margin-top:0px;
	font-size:14px;
}

#navButtons{
	float:left;
}

#navButtonLeft a{
    height:27px;
    width:33px;
	background-image:url(../images/arrow_left.jpg);
	background-position:0 0;
	display:block;
	float:left;
}

#navButtonLeft a:hover {
	background-position: 0px 29px;
}


#navButtonRight  a{
   
    height:27px;
    width:33px;
	background-image:url(../images/arrow_right.jpg);
	display:block;
	float:right;
	background-position:0 0;
}

#navButtonRight a:hover {
	background-position:0px 29px;
}

#navButtons{
	float:left;
	width:960px;
}


#portfolioCategories{
	margin-left:15px;
	margin-bottom:30px;
	margin-top:-10px;
	font-size:13px;
	background-image:url(../images/bundle_bg.jpg);
	width:938px;
	height:39px;
	line-height:37px;
	padding-left:20px;
	color:#242520;
	text-transform:uppercase;
	position:relative;
}

#portfolioCategories span{
	padding-left:10px;
	padding-right:10px;
	font-size:13px;
	text-transform:uppercase;
}

.leftBundle{
	width:24px;
	height:41px;
	background-image:url(../images/bundle_left.jpg);
	position:absolute;
	top:0px;
	left:-18px;
}

.rightBundle{
	width:24px;
	height:41px;
	background-image:url(../images/bundle_right.jpg);
	position:absolute;
	top:0px;
	right:-18px;
}

/*----------------SERVICES CONTENT---------------*/

.servicesBox{
	margin-top:25px;
	min-height:220px;
}

.servicesBoxs h2{
	padding-top:0px;
	padding-bottom:5px;
	text-transform:capitalize;
}

.servicesBoxs hr{
	width:600px;
	margin-top:20px;
	float:right;
	margin-bottom:30px;
	border:0px;
	border-bottom-width:1px;
}

.servicesImg{
	float:left;
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #dadada;
	margin-right:20px;
}

.borderImg{
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #dadada;
}

.smallPostImg{
	float:left; 
	margin-right:10px; 
	border:1px solid #ccc;
	margin-top:4px;
}


/*-----------------------  SIDEBAR MENU  ---------------------------*/


#sidebar{
	width:310px;
	height:100%;
	float:right;
	background-color:#FFFFFF;
	border:1px solid #eaeaea;
}

.sidebarBox{
	margin-left:30px;
	width:292px;
	padding-top:11px;
}

.sidebarTitile{
	width:356px;
	height:50px;
	background-image:url(../images/sidebar_title.jpg);
	margin-left:-55px;
	text-align:center;
}

.sidebarBox h2{
	font-style:italic;
	position:relative;
	top:-18px;
}

.sidebarMenu{
	margin-bottom:40px;
	padding-right:10px;
	background-color: transparent;
}

.sidebarMenu h4{
	padding-top:3px;
	padding-bottom:0px;
	padding-right:30px;
	font-weight:normal;
}

.sidebarMenu h4 a{
	text-decoration:none;
}

.sidebarMenu a:hover h4{
	color:#515151;
}

.sidebarImg{
	margin-top:10px;
	margin-bottom:-20px;
	border:1px solid #eaeaea;
}

span.info, span.info a{
	padding-top:10px;
	padding-bottom:0px;
	color:#999999;
	display:inline;
	text-decoration:none;
}

.sidebarMenu hr{
	margin-left:-30px;
	border:0px;
	border-bottom-width:1px solid #f2f2f2;
	background-color:#f2f2f2;
	border:#f2f2f2;
	height:1px;
}

.bubble{
	width:24px;
	height:17px;
	background-image:url(../images/bubble.jpg);
	background-repeat:no-repeat;
	display:inline-table;
	position:relative;
	top:5px;
	margin-left:3px;
	margin-right:3px;
}

.sidebarMenu ul{ 	
	text-decoration: none;
	font-weight:300;
	margin-left:0px;
	list-style:none;
	padding-top:15px;
}

.sidebarMenu ul li a{
	display:block;
	height:20px;
	width:275px;
	color:#222;
	padding-left:0px;
	text-decoration: none;
	list-style:none;
	line-height:20px;
	font-size:17px;
}

.sidebarMenu ul li a:hover{
	color:#515151;
}

/*-----------------------  FOOTER  ---------------------------*/

#footer{
	height:25px;
	width:100%;
	float:left;
	background-color:#e7e7e7;
	border:0px;
	border-top:1px solid #d5d5d5;
	margin:0px;
	padding:0px;
	position:fixed;
	bottom:0;
	
	/*border: 1px solid red;*/
}

#footer p{
	color:#222;
	font-size:12px;
	position: absolute;
	right:0px;
	bottom:0;
	height: 25px;
	margin:0;
	padding:0;
	/*border: 1px solid green;*/
}

#footer a {
	float: left;
}

/*---------------------------------------------------*/

#pp_full_res img{
	border:1px solid #828282;
}



/*---------------------------- CONTACT PAGE ----------------------------*/
.input{
	width:250px;
	height:20px;
	border:1px solid #ccc;
	background-color:#fff;
	padding-top:6px;
}

.textArea{
	height:205px;
	width:300px;
	padding-top:0px;
	font-family:Arial;
	font-size:12px;
	padding-top:8px;
	padding-bottom:8px;
}

.errorMessage{
	color:#cc0000;
}

/*----------------------------TABLES---------------------*/

table
{
	/*border:1px solid #d8d8d8;*/
	border-collapse:collapse;
	margin-top:20px;
	margin-bottom:20px;
}

td
{
	/*border:1px solid #d8d8d8;*/
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

td#today{
	background-color: #ededed;
}

th
{
	border:1px solid #d8d8d8;
	border:1px solid #d8d8d8;
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ededed;
}


 /* TABLE END*/

caption{
	margin-bottom:10px;	
	font-size:18px;
}

/*Font families*/
.ff_monotype_corsiva {
	font-family: Monotype Corsiva, Times, Serif;
	text-indent: 25px;	
	font-size: 24px;
	text-align: justify;
}

.ff_calibri {
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
	text-indent: 25px;	
	font-weight: bold;
}

#video {
	margin-left: 150px;
}

.clear {
	clear: both;
}

ol.album li, ul.album li {
	font-size: 14px;
}
ul.album {
	/*border: 1px solid red;*/
	margin-top: -7px;
	padding-top: 0;
}