@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-reg-webfont.eot');
    src: url('fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-reg-webfont.woff') format('woff'),
         url('fonts/lato-reg-webfont.ttf') format('truetype'),
         url('fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helvetica_inserat_lt_stdRg';
    src: url('fonts/helveticainseratltstd-roman-webfont.eot');
    src: url('fonts/helveticainseratltstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticainseratltstd-roman-webfont.woff') format('woff'),
         url('fonts/helveticainseratltstd-roman-webfont.ttf') format('truetype'),
         url('fonts/helveticainseratltstd-roman-webfont.svg#helvetica_inserat_lt_stdRg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), 
	   url('fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), 
	   url('fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), 
	   url('fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bol_0-webfont.eot');
    src: url('../fonts/lato-bol_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bol_0-webfont.woff') format('woff'),
         url('../fonts/lato-bol_0-webfont.ttf') format('truetype'),
         url('../fonts/lato-bol_0-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}
body { 
margin : 0;
padding : 0;
font-size:14px;
color : #7d7d7d; 
background:#ffffff;
font-family: 'latoregular';
}

*{
 margin: 0; padding: 0; 
}
a{
	text-decoration: none!important;
	color:#999;
	outline: none!important;
	border: none;
}
a:hover {
    color: #000;
    transition:all 0.5s ease-in;
     -moz-transition:all 0.5s ease-in;
      -webkit-transition:all 0.5s ease-in;
}
h1, h2, h3, h4, h5, h6 {
	line-height:normal;
	font-weight : normal;
}
ol, ul, dl, address { color: #7d7d7d; }
ol, ul{
	list-style-type: none;
	margin:0 ;padding: 0; 
 }
img {
width: auto\9;
height: auto;
max-width: 100%;
border: 0;
-ms-interpolation-mode: bicubic;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/*=========================================Custom Css Added========================*/
/*.container{
	width:990px;
	margin: 0 auto;
	position: relative;
	top: -10px;
}*/
.hdr_main{
	background:#0077c0;
	border-top:3px solid #004577; 
	padding: 40px 0 10px;
}
.logo{
	float: left;
}
.rgt_hdr{
	float: right;
}
.hdr_contact {
    display: block;
    text-align: right;
    margin-right: 20px;
}
.hdr_contact img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.hdr_contact a{
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	font-size: 20px;
}
.hdr_contact a:hover {
	color:#fff;
}
ul.cssmenu ,
ul.cssmenu li,
ul.cssmenu span,
ul.cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
.cssmenu:after,
.cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
ul.cssmenu li a {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  line-height: 34px;
  padding: 0 20px;
  text-decoration: none;
  font-family: 'latoregular';
  border:1px solid transparent; 
  text-transform:uppercase;
}
ul.cssmenu{
	margin-top: 10px;
}
ul.cssmenu  {
  list-style: none;
}
ul.cssmenu {
  float: left;
}
ul.cssmenu > li {
  float: left; 
     
  box-shadow: -1px 1px 6px 1px rgba(255, 255, 255, 0) inset;
}
ul.cssmenu > li a{
	border-radius: 4px 4px 0 0;
	  -moz-border-radius: 4px 4px 0 0;
	   -webkit--border-radius: 4px 4px 0 0;
}
/*#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0077c0;
  margin-left: 0;
}*/
/*ul.cssmenu li:first-child a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
ul.cssmenu li:last-child a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}*/
ul.cssmenu li.active a {
	background: #ffffff;
}
ul.cssmenu li:hover > a {
	/*border:1px solid #006eb1;*/
	background: #ffffff;
  	box-shadow: -1px 1px 6px 1px rgba(255, 255, 255, 0.1) inset; 
  	-moz-box-shadow: -1px 1px 6px 1px rgba(255, 255, 255, 0.1) inset;
  	-webkit-box-shadow: -1px 1px 6px 1px rgba(255, 255, 255, 0.1) inset;
	color:#000000;
	font-family: 'latoregular';
	 border-radius: 4px 4px 0 0;
	  -moz-border-radius: 4px 4px 0 0;
	   -webkit--border-radius: 4px 4px 0 0;
}
.cssmenu ul .has-sub:hover a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000;
    
}
/*#cssmenu ul li:hover{
	  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3) inset;
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 10px;
}*/


/**/
ul.cssmenu ul.sub-menu {
  z-index: 1;
  margin: 0px;
}
ul.cssmenu ul.sub-menu li a{
	border-radius: 0px;
}
ul.cssmenu ul.sub-menu li:first-child a{
	border-radius: 0px;
}
ul.cssmenu ul.sub-menu li:last-child a{
	border-radius: 0px;
}
ul.cssmenu li:hover > ul.sub-menu {
  display: block;
}
ul.cssmenu  ul.sub-menu {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0px;
  list-style: none;
/*  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) inset;
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 10px;*/
}
ul.cssmenu  ul.sub-menu li {
  *margin-bottom: -1px;
}
ul.cssmenu  ul.sub-menu li a {
  background: #ffffff;
  border-bottom: 1px solid #dbdbdb;
  filter: none;
  font-size: 14px;
  text-transform:uppercase;
  display: block;
  line-height: 120%;
  padding: 10px 20px;
  color: #000000;
  font-family: 'latoregular';
 }
ul.cssmenu  ul.sub-menu li:hover a {
  background: #0077c0; color: #fff;
}
ul.cssmenu ul.sub-menu :hover > a{
	background: #fff;
	
}
/*..........*/
ul.cssmenu li:hover ul.sub-menu {
  display: block;
}
ul.cssmenu li ul.sub-menu {
  position: absolute;
}
.cssmenu .has-sub .has-sub ul li a {
  background: #0077c0;
  border-bottom: 1px solid #6db2d0;
  color: #fff;
}
.cssmenu .has-sub .has-sub ul li a:hover {
  background: #095c80;
}
.cssmenu .has-sub ul{
	/*border-radius: 5px 5px 0 0;*/
	border:1px solid #0077c0;
	border-top:0px;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; width:100%;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;max-height: 420px;overflow: hidden;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 12px; }
.flex-direction-nav .flex-prev {left: 12px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
.flex-control-nav{display: none;}

.maintextpart {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 64px;;
    width: 990px;
}
.maintextpart .banner-text-title{
	text-align:  center;
	text-transform: uppercase;
	color:#fefefe;
	font-size: 48px;
	font-family: 'latobold';
	font-weight: bold;
}
.flex-caption {
    height: 100%;
    padding: 9px 0;
    position: absolute;
    top: 22%;
    width: 70%;
    left:4%;
}
.maintextpart h2{
	color:#fff;
	font-size: 24px;
	font-family: 'latoregular';
	padding: 30px 0;
}
.know_morebtn{
	display: inline-block;
	background: #ff9600;
	width:241px;
	height:52px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-align: center;
	color:#fff;
	font-size: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 auto;
	line-height: 54px;
}
.know_morebtn:hover{
	background: #0077c0;
	color: #fff;
	transition:all 0.5s ease-in;
	-moz-transition:all 0.5s ease-in;
	-webkit-transition:all 0.5s ease-in;
}
.bluepart_cover{
	position:relative;
	margin-top: -50px;
	background: #fff;
}
.bluepart_cover:after{
	background: #f7f7f7;
	content: "";
    height: 90%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.mainpartbody{
	background: url(images/bg.png) no-repeat center center, #ffffff;
	margin-bottom: 20px;
}
.bluepart{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #0077c0; /* Old browsers */
	background: -moz-linear-gradient(top,  #0077c0 0%, #004772 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0077c0), color-stop(100%,#004772)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0077c0 0%,#004772 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0077c0 0%,#004772 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0077c0 0%,#004772 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0077c0 0%,#004772 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077c0', endColorstr='#004772',GradientType=0 ); /* IE6-9 */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	margin-left: -30px;
	margin-right: -30px;
	position: relative;
	display: block;
	overflow: hidden;
	top: -25px;
}
.left_blue{
	width:23%;
	float: left;
	color:#fff;
	font-size: 16px;
	font-family: 'latoregular';
	font-weight: bold;
	text-transform: uppercase;
	padding: 2.5% 3%;
		box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	line-height: 38px;
}
.rgt_blue{
	width:74%;
	float: left;
	background: url(images/shadow.png) no-repeat left;
	/*min-height: 114px;*/
	padding: 0 0 0 20px;
}
.inpt_txt{
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #636363;
	font-size: 14px;
	font-family: 'latoregular';
	width:155px;
	min-height: 50px;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;	
	border:none;
	outline: none;
	margin-left: 9px;
	margin-top: 0px;
}
.inpt_submit{
	width:98px;
	height: 50px;
		box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
		border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #ff9600;
	color: #fff;
	font-size: 14px;
	font-family: 'latoregular';
	outline: none;
	border: none;
	/*margin-top: 36px;*/
	margin-top: 20px;
	margin-left: 9px;
	text-transform: uppercase;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.inpt_submit:hover{
	background:#0077C0; 
	transition:all 0.5s ease-in;
	-moz-transition:all 0.5s ease-in;
	-webkit-transition:all 0.5s ease-in;
}
.perthpart{
	padding-top: 20px;
	margin: 8px 0;
}
.perthpart p{
	margin-bottom: 10px;
}

.perthpart h1{
    border-bottom: 1px solid #107FC3;
	padding-bottom: 8px;
	color: #0077c0;
	font-family: 'latoregular';
	font-size: 22px;
	padding-bottom: 7px;
	border-bottom: 1px solid #1180c4;
	font-size: 28px;
	margin: 8 0 0px 0;
}
.perthpart h2{
	color: #0077c0;
	font-size: 24px;
	margin: 8px 0;
}

.perthpart h3{
	color: #0077c0;
	font-size: 22px;
	margin: 18px 0 8px;
}
.perthpart h4{
	color: #0077c0;
	font-size: 20px;
	margin: 8px 0;
}
.perthpart h5{
	color: #0077c0;
	font-size: 18px;
	margin: 8px 0;
}
.perthpart h6{
	color: #0077c0;
	font-size: 16px;
	margin: 8px 0;
}

.part_perth{
	padding: 40px 0;
	display: block;
	float: left;	
	width:48%;		
	margin-left: 0;
	margin-right: 2%;
}

.part_perth.last{
	margin-left: 2%; 
	margin-right: 0;
}

.part_perth:nth-child(2n+1){
	margin-right:0;
}
.part_perth h1{
    border-bottom: 1px solid #107FC3;
	padding-bottom: 8px;
	display: inline-block;
	color: #0077c0;
	font-family: 'latoregular';
	font-size: 28px;
	margin: 8px 0 0;
}
.part_perth h2{
	color: #0077c0;
	font-size: 24px;
	margin: 8px 0;
}
.part_perth h3{
	color: #0077c0;
	font-size: 22px;
	margin: 8px 0;
}
.part_perth h4{
	color: #0077c0;
	color:#353535;
	font-family: 'latoregular';
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	padding-bottom: 20px;
}
.part_perth h5{
	color: #0077c0;
	font-size: 18px;
	margin: 8px 0;
}
.part_perth h6{
	color: #0077c0;
	font-size: 16px;
	margin: 8px 0;
}

.part_innerparth{
	border:1px solid #d8d8d8;
		box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
		border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	

}

.part_innerparth h1{
    border-bottom: 1px solid #107FC3;
	padding-bottom: 8px;
	display: inline-block;
	color: #0077c0;
	font-family: 'latoregular';
	font-size: 28px;
	margin: 8px 0 0;
}
.part_innerparth h2{
	color: #0077c0;
	font-size: 24px;
	margin: 8px 0;
}

.part_innerparth h3{
	color: #0077c0;
	font-size: 22px;
	margin: 8px 0;
}

.part_innerparth h4{
	color: #0077c0;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 0;
	background: #f4f4f4;
}
.part_innerparth h5{
	color: #0077c0;
	font-size: 18px;
	margin: 8px 0;
}
	color: #0077c0;
.part_innerparth h6{
	font-size: 16px;
	margin: 8px 0;
}

.part_innerparth img{
	display: block;
	max-width: 100%;
}
.part_innerparth p{
	color:#636363;
	font-size: 16px;
	/*border:1px solid #d8d8d8;*//*29 may*/
		box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
		/*border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	*/	/*29 may*/
	line-height: 20px;
	text-align: center;
	background: #f4f4f4;
	padding: 10px;
	margin-bottom:0;
	
}
.part_innerparth p a{
	color: #ff9600;
	font-size: 18px;
	display: block;
	padding: 10px 0 0;
}
.part_innerparth p a:hover{
	color: #0077c0;
}
.aboutus_part{
	background: #ececec;
	
}
.abtus_lft{
	width:64%; float: left;
}
.abtus_full{width: 100%;text-align: left;}
.abtus_full .hentry{max-width: 100%;margin: 0px;}
.quicklink {
    float: right;
    width: 29%;
}
.abtus_full .content-sidebar{width: 100%;padding: 0px;float: none;margin: 0px;}
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0{margin: 6px!important;}

.quickbrder{
	border-bottom:1px solid #dbdbdb;
}

.quickbrder h1{
    border-bottom: 1px solid #107FC3;
	padding-bottom: 8px;
	display: inline-block;
	display: inline-block;
	color: #0077c0;
	font-family: 'latoregular';
	font-size: 28px;
	margin: 8px 0 0;
}
.quickbrder h2{
	color: #0077c0;
	font-size: 24px;
	margin: 8px 0;
}

.quickbrder h3 {
    border-bottom: 1px solid #107FC3;
    color: #0077c0;
    display: inline-block;
    font-size: 22px;
    min-width: 200px;
    padding-bottom: 10px;
}
.quickbrder h4{
	color: #0077c0;
	font-size: 20px;
	margin: 8px 0;
}
.quickbrder h5{
	color: #0077c0;
	font-size: 18px;
	margin: 8px 0;
}
.quickbrder h6{
	color: #0077c0;
	font-size: 16px;
	margin: 8px 0;
}

.abtus_lft_cvr{
	padding: 50px 0;
}
.loremtext_part{
	padding: 15px 0 0 0;
}
.loremtext_part p{
	color:#636363;
	font-size: 16px;
	line-height: 23px;
	font-family: 'latoregular';
/*padding-bottom: 13px;*/
}

.loremtext_part h2 {
	font-size: 24px;
	color: #0077c0;
}
.loremtext_part h3 {/*4.7.14*/
	font-size: 22px;
	color: #0077c0;
}
.loremtext_part h4 {
	font-size: 20px;
	color: #0077c0;
}
.loremtext_part h5 {
	font-size: 18px;
	color: #0077c0;
}
.loremtext_part h6{
	font-size: 16px;
	color: #0077c0;
}
.loremtext_part ul,.loremtext_part ol{
margin-left:4px;
}
.loremtext_part li {/*4.7.14*/
font-size: 16px;
line-height:23px;
margin-bottom:4px;
list-style:none;
padding-left:24px;
color:#636363;
background:url(http://roof-repairs-perth.net.au/wp-content/uploads/2014/07/1404914915_Tick1.png) no-repeat left 7px;
}

.quick_picture {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    font-size: 0;
    margin-top: 29px;
    overflow: hidden;
    padding: 6px;
}
.quick_picture img{
	max-width: 100%;
}
.clientpart{
	background: #ececec;
	box-shadow: 0 21px 24px -8px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 21px 24px -8px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0 21px 24px -8px rgba(0, 0, 0, 0.2) inset;
	padding: 35px 0;
}
.client_in{
	width:100%;
}
.client_in a{
	display: inline-block; margin-left: 38px;
}
.client_in a img{
	display: inline-block;
}
.client_in a:first-child{
	margin-left: 0;
}
.ftr_main{
	background: url(images/ftr_bg.png) no-repeat bottom right, #3c3c3c;
	border-top:3px solid #0077c0;
}
.ftr_up{
	padding: 30px 0;
}
.ftr_inner{
	width:20%;
	display: inline-block;
	vertical-align: top;
}
.ftr_inner h4{
	color:#fcfcfc;
	font-size: 15px;
	padding-bottom: 10px;
}
.ftr_inner p{
	color: #919191;
	font-size: 12px;
	font-family: 'latoregular';
	line-height: 18px;
	padding-bottom: 20px;
}
.ftr_inner p a{
	color: #919191;
	font-size: 12px;
	font-family: 'latoregular';
	line-height: 18px;
	padding-bottom: 20px;	
}
.ftr_inner p a:hover{
	color: #fff;
}
.ftr_inner ul.moreinfo{
	margin: 0;
	padding: 0;
}
.ftr_inner ul.moreinfo li{
	display: block;
}
.ftr_inner ul.moreinfo li a{
	color: #919191;
	font-size: 12px;
	font-family: 'latoregular';
	line-height: 18px;
	padding-bottom: 20px;	
}
.ftr_inner ul.moreinfo li a:hover{
	color: #fff;
}
.iconpart{
	margin: 0 0 10px 0;
}
.iconpart a{
	display: inline-block;
	vertical-align: middle;
	 font-family: 'FontAwesome';
	 position: relative;
	 font-size: 15px;
	 border-radius: 50px;
	 -moz-border-radius: 50px;
	 -webkit-border-radius: 50px;
	 color:#3c3c3c;
	 background: #797979;
	 width:25px;
	 height:25px;
}
.iconpart span{
	display: inline-block;
	vertical-align: middle;
	color: #929292;
	font-size: 12px;	
	padding-left: 5px;
}
.fb:before{
    content:  "\f09a";
    position: absolute;
    top: 5px;
    left:9px;
}
.fb:hover{
	color: #fff;
	background: #3c5a9a;
}
.in:before{
	content:  "\f0e1";
    padding-right: 0;
    position: absolute;
    top: 4px;
    left: 6px;
}
.in:hover{
	background: #0173b2;
	color: #fff;
}
.tw:before{
	content:"\f099";
    padding-right: 0;
    position: absolute;
    top: 5px;
    left: 5px;
}
.tw:hover{
	background: #2daae1;
	color: #fff;
}
.rss:before{
	content:"\f09e";
    padding-right: 0;
    position: absolute;
    top: 5px;
    left: 7px;
}
.rss:hover{
	background: #f08421;
	color: #fff;
}
.iconpart_cvr{
	margin-top: 5px;
}
.gap{
	margin-left: -2%;
}
.ftr_dwn{
	border-top:1px solid #484848;
	padding: 26px 0;
}
.lft_navftr{
	float: left;
	width:70%;
}
.lft_navftr ul.footer-menu{
	margin: 0;
	padding: 0;
}
.lft_navftr ul.footer-menu li{
	display: inline-block;
	vertical-align: middle;
}
.lft_navftr ul.footer-menu li a{
	color: #929292;
	font-size: 12px;
	border-left: 1px solid #929292;
	padding: 0 5px;
}
.lft_navftr ul.footer-menu li:first-child a{
	border-left:none;
}
.lft_navftr ul.footer-menu li:hover a{
	color:#fff;
}
.bannerpart{
	position: relative;
}

.bannerpart > img {
    width: 100%;
}
.bannerpart .maintextpart {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 36px;
    width: 990px;
}
.request_loginpart{
	background: #3c3c3c;
	border-radius: 4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.request_loginpart img{
	float: right; padding: 1px;
}
.cvr_quickbrdr{
	margin: 20px 0 0 0;
}

.copyrght {
    color: #929292;
    float: right;
    font-size: 12px;
    text-align: right;
    width: 30%;
}
.request_loginpart h4 {
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    padding-left: 6%;
    text-align: center;
    text-transform: uppercase;
}
.cover_loginpart{
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border:1px solid #d8d8d8;
	background: #ffffff;
	margin-bottom: 29px;
}
.loginpartform{
	padding: 23px 19px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top:3px solid #0077c0;
	margin-top: 1px;
}
.loginpartform p{
	 margin-bottom:0px;
}
.frm_sideinpt{
	width:100%;
	background: #fff;
	padding: 10px;
	border:1px solid #e0e0e0;
		box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #636363;
	font-size: 14px;
	margin-bottom: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.wpcf7-form img{ margin-bottom:5px;}
.frm_sideinpt_btn{
	display: block;
	background: #ff9600;
	border:1px solid #d77e00;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-transform: uppercase;
	text-align: center;	
		border:1px solid #e0e0e0;
		box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	outline: none;
	cursor: pointer;
}
.navigation_right{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top:3px solid #0077c0;
	margin-top: 1px;
}
.navigation_right ul{
	margin: 0;
	padding: 0;
}
.navigation_right ul li{
	display: block;
background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top,  #f4f4f4 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f4f4f4 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.navigation_right ul li a{
	color:#3c3c3c;
	font-size: 15px;
	padding: 12px 18px;	
	display: block;
}
.navigation_right ul li:hover a{
	background: #0077C0;
	color: #fff!important;
}
.tableview{
	margin: 0;
}

/*@media screen and (max-width: 1200px){
	.tableview {
	   display: table;
       min-width: 1200px;
	}
}*/

.loremtext_part div p{margin-top: 0px;}

.navigation_right .widget{margin-bottom: 0px;}

#wpcf7-f125-p49-o1{max-width: 360px;}
#wpcf7-f125-p49-o1 .textareaform{height: auto;}
#wpcf7-f125-p49-o1 .frm_sideinpt_btn{width: auto;padding: 10px 30px;}
.quick_picture .widget{margin-bottom:0px;}
.quick_picture .widget h1{display:none;}

.entry-content h1{
    border-bottom: 1px solid #107FC3;
	padding-bottom: 8px;
	display: inline-block;
	color: #0077c0;
	font-family: 'latoregular';
	font-size: 28px;
	margin: 8px 0 0;
}

.entry-content h2{
	color: #0077c0;
	font-size: 24px;
	line-height: 33px;
	margin: 12px 0;
}
.entry-content h3{
	color: #0077c0;
	font-size: 22px;
	margin: 8px 0;
}
.entry-content h4{
	color: #0077c0;
	font-size: 20px;
	margin: 8px 0;
}
.entry-content h5{
	color: #0077c0;
	font-size: 18px;
	margin: 8px 0;
}
.entry-content h6{
	color: #0077c0;
	font-size: 16px;
	margin: 8px 0;
}


.navigation_right .navigation.site-navigation.secondary-navigation{
	width: 100%;
	margin: 0;
}

.sub-title{
	color: #0077c0;
}

.slant{
	font-style: italic;
}

.center{
	text-align: center;
}

.not-underlined{
	text-decoration: none;
	border-bottom: none !important;
}
.no-padding{
	padding:0px;
}
.no-padding.bottom{
	padding-bottom: 0px;
}
.center-align{
	text-align: center;
}
.blue{
	color: #0077c0;
}

.place-margin{
	margin: 8px 0;
}
.margin-bottom{
	margin-bottom: 8px;
}
.margin-top{
	margin-top: 8px;
}
.entry-content p{
	margin-bottom: 10px;
}

.loremtext_part{}










































.navbar ul {
	margin: 0;
	padding: 0;
}
.navbar ul li {
	display: inline-block;
	position: relative;
}
.navbar ul li a {
	font-family: 'latoregular';
	font-size: 15px;
	line-height: 34px;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
}
.navbar ul li ul {
	display: none;
	position: absolute;
	top: 100%;
	min-width: 230px;
	background: #fff;
	z-index: 9;
}
.navbar ul li:hover ul {
	display: block;
}
.navbar ul li ul li {
	display: block;
}
.navbar ul li:hover a {
	box-shadow: -1px 1px 6px 1px rgba(255, 255, 255, 0) inset;
	-moz-box-shadow: -1px 1px 6px 1px rgba(255, 255, 255, 0) inset;
	-webkit-box-shadow: -1px 1px 6px 1px rgba(255, 255, 255, 0) inset;
}
.navbar ul li ul li a {
	color: #000;
}
.navbar ul li ul li:hover a {
	background: none repeat scroll 0 0 #0077c0;
	color: #fff;
	border-radius: 0;
}
.navbar ul li:hover a {
    background: none repeat scroll 0 0 #fff;
    box-shadow: -1px 1px 6px 1px rgba(255, 255, 255, 0) inset;
    color: #000;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.inpt_txt {
	width:19.5%;
}
.left_blue{
	margin: 0;
}
.part_perth{
	margin-right: 75px;
}
.part_innerparth p{margin: 0;}
.part_innerparth h4{margin: 0;}
.client_in a {margin-left: 33px;}
.in_ftr:before {
	content: "\f0e1";
	padding-right: 0;
	position: absolute;
	top: 4px;
	left: 6px;
}
.in_ftr:hover {
	background: #0173b2;
	color: #fff;
}
/*line 668 border-radius please remove*/
/*line 83 remove*/
/*line 843 to 853 please remove*/
.iconpart {
    display: block;
    margin: 0 0 10px;
}
.quick_picture{
	margin: 0 0 29px 0;
}
.cvr_quickbrdr {margin: 0;}
.iconpart div {
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
	position: relative;
	font-size: 15px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	color: #3c3c3c;
	background: #797979;
	width: 25px;
	height: 25px;
}
.iconpart:hover span {
    color: #fff;
}
.iconpart:hover .fb {
	color: #fff;
	background: #3c5a9a;
}
.iconpart:hover .tw{
	background: #2daae1;
	color: #fff;
}
.iconpart:hover .rss{
	background: #f08421;
	color: #fff;
}
.iconpart:hover .in_ftr {
    background:#0173b2;
    color: #fff;
}
.collapse {
    display: block;
    margin: 10px 0 0;
}
.rgt_hdr {
    float: right;
    margin: 10px 0 0;
	position:relative;
	z-index:9999;
}
.quickbrder h3{
	margin: 0;
}
.request_loginpart h4{
	margin: 0; width:80%;
}
.loremtext_part h4 {
    color: #0077c0;
    font-family: 'latoregular';
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 8px;
    margin: 0;
}
.mrgn{margin-top: 29px;}
.perth_part_cvr{margin-top: 45px;}
.perthpart h3{margin: 0;}
.quick_picture_one{
    background: none repeat scroll 0 0 #ffffff;
    display: block;
    font-size: 0;
    margin-top: 29px;
    overflow: hidden;
   border:4px solid #d8d8d8;
   position: relative;
}
.contactnumber{
	position: absolute;
	bottom:32px;
	left: 8px;
	color: #fff;
	font-size: 18px;
	z-index: 9;
	font-weight: bold;
	text-transform: uppercase;
	pointer-events: none;
}
.contactnumber span {
    display: block;
    font-size: 16px;
}
.maintextpart h3 {
	text-align: center;
	text-transform: uppercase;
	color: #fefefe;
	font-size: 48px;
	font-family: 'latobold';
	font-weight: bold;
	margin: 0;
}
.gallerypart{
 	position: relative;
 	z-index: 9;
 	padding-bottom: 20px;
 }
.gallerypart h3{
	color: #2e2e2e;
	font-size: 26px;
	font-family: 'HelveticaNeueLTCom67MediumCondensed';
	text-align: left;
	margin-bottom: 25px;
}
.gallerypic {
    display: inline-block;
    height: 150px;
    margin: 0 4px 6px;
    overflow: hidden;
    position: relative;
    width: 180px;
}
.galleryladypart{
	position: absolute;
	left:0;
	bottom: 0;
}
.gallerywhite h2{
	color: #62350c;
	font-size: 60px;
	font-family: 'gabriolaregular';
	margin-top: 0;
	font-style:italic; 
}
span.roll {
    background:url(images/mag.png) center center no-repeat #000;
    min-height:150px;
    position: absolute;
    width: 100%;
    z-index: 10;	
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000; 
} 
 span.rollover {
	opacity: 1;
	width: 100%;
	height:100%;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url(images/hover_img.png) center center no-repeat #000;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	opacity: 0;
}
span.rollover:hover {
	opacity: 0.4;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}
/*Nivo css*/
.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
}
.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}
 
.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	background: #666;
	background: rgba(0,0,0,0.6); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(images/loading.gif) no-repeat 50% 50%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
	opacity: 1; 
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
	background-image: url(images/prev.png); 
	border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
	background-image: url(images/next.png); 
	border-radius: 3px 0 0 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	display: block;
	background: url(images/close.png) no-repeat 5px 5px;
	width: 34px;
	height: 34px;
	text-indent: -9999px;
	padding: 5px;
	opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	 border: 5px solid #fbf0e3;    
	 border-radius: 5px;
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;     
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {

	.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
		background-image: url(images/loading@2x.gif); 
		background-size: 32px 32px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-prev { 
		background-image: url(images/prev@2x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-next { 
		background-image: url(images/next@2x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-close { 
		background-image: url(images/close@2x.png); 
		background-size: 16px 16px;
	}
	
}
.thumbs {
    margin: 25px 0 45px;
    text-align: center;
}
.contactnumber:hover{
	color: #fff;
} 
.fb:before{top:3px;}
.in_ftr:before{top:2px;}
.tw:before {top: 2px;left: 6px;}
.rss:before{top: 3px;}
.part_perth{ padding: 40px 0 0;}
.part_perth h4{margin: 0;}
.perthpart {padding: 45px 0;}
.quickpicture_total { margin-top: 29px;}



/*Added 08-09-14 */
.clientpart .container{
	padding-left: 0;
	padding-right: 0;
}
@media screen and (max-width: 768px) {
	.rgt_hdr {
    position: unset;
}
}