/* --------------------------------------------- */
/* Author: http://codecanyon.net/user/CodingJack */
/* --------------------------------------------- */

/* ...........................................................................   1   */

/* ********************************** */
/* ************ CSS RESET *********** */
/* ********************************** */



/* ...........................................................................   2   */

/* ********************************** */
/* ********* GENERAL STYLES ********* */
/* ********************************** */

/* Fullsize css, will be overriden by fixed sized if used */
.page-template-gallery-php #cj-gallery {
width: 100%;
height: 100%;
color: #888;
}

.page-template-gallery-php #cj-gallery {
position: fixed;
overflow: hidden;
}

#cj-gallery #cj-bg-images {
display: none;
}

img#cj-img-one,
img#cj-img-two {
max-width: none;
}
/* Used for the "hit area" when clicking an image */
.cj-bg-click {
background-color: #000;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
opacity: 0;
}

/* Removes unwanted content highlighting */
.cj-no-select {
-webkit-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}


/* ...........................................................................   3   */

/* ********************************** */
/* ******** TOP RIGHT SECTION ******* */
/* ********************************** */

/* The top right container */
#cj-author-info {
float: right;
visibility: hidden;
text-align: center;
margin: 10px 0 0 0;
z-index: 1000;
}

/* Top right main content container */
.cj-top-right-content {
background: rgb(0,0,0);
background: rgba(0,0,0,0.85);
position: absolute;
top: 127px;
right: 0;
display: none;
width: 260px;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.cj-top-right-content.cj-top-right-content-hide {
display: none !important;
}


/* ..........................................................................   3.1   */

/* ----------------------------- */
/* -------- BEGIN ICONS -------- */
/* ----------------------------- */

/* The image preloader */
#cj-preloader {
float: left;
position: fixed;
top: 10px;
left: 10px;
padding: 5px;
background: rgb(0,0,0);
background: rgba(0,0,0,0.85);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
.admin-bar #cj-preloader { 
top: 38px;
}
.ie8 #cj-preloader,
.ie9 #cj-preloader {
background: none;
}
.no-js #cj-preloader { 
display: none;
}

#floatingCirclesG{
position:relative;
width:35px;
height:35px;
-webkit-transform:scale(0.6);
-moz-transform:scale(0.6);
-o-transform:scale(0.6);
-ms-transform:scale(0.6);
}
.f_circleG{
position:absolute;
background-color:#000000;
height:6px;
width:6px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
-webkit-animation-name:f_fadeG;
-webkit-animation-duration:1.04s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-moz-animation-name:f_fadeG;
-moz-animation-duration:1.04s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-o-animation-name:f_fadeG;
-o-animation-duration:1.04s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-ms-animation-name:f_fadeG;
-ms-animation-duration:1.04s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
}
#frotateG_01{
left:0;
top:14px;
-webkit-animation-delay:0.39s;
-moz-animation-delay:0.39s;
-o-animation-delay:0.39s;
-ms-animation-delay:0.39s;
}
#frotateG_02{
left:4px;
top:4px;
-webkit-animation-delay:0.52s;
-moz-animation-delay:0.52s;
-o-animation-delay:0.52s;
-ms-animation-delay:0.52s;
}
#frotateG_03{
left:14px;
top:0;
-webkit-animation-delay:0.65s;
-moz-animation-delay:0.65s;
-o-animation-delay:0.65s;
-ms-animation-delay:0.65s;
}
#frotateG_04{
right:4px;
top:4px;
-webkit-animation-delay:0.78s;
-moz-animation-delay:0.78s;
-o-animation-delay:0.78s;
-ms-animation-delay:0.78s;
}
#frotateG_05{
right:0;
top:14px;
-webkit-animation-delay:0.9099999999999999s;
-moz-animation-delay:0.9099999999999999s;
-o-animation-delay:0.9099999999999999s;
-ms-animation-delay:0.9099999999999999s;
}
#frotateG_06{
right:4px;
bottom:4px;
-webkit-animation-delay:1.04s;
-moz-animation-delay:1.04s;
-o-animation-delay:1.04s;
-ms-animation-delay:1.04s;
}
#frotateG_07{
left:14px;
bottom:0;
-webkit-animation-delay:1.1700000000000002s;
-moz-animation-delay:1.1700000000000002s;
}
#frotateG_08{
left:4px;
bottom:4px;
-webkit-animation-delay:1.3s;
-moz-animation-delay:1.3s;
-o-animation-delay:1.1700000000000002s;
-ms-animation-delay:1.1700000000000002s;
}
#frotateG_08{
left:4px;
bottom:4px;
-webkit-animation-delay:1.3s;
-moz-animation-delay:1.3s;
-o-animation-delay:1.3s;
-ms-animation-delay:1.3s;
}
@-webkit-keyframes f_fadeG{
0%{
background-color:#ffffff}

100%{
background-color:#000000}
}

@-moz-keyframes f_fadeG{
0%{
background-color:#ffffff}

100%{
background-color:#000000}
}

@-o-keyframes f_fadeG{
0%{
background-color:#ffffff}

100%{
background-color:#000000}
}

@-ms-keyframes f_fadeG{
0%{
background-color:#ffffff}

100%{
background-color:#000000}
}

/* The sidebar icon */
#cj-info-button,
#cj-info-button-other {
float: left;
font-size: 16px;
line-height: 18px;
height: 18px;
width: 14px;
text-align: center;
padding: 11px 12px 9px 12px;
background: rgb(0,0,0);
background: rgba(0,0,0,0.85);
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
cursor: pointer;
margin-right: 5px;
color: #888;
}
/* The main email icon */
#cj-email-button {
float: left;
font-size: 16px;
line-height: 18px;
height: 18px;
width: 14px;
text-align: center;
padding: 11px 12px 9px 12px;
background: rgb(0,0,0);
background: rgba(0,0,0,0.85);
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
cursor: pointer;
margin-right: 5px;
color: #888;
}
/* The main social share icon */
#cj-share-button {
float: left;
font-size: 16px;
line-height: 18px;
height: 18px;
width: 14px;
text-align: center;
padding: 11px 12px 9px 12px;
background: rgb(0,0,0);
background: rgba(0,0,0,0.85);
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
cursor: pointer;
margin-right: 5px;
color: #888;
}
/* The main music icon */
#cj-music-button {
float: left;
font-size: 16px;
line-height: 18px;
height: 18px;
width: 14px;
text-align: center;
padding: 11px 12px 9px 12px;
background: rgb(0,0,0);
background: rgba(0,0,0,0.85);
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
cursor: pointer;
color: #888;
}
/* Circle icon mouse over state */
.cj-button-hover {
color: #fff !important;
}

/* ..........................................................................   3.2   */

/* ----------------------------- */
/* ---- BEGIN MUSIC PLAYER ----- */
/* ----------------------------- */

/* The music player container */
#cj-music-button {
display: inline-block;
}
/* The music player meta data text */
#cj-music-meta {
float: left;
font-weight: bold;
font-size: 11px;
width: 100%;
line-height: 17px;
color: #aaa;
text-align: center;
padding: 15px 0 10px;
}
/* iPad adjustment applied to the above rule */
.cj-music-meta-fix {
padding-top: 5px !important;
}
/* The music player current song text */
.cj-current-song {
margin-left: 6px;
}
/* Music player controls container */
#cj-music-controls {
width: 100%;
text-align: center;
padding-bottom: 15px;
}
/* iPad adjustment applied to the above rule */
.cj-music-fix {
margin-top: 1px !important;
}
/* Class applied if no music meta data is used */
.cj-music-controls-no-meta {
margin-left: 0 !important;
}
/* The music player buttons */
.cj-music-left, 
.cj-music-right, 
.cj-music-pause, 
.cj-music-play {
cursor: pointer;
display: inline-block;
color: #888;
font-size: 14px;
}
.cj-music-left, 
.cj-music-right, 
.cj-music-pause, 
.cj-music-play {
margin-left: 4px;
}
/* The music player next song button */
.cj-music-right {
margin-left: 5px;
}
/* The music player pause button */
.cj-music-pause {
margin-left: 5px;
}
/* The music player play button */
.cj-music-play {
margin-left: 5px;
display: none;
}

/* Music player button hover state */
.cj-music-left:hover,
.cj-music-right:hover,
.cj-music-pause:hover,
.cj-music-play:hover {
color: #fff;
}


/* ..........................................................................   3.4   */

/* ----------------------------- */
/* ---- BEGIN CONTACT FORM ----- */
/* ----------------------------- */

/* Reset for contact form fieldset */
#cj-contact-form fieldset {
border: 0;
padding: 20px 15px;
}

/* Contact form small text field */
#cj-contact-form input.cj-field {
width: 230px;
margin-top: 5px;
}

/* Contact form first small text field */
#cj-contact-form input.cj-field:first-child {
margin-top: 0;
}

/* Contact form text area */
#cj-contact-form textarea {
width: 230px;
height: 150px;
margin-top: 5px;
overflow: auto;
min-width: 230px;
max-width: 230px;
min-height: 100px;
max-height: 150px;
}

/* Contact form submit button */
#cj-contact-form #cj-submit {
margin-top: 5px;
cursor: pointer;
outline: none;
float: right;
}

/* Removing focus outline applied by some browsers to contact fields */
#cj-contact-form textarea:focus,
#cj-contact-form #cj-submit:focus, 
#cj-contact-form input.cj-field:focus {
outline: none !important;
}

/* Success message text */
.cj-success-message {
margin: 8px 0 0 0 !important;
float: left;
font-weight: bold;
color: #9adc44;
}


/* ..........................................................................   4   */

/* ********************************** */
/* ******* IMAGE DESCRIPTIONS ******* */
/* ********************************** */

/* Image description main container */
#cj-image-info {
width: 100%;
display: none;
}
.cj-info-wrapper {
position: absolute;
max-width: 40%;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=140,strength=5);*/
text-shadow: 0 0 10px rgba(0,0,0,0.6);
text-align: right;
font-size: 100%;
}
.cj-info-wrapper a {
color: inherit;
text-decoration: underline;
}
.cj-info-wrapper a:hover {
text-decoration: none;
}
.cj-info-wrapper.caption-left {
text-align: left;
}

/* Image description header style */
#cj-image-info h2 {
font-family: 'BebasNeueRegular';
font-size: 5em;
line-height: 0.9em;
letter-spacing: 0.03em;
color: #83e3fc;
margin: 0;
}

/* Image description paragraph style */
#cj-image-info-text p {
color: #fff;
font-size: 1.5em;
line-height: 1.5em;
margin-top: 0.5em;
}

/* Outline from links */
#cj-image-info a {
outline: none !important;
}


/* ...........................................................................   5   */

/* ********************************** */
/* ********* FOOTER SECTION  ******** */
/* ********************************** */

/* Main footer container */
#cj-gallery #cj-footer {
position: fixed;
visibility: hidden;
bottom: 0;
-webkit-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}

/* Footer content container */
#cj-gallery #cj-footer-container {
padding: 10px 10px 0 10px;
background: rgb(0, 0, 0);
background: rgba(0,0,0,0.85);
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}


/* ..........................................................................   5.1   */

/* ----------------------------- */
/* ----- GALLERY CONTROLS ------ */
/* ----------------------------- */

/* Main gallery controls container */
#cj-gallery #cj-gallery-controls {
display: inline-block;
margin-bottom: 8px;
}
#cj-gallery .cj-gallery-controls-left {
float: left;
font-size: 16px;
line-height: 1;
height: 17px;
padding: 11px 10px 7px 10px;
background: rgb(0, 0, 0);
background: rgba(0,0,0,0.85);
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.ios-class #cj-gallery .cj-gallery-controls-left {
padding-bottom: 7px;
}
#cj-gallery .cj-gallery-controls-right {
float: right;
margin-left: 1px;
line-height: 1;
height: 13px;
padding: 12px 10px 10px;
background: rgb(0, 0, 0);
background: rgba(0,0,0,0.85);
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}


/* IE Fix for controls */
.cj-gc-fix {
padding-top: 4px !important;
}

/* Previous image button */
#cj-gallery .cj-left-icon {
cursor: pointer;
display: inline-block;
}

/* Next image button */
#cj-gallery .cj-right-icon {
margin-left: 5px;
cursor: pointer;
display: inline-block;
}

/* Style applied to info button when no image info is present */
.cj-no-info-hover {
background-position: left top !important;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
filter:alpha(opacity=50);
opacity: 0.5;
}

/* Hide thumbnails button */
#cj-gallery .cj-close-icon {
cursor: pointer;
display: inline-block;

}

/* Show thumbnails button */
#cj-gallery .cj-up-icon {
cursor: pointer;
display: inline-block;

}

/* Pause slideshow button */
#cj-gallery .cj-pause-icon {
margin-left: 7px;
cursor: pointer;
display: inline-block;
letter-spacing: 1px;
font-weight: bold;
font-family: 'FontAwesome';
}

/* Play slideshow button */
#cj-gallery .cj-play-icon {
margin-left: 7px;
cursor: pointer;
display: inline-block;
padding-right: 2px;
font-size: 15px;

}

#cj-gallery .cj-left-icon, 
#cj-gallery .cj-close-icon, 
#cj-gallery .cj-right-icon,
#cj-gallery .cj-info-icon,
#cj-gallery .cj-play-icon,
#cj-gallery .cj-pause-icon,
#cj-gallery .cj-up-icon,
#cj-gallery .cj-close-info {
color: #888;
}

/* Gallery control buttons hover state */
#cj-gallery .cj-left-icon:hover, 
#cj-gallery .cj-close-icon:hover, 
#cj-gallery .cj-right-icon:hover,
#cj-gallery .cj-info-icon:hover,
#cj-gallery .cj-play-icon:hover,
#cj-gallery .cj-pause-icon:hover,
#cj-gallery .cj-up-icon:hover,
#cj-gallery .cj-close-info:hover {
color: #fff;
}

/* Applied when thumbnailas and categories are not used */
.cj-footer-controls-only {
padding-top: 0 !important;
}


/* ..........................................................................   5.2   */

/* ----------------------------- */
/* -------- THUMBNAILS --------- */
/* ----------------------------- */

/* Main thumbnail container */
#cj-gallery  #cj-thumb-container {
clear: both;
overflow: hidden;
position: relative;
}

/* Thumbnail strip container */
.cj-thumb-div {
float: left;
margin-left: 10px !important;
border: 1px solid #444 !important;
position: relative !important;
overflow: hidden !important;
}

/* Applied to first thumb */
.cj-thumb-div-first {
margin-left: 0 !important;
}

/* Applied to thumbnail images */
.cj-thumb-image {
position: absolute !important;
display: none;
}

/* Thumbnail mouse over effect */
.cj-thumb-hover {
position: absolute !important;
background: #000;
font-size: 30px;
color: #fff;
text-align: center;
}

/* Thumbnail tooltips */
#cj-gallery #cj-thumb-tooltip {
color: #fff;
background: rgb(0,0,0);
background: rgba(0,0,0,0.85);
padding: 5px 8px 5px 8px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
position: fixed;
white-space: nowrap;
display: none;
z-index: 1;
}

/* Thumb slider left button */
.cj-thumb-left {
display: none;
color: #888;	
padding: 6px 10px 5px 8px;
font-size: 14px;
cursor: pointer;
position: fixed;
background: rgb(0,0,0);
background: rgba(0,0,0,0.85);
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
text-align: center;
margin: 0 0 0 -30px !important;

}

/* Thumb slider right button */
.cj-thumb-right {
display: none;
color: #888;
padding: 6px 8px 5px 10px;
font-size: 14px;
cursor: pointer;
position: fixed;
background: rgb(0,0,0);
background: rgba(0,0,0,0.85);
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
text-align: center;	
margin: 0 0 0 10px !important;
}

/* Thumb slider button hover state */
.cj-thumb-arrow-hover {
color: #fff;
}

/* Applied when no thumbnails are used */
.cj-no-thumbnails {
margin-top: 0px !important;
}


/* ..........................................................................   5.3   */

/* ----------------------------- */
/* ----- CATEGORY BUTTONS ------ */
/* ----------------------------- */

/* Main category button container */
#cj-gallery #cj-categories {
font: 20px 'BebasNeueRegular', sans-serif;
color: #fff;	
text-align: center;
margin-top: 11px;
padding-bottom: 10px;
}

/* The category button */
.cj-category {
display: inline-block !important;
padding: 0 14px 0 14px !important;
line-height: 16px;
color: #888;
}

/* The category button hover state */
.cj-category:hover {
color: #aaa;
}

.cj-category-selected,
.cj-category-selected:hover {
color: #fff;
}

/* Style applied when categories are not used */
.cj-no-categories {
padding-bottom: 8px !important;
}


/* ...........................................................................   6   */

/* ********************************** */
/* ******** VIDEO LIGHTBOX  ********* */
/* ********************************** */

/* The "play video" button that appears over the current gallery image */
.cj-video-button {
position: fixed;
visibility: hidden;
padding: 12px 15px 8px 15px !important;
font-size: 24px;
color: #888;
background: rgb(0,0,0);
background: rgba(0,0,0,0.85);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
/* The hover style for the play video button */
.cj-video-button:hover {
color: #fff;
}

/* The lightbox dim */
.cj-video-lightbox {
background: rgb(0, 0, 0);
background: rgba(0,0,0,0.855);
position: fixed;
display: none;
z-index: 1001;
}

/* The styles applied to the iframe used for YouTube and Vimeo content */
.cj-video-iframe {
padding: 7px;
margin: -8px 0 0 -8px;
border: 1px solid #FFF;
background: #F5F5F5 url(../img/cj_gallery/graphics/video_preloader.gif) no-repeat center center;
z-index: 1002;
-moz-box-shadow: inset 0 0 3px 3px #DDD;
-webkit-box-shadow: inset 0 0 3px 3px #DDD;
box-shadow: inset 0 0 3px 3px #DDD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}

/* The close button that appears toward the bottom right of the video */
.cj-video-close {
position: fixed;
display: none;
margin: 13px 0 0 -15px !important;
padding: 4px 8px !important;
background: rgb(0,0,0);
background: rgba(0,0,0,0.85);
cursor: pointer;
z-index: 2000;
color: #888;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}

/* The video close button hover state */
.cj-video-close:hover {
color: #fff;
}


/* ...........................................................................   7   */

/* ********************************** */
/* ********* MISCELLANEOUS  ********* */
/* ********************************** */

/* Applied to noscript background image */
.cj-noscript {
z-index: -1000;
display: none;
}
.no-js .cj-noscript {
z-index: -1000;
display: block;
}

/* Preload some icons */
#cj-gallery #cj-preload {
position: fixed;
visibility: hidden;
}







