html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
@font-face {
	font-family: 'oswaldregular';
	src: url('../fonts/oswald.regular-webfont.eot');
	src: url('../fonts/oswald.regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald.regular-webfont.woff') format('woff'), url('../fonts/oswald.regular-webfont.ttf') format('truetype'), url('../fonts/oswald.regular-webfont.svg#oswaldregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansregular';
	src: url('../fonts/opensans-regular-webfont.eot');
	src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansbold';
	src: url('../fonts/opensans-bold-webfont.eot');
	src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/opensans-bold-webfont.woff') format('woff'),  url('../fonts/opensans-bold-webfont.ttf') format('truetype'),  url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	/*background: #f3e1cb;*/
	background: url(../images/bg7_new.png) repeat-x;
}
.clr {
	clear: both;
}
/* header section */

.header-div {
	float: left;
	width: 100%;
	/*background: url(../images/header-bg.png) no-repeat;*/
	height: 129px;
	/*border-bottom: 14px solid #ebe9e9; */
	background-size:100%;
}
.wrapper {
	margin: 0 auto;
	width: 990px;
	height: auto;
}
.wrapper-container {
	float: left;
	width: 990px;
	height: auto;
}
.logo {
	float: left;
	margin: 30px 0 0 0;
}
.nav ul li {
	display: inline;
}
.nav ul {
	float: left;
	display: inline;
	width: 560px;
	height: auto;
	margin: 12px 0 0 77px;
}
.nav ul li a {
	float: left;
	text-transform: uppercase;
	display: inline;
	padding: 0 15px;
	text-decoration: none;
	text-align: center;
	font: 14px/101px 'oswaldregular';
	color: #000;
}
.nav ul li a:hover {
	color: #fff;
	background: rgba(34, 189, 239 ,0.8);
	background: rgb(34, 189, 239, 0.8);
}
.social-icons ul li {
	display: inline;
}
.social-icons ul {
	float: right;
	display: inline;
	width: 120px;
	height: auto;
	margin: 47px 0 0 0;
}
.social-icons ul li a img {
	float: left;
	text-align: center;
	text-decoration: none;
	margin: 0 0 0 7px;
}
/* end header section*/

/* body section */

.body-section {
	float: left;
	width: 100%;
	/*background: #f3e1cb url(../images/body-bg.png) no-repeat;*/
	background-size:100%;
	height: auto;
}
.slide-container {
	float: left;
	position: relative;
	width: 990px;
	height: auto;
}
.slide-img {
	float: left;
}
.left-arrow {
	position: absolute;
	left: 27px;
	top: 178px;
}
.right-arrow {
	position: absolute;
	right: 27px;
	top: 178px;
}
.work-container {
	float: left;
	width: 990px;
	height: auto;
	background: #fff;
	padding-bottom: 60px;
}
.latest-work h1 {
	font: 20px 'oswaldregular';
	color: #424241;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 17px;
	padding-top: 19px;
	text-transform: uppercase;
	padding-left: 10px;
}
.three-packages-div {
	float: left;
	width: 982px;
	height: auto;
	margin: 28px 0 30px 8px;
}
span .obx-photo-div {
	float: right;
	margin-right: 8px;
}
.obx-photo-div {
	float: left;
	width: 311px;
	height: auto;
	position: relative;
	margin: 0 20px 0 0;
}
.img1 {
	float: left;
}
.img1-hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 311px;
	height: 224px;
	background: rgba(0,0,0, 0.4);
	background: rgb(0, 0, 0, 0.4);
}
.obx-iner-container {
	float: left;
	width: 283px;
	height: auto;
	border-left: 7px solid #22bdef;
	margin: 16px 0 0 0;
	padding-left: 21px;
}
.obx-title h1 {
	font: italic 20px 'open_sansregular';
	color: #585858;
	border-bottom: 1px dotted #828080;
	padding-bottom: 8px;
	text-transform: uppercase;
}
.obx-description h2 {
	color: #585858;
	font: 14px/20px Arial, Helvetica, sans-serif;
	padding: 7px 0 0 0;
}
.more-info {
	float: right;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #22bdef;
	text-transform: uppercase;
	margin: 5px 0 0 0;
}
.more-info a {
	text-decoration: none;
	color: #22bdef;
}
.more-info a:hover {
	text-decoration: underline;
	color: #22bdef;
}
.gallery-div {
	float: left;
	width: 311px;
	height: auto;
	position: relative;
	margin: 0 20px 32px 0;
}
span .gallery-div {
	float: right;
	margin-right: 8px;
}
.gallery1 {
	float: left;
}
.gallery-hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 308px;
	height: 169px;
	background: rgba(0,0,0, 0.6);
	background: rgb(0, 0, 0, 0.6);
}
.zoom-icon {
	position: absolute;
	left: 132px;
	top: 73px;
	text-align: center;
}
.testimonial-div {
	float: left;
	width: 990px;
	height: auto;
	border-top: 1px solid #EBEBEB;
}
.testimonial h1 {
	text-align: center;
	padding-top: 20px;
	font: bold 22px 'open_sansbold';
	color: #282727;
}
.test-container {
	float: left;
	width: 950px;
	margin: 5px 0 0 20px;
}
.lft-arrow {
	float: left;
	margin: 25px 0 0 0;
}
.rght-arrow {
	float: right;
	margin: 25px 0 0 0;
}
.client-testimonial {
	float: left;
	color: #535252;
	font: italic 18px 'open_sansregular';
	text-align: justify;
	width: 830px;
	/*margin: 0 0 0 36px;*/
}
.client-testimonial span {
	text-align: center;
	font-size: 14px;
	width: 830px;
	float: left;
}
/* end body section*/

/* footer section */
.footer-section {
	float: left;
	width: 100%;
	height: 114px;
	background: #222;
	margin: 38px 0 0 0;
}
.footer ul li {
	display: inline;
}
.footer ul {
	float: left;
	width: 640px;
	height: auto;
	margin: 44px 0 0 0;
}
.footer ul li a {
	float: left;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	text-align: center;
	font: 14px 'open_sansregular';
}
.footer ul li a:hover {
	text-decoration: underline;
}
.footer ul li:last-child a {
	border-right: none;
}
.copyright {
	float: right;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 48px 0 0 0;
	color: #fff;
}
.copyright a {
	text-decoration: none;
	color: #fff;
}
.copyright a:hover {
	text-decoration: underline;
	color: #fff;
}
/* end footer section */
/*.gallery-div:hover {
    opacity: 0.6; 
    filter: alpha(opacity=60);
}*/
/* jquery-method */

span.roll {
    background:url("images/mag.png") center center no-repeat #000;
    /*height: 170px;*/
	height: 250px;
    position: absolute;
    width: 309px;
    z-index: 10;	
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000; 
} 
a.roll {
    background:url("images/mag.png") center center no-repeat #000;
    height: 170px;
    position: absolute;
    width: 311px;
    z-index: 10;	
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000; 
}
#main_content_div{
	text-align:center;
}
#work_links{
    text-align:center;
    width:100%;
}
#work_links ul {
    display: inline;
    float: left;
    height: auto;
    margin: 40px 0 40px 110px;
    width: 790px;
}
#work_links ul li {
    display: inline;
}
#work_links ul li a {
    color: #000000;
    display: inline;
    float: left;
    font: 14px/20px 'oswaldregular';
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-right:1px solid #000000;
}
#work_links ul li a:hover {
	color: #000000;
	text-decoration:underline;
	/*background: rgba(34, 189, 239 ,0.8);
	background: rgb(34, 189, 239, 0.8);*/
}
.heading_desc{
    color: #535252;
    float: left;
    font: 18px 'open_sansregular';
    text-align: justify;
    width: 830px;
}
.gallery_updated{
	color: #535252;
    float: left;
    font: 15px 'open_sansregular';
    text-align: justify;
    width: 100%;
}
#gap_div{
	width:100%;
	float:left;
	height:10px;
}
.main_content_div_outer {
    float: left;
    height: auto;
    margin: 10px 0 30px 8px;
    width: 982px;
}
.three_images_content{
float:left;
width:70%;
}
a.link_class{
	color: #000000;
    display: inline;
    float: left;
    font: 14px/20px 'oswaldregular';
    padding: 0 35px;
    text-align: center;
    text-decoration: none;
}
a.link_class:hover{
	color: #000000;
    display: inline;
    float: left;
    font: 14px/20px 'oswaldregular';
    padding: 0 35px;
    text-align: center;
    text-decoration: underline;
}
.description_td{
	color: #535252;
    float: left;
    font: 15px 'open_sansregular';
    text-align: justify;
    width: 90%;
}
.description_td span{
	color: #FF0000;
}
.description_text{
	color: #535252;
    float: left;
    font: 15px 'open_sansregular';
    text-align: justify;
    width: 90%;
}
.form_lable{
	font: 15px 'open_sansregular';
	color: #535252;
}
.input_type input{
	border:1px solid #7F7F7F;
}
.bold_black_text{
	color: #000000;
    font: 15px 'open_sansregular';
    text-align: justify;
    font-weight:bold;
}
a.link_class_new{
	color: #000000;
    display: inline;
    float: left;
    font: 14px/20px 'oswaldregular';
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
}
a.link_class_new:hover{
	color: #000000;
    display: inline;
    float: left;
    font: 14px/20px 'oswaldregular';
    padding: 0 5px;
    text-align: center;
    text-decoration: underline;
}
.description_td_text {
    color: #535252;
    float: left;
    font: 15px 'open_sansregular';
    text-align: justify;
    padding:0px 50px 0px 10px;
}
.description_td_div{
	float:left;
	padding:0px 50px 0px 50px;
}
a.link_class_new_yello{
	color: #000000;
    display: inline;
    float: left;
    font: 14px/20px 'oswaldregular';
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
}
a.link_class_new_yello:hover{
	color: #000000;
    display: inline;
    float: left;
    font: 14px/20px 'oswaldregular';
    padding: 0 5px;
    text-align: center;
    text-decoration: underline;
}
a.read_more{
	color: #000000;
    display: inline;
    float: left;
    font: 14px/20px 'oswaldregular';
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
}
a.read_more:hover{
	color: #000000;
    display: inline;
    float: left;
    font: 14px/20px 'oswaldregular';
    padding: 0 5px;
    text-align: center;
    text-decoration: underline;
}
.description_td_text_bold {
    color: #535252;
    float: left;
    font: 15px 'open_sansregular';
    text-align: justify;
    font-weight:bold;
    padding:0px 50px 0px 10px;
}
.latest-work_border h1 {
	font: 20px 'oswaldregular';
	color: #424241;
	border-bottom: 1px solid #ebebeb;
	text-transform: uppercase;
	padding-left: 10px;
	float:left;
	width:98%;
}
.description_td_text_simple {
    color: #535252;
    float: left;
    font: 15px 'open_sansregular';
    text-align: justify;
    /*padding:0px 50px 0px 10px;*/
}
.description_td_text_test {
    color: #535252;
    float: left;
    font: 15px 'open_sansregular';
    padding: 0 3px 0 10px;
    text-align: justify;
    
}
#descfull_width{
	width:690px;
	float:left;
}
.descfull_width{
	width:690px !important;
	float:left !important;
}
.description_td_text_simple table#valign_middle tr td{
	vertical-align: middle;
}
.description_td_text table#valign_middle tr td{
	vertical-align: top;
}
span.roll_custom {
    background:url("images/mag.png") center center no-repeat #000;
    height: 183px;
    position: absolute;
    width: 390px;
    z-index: 10;	
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000; 
} 
span.roll_custom2{
    background:url("images/mag.png") center center no-repeat #000;
    height: 270px;
    position: absolute;
    width: 390px;
    z-index: 10;	
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000; 
} 
span.roll_custom3{
    background:url("images/mag.png") center center no-repeat #000;
    height: 250px;
    position: absolute;
    width: 170px;
    z-index: 10;	
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000; 
} 
span.roll_custom4{
    background:url("images/mag.png") center center no-repeat #000;
    height: 250px;
    position: absolute;
    width: 400px;
    z-index: 10;	
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000; 
} 
span.roll_custom5{
    background:url("images/mag.png") center center no-repeat #000;
    height: 250px;
    position: absolute;
    width: 325px;
    z-index: 10;	
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000; 
}
span.roll_custom6{
    background:url("images/mag.png") center center no-repeat #000;
    height: 250px;
    position: absolute;
    width: 200px;
    z-index: 10;	
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000; 
}  
span.roll_custom7{
    background:url("images/mag.png") center center no-repeat #000;
    height: 250px;
    position: absolute;
    width: 355px;
    z-index: 10;	
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000; 
} 
.descfull_width_new{
	width:890px !important;
	float:left !important;
}
.descfull_small{
	width:450px !important;
	float:left !important;
}
.descfull_auto{
	width:450px !important;
}
#bottom_align tr td{
vertical-align:bottom !important;
}
img.example-image{
	width:100%;
	height:250px;
	transition-property:width;
	-moz-transition-property: width; /* Firefox 4 */
	-webkit-transition-property:width; /* Safari and Chrome */
	-o-transition-property:width; /* Opera */

	transition-duration: 4s;
	-moz-transition-duration: 4s; /* Firefox 4 */
	-webkit-transition-duration: 4s; /* Safari and Chrome */
	-o-transition-duration: 4s; /* Opera */

	transition-timing-function: linear;
	-moz-transition-timing-function: linear; /* Firefox 4 */
	-webkit-transition-timing-function: linear; /* Safari and Chrome */
	-o-transition-timing-function: linear; /* Opera */ 
}
img.example-image:hover{
	width:100%;
	height:250px;
	opacity:0.6 !important;
	transition-property:width;
	-moz-transition-property: width; /* Firefox 4 */
	-webkit-transition-property:width; /* Safari and Chrome */
	-o-transition-property:width; /* Opera */

	transition-duration: 4s;
	-moz-transition-duration: 4s; /* Firefox 4 */
	-webkit-transition-duration: 4s; /* Safari and Chrome */
	-o-transition-duration: 4s; /* Opera */

	transition-timing-function: linear;
	-moz-transition-timing-function: linear; /* Firefox 4 */
	-webkit-transition-timing-function: linear; /* Safari and Chrome */
	-o-transition-timing-function: linear; /* Opera */ 
}
.three-packages-div_photos {
	float: left;
	width: 982px;
	height: auto;
	margin: 0 0 0 0; 
}
.gallery-div_obx {
	float: left;
	width: 311px;
	height: auto;
	position: relative;
	margin: 0 10px 32px 0;
}
span .gallery-div_obx {
	float: right;
	margin-right: 8px;
}
span.roll_obx{
    background:url("images/mag.png") center center no-repeat #000;
    height: 250px;
    position: absolute;
    width: 355px;
    z-index: 10;	
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000; 
}
