/* =================================  */
/* ==========  GOOGLE FONTS ==========  */
/* =================================  */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,500,900);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,300,500,700);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,300,600,900);

/* =================================  */
/* ========== BASIC STYLES ==========  */
/* =================================  */
html {
height:100%;
-webkit-font-smoothing:antialiased!important;
font-smoothing:antialiased!important;
text-rendering:optimizeLegibility!important;
overflow-x:hidden;
max-width:100%;
}

body {
font-family:'Open Sans', san-serif;
color:#000;
font-size:13px;
font-weight:400;
line-height:1.64285;
overflow-x:hidden;
}

img.responsive {
max-width:100%;
display:block;
height:auto;
}

blockquote {
padding:15px 20px;
margin:20px 0;
border-left:4px solid #FF4D50;
background-color:#F5F5F5;
border-top-right-radius:3px;
border-bottom-right-radius:3px;
}

blockquote p {
font-size:15px;
font-weight:400;
margin-top:0!important;
line-height:1.64285;
}
 
a,a:link,a:visited {
text-decoration:none;
color:#2f3640;
-webkit-transition:color .25s;
-moz-transition:color .25s;
-o-transition:color .25s;
transition:color .25s;
outline:0;
}

a:active,a:hover {
color:#FF4D50;
-webkit-transition:color .25s;
-moz-transition:color .25s;
-o-transition:color .25s;
transition:color .25s;
outline:0;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
font-family:'Open Sans', san-serif;
font-weight:400;
color:#2f3640;
line-height:1.4;
z-index:2;
position:relative;
}

h1,h2,h3 {
margin-top:20px;
margin-bottom:20px;
}

h4,h5,h6 {
margin-top:10px;
margin-bottom:10px;
}

h1,.h1 {
font-size:36px;
letter-spacing:-1px;
}

h2,.h2 {
font-size:30px;
letter-spacing:-1px;
}

h3,.h3 {
font-size:24px;
letter-spacing:-.5px;
}

h4,.h4 {
font-size:18px;
letter-spacing:-.25px;
}

h5,.h5 {
font-size:14px;
letter-spacing:-.25px;
}

h6,.h6 {
font-size:12px;
}

/* ========= HEADING STYLES =========  */
/* Helper class that can be added to images to make them into a circle */
.rounded {
border-radius:500px;
}

section {
position:relative;
}

/* ========== MARGIN, PADDING AND BORDER OVERIDES ========== */
.kill-top-margin {
margin-top:0!important;
}

.kill-bottom-margin {
margin-bottom:0!important;
}

.kill-top-padding {
padding-top:0!important;
}

.kill-bottom-padding {
padding-bottom:0!important;
}

.kill-border {
border:0!important;
}

.big-padding {
	padding-top:80px; /*pat changed ori is 80px */
	padding-bottom:80px; /*pat changed ori is 80px */
}

.big-padding-bottom{
	padding-bottom:100px; 
}

.extra-big-padding-bottom{
	padding-bottom:200px; 
}

.medium-big-padding {
	padding-top:50px; /*pat changed ori is 80px */
	padding-bottom:50px; /*pat changed ori is 80px */
}

.medium-padding {
	padding-top:30px; /*pat changed ori is 80px */
	padding-bottom:30px; /*pat changed ori is 80px */
}

.small-padding {
	padding-top:10px; /*pat changed ori is 80px */
	padding-bottom:10px; /*pat changed ori is 80px */
}

.small-padding-bottom{
	padding-bottom:10px; 
}

.x-small-padding {
	padding-top:5px; /*pat changed ori is 80px */
	padding-bottom:5px; /*pat changed ori is 80px */
}

.short-leading {
	padding-bottom:0px;
	margin-bottom:0px;
}

.extra-spacing {
	padding: 0px 10px;
}

.extra-info {
	vertical-align:central;
}

.extra-info h1{
	padding-bottom:0px;
	margin-bottom:0px;
}

.empty-gap {
	padding: 20px 20px;
	clear:both;
}

.empty-gap-small {
	padding: 10px 10px;
	clear:both;
}


/* ========== FONT CLASSES ========== */
.weight-300 {
font-weight:300;
}

.weight-400 {
font-weight:400;
}

.weight-700 {
font-weight:700;
}

.weight-800 {
font-weight:800;
}

.uppercase {
text-transform:uppercase;
}

/* ========== Color CLASSES ========== */
.color-primary {
color:#083e88!important; /*pat changed dk blue */
}

.bg-gray {
background-color:#e7e7e9!important; /*pat added gray */
}

.bg-dk-gray {
background-color:#43515a!important; /*pat added deep gray */
}

.bg-light-gray {
background-color:#bbc9d2!important; /*pat added bluish gray */
}

.bg-primary {
background-color:#01CFCA!important; /* cyan */
}

.color-secondary {
color:#FF4D50!important;
}

.bg-secondary {
background-color:#FF4D50!important;
}

.color-primary-dark {
color:#2f3640!important;
}

.bg-primary-dark {
background-color:#2f3640!important;
}

.color-secondary-dark {
color:#373d49!important;
}

.bg-secondary-dark {
background-color:#373d49!important;
}

.color-white {
color:#FFF!important;
}

.color-off-white {
color:#CCC!important;
}

.color-black {
color:#000!important;
}

/* ========== Add Shadow CLASSES ========== */
.addShadow { text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7); }
.addShadow-sm { text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7); }


/* ============================================== */
/* ========== General Content Sections ========== */
/* ============================================== */
/* Add a color or background image directly to the element inline */
.fullwidth-section-big {
position:relative;
padding-top:50px; /*pat changed ori is 80px */
padding-bottom:50px; /*pat changed ori is 80px */
background-size:100% auto;
background-position:center center;
background-attachment:fixed;
background-repeat:repeat;
background-size:100% auto;
}

.fullwidth-section {
position:relative;
padding-top:20px; /*pat changed ori is 80px */
padding-bottom:20px; /*pat changed ori is 80px */
background-size:100% auto;
background-position:center center;
background-attachment:fixed;
background-repeat:repeat;
background-size:100% auto;
}

.fullwidth-section.half-padding {
padding-top:10px;
padding-bottom:10px;
}

.fullwidth-titlebar {
position:relative;
padding-top:0px;
padding-bottom:0px;
}

/* ========== General Image Stryles ========== */
.img-banner {
	position:relative;
	width:100%;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center center;
	border-radius:0px;
}

.img-banner img.filler {
	opacity:0;
	max-height:490px;
	min-height:150px;
	width:100%;
}
 
.img-short-banner {
	position:relative;
	width:100%;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center center;
	border-radius:0px;
}

.img-short-banner img.filler {
	opacity:0;
	max-height:215px;
	min-height:150px;
	width:100%;
}

.img-short-banner h1 {
	font-size:40px;
	letter-spacing:-1px;
	position:relative;
	top:-40px;
	left:25px;
	margin-top:-70px;
	padding-top:0px;
}

.img-sidebanner {
	position:relative;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center center;
	border-radius:0px;
}

.img-sidebanner img.filler {
	opacity:0;
	width:100%;
}

.img-gallery-thumbnail{
	border: none;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

.img-thumb {
	position:relative;
	width:100%;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center center;
	border-top-right-radius:2px;
	border-top-left-radius:2px;
}

.img-thumb img.filler {
	opacity:0;
	max-height:220px;
	width:100%;
}

.img-thumb-hover {
	position:absolute;
	border-radius:0;
	width:0;
	left:0;
	height:100%;
	z-index:1;
	opacity:0;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
	transition-timing-function:ease-out;
	-webkit-transition-timing-function:ease-out;
}

.img-thumb:hover .img-thumb-hover {
	opacity:1;
	width:100%;
	background-color:rgba(0,0,0,.4);
}

.img-thumb-hover i {
	position:absolute;
	top:50%;
	left:50%;
	width:40px;
	height:40px;
	margin-top:-20px;
	margin-left:-20px;
	color:#FFF;
	font-size:18px;
	line-height:0;
	text-align:center;
	padding-top:18px;
	border:2px solid #FFF;
	border-radius:50px;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
}

.img-thumb-hover-left i,.img-thumb-hover-right i {
	position:absolute;
	top:50%;
	left:50%;
	width:40px;
	height:40px;
	margin-top:-20px;
	margin-left:-20px;
	color:#FFF;
	font-size:18px;
	line-height:0;
	text-align:center;
	padding-top:18px;
	border:2px solid #FFF;
	border-radius:50px;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
}

.img-thumb-hover-left {
	position:absolute;
	border-radius:0;
	width:0;
	left:0;
	height:100%;
	z-index:1;
	opacity:0;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
	transition-timing-function:ease;
	-webkit-transition-timing-function:ease;
}

.img-thumb-hover-right {
	position:absolute;
	border-radius:0;
	width:0;
	right:0;
	height:100%;
	z-index:1;
	opacity:0;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
	transition-timing-function:ease;
	-webkit-transition-timing-function:ease;
}

.img-thumb:hover .img-thumb-hover-left,.img-thumb:hover .img-thumb-hover-right {
	opacity:1;
	width:50%;
	background-color:rgba(0,0,0,.4);
}

.img-thumb .img-thumb-hover-left:hover {
	background-color:rgba(0,0,0,.6);
}

.img-thumb .img-thumb-hover-right:hover {
	background-color:rgba(0,0,0,.6);
}

.img-thumb .img-thumb-hover-left:hover i,.img-thumb .img-thumb-hover-right:hover i,.img-thumb .img-thumb-hover i:hover {
	background-color:#01CFCA;
	border:2px solid #01CFCA;
}

.img-wrapper {
position:relative;
width:100%;
margin-bottom:6px;
}

img {
outline:0;
border-radius:0px;
}

.img-pull-right {
position:relative;
margin-top:24px;
margin-bottom:18px;
margin-left:24px;
float:right;
max-width:100%;
padding:0;
}

.img-pull-left {
position:relative;
margin-top:24px;
margin-bottom:18px;
margin-right:24px;
float:left;
max-width:100%;
padding:0;
}

/* ============ OVERLAY EFFECTS ============  */
.img-overlay1 {
position:absolute;
top:0;
width:100%;
height:100%;
background-image:url(../images/pat1.png);
background-repeat:repeat;
background-attachment:fixed;
background-color:rgba(47,54,64,0.2);
}

.img-overlay2 {
position:absolute;
top:0;
width:100%;
height:100%;
background-image:url(../images/pat2.png);
background-repeat:repeat;
background-attachment:fixed;
background-color:rgba(47,54,64,0.2);
}

.img-overlay3 {
position:absolute;
top:0;
width:100%;
height:100%;
background-image:url(../images/pat3.png);
background-repeat:repeat;
background-attachment:fixed;
background-color:rgba(47,54,64,0.2);
}

.img-overlay4 {
position:absolute;
top:0;
width:100%;
height:100%;
background-image:url(../images/pat4.png);
background-repeat:repeat;
background-attachment:fixed;
background-color:rgba(47,54,64,0.2);
}

.img-overlay5 {
position:absolute;
top:0;
width:100%;
height:100%;
z-index:1;
background-repeat:repeat;
}


/* ========== PARALLAX BACKGROUNDS ========== */
.parallax {
background-attachment:fixed;
background-position:center center;
background-repeat:repeat;
position:relative;
z-index:-1;
margin-top:0;
margin-bottom:0;
background-size:100% auto;
}

.parallax h1 {
position:relative;
color:#FFF;
font-weight:700;
font-size:60px;
letter-spacing:-2px;
text-align:center;
z-index:100;
}

.parallax h2 {
position:relative;
color:#FFF;
font-weight:400;
text-align:center;
z-index:100;
}


/* ===================================  */
/* =========== ICON STYLES ===========  */
/* ===================================  */
.outline-icon {
	position:relative;
	display:inline-block;
	border:solid 2px #FFF;
	width:28px;
	height:28px;
	border-radius:100px;
	margin:0;
	margin-right:3px;
	margin-left:3px;
	-webkit-transition:all .25s;
	-ms-transition:all .25s;
	-moz-transition:all .25s;
	-o-transition:all .25s;
	cursor:pointer;
}

.outline-icon i {
	font-size:12px;
	color:#FFF;
	position:absolute;
	left:50%;
	margin-left:-8px;
	top:50%;
	margin-top:-6px;
}
 
.outline-icon:hover {
	background-color:#01CFCA;
	border:solid 2px #01CFCA;
}

.icon-effect-1 {
	background-color:#2f3640;
	box-shadow:0 0 0 0 #FFF;
	border:4px solid #FFF;
	border-radius:100px;
	color:#FFF;
	font-size:60px;
	width:120px;
	height:120px;
	padding-top:26px;
	text-align:center;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	margin-top: 20px;
}

.icon-effect-1:hover {
	border:4px solid #2f3640;
	color:#FFF;
	box-shadow:0 0 0 4px #2f3640;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}

.icon-effect-2 {
	background-color:#2f3640;
	box-shadow:0 0 0 3px #FFF;
	border:none;
	border-radius:100px;
	color:#FFF;
	font-size:60px;
	width:120px;
	height:120px;
	padding-top:30px;
	text-align:center;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	transition:all .2s;
	margin-top: 20px;
}

.icon-effect-2:hover {
	color:#FFF;
	box-shadow:0 0 0 6px #FFF;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	transition:all .2s;
}

/* ========== ICON FEATURE BOXES STYLES ==========  */

/* === Vertical 3 Column === */
.icon-feature-3column {
}

.icon-feature-3column i {
font-size:100px;
margin-top:20px;
margin-bottom:20px;
}

/* === Vertical 4 Column === */
.icon-feature-4column {
}

.icon-feature-4column i {
font-size:70px;
margin-top:20px;
margin-bottom:20px;
}

/* === Vertical 3 Column - With Background === */
.icon-feature-3column-alt {
}

.icon-feature-3column-alt i {
font-size:70px;
border-radius:100px;
padding:35px;
margin-top:20px;
margin-bottom:20px;
}

/* === Vertical 4 Column - With Background === */
.icon-feature-4column-alt {
}

.icon-feature-4column-alt i {
font-size:50px;
border-radius:100px;
padding:25px;
margin-top:20px;
margin-bottom:20px;
}

/* === Horizontal 3 Column === */
.icon-feature-3column-horizontal {
display:table;
}

.icon-feature-3column-horizontal .icon {
display:table-cell;
padding-top:15px;
}

.icon-feature-3column-horizontal .icon i {
font-size:40px;
}

.icon-feature-3column-horizontal .content {
display:table-cell;
vertical-align:top;
text-align:left;
padding-left:20px;
}

/* === Horizontal 2 Column === */
.icon-feature-2column-horizontal {
display:table;
}

.icon-feature-2column-horizontal .icon {
display:table-cell;
padding-top:15px;
}

.icon-feature-2column-horizontal .icon i {
font-size:60px;
}

.icon-feature-2column-horizontal .content {
display:table-cell;
vertical-align:top;
text-align:left;
padding-left:30px;
}

/* === Horizontal 3 Column - With Background === */
.icon-feature-3column-horizontal-alt {
display:table;
}

.icon-feature-3column-horizontal-alt .icon {
display:table-cell;
padding-top:15px;
}

.icon-feature-3column-horizontal-alt .icon i {
border-radius:100px;
padding:12px;
font-size:24px;
margin-top:0;
margin-bottom:20px;
}

.icon-feature-3column-horizontal-alt .content {
display:table-cell;
vertical-align:top;
text-align:left;
padding-left:20px;
}

/* === Horizontal 2 Column - With Background === */
.icon-feature-2column-horizontal-alt {
display:table;
}

.icon-feature-2column-horizontal-alt .icon {
display:table-cell;
padding-top:15px;
}

.icon-feature-2column-horizontal-alt .icon i {
border-radius:100px;
padding:16px;
font-size:32px;
margin-top:0;
margin-bottom:20px;
}

.icon-feature-2column-horizontal-alt .content {
display:table-cell;
vertical-align:top;
text-align:left;
padding-left:20px;
}

/* ========== SOCIAL ICON ========== */
/* REGULAR BAR */
.social-icons {
color:#2f3640;
margin-top:20px;
margin-bottom:20px;
}

.social-icons i {
font-size:16px;
margin-right:3px;
margin-left:3px;
border:2px solid #2f3640;
border-radius:25px;
padding:5px;
cursor:pointer;
-webkit-transition:all .25s;
-ms-transition:all .25s;
-moz-transition:all .25s;
-o-transition:all .25s;
}

.social-icons i:hover {
border-color:#FF4D50;
color:#FF4D50;
}


/* ================================== */
/* ========== Page Loading ========== */
/* ================================== */
#pageloader {
width:100%;
height:100%;
position:fixed;
background-color:#FFFFFF;
z-index:999999;
}

.loader-img {
position:absolute;
width:auto;
height:height;
margin:-27px 0 0 -27px;
top:50%;
left:50%;
text-align:center;
}


/* ============================== */
/* ========== HomePage ========== */
/* ============================== */
.products-display { /*pat added */
	height:250px;
	vertical-align:bottom;
}

.products-display img{ /*pat added */
	max-height:225px;
	vertical-align:text-bottom;
	padding:0px 20px;
}

.products-display h4{ /*pat added */
	vertical-align:text-bottom;
	text-align:center;
}

.movie-responsive iframe{
	width:853px; 
	height:480px;
}

#home-split-image .display-text {
	position: absolute;
	padding-left: 20px;
	left:20px;
	width:80%;
	z-index:70;
}

#home-split-image .display-text h1{
	padding-bottom:0px;
	margin-bottom:0px;
}

#home-contents {
	margin-bottom:20px;
}

#home-split-layout .container-fluid{
	width:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

#home-split-layout .col-md-6 {
	padding-left: 0px!Important;
    padding-right: 0px!Important;
}

#home-split-layout img .img-responsive {
	display:block; 
	min-width:100%; 
	height:auto;
}

#home-split-layout  h1 {
	z-index:80;
	position:absolute;
	top:0px;
	left:30px;
}

#home-split-layout  p {
	z-index:90;
	position:absolute;
	top:70px;
	left:30px;
	padding-right:100px;
}

/* ==================================== */
/* ==========  intenal Pages ========== */
/* ==================================== */
#top-banner {
	margin-top:70px;
}

#top-short-banner {
	margin-top:70px;
}

#inner-split-layout {
	margin-top:-20px; 
}


/* =================================== */
/* ========== FOOTER STYLES ========== */
/* =================================== */
.footer {
background-color:#2f3640;
color:#FFF;
}

.footer i {
font-size:16px;
color:#FFF;
margin-right:3px;
margin-left:3px;
border:2px solid #FFF;
border-radius:25px;
padding:5px;
cursor:pointer;
-webkit-transition:all .25s;
-ms-transition:all .25s;
-moz-transition:all .25s;
-o-transition:all .25s;
}

.footer i:hover {
border-color:#FF4D50;
color:#FF4D50;
}

.footer-bottom {
background-color:#272d35;
padding:20px;
color:#FFF;
}

.footer-bottom a,.footer-bottom a:link,.footer-bottom a:visited,.footer a,.footer a:link,.footer a:visited {
color:#DDD;
}

.footer-bottom a:active,.footer-bottom a:hover,.footer a:active,.footer a:hover {
color:#FFF;
}

.text-pull-left {
	margin-top: 0px;
	text-align:left;
}

.text-pull-right{
	margin-top: 0px;
	text-align:right;
}

/* ========================================================================== */
/* 				           Style for Mobile Devices                           */
/* ========================================================================== */

/* Responsive
----------------------------------------------------------------------------- */
@media (max-width: 1189px)  {
	
}

@media (min-width: 993px) {
	#rebuilt-trucks-thumbnails .col-md-1{
		width:10%;
	}
}

@media (max-width: 991px) {
body {
	margin:0;
}
	
.fullwidth-section {
	background-size:auto 100%;
}

/* parallax Background Images*/
.parallax {
	background-attachment:fixed;
	background-position:center center;
	background-repeat:repeat;
	position:relative;
	z-index:-1;
	margin-top:0;
	margin-bottom:0;
	background-size:auto 100%;
}

.parallax h1 {
	font-size:30px;
	letter-spacing:-1px;
}

.parallax h2 {
	font-size: 20px;
}

}

@media (max-width: 979px)  {
.img-sidebanner {
	width:100%;
}
}

@media (min-width: 768px) and (max-width: 979px) {
	
}

@media (max-width: 767px) {
.img-pull-right {
	width:100%;
	margin-left:0;
}

.img-pull-left {
	width:100%;
	margin-right:0;
}

.movie-responsive iframe {
	width:426px;
	height:240px;
}

.big-padding {
	padding-top:40px; /*pat changed ori is 80px */
	padding-bottom:40px; /*pat changed ori is 80px */
}

.text-pull-left {
	text-align:center;
}

.text-pull-right{
	text-align:center;
}
	
}

@media (max-width: 480px) {
	
}

@media (max-width: 420px) {
.movie-responsive iframe {
	width:400px;
	height:225px;
	overflow: hidden;
}

.big-padding {
	padding-top:40px; /*pat changed ori is 80px */
	padding-bottom:40px; /*pat changed ori is 80px */
}
}

@media (max-width: 320px) {
.movie-responsive iframe {
	width:285px;
	height:160px;
	overflow: hidden;

}
.big-padding {
	padding-top:25px; /*pat changed ori is 80px */
	padding-bottom:25px; /*pat changed ori is 80px */
}
}

@media (max-width: 240px)  {
	
}

@media (max-width: 767px) {

}
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_content .ppt{color:#f8f8f8; border-radius: 3px;}
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; opacity:0.75; transition: opacity .5s; -moz-transition: opacity .5s; -webkit-transition: opacity .5s;}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #000;border:1px solid #F5F5F5; border-radius: 2px;}
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; opacity:0.75; transition: opacity .5s; -moz-transition: opacity .5s; -webkit-transition: opacity .5s;}
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; opacity:0.75; transition: opacity .5s; -moz-transition: opacity .5s; -webkit-transition: opacity .5s;}
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:1}
div.pp_default .pp_description{font-family:'Open Sans', san-serif;font-size:15px;font-weight:400;line-height:15px;margin:11px 50px 5px 0; color: #FFF}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center 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:99999999}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:100000000}
.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.html) 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.html) 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.html) 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:2px;top:2px;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:32px;left:50%;position:absolute;top:50%;width:32px;margin:-16px 0 0 -16px}
#pp_full_res{line-height:1!important;}
#pp_full_res img {border-radius: 3px; 
-webkit-box-shadow:  0px 0px 10px 2px rgba(0, 0, 0, .5);
        
        box-shadow:  0px 0px 10px 2px rgba(0, 0, 0, .5);
		}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{}
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}
.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}
div.ppt {visibility : hidden;} 