/*
* Template Name:Temple
* Author: Omega Unit
* Author URI: http://omegaunit.com
* Version: 1.0
*/

@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,700);


::-moz-selection { background-color: #666; color: #FFF; }
::selection { background-color: #666; color: #FFF; }


#site_search_1_input {
  background-color: transparent;
  color: #FFF;
  outline: none;
  border-width:0px;
  height:30px;
  width:150px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}


#preloader {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99999; /* makes sure it stays on top */
}

.sk-folding-cube {
  position: relative;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  z-index: 1001;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

.loaded .sk-folding-cube {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }




/* ------------------------------------------------------------------------
	Back To Top
------------------------------------------------------------------------- */

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:12px;
	right:12px;
	overflow:hidden;
	width:43px;
	height:43px;
	border:none;
	text-indent:100%;
	z-index: 999;
	background: #282A2B url(images/totop.png) no-repeat left top;
	-webkit-border-radius: 0px; 
    -moz-border-radius: 0px; 
    border-radius: 0px; 
}

#toTopHover {
	background: #000 url(images/totop.png) no-repeat left -43px;
	width:43px;
	height:43px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}


/* ------------------------------------------------------------------------
  Home Page Slider
------------------------------------------------------------------------- */

.slide-container {
  margin-top: 0px;
  width: 100%;
  height: 600px;
  min-width:1000px;
  min-height: 600px;
  position: absolute; }

  .slide-container .container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    z-index: 0; }



.slide-container .slide-desc {
    background: #000;
    width: 700px;
    left: 50%;
    margin-left:-350px;
    top: 300px;
    padding: 0;
    text-align: center;
    position: absolute;
    display:inline-block;
    z-index: 1000;
}

.slide-container .slide-desc > h2 {
    color: #FFF;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

.slide-container .slide-desc > p {
    color: #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 13px;
}

.slide-container .slide-desc > p a.more {
    color:#D3D3D3;
  font-size:16px;
  text-decoration:underline;
}

.slide-container .slide-desc > p a.more:hover {
    text-decoration:none;
}

.skippr {
  width:100%;
  height:100%;
  position: relative;
  overflow:hidden;
}

.skippr > div {
  position: absolute;
  width:100%;
  height:100%;
  background-size: cover;
  background-position: 50% 62.5%;
}

.skippr > img {
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  width:100%;
  min-height: 100%;
}

.skippr-nav-container {
  position: absolute;
  left:50%;
  -webkit-transform:translate(-50%,0);
  transform:translate(-50%,0);
  -moz-transform:translate(-50%,0);
  -ms-transform:translate(-50%,0);
  bottom:25px;
  overflow: auto;
  z-index:999;

}

.skippr-nav-element {
  cursor:pointer;
  float:left;
  background-color: rgba(255,255,255,0.5);
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

.skippr-nav-element-bubble {
  width:12px;
  height:12px;
  border-radius: 50%;
  margin:0 4px;
}

.skippr-nav-element-block {
  width:60px;
  height:10px;
}


.skippr-nav-element:hover, .skippr-nav-element-active {
  background-color:rgba(255,255,255,1);
}


.skippr-arrow {
  position: absolute;
  z-index:999;
  top:50%;
  -webkit-transform:translate(0%,-50%);
  -moz-transform:translate(0%,-50%);
  -ms-transform:translate(0%,-50%);
  transform:translate(0%,-50%);

  width:30px;
  height:30px;
  /*background-color: white;*/
  transform-origin:center center;
  -webkit-transform-origin:top left;
  cursor: pointer;
}

.skippr-previous {
  left:2.5%;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  border-top:2px solid white;
  border-left:2px solid white;
}

.skippr-next {
  right:3.5%;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  border-bottom:2px solid white;
  border-right:2px solid white;
}



/* ------------------------------------------------------------------------
	Accordion
------------------------------------------------------------------------- */

.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.smk_accordion .accordion_in {
  border: 1px solid #CCC;
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
}

.smk_accordion .accordion_in .acc_head {
  position: relative;
  background: #FDFDFD;
  padding: 20px;
  color: #7B7E85;
  font-size: 16px;
  font-family: "Lato Light", sans-serif;
  display: block;
  cursor: pointer;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  background: url(images/plusminus.png) center 0;
}

.smk_accordion .accordion_in .acc_content {
  background: #F9F9F9;
  color: #7B7E85;
  font-family: "Lato Light", sans-serif;
  line-height:25.83px;
  padding: 3px 40px 20px 10px;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}

.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
  border-radius: 0px 0px 0 0;
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
  border-radius: 0 0 0px 0px;
}
.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
  background: #F9F9F9;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
  background: url(images/plusminus.png) center -18px;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 40px;
}


/* ------------------------------------------------------------------------
	Skills Bar
------------------------------------------------------------------------- */


.progress-bar {
    background-color: #EBEBEB;
    height: 15px;
    padding: 0;
    width: 100%;
    margin: 0;         
    border-radius: 0px;        
}

.progress-bar span {
    display: inline-block;
    height: 100%;
    border-radius: 0px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    transition: width .4s ease-in-out;    
}

.hike span {
      background-color: #47C868; 
}

.stripes span {
            -webkit-background-size: 30px 30px;
            -moz-background-size: 30px 30px;
            background-size: 30px 30px;			
			background-image: -webkit-gradient(linear, left top, right bottom,
								color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
								color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
								color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
								to(transparent));
            background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                transparent 75%, transparent);
            background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                transparent 75%, transparent);
            background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                transparent 75%, transparent);
            background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                transparent 75%, transparent);
            background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                transparent 75%, transparent);            
            
            -webkit-animation: animate-stripes 3s linear infinite;
            -moz-animation: animate-stripes 3s linear infinite;       		
		}
        
        @-webkit-keyframes animate-stripes { 
			0% {background-position: 0 0;} 100% {background-position: 60px 0;}
        }
        
        
        @-moz-keyframes animate-stripes {
			0% {background-position: 0 0;} 100% {background-position: 60px 0;}
        }


/* ------------------------------------------------------------------------
	Lightbox
------------------------------------------------------------------------- */

#wplightbox_prevdiv {
	background-image: url("images/prev_mod.png") !important;
	background:transparent;
	border: solid 2px #fff  !important;
	margin-left: 66px !important;
	-webkit-transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	-o-transition: background-color 0.25s;
	-ms-transition: background-color 0.25s;
	transition: background-color 0.25s;
}

#wplightbox_prevdiv:hover {
	background-image: url("images/prev_mod_over.png") !important;
	background:#fff;
}

#wplightbox_nextdiv {
	background-image: url("images/next_mod.png") !important;
	background:transparent;
	border: solid 2px #fff  !important;
	margin-left: -63px !important;
	-webkit-transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	-o-transition: background-color 0.25s;
	-ms-transition: background-color 0.25s;
	transition: background-color 0.25s;
}

#wplightbox_nextdiv:hover {
	background-image: url("images/next_mod_over.png") !important;
	background:#fff;
}

#wplightbox_closediv {
	background-image: url("images/lightbox_close_1_mod.png") !important;
	background:transparent;
	border: solid 2px #fff  !important;
	margin-top: 66px !important;
	margin-left: -21px;
	-webkit-transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	-o-transition: background-color 0.25s;
	-ms-transition: background-color 0.25s;
	transition: background-color 0.25s;
}

#wplightbox_closediv:hover {
	background-image: url("images/lightbox_close_1_mod_over.png") !important;
	background:#fff;
}

#wplightbox_prevdiv, #wplightbox_nextdiv, #wplightbox_closediv {
	-webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
}




/* ------------------------------------------------------------------------
	Contact Form
------------------------------------------------------------------------- */

#contact p, label, legend { font-family:"Arial", sans-serif; color:#636363; font-size:16.0px !important; line-height:1.21em; }

#contact h1 { margin: 10px 0 10px; font-family:"Arial", sans-serif; font-size: 18px; color: #636363; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 600px; }

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1.0em; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #fff; border: 1px solid #DBDBDB !important; margin: 5px 0; font:1.0em "Arial", sans-serif; font-size:16.0px  }
#contact input:focus, textarea:focus, select:focus { border: 1px solid #EBEBEB; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: none; background:#00A1E4; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:20px 20px 20px 0; border: none; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 16px; color: #636363; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; font-family:"Arial", sans-serif; font-size:16.0px; height: 22px; line-height: 22px; background: #FBE3E4 url('images/error.gif') no-repeat 10px center; padding: 5px 10px 5px 35px; color:#8a1f11;border: none; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('images/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }