/*
* Template Name: Excell
* Author: Serif Templates
* Author URI: http://seriftemplates.com
* Version: 1.0
*/


#preloader {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}


@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Light';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}


::-moz-selection { background-color: #666; color: #FFF; }
::selection { background-color: #666; color: #FFF; }


.parallax {  
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: absolute;
}


/* ------------------------------------------------------------------------
	Top Bar & Menu
------------------------------------------------------------------------- */

#header {
    position: fixed;
    z-index:120;
    display: none;
    width: 100%;
    height: 70px;
    background: #FFF;
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.3);
    -webkit-box-shadow:  0 1px 6px rgba(0,0,0,0.3);
    box-shadow:  0 1px 6px rgba(0,0,0,0.3);
}

#header #logo {
	float:left; 
	padding:12px 25px;
	}
	#menu {
		font-size: 14px;
		font-family:"Open Sans", sans-serif;
		text-transform:uppercase;
		font-weight:normal;
		height: 45px;
		position:absolute;
		right:10px;
		padding: 8px;
	}
	#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#menu a {
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
	}

/* Top buttons */
#menu > ul > li {
			float: left;
			margin: 10px 5px;
			position: relative;
		}
#menu > ul > li > a {
			line-height: 32px;
			color: #606060;
			padding: 7px 15px 10px;
		}
#menu > ul > li:hover > a {
			color: #999;
		}
#menu > ul > li > a.current{
			color: #999;	
	}
#menu .menu-drop > a.current {
			-webkit-border-radius: 4px;
			-mo-border-radius: 4px;
			-ms-border-radius: 4px;
			-o-border-radius: 4px;
			border-radius: 4px;
			
		}
#menu .menu-drop:hover > a.current {
			-webkit-border-radius: 4px 4px 0 0;
			-mo-border-radius: 4px 4px 0 0;
			-ms-border-radius: 4px 4px 0 0;
			-o-border-radius: 4px 4px 0 0;
			border-radius: 4px 4px 0 0;
		}
#menu .menu-drop > a.current .menu-label {
			background-image: url("images/drop_arrow.png");
			background-position:right -23px;
			background-repeat:no-repeat;	
		}
#menu .menu-drop > a {
			-webkit-border-radius: 4px 4px 0 0;
			-mo-border-radius: 4px 4px 0 0;
			-ms-border-radius: 4px 4px 0 0;
			-o-border-radius: 4px 4px 0 0;
			border-radius: 4px 4px 0 0;
			padding-right: 10px;
		}
		
#menu .menu-label {
			background-image: url("images/drop_arrow.png");
			background-position:right 7px;
			background-repeat:no-repeat;
			-webkit-transition: background 0.1s;
			-moz-transition: background 0.1s;
			-ms-transition: background 0.1s;
			-o-transition: background 0.1s;
			transition: background 0.1s;
			padding-right: 15px;
		}
#menu .menu-drop:hover .menu-label {
			background-position:right -23px;
			-webkit-transition: background 0.1s;
			-moz-transition: background 0.1s;
			-ms-transition: background 0.1s;
			-o-transition: background 0.1s;
			transition: background 0.1s;
		}
#menu .menu-right {
			float: right;
}
		
		
		/* Dropdown */
#menu ul ul {
			background-color: #404040;
			-webkit-border-radius-: 0 0 4px 4px;
			-mo-border-radius: 0 0 4px 4px;
			-ms-border-radius: 0 0 4px 4px;
			-o-border-radius: 0 0 4px 4px;
			border-radius: 0 0 4px 4px;
			padding: 4px 0;
			position: absolute;
			top: 32px;
			left: -5000px;
			min-width: 100%;
			z-index: 100;
			opacity: 0;
		}

#menu li:hover ul {
			left: 0;
			opacity: 1;
			-webkit-transition: opacity 0.1s;
			-moz-transition: opacity 0.1s;
			-ms-transition: opacity 0.1s;
			-o-transition: opacity 0.1s;
			transition: opacity 0.1s;
		}
		
/* Dropdown buttons */
#menu ul ul li {
				white-space: nowrap;
			}
#menu ul ul a {
				font-size: 14px;
				color: #e0e0e0;
				padding: 6px 15px;
				display: block;	
				-webkit-transition: background-color 0.1s, color 0.1s;
				-moz-transition: background-color 0.1s, color 0.1s;
				-ms-transition: background-color 0.1s, color 0.1s;
				-o-transition: background-color 0.1s, color 0.1s;
				transition: background-color 0.1s, color 0.1s;
			}
#menu ul ul a:hover {
				color: #404040;
				background-color: #e0e0e0;
				-webkit-transition: background-color 0.1s, color 0.1s;
				-moz-transition: background-color 0.1s, color 0.1s;
				-ms-transition: background-color 0.1s, color 0.1s;
				-o-transition: background-color 0.1s, color 0.1s;
				transition: background-color 0.1s, color 0.1s;
			}
#menu ul ul a.current {
				background-color: #696969;
			}
#menu ul ul a:hover.current {
				background-color: #e0e0e0;
			}

/* ------------------------------------------------------------------------
	Skills Bar
------------------------------------------------------------------------- */


.progress-bar {
    background-color: #EBEBEB;
    height: 20px;
    padding: 0;
    width: 100%;
    margin: 0;         
    border-radius: 5px;        
}

.progress-bar span {
    display: inline-block;
    height: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    transition: width .4s ease-in-out;    
}

.blue span {
    background-color: #34c2e3;   
}

.orange span {
      background-color: #fecf23;
      background-image: linear-gradient(top, #fecf23, #fd9215);  
}   

.green span {
      background-color: #a5df41;
      background-image: linear-gradient(top, #a5df41, #4ca916);  
}

.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;}
        }

/* ------------------------------------------------------------------------
	Custom Scrollbar
------------------------------------------------------------------------- */					

::-webkit-scrollbar {
width: 12px;
height: 10px;
}
 
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
height: 0px;
display: block;
background-color: transparent;
}
 
::-webkit-scrollbar-track-piece  {
background-color: #EBEBEB;
}

::-webkit-scrollbar-thumb:vertical {
height: 50px;
background-color: #CBCBCB;
-webkit-border-radius: 10px;
}


/* ------------------------------------------------------------------------
	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; }



/* ------------------------------------------------------------------------
	Custom WP Lightbox
------------------------------------------------------------------------- */

#wplightbox_prevdiv { background-image: url("images/prev_mod.png") !important;}
#wplightbox_nextdiv { background-image: url("images/next_mod.png") !important; margin-left: 3px !important;}
#wplightbox_closediv { background-image: url("images/lightbo_close_1_mod.png") !important;}



a, img {
    border:none;
}