
/* BASIC FORMATTING
================================================== */

body {
	color:#777777;
	background: #ffffff;
	font-size:16px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	padding-top:75px;
}

blockquote small {
	color:inherit;
}
h1, h2, h3, h4, h5, h6 {
	color:#222222;
}
h2 {
 color:#888888;	
}
h2 i {color:#999999;}


h1, h2, h3, h4, h5, h6, legend {
	margin:0;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
body h1 {
	font-size: 44px;
	line-height: 38px;
	font-weight: 300;
	font-style: normal;
	text-align:center;
	position:relative;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	margin-top: 0px;
}
body h2 {
	margin-top: 0px;
}
body h1 small {
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.01em;
}

/* PAGE
================================================== */

#content {
	margin-top:10px;
}

#content .well {
	padding: 10px;
	margin: 20px 0px 0px 0px;
	background-color: #f5f5f5;
}


#content .well ul.navbar-nav li a {
	padding:10px;
}


#mainHeader nav.navigation .navbar-nav {
	margin-right:25px;
	height:75px;
}


#globalWrapper .well {
	margin: 20px 0px 20px 0px;
	
}

/* MAIN MENU
================================================== */

body .navbar-nav > li > a {
	line-height:25px;
	padding-top:10px;
	padding-bottom:10px;
    margin:0;
    display: block;
    font-size: 1em;
    font-weight: 300;
	vertical-align:middle;
    text-decoration: none;
    text-transform: uppercase;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.navbar-nav > li > a i {font-size: 16px; text-align: center;padding: 10px 0 10px 0; color:#ccc;}
.navbar-nav > li > a:hover i, .navbar-nav > li.active > a i {color:#fff;}
#mainHeader .pull-right{ float:none !important; }

/*** MEDIA QUERIES ***/
@media(max-width:767px){
	.navbar-nav > li > a i {
		margin-right: 10px;
		font-size: 18px;
	}
}
@media(min-width:768px){
	.navbar-nav > li > a i {
		display: block;
	}
	.navbar-nav > li > a {
		padding-top:0;
		padding-bottom:0;
	}
	#mainHeader .pull-right{ float:right !important; }
}
}
@media(min-width:992px){}
@media(min-width:1200px){}


/* HEADINGS
================================================== */
h1.noSubtitle{
	margin-bottom:90px;
}

.bigTitle, h1.bigTitle, h2.bigTitle, h3.bigTitle {
	font-weight: 800;
	font-size: 5em;
	line-height:1em;
	text-transform:uppercase;
	padding:0.5em 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.paralaxText h2 {
	font-size: 3.21em;
	font-weight: 800;
	line-height:1.5em;
	text-transform:uppercase;
	padding:0.5em 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.paralaxText blockquote {
	font-size: 33px;
	line-height: 33px;
	margin-bottom: 0;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	padding-left: 0;
	border: none;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	letter-spacing: 0.1em;
}

h2 {
	font-size:24px;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	padding:0;
	margin-bottom:17px;

}
h2.subTitle{
	font-size:24px;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	padding:0;
	margin-bottom:50px;
	text-align:center;
}
h2.subTitle:after, h1.noSubtitle:after {
	display:block;
	height:1px;
	width:100px;
	content:'';
	bottom:25px;
	position:absolute;
	margin-left:-50px;
	left:50%;
}




h1.noSubtitle:after {
	bottom:-29px;
}

/* remove the underline on H1 when not needed */
h1.bigTitle:after, .boxWrapper h1:after, .pricingBloc h1:after, .team h1:after, .iconBoxV3 h1:after, #sliderWrapper h1:after, .fullwidthbanner-container h1:after, .camera_caption h1:after, .caption h1:after, .bulle h1:after, .iconBoxV2 .iconBox-body h1:after {
	content:none
}
h3, legend {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 14px;
	font-weight: 600;
	letter-spacing: -0.06em;
}
h4 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 6px;
	font-style: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:300;
}
h5 {
	font-style: normal;
	font-weight: 300;
	font-size: 1.116em;
	line-height: 1.5714em;
	margin-bottom: 0.916em;
}
h6 {
	font-weight: 300;
	font-style: italic;
	margin-bottom: 2em;
	font-size: 1em;
	line-height:1em;
}
h1 small, h2 small, h3 small, h4 small {
	text-transform:none;
	font-size:0.5em;
	font-weight:400;
	color:inherit;
}
p, ul {
	margin-top: 0;
	margin-bottom: 12px;
}
strong {
	font-weight:bold
}
small, aside {
}
li {
	line-height: inherit;
}

#mainHeader .navigation ul.navbar-nav li a {
	height:75px;
}


a:link, a:visited {
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
}
a:hover, a:active {
	text-decoration:underline;
}
ul.iconsList li a:hover {
	text-decoration:none;
}
a.readMore {
	display:block;
	margin-top:0.75em;
	font-style:italic;
}
blockquote {
	font-size:22px;
	line-height: 33px;
	margin-bottom:0;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	padding:0;
	border:none;
	text-align:left;
}
blockquote p {
	font-size: inherit;
}
blockquote small {
	font-size:50%;
	display:inline;
}
blockquote:before {
	content:'\e928';
	font-family: 'custom-icons';
	margin-right:0.5em;
}
blockquote:after {
	content:'\e929';
	font-family: 'custom-icons';
	margin-left:0.5em;
}
.quoteRow blockquote:before, .quoteRow blockquote:after {
	content:none;
}
hr {
	padding:0;
	margin:3em 0 3em 0;
}
.hero-unit blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/*** MEDIA QUERIES ***/
@media(max-width:767px){}
@media(min-width:768px){
	.paralaxText blockquote {
	font-size: 44px;
	line-height: 44px;
	}
}
@media(min-width:992px){}
@media(min-width:1200px){}


/* UPLOADER
================================================== */

#fine-uploader ul li img.qq-thumbnail-selector.thumbnail {
	float:left;
}
#fine-uploader .qq-upload-list li {
	text-align:right;
	clear: both;
}

/* JOOMGALLERY
================================================== */

 body #jg_mini_akt {
	border: 2px solid #3e6d92;
	padding:3px;
	margin:2px;
	height:70px;
	width:70px;
	
}


/* CUSTOMIZATION
================================================== */
.site-title {
	font-size: 40px;
	line-height: 48px;
	font-weight: bold;
}
.site-title span.Image {
	margin-left:-2px;
	letter-spacing: -.04em;
}
.site-title span.Datafier {
	font-weight:900;
	color:#aaaaaa;
	font-family: 'open-sans-semibold', arial, sans-serif;
	font-variant: small-caps; /* default is `normal` text-transform: uppercase */
	font-weight: bold;
	font-style: normal;
	margin-left:-8px;
	letter-spacing: -.03em;
}



h1,h2,h3,h4,h5,h6,
.site-title {
	font-family: 'Open Sans', sans-serif;
}
#mainHeader .site-description {
	color:#777777;
}


/* LINKS
================================================== */
ul.iconsList li a {
	color:#555555;
}


/* BUTTONS
================================================== */
.btn {
	color:#ffffff;
	border:2px solid #ffffff;
	background: #00cc6d;
	
	text-transform:uppercase;
	padding:15px 20px;
	font-size:18px;
	 -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.btn:hover {
	border-color:#eeeeee;
	text-shadow:none;
	background:#ffffff;
}
.btn i {
	margin-right:0.5em;
}
.btn-primary {
	background: #006dcc;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #555555;
}
.btn-info {
	background: #49AFCD;
}
.btn-success {
	background: #5BB75B;
}
.btn-warning {
	background: #FAA732;
}
.btn-danger {
	background: #DA4F49;
}
.btn-link, .btn-link:active, .btn-link[disabled], .btn-link:hover {
	background:none;
	border:none;
	-moz-box-shadow: none;
	-webkit-box-shadow:none;
	box-shadow: none;
	color:#49afcd;
}
.btnWrapper {
	border:1px solid #cccccc;
}
.btn-lg {
	padding:18px 23px;
	font-size:22px;
}
.btn-sm {
	padding:10px 13px;
	font-size:12px;
	border-radius:4px;
}
.btn-xs {
	padding:4px 7px;
	font-size:10px;
	border-radius:4px;
}
.btn-link {
	text-transform:none;
	text-shadow:none;
	padding:0;
}



/** tabs **/
.panel-default>.panel-heading:hover {background:#ffffff; }
.panel-title>a {color:#ffffff;}
.panel-title>a:hover {text-decoration: none;}




/* MAIN MENU 
================================================== */
#mainHeader{
    background-color:#ffffff;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
#mainHeader .navbar-inner {
	background: #444444;
	filter:none !important;
}
#mainMenu ul li a, #resMainMenu ul li a {
	color:#444444;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color:#ffffff;
}



/* PARALLAX SECTIONS
================================================== */
.paralaxText blockquote:before, 
.paralaxText blockquote:after {
	color:#ffffff;
}
#home {
	background-image:url('/templates/metastar/images/body/ocean.jpg');
}
#paralaxSlice1 {
	background-image: url('/templates/metastar/images/body/ocean.jpg');
}
#paralaxSlice2 {
	background-image: url('/templates/metastar/images/body/ocean.jpg');
}
#paralaxSlice3 {
	background-image: url('/templates/metastar/images/body/ocean.jpg');
}
#paralaxSlice4 {
	background-image: url('/templates/metastar/images/body/ocean.jpg');
}
.paralaxText blockquote, 
.paralaxText h1, 
.paralaxText h2, 
.paralaxText h3, 
.paralaxText p, 
.paralaxText i{
	color:#ffffff;
}



/* FOOTER 
================================================== */
footer {
	color:#777777;
	margin-top:20px;
}
#footerRights {
	background-color:#ffffff;
}
p.credits {
	color:#555555;
}


/* HOME
================================================== */
#home h1 {color:#ffffff;}


/* FLEX SLIDER
================================================== */
.flexslider {
	box-shadow:none;
}
.slides .txt div {
	background:#444444;
	color:#ffffff;
}

.flexslider .flex-control-paging li a:hover, #sliderWrapper .flex-control-paging li a.flex-active{
	background: #ffffff;
	border:2px solid #ffffff;
}
.flexslider .flex-control-paging li a {
	background: transparent;
	border:2px solid rgba(255,255,255,0.5);
}
.flexslider .flex-control-nav {
	background:transparent;
	bottom:-25px;
}
.flexslider h1 {
	color:#ffffff;
	margin-bottom:0px;
}
.flexslider h2 {
	color:#ffffff;
	margin:0px;
}
.flexslider .caption p {
	background-color:#ffffff;
	color:#555555;
}

/*** flexHome ***/
#flexHome  h1 {	color:#ffffff;
	background:none;
	}
#flexHome  h2 {	color:#ffffff;
	background:none;
}
#flexHome {
	background: transparent;
	margin:0px;
}
#flexHome .flex-control-nav	{
text-align:left;
}
#flexHome h1 {
	margin-bottom:5px;
	margin-top: 25px;
	font-weight: 300;
	font-size: 50px;
	line-height:1em;
	text-transform:none;
	padding:0px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	width:100%;
	text-align:left;
	display: inline-block;
}
#flexHome h1:after  {content:''}
#flexHome h2 {
	text-align:left;
	display:inline-block;
	font-size: 28px;
}
.flexslider .slides > li {height:110px;}

.flex-control-nav {
position:static; 
margin-top:22px;
}
.flex-control-nav li {margin-left: 0; margin-right:11px;}
.flex-control-nav{display:none;}

#flexHome.flexslider {
	border:none;
	box-shadow: 0 0px 0px rgba(0,0,0,0); 
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0); 
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0); 
	-o-box-shadow: 0 0px 0px rgba(0,0,0,0); 
}

/*** MEDIA QUERIES ***/
@media(max-width:400px){
	.flexslider .slides > li {height:120px;}
	#flexHome h2 {font-size: 12px;}
}

@media(min-width:768px){
	.newsText{margin-bottom: 0;}
	#flexHome h1 {font-size:35px;}
	.flex-control-nav{display:block;}
	.flexslider .slides > li {height:140px;}
}
@media(min-width:992px){
	#flexHome h1 {font-size: 40px;}
	.flexslider .slides > li {height:180px;}
}

@media(min-width:1200px){
	#flexHome h1 {font-size: 50px;}
	.flexslider .slides > li {height:200px;}
}
}


/* PORTFOLIO
================================================== */
nav#filter a {
	background-color: #eeeeee;
	color:#555555;
}
nav#filter a:hover, nav#filter a.current {
	color:#ffffff;
}
li.filterTitle {
	color:#4F6266;
}
section#projectDescription {
	background-color:#F8F8F8
}


/* MISCELANIOUS
================================================== */
/*** hover images ***/
.iconLinks a span {color:#ffffff;}

/*** Form ***/
.form-control:focus{
	border: none;
	background-color:#dddddd;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.form-control {
	color: #444;
	background-color:#ededed;
    border:none;
}

.error {color: #B94A48;
background-color: #F2DEDE;
border-color: #EED3D7;}

label.error {
color:#ffffff;
background-color: #B94A48;
border:none;
}


/*** call to action ***/
.ctaBox {border:2px solid rgba(0,0,0,0.05);}
.ctaBoxFullwidth{border:none;}

.ctaBox blockquote {
	color:#ffffff;
}

/*color1*/
.color1, .slice.color1, .bulle.color1, .ctaBox.color1{
	background-color:#eeeeee;
	color:#444444;
}

.color1 h1, .color1 h2, .color1 h3, .color1 h4, .color1 blockquote, .color1 a{
	color:#444444;
}
.color1 a.btn{color:#ffffff;}

/*color4*/
.color4, .slice.color4, .bulle.color4, .ctaBox.color4{
	color:#ffffff;
}

.color4 h1, .color4 h2, .color4 h3, .color4 h4, .color4 blockquote, .color4 a {
	color:#ffffff;
}
.color4 h2.subTitle:after, .color4 h1.noSubtitle:after {
	background:#ffffff;
}

/*** icons ***/
.iconRounded {background-color:#ffffff;}
.iconRounded:hover, .color1 .iconRounded:hover{color:#ffffff;}
.color4 .iconRounded {background-color:#ffffff;}





/* BOOSTRAP CUSTOMIZATION
================================================== */


.navbar {margin-bottom:0;}
.navbar-default {background:none; border:none;}

.btn:active, .btn.active{
-webkit-box-shadow:none;box-shadow:none
}
.container .jumbotron{border-radius: 0;}
.jumbotron {font-size: 16px;}
.jumbotron h1 {text-align: left;}

/*forms*/
.form-control {-webkit-box-shadow:none;box-shadow:none}
.has-error div {padding: 5px;
margin-bottom: 20px;
display:block;
}

/*tabs*/
/** expand the link to fill the whole tab **/
.panel-title a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
    outline:none;
}

.panel-default>.panel-heading{
 -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.panel-default {
	border:none;
}
.navbar-default .navbar-toggle {
	margin-top: 22px;
}




.iconRounded{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	padding-top: 7px;
	
}
.iconRounded:before{margin: auto;text-align: center;}
.iconBig{
	font-size: 50px;
}
.iconBig.iconRounded{
	width: 112px;
	height: 112px;
	padding-top:29px;
	border-width: 4px;
}
.boxFeature{margin-bottom:33px;}
/* v2 */
.boxFeature-2 {text-align: center;}
.boxFeature-2 i {margin-bottom: 22px; display:block;}
.boxFeature-2 p {font-size: 12px;}

.boxContent{padding:22px;}
/*** utilies classes ***/
.mb15 {
	margin-bottom:1.5em;
}
.mb30 {
	margin-bottom:3em;
}
.mb40 {
	margin-bottom:4em;
}
.mt15 {
	margin-top:1.5em;
}
.mt30 {
	margin-top:3em;
}
.mt40 {
	margin-top:4em;
}
.noMargin {
	margin:0;
}
.noPaddingBottom {
	padding-bottom:0 !important;
}
.noPaddingTop {
	padding-top:0
}


/*** MEDIA QUERIES ***/
@media(max-width:767px){}
@media(min-width:768px){
	.isotopeItem .iconSmall{
		font-size: 25px;
	}
	.isotopeItem .iconSmall.iconRounded{
		width: 65px;
		height: 65px;
		padding-top: 10px;
	}
	
	.isotopeItem .iconBig{
		font-size: 33px;
	}
	.isotopeItem .iconBig.iconRounded{
		width: 80px;
		height: 80px;
		padding-top: 18px;
	}
	.isotopeItem .iconLinks a span{font-size:10px;}
}
@media(min-width:992px){
	.iconSmall, .isotopeItem .iconSmall{
		font-size: 50px;
	}
	.iconSmall.iconRounded, .isotopeItem .iconSmall.iconRounded {
		width: 100px;
		height: 100px;
		padding-top: 6px;
	}
	
	.iconBig, .isotopeItem .iconBig{
		font-size: 66px;
	}
	.iconBig.iconRounded, .isotopeItem .iconBig.iconRounded {
		width: 125px;
		height: 125px;
		padding-top: 6px;
	}
	.isotopeItem .iconLinks a span{font-size:12px;}
}
@media(min-width:1200px){}




/* GENERAL
================================================== */


/*** call to action ***/
.ctaBox{padding:33px 11px;}
.ctaBoxFullwidth{padding:0;}

.ctaBox a {margin-top:22px;} 
.ctaBox h1 {
	font-size:22px;
	line-height: 33px;
	margin-bottom:0;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	padding:0;
	border:none;
	text-align:left;
	letter-spacing:normal;
	text-transform:none;
}

/*** MEDIA QUERIES ***/
@media(max-width:767px){
	.btn-lg {
		padding: 14px 18px;
		font-size: 18px;
	}
}
@media(min-width:768px){
	.slice {}
}
@media(min-width:992px){
	.ctaBox a {float:right; margin-top:0;} 
}
@media(min-width:1200px){}



/* PARALLAX STUFF
================================================== */
#paralaxSlice1, #paralaxSlice2, #paralaxSlice3, #paralaxSlice4, #paralaxSlice5, #homeFullScreen {
	width:100%;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: cover;
	background-position: top center;
}

.maskParent{position: relative; height:100%;width:100%}
.paralaxText {
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	position: relative;

}
.paralaxMask {width:100%; height:100%;overflow:hidden;position:absolute;background:rgba(0,0,0,0.15);}

/*** MEDIA QUERIES ***/
@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){
	#paralaxSlice1, #paralaxSlice2, #paralaxSlice3, #paralaxSlice4, #paralaxSlice5, #homeFullScreen {
		background-attachment: fixed;
		background-position: 50% 0;
		background-size: cover;
	}
}


/* HEADER
================================================== */
#mainHeader{background:#eee;}
.navbar-brand{padding-top:30px;padding-left: 0;}

.fixedHeader {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.fixedHeader #mainMenu li a {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}
.fixedHeader .nav-brand {
    margin-top: 0.6em;
    width: 100px;
}



/* HOME
================================================== */
body#fullScreen {padding-top: 0}
body#fullScreen #mainHeader{display:none;}

#mapWrapper{ height:350px; }

#homeFullScreen {
	background-image: url('/images/theme-pics/big-city.jpg');
	height:100%;
}

#homeFullScreen .maskParent {display:table;}

#fullScreenSliderWrapper{
	display:table-cell;
	vertical-align: middle;
	width:100%;
	text-align:center;
	margin:auto;
}
.btn.homeBtn {position:relative; background:rgba(255,255,255,0.25);}

#logoBig img{width:300px; margin:auto; position: relative}
#homeFullScreen #flexHome {margin: 0;}
#homeFullScreen #flexHome h1, #homeFullScreen #flexHome .flex-control-nav{text-align: center; margin-bottom: 44px;}

/*** MEDIA QUERIES ***/
@media(max-width:767px){
	#logoBig {padding:0 11px;}
}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}


/* NEWS
================================================== */
.newsText{
	padding:10px 20px 10px 20px;
	margin: 0px;
	overflow:hidden;
}
.newsText h3{margin:0px;}
.date{font-size:12px; line-height:12px;font-style: italic;}
.newsText p{font-size:12px; margin:0px;} 


/* PORTFOLIO
================================================== */
nav#filter {margin-bottom:10px;}
nav#filter ul{margin:0;}
nav#filter li{display:inline-block;list-style:none;margin:0;}

.isotopeItem {margin-bottom: 10px;}
.isotopeItem .boxContent{margin-top:10px; padding:0;}

header#project{padding:10px 0;}
#project h1 {text-align:left;}
#pageslide {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	width: 100%;
	background-color: #fff;
	color: #000;
	box-shadow:none;
	padding:0;
}
#portfolioSheetWrapper .stage {
	width: 100%;
	height:auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
}
#portfolioSheetWrapper .content{
    width:100%;
}


/* FORM
================================================== */
#verifyImg{margin-bottom: 11px;}

/*** MEDIA QUERIES ***/
@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){input#verify{margin-top: 0;}}




/* Preloader one page
================================================== */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10000; /* makes sure it stays on top */
	background:white;
	text-align: center;
}

#status {
	width:100%;
	height:100px;
	position:absolute;
	left:0; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	
	margin-top:-100px; /* is width and height divided by two */
	text-align: center;
	padding-top:15px;
	text-transform: uppercase;
	border-radius:11px;
}
#status img{margin-bottom: 22px;}

/*** hover images ***/
.imgHover article {
	position:relative;
}
.mask {
	position:absolute;
	top:0;
	/*
	left:15px;
	*/
	background: rgba(62, 109, 146, .5);
	width:100%;
	display:none;
    z-index:0;
}
.iconLinks {
	display:none;
    position: relative;
}

.iconLinks a{  
    display: inline-block;
    text-decoration:none;

}
.iconLinks a:hover i{     
    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.iconLinks a span{
	position: relative;
	top: -30px;
	font-size: 16px;
	text-align: center;
	width: 100%;
	display: block;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;

}

#Admin-Panel .mediaHover {
	padding:0px;
}
.mediaHover {
	text-align:center;
	overflow:hidden;
	position:absolute;
	padding:0px 15px;
	top:0;
	left:0;
	width:100%;
}

.ie8 .mask {
	bacground:white;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


ul.socialNetwork {padding:0; display: block;}
ul.socialNetwork li {display:inline-block; list-style-type: none;}


/*** responsive video ***/
.videoWrapper {
	position: relative;
    padding-bottom: 54%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
p.credits {
	padding:1.5em;
	margin-bottom:1.5em
}

.sharrre .button {
float: left;
width: 60px;
}

/* END
================================================== */
