@charset "utf-8";
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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline: none;
	padding: 0px;
	margin: 0px
}
body {
	margin: 0 auto;
	background: #ccc url('../images/body-bg.png') repeat;
	color: #7A7A7A;
	line-height: 24px;
	font-family: "Tahoma", Helvetica, Arial;
	font-size: 13px
}
::selection {
	color: #fff;
	background: #F60
}
::-moz-selection {
 color:#fff;
 background:#F60
}
img {
	border: none;
	max-width: 100%
}
a {
	color: #000;
	text-decoration: none !important;
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out
}
a:hover, .custom_block1 li.active a, .custom_block1 li.active a i, .twitter_row .tweet a:hover, .preve:hover, .nexte:hover, .breadcrumbIn ul li a:hover, .tags a:hover {
	color: #F60
}
h1, h2, h3, h4, h5, h6 {
	color: #484747;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: "Oswald", Tahoma, Arial;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}
h1 {
	font-size: 32px
}
h2 {
	font-size: 26px
}
h3 {
	font-size: 20px
}
h4 {
	font-size: 18px
}
h5 {
	font-size: 14px
}
h6 {
	font-size: 12px
}
p {
	margin-bottom: 30px
}
.m0{
	margin:0px;
}
p:last-child {
	margin-bottom: 0
}
strong {
	font-weight: bold
}
em {
	font-style: italic
}
ol {
	padding: 0;
	margin: 0
}
ol li {
	list-style: decimal;
	padding: 0 0 10px 0;
	margin: 0 0 0 20px;
	line-height: 24px
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
cite {
	float: right;
	padding: 0 0 5px 0
}
hr {
	background: #e6e6e6;
	border: 0;
	clear: both;
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 20px 0;
	position: relative
}
pre {
	color: #333;
	white-space: initial;
	border-radius: 3px;
	background: #ccc;
	border-left: 8px solid #1ABC9C;
	padding: 14px 20px;
	white-space: initial;
	margin: 5px 0 20px 0;
	overflow: auto;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
code {
	color: #333;
	background: #ccc;
	border-left: 8px solid #1ABC9C;
	padding: 14px 20px;
	border-radius: 3px;
	margin: 5px 0 20px 0;
	clear: both;
	display: block;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
iframe {
	max-width: 100%;
}
mark {
	padding: 3px 5px;
}
textarea {
	white-space: pre;
	resize: none;
}
.sticky {
	position: fixed !important;
	z-index: 1000;
	top: 0;
	left:0;
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: #FFF;
	background: rgba(255, 255, 255, 0.94);
}
#layout {
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.full {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.head {
	position: relative;
	border-top: 8px solid #f5f5f5;
}
.logo {
	float: left;
	margin: 10px 0;
}
.site_description {
	margin: 3rem 0rem 3rem 2rem;
	float: left;
}
.site_description h2{
	font-family: "Tahoma", Helvetica, Arial;
	border-left: 1px solid #DCDCDC;
	text-transform: none;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #BFBFBF;
	line-height: 26px;
	padding: 0 0 0 20px;
}
#header .search {
	float: right;
}
#header .search form {
	position: relative;
	margin: 42px 0;
}
#header .search input {
	margin: 0;
	padding: 0 10px;
	line-height: 24px;
	height: 32px;
	border: 0;
	border-bottom: 1px solid #E8E8E8;
	font-size: 11px;
	color: #C5C5C5;
	width: 165px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#header .search input:focus {
	box-shadow: none;
	width: 180px;
	color: #191919;
	border-bottom: 1px solid #f60
}
#header .search button {
	position: absolute;
	top: 3px;
	right: 12px;
	background: none;
	border: 0;
	color: #b8b8b8;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#header .search button:hover {
	color: #f60
}
.headdown {
    border-top: 4px solid #f5f5f5;
    border-bottom: 8px solid #f5f5f5;
    color: #000;
}




.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999;
}
.sf-menu {
	line-height: 1.0;
	float: left;
	padding: 0;
	position: relative;
	margin: 0
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 265px;
}
.sf-menu ul li { 
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background: #3a3a3a
}
.sf-menu ul li:hover, .sf-menu li li.current { 
	background: #303030
}
.sf-menu li:hover { visibility: inherit }
.sf-menu li {
	float: left;
	position: relative;
	padding: 0
}
.sf-menu li li {
	border-top: 1px solid #474747;
	border-bottom: 1px solid #303030;
	margin:0;
	padding: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease
}
.sf-menu li li:first-child {border-top: 0}
.sf-menu li li:last-child {border-bottom: 1px solid transparent}
.sf-menu li li li:first-child {border-top: 1px solid transparent}
.sf-menu li li a {
	padding: 8px 4px;
	line-height: 20px;
	color: #fff;
	text-transform: none;
	letter-spacing: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sf-menu ul ul:before {
	position: absolute;
	width: 0 !important; 
	padding: 0 !important; 
	margin: 0 !important; 
	height: 0 !important;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	left: 0;
	top: 0
}
.sf-menu i {
	margin-right: 8px
}
.sf-menu a {
	display: block;
	position: relative;
	color: #969595;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 16px 20px;
	margin-bottom: -8px;
	border-bottom: 6px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sf-menu li li a {
	border:0
}
.sf-menu li:hover > a, .sf-menu li > a:hover, .sf-menu li.current > a {
	color: #f60;
	border-bottom: 8px solid #f60;
}
.sf-menu li.current > a:before {
	content: close-quote;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 0px;
	height: 0px;
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-bottom: 6px solid #F60;
}
.sf-menu li li:hover > a:before, .sf-menu li li > a:before:hover, .sf-menu li li.current > a:before {
	content: '';
	border: 0
}
.sf-menu li li:hover > a, .sf-menu li li > a:hover, .sf-menu li li.current > a {
	border-bottom: 0;
	color: #fff;
}
.sf-menu li li a {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0px;
	z-index:	 999;
	top: 52px;
	padding: 0;
	-webkit-animation: floating .5s;
	animation: floating .5s;
}
.sf-menu li:hover ul li ul, .sf-menu li.sfHover ul li ul  {
	left: 201px;
	z-index: 999;
	top: 0px !important;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
.sf-menu li:hover ul li ul li ul, .sf-menu li.sfHover ul li ul li ul{
	/**left: 171px;**/
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {padding-right: 30px;min-width: 1px}
.sf-sub-indicator {
	position: absolute;
	display: block;
	overflow: hidden;
}
a > .sf-sub-indicator { 
	position: absolute;
	right: 8%;
	top: 18px;
	font-size: 9px;
}
li li a .sf-sub-indicator { 
	top: 10px;
	right: 1%;
}
#mobilepro {
	font-size: 20px;
	font-weight: bold;
	display: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 4px 8px;
	cursor: pointer;
	float: left;
	background-color: #F60;
	color: #FFF;
	margin: 4px 0
}
.subarrow {
	display: none
}
.page-content {
    margin: 3rem 0rem;
}
.home-about-us{
	min-height:700px;
}

.social-head {
	float: right;
	margin: 6px 0;
}
.social a {
	float: left;
	text-align: center;
	margin: 0 0 0 8px;
	border: 0;
	color: #e0e0e0;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
	border-radius: 25px;
    border: 2px solid #e0e0e0;
    padding: 6px 8px 5px 8px;
    width: 35px;
    height: 35px;
}
.social a i {
	padding: 0;
	display: block;
	font-size: 18px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.social a.twitter:hover{
	color: #00abdc;
	border-color: #00abdc;
}
.social a.facebook:hover{
	color: #325c94;
	border-color: #325c94;
}
.social a.linkedin:hover{
	color: #0073b2;
	border-color: #0073b2;
}
.social a.instagram:hover{
	color: #964b00;
	border-color: #964b00;
}
.social a.youtube:hover{
	color: #d9031f;
	border-color: #d9031f;
}
.col-title {
	padding: 0 0 20px 20px;
	margin: 0 0 40px;
	font-size: 18px;
	line-height: 24px;
	border-bottom: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	display: block;
}
.col-title i {
	font-size: 32px;
	vertical-align: sub;
}
.col-title small {
	color: #A9A9A9;
	font-family: "Tahoma", Helvetica, Arial;
	font-size: 12px;
	text-transform: none;
	display: block;
	margin-top: 10px;
	text-align:justify;
	line-height:20px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12{
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}
.grid_1 {
	width:6.333%;
}
.grid_2 {
	width:14.667%;
}

.grid_3 {
	width:23.0%;
}

.grid_4 {
	width:31.333%;
}

.grid_5 {
	width:39.667%;
}

.grid_6 {
	width:48.0%;
}
.grid_6a {
	width:50%;
}

.grid_7 {
	width:56.333%;
}

.grid_8 {
	width:64.667%;
}

.grid_9 {
	width:73.0%;
}

.grid_10 {
	width:81.333%;
}

.grid_11 {
	width:89.667%;
}
.grid_12 {
	width:98.0%;
}
.grid_12:after {
	content: "";
	clear: both;
}
.grid_full {
	width:100%;
}
.text_block {
	background: #F7F7FA;
	padding: 1.4rem;
	text-align:justify;
	line-height:24px;
	
}
.text_block2 {	
	text-align:justify;
	line-height:24px;	
}
.text_block2.prodetil p{
	margin-bottom: 1rem !important;
}
.text_block2.prodetil ul{
	list-style:disc;
	margin-left: 2rem;
}
.text_block2.prodetil ul li{
	padding-left: 0.9rem;
}
#footer {
	background: #3A3A3A;
	color: #d0d0d0;
	
}
.pad_foot {
	padding: 60px 0
}
#footer .col-title {
	border: 0;
	margin: 0 0 5px;
	color: #fff
}
#footer a {
	color: #fff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#footer a:hover {
	color: #f60
}
.tten {
	width: 80px;
	display: inline-block;
	margin: 0 0 14px;
}
.xx {
	font-size: 32px;
	vertical-align: middle;
}
.footer-last {
	background: #2C2C2C;
}
.copyright {
	line-height: 5;
	float: left;
}
.foot-menu {
	float: right;
	padding: 20px 10px
}
.foot-menu li {
	float: left;
	position: relative;
	padding: 0 10px;
}
.foot-menu li a {
	font-weight: 600;
}

#toTop {
	position: relative;
	width: 26px;
	height: 26px;
	float: right;
	background: #3A3A3A;
	color: #E2E2E2;
	margin: 20px 0;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#toTop i {
	padding: 5px 0 0 9px;
	display: block;
	font-size: 14px;
}
#toTop:hover {
	background: #F60;
	color: #fff;
}

.breadcrumb-place {
	height: 110px;
	position:inherit;
}
.page-title {
	display: block;
	margin: 0;
	font-weight: normal;
	color: #fff;
	padding: 32px 0 0 0px;
	position:relative;
	z-index:5;
}
.breadcrumb-place:before{
    content: '';
    background: url('../images/gridtile.png');
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}
.breadcrumbIn {
	display: block;
	padding: 5px 0 29px 0px;
	position:relative;
	z-index:5;
}
.breadcrumbIn ul {
	display: inline-block;
}
.breadcrumbIn ul li {
	color : #fff;
	font-size: 12px;
	padding: 0 10px;
	font-weight: normal;
	display: inline-block;
	white-space: nowrap;
	position: relative;
}
.breadcrumbIn ul li:first-child {
	padding: 0 10px 0 0;
}
.breadcrumbIn ul li a {
	color : #fff;
}
.breadcrumbIn li:before {
	font-family: FontAwesome;
	content: "\f0da";
	position: absolute;
	display: block;
	font-size: 12px;
	left: -4px;
	top: 2px;
}
.breadcrumbIn li:first-child:before {
	content: "";
	height: 0;
	width: 0;
	border: 0;
}
.portfolio {
	width: 100% !important;
}
.portfolio li {
	float: left;
	padding: 0;
	margin: 0 1% 20px;
	overflow: hidden;
	position: relative;
	border:1px solid rgba(0, 0, 0, 0.7);
	border-radius: 10px;
	cursor:pointer;
}
.portfolio img{
	border-radius: 10px;
	width: 100%
}
.anyClass {
	float: left;
	overflow: hidden !important;
	width: 101% !important;
	margin-left: -8px;
}
.anyClass ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.p_details {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 10px;
	z-index: 99;
	top: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.anyClass li:hover .p_details {
	opacity: 1;
}
.p_details h3 {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
	padding: 0 10px;
	font-size: 14px;
	line-height: 18px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.anyClass li:hover .p_details h3 {
	bottom: 4px;
}
.p_details a {
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.p_details a:hover {
	color: #f60
}

.table, .text_block2 table {
	background:transparent !important;
	font-size:13px;
	text-align:center;
	border-collapse:collapse;
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.table th{
	padding:16px 12px;
}
.text_block2.prodetil table th {
	padding:8px 12px;
}
.table th, .text_block2.prodetil table th, .table th, .text_block2.prodetil table tr:first-child td {
	font-size:14px;
	font-weight:normal;
	text-align:center;
	color:#ffffff;
	background-color:#191919;
	text-shadow:none;
	vertical-align:middle !important;
}
.table td, .text_block2.prodetil table td { 
	padding:14px 7px 14px 7px;
	text-align: center;
	vertical-align:middle !important;
}
.table tr, .text_block2.prodetil table tr {
	border-bottom:1px solid #fff;
	background-color:#f8f8f8;
	-moz-transition:all .2s;
	-webkit-transition:all .2s;
	-o-transition:all .2s;
}
.table tr:hover, tr.topic-sticky, .text_block2 table tr:hover, .text_block2 table tr.topic-sticky {
	background: #F0F0F0;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.table tfoot td, .text_block2 table tfoot td{
	padding:10px 16px;
	background:#191919;
	color:#ffffff;
	font-size:11px;	
	text-shadow:none;
}
.table tfoot tr:hover, .text_block2 table tfoot tr:hover {
	background:#63b1be;
}

.tt-table {
	margin: 0 auto;
	text-align: center;
}
.address, .contactform{
	padding-top:2rem;
}
.phones, .cemail, .hours{
	padding-top:1rem;
}
.inputtext{
	display: block;
	width: 100%;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0 10px;
	line-height: 24px;
	height: 34px;
	background: #F7F7F7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.textarea{
	display: block;
	width: 100%;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 16px 10px;
	background: #F7F7F7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	resize:none;
}
.inputbtn{
	width: auto;
	margin-top: 10px;
	float: right;
	padding: 4px 10px;
	display:inline-block;
	cursor:pointer;
	position:relative;
	background:#191919;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
	border:1px solid rgba(0,0,0,0.1);
	background-image: linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgba(0,0,0,0.08)),color-stop(0.5, rgba(128,128,128,0.08)),color-stop(1, rgba(255,255,255,0.08)));
	-moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.inputbtn:hover {
	background:#333
}
.mb1{
	margin-bottom:1rem;
}
.mlr0{
	margin-left:0rem;
	margin-right:0rem;
}
.ml0r1{
	margin-left:0rem !important;
	margin-right:2% !important;
}
.fl{
	float:left
}
.fr{
	float:right
}
.help-block.form-error{
	color:#ff0000 !important;
}
.procon{
	clear:both;
	margin-bottom:2rem;
}
.zoom {
	display:inline-block;
	position: relative;
}
.zoom:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
	background:url('../images/icon.png');
}
.zoom img {
	display: block;
}
.zoom img::selection { background-color: transparent; }
.enqtitle{
	padding:20px 0px 0px;
	margin: 20px 0px;
	font-size: 18px;
	color:#f60;
	line-height: 24px;
	border-top: 1px solid #E7E7E7;
	display: block;
}
.searchresult{
	margin-bottom:1.5rem;
}
.searchresult p{
	text-align:justify;
}
.hlw{
	font-style: italic;
}

.services {
	border-bottom: 1px solid #C2C2C2;
	margin-bottom: -1px;
}
.services:hover [class^="grid_"] {
	opacity: 0.4;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.services [class^="grid_"] {
	border-bottom: 1px solid transparent;
	margin-bottom: -1px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	min-height:300px;
}
.services [class^="grid_"]:hover {
	opacity: 1;
	border-bottom: 1px solid #f60;
	padding-bottom: 19px;
	/**margin-top: -20px**/
}
.services .s_icon {
	width:23.0%;
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
	font-size: 76px;
	background: #FFF;
	border-radius: 45%;
	color: #c2c2c2;
	z-index: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.services [class^="grid_"]:hover .s_icon {
	-webkit-animation: expandOpen 1s;
	animation: expandOpen 1s;
	margin-top: -30px;
	color: #f60
}
.services [class^="grid_"]:after {
	height: 100%;
	width: 2px;
	content: close-quote;
	background: #c2c2c2;
	position: absolute;
	left: 41px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.services [class^="grid_"]:hover:after {
	background: #f60;
}
.services .s_info {
	width:70.0%;
	display:inline;
	float: left;
	position: relative;
	margin-left: 4%;
	margin-right: 1%;
	padding: 0 0 70px;
}
.services .s_info h3 {
	font-size: 18px;
	font-weight: 500;
}
.services .s_info .tbutton {
	position: absolute;
	bottom: 0;
	right: 10px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.services [class^="grid_"]:hover .tbutton {
	bottom: 20px;
	opacity: 1
}
.services .tbutton {
	color: #f60;
	background: none;
	border-radius: 6px;
	border: 2px solid #f60;
	text-shadow: none;
}
.services .tbutton:hover, .services .tbutton:active {
	background: #f60;
	color: #fff;
}
.services .tbutton span, .services .tbutton:active span {
	background: none;
}
.services .tbutton i {
	font-size: 17px;
	vertical-align: sub;
	margin-right: 2px;
}

.tbutton {
	display:inline-block;
	cursor:pointer;
	position:relative;
	word-spacing:0.2em;
	background:#f60;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color:#fff;
	white-space: nowrap;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
	border:1px solid rgba(0,0,0,0.1);
	background-image: linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgba(0,0,0,0.08)),color-stop(0.5, rgba(128,128,128,0.08)),color-stop(1, rgba(255,255,255,0.08)));
	-moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tbutton:hover {
	color: #fff;
	background:#DB5A04
}
.tbutton.color2 {
	background:#9AD147
}
.tbutton.color2:hover {
	color: #fff;
	background:#6F9733
}
.tbutton.color3 {
	background: #5200FF
}
.tbutton.color3:hover {
	color: #fff;
	background: #4203C7;
}
.tbutton.color4 {
	background: #09F;
}
.tbutton.color4:hover {
	color: #fff;
	background: #0C6BAA;
}
.tbutton.color5 {
	background: #F00;
}
.tbutton.color5:hover {
	color: #fff;
	background: #971919;
}
.tbutton.color6 {
	background: #2FEFF7;
}
.tbutton.color6:hover {
	color: #fff;
	background: #28C7CE;
}
.tbutton.color7 {
	background: #A58080;
}
.tbutton.color7:hover {
	color: #fff;
	background: #6F5656;
}
.tbutton.color8 {
	background: #809FA5;
}
.tbutton.color8:hover {
	color: #fff;
	background: #5E767A;
}
.tbutton.color9 {
	background: #3DE4B5;
}
.tbutton.color9:hover {
	color: #fff;
	background: #33C49B;
}
.tbutton span {
	display: block;
	background: url(../images/button_bg.png) 0 0 repeat-x;
	overflow: hidden;
}
.tbutton:active span {
	background: url(../images/button_bg.png) bottom repeat-x;
}
.tbutton span {
	padding: 0 10px;
	line-height: 2.4em;
}
.tbutton.small {
	font-size: 12px;
}
.tbutton.medium {
	font-size: 14px;
}
.tbutton.large {
	font-size: 16px;
}
.tbutton.small span {
	padding: 0 14px;
	line-height: 2.3em;
}
.tbutton.medium span {
	padding: 0 16px;
	line-height: 2.5em;
}
.tbutton.large span {
	padding: 0 18px;
	line-height: 2.7em;
}

/** TIPSY **/
.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000}
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: #F60; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px}
.tipsy .tipsy-arrow:before {content: close-quote;position: absolute;width: 0px;height: 0px}
.tipsy-n .tipsy-arrow:before {bottom: -1px;left: -15px;border-left: 6px solid rgba(0, 0, 0, 0);border-bottom: 6px solid #F60}
.tipsy-nw .tipsy-arrow { top: 0; left: 10px}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px}
.tipsy-s .tipsy-arrow:before {bottom: -1px;left: -10px;border-left: 6px solid rgba(0, 0, 0, 0);border-top: 6px solid #F60}
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px}
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px}
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px }
.tipsy-e .tipsy-arrow:before {bottom: -6px;right: 0px;border-right: 6px solid rgba(0, 0, 0, 0);border-top: 6px solid #F60}
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px}
.tipsy-w .tipsy-arrow:before {bottom: 6px;left: -1px;border-bottom: 6px solid rgba(0, 0, 0, 0);border-right: 6px solid #F60}
.tipsy-n div {-webkit-animation: fadeInRight 0.2s;animation: fadeInRight 0.2s;}
.tipsy-s div {-webkit-animation: fadeInRight 0.3s;animation: fadeInRight 0.3s;}
.tipsy-w div {-webkit-animation: fadeInRight 0.2s;animation: fadeInRight 0.2s;}
.tipsy-e div {-webkit-animation: fadeInLeft 0.2s;animation: fadeInLeft 0.2s;}
/** TIPSY **/

/** LAYERSLIDER **/
.ls-layer, .ls-layer * {font-family: Arial, Serif;white-space: nowrap;font-weight: normal;text-shadow: none}
.br5 {border-radius: 5px}
.c {text-align: center}
.sl1, .sl2 {font-size: 50px;line-height: 100px;height: 100px}
.sl1 {color: #eee;background: black;background: rgba(0,0,0,.75)}
.sl2 {color: #444;background: white}
.red,.black,.white {line-height: 70px;font-size: 40px}
.red {color: white;background: #cf431d;}
.black {background: black;background: rgba(0,0,0,.75);color: white}
.white {color: #444;background: white;}
.plus1,
.plus2,
.plus3,
.plus4,
.br100 {border-radius: 100px;-moz-border-radius: 100px;-webkit-border-radius: 100px}
.plus1,
.plus2,
.plus3,
.plus4 {text-align: center;width: 50px;height: 50px; font-size: 50px;line-height: 50px}
.plus1 {color: #eee;background: #2e69ad}
.plus2 {color: #224177;background: #eee}
.plus3 {color: #3b173d;background: #eee}
.plus4 {color: white;background: #f60}
.text1,.text2,.text3,.text4,.text5,.text6,.text7, .text8, .text9 {font-size: 20px;font-family: Oswald;letter-spacing: 1px;}
.text1 {font-size: 42px;color: #fff}
.text2 {padding: 10px 25px 10px 25px;color: #f0f6fd;background: #191919;background: rgba(25, 25, 25, 0.8);}
.text3 {padding: 10px 25px 10px 25px;color: #2e69ad;background: #f0f6fd}
.text4 {padding: 10px 25px 10px 25px;background: #f60;background: rgba(255, 102, 0, 0.8);color: #fff}
.text5 {padding: 10px 25px;color: #224177;background: #eee}
.text6 {font-size: 26px;color: #000}
.text7 {color: #f60}
.text8 {font-size: 27px !important;color: #fff}
.text9 {font-size: 17px !important;color: #fff}
.text-a, .text-b, .text-c, .text-d, .text-e, .text-f {font-family: Oswald;letter-spacing: 1px}
.text-a {
	font-weight: 100;
	padding: 15px 30px 15px 30px;
	font-size: 100px;
	color: #f4f8fc;
}
.text-b {
	border-radius: 5px;
	padding: 5px 15px;
	font-size: 30px;
	color: #94e60f;
	background: black;				
}
.text-c {
	box-shadow: -2px -2px 15px -3px black;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 40px;
	color: black;
	background: #94e60f;
}
.text-d {
	box-shadow: -3px -3px 20px -3px black;
	border-radius: 5px;
	padding: 15px 30px 15px 30px;
	font-size: 60px;
	color: #94e60f;
	background: black;
}
.text-e {
	padding: 4px 15px 7px 15px;
	font-size: 24px;
	color: #444f70;
	background: #ffffff;
}
.text-f {
	font-size: 40px;
	color: #000;				
}
#layerslider .ls-bottom-nav-wrapper, #layerslider .ls-nav-next, #layerslider .ls-nav-prev {opacity:0;-webkit-transition: opacity 0.5s ease;transition: opacity 0.5s ease;}
#layerslider:hover .ls-bottom-nav-wrapper, #layerslider:hover .ls-nav-next, #layerslider:hover .ls-nav-prev {opacity:1}
/** LAYERSLIDER **/

.grey-line {
    width: 100%;
    padding: 40px 0;
    border-top: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
}
.section1 {
	background: #F2F2F2 url(../images/grey-bg-1.png) repeat !important;
}
.section2 {
	background: url(../images/orange-bg.png) repeat 112% !important
}
.custom_block1 {
	padding: 50px 0;
}
.custom_block1 ul li {
	line-height: 38px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.custom_block1 ul li a:hover i {-webkit-animation: fadeInUp 1s;animation: fadeInUp 1s;}
.custom_block1 ul li i {
	font-size: 26px;
	color: #999;
	vertical-align: middle;
	margin-right: 8px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.custom_block1 h3 {
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 30px 0;
}
.custom_block1_img .h_slider {
	display: none
}
.custom_block1_img .showme {
	-webkit-animation: bounceIn 1s;
	animation: bounceIn 1s;
	display: block;
}
.portfolio-carousel, .client-carousel {
	width: 100% !important;
	overflow: visible !important;
}
.portfolio-carousel li {
	float: left;
	width: 250px;
	height: 160px;
	margin: 6px 10px;
	padding: 0;
	border-radius: 10px;
	position: relative;
	border: 1px solid #E7E7E7;
}
.client-carousel li {
	float: left;
	width: 160px;
	height: 70px;
	margin: 6px 10px;
	padding: 0;
	position: relative;
	border: 1px solid #E7E7E7;
}
.portfolio-carousel img{	
	max-width:70%;
}
.p_icon {
	position: absolute;
	top: 35%;
	font-size: 40px;
	left: 42%;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-webkit-transition: all 1.2s;
	transition: all 1.2s;
}
.anyClass li:hover .p_icon {
	top: 25%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.preve, .nexte {
	position: absolute;
	top: -53px;
	color: #cecece;
	font-size: 26px;
	cursor: pointer;
	background: #FFF;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.preve { right: 22px;padding: 0 8px 0 }
.nexte { right: 0 }
.disabled {
	color: #EEE !important;
	cursor: default !important;
}
.portfolio li {
	float: left;
	padding: 0;
	margin: 0 1% 20px;
	overflow: hidden;
	position: relative;
}
.portfolio img, .portfolio iframe {
	border-radius: 10px;
	width: 100%
}
.mbs {
    margin-bottom: 70px !important;
}

/* --	Pretty Photo	-- */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
.pp_content h1, .pp_content h2, .pp_content h3, .pp_content h4, .pp_content h5, .pp_content h6 {color: #fff}
div.ppt{color:#fff;display:none;font-size:0;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
.pp_gallery ul a img { width: 50px !important; }

#productphoto{
	border: 1px solid #E7E7E7;
}
.google_map{
	margin-top:2rem;
}
.google_embed_map_iframe{
	width:100%;
	min-height:450px;
	border:0;
	margin:0;
}
.footerbanner{
	padding:2rem 0rem;
}
.pb-2{
	padding-bottom:2rem;
}
.pl-15px{
	padding-left:15px;
}
.pr-15px{
	padding-right:15px;
}
.searchresult{
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 1rem;
	margin-bottom:1rem;
}
.searchimg, .searchdata{
	float:left;
}
.searchimg{
	width:15%;
}
.searchimg img{
	max-width:100%;
	border: 1px solid #E7E7E7;
}
.searchdata{
	width:85%;
	padding-left:1.2rem;
}
.searchdatabox{
	min-height:140px;
}