body.pace-running{
  overflow: hidden;
  background:#fff url('/bundles/app/images/load.png') center center no-repeat !important;

}
 .pace-running > .menu, .pace-running > #mastfoot, .pace-running > .standard-header{
  opacity: 0;
}
.pace-running > #mastwrap{
  opacity: 0;
}
.pace-done > #mastwrap, .pace-done > .menu, .pace-done > #mastfoot, .pace-done > .standard-header{
  opacity: 1;
    -moz-animation-name: dropHeader;
    -moz-animation-iteration-count: once;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 0.5s;
    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: once;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.5s;
}

.pace-done > #mastwrap, .pace-done > .menu, .pace-done > #mastfoot, .pace-done > .standard-header{
  opacity: 1;
    -moz-animation-name: dropHeader;
    -moz-animation-iteration-count: once;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 0.5s;
    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: once;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.5s;
}

@-moz-keyframes dropHeader {
    0% {
        left: -1000px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes dropHeader {
    0% {
        left: -1000px;
    }
    100% {
        left: 0;
    }
}


.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  height: 5rem;
  width: 5rem;
  top:50%;
  transform:translateY(-50%);
}

.pace .pace-progress:after {
  display: block;
  position: absolute;
  top: 0;
  right: .5rem;
  content: attr(data-progress-text);
font-family:"TexGyreHerosRegular";
  font-weight: 100;
  font-size: 32px;
  line-height: 42px;
  text-align: right;
}


.pace.pace-inactive .pace-progress {
  display: none;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
   /* cursor:url(grabbing.png) 8 8, move;*/
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../Resources/public/stylesheets/AjaxLoader.html) no-repeat center center
}

	 #ticker{
		 margin-top:0px;
	 }

.tweet,
.query {
	font: 120% Georgia, serif;
	color: #fff;
}

	.tweet_list {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
	}
	
		.tweet_list li {
			overflow-y: hidden;
			overflow-x: hidden;
			list-style-type: none;
font-family:"OpenSansLight";
font-size:14px !important;
		 color:#fff;
		}
		
			.tweet_list li a {
font-family:"OpenSansLight";
font-size:14px !important;
		 color:#ccc;
			}
			.tweet_list li a:hover {
				color: #E74C3C;
				cursor:pointer;
				text-decoration: none;
			}
		
		.tweet_list .tweet_even {
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}
			.tweet_text{
			}
			.tweet_time{
font-family:"OpenSansRegular";
			}

.tweet_text, .tweet_time{
	padding: 4px;
line-height: 21px;
}

#ticker .loading{
	color: #ccc;
	padding: 4px;
line-height: 21px;
font-family:"OpenSansLight";
font-size: 14px;
}
/*SLIDINGMENU.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This CSS file contains style rules for Sliding Menu*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Author: Designova.*/
/* Website: http://www.designova.net */
/* Copyright: (C) 2013 */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.menu {
	position: fixed;
	left: -200px;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

.menu.menu-open {
	left: 0px;
}

.sm-wrap {
	position: absolute;
	top: 0;
	right: 60px;
	background: #fff;
	width: 200px;
	height: 100%;
	border-right: solid 1px #eee;
}

.menu h1.sm-logo{
	font-family:"NexaBold";
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0.15em;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	margin: 20px 10px;
}


.menu img.sm-logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a {
	color: #666;
	display: block;
	padding: 1.2em 1em 1.2em 1.8em;
	outline: none;
	border-bottom:solid 1px #efefef;
	font-size: 0.8em;
font-family:"OpenSansRegular";
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.menu a:hover {
	color: #ffffff !important;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}


.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #808080;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 20px;
	right: 5px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.sliding {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.sliding-toright {
	left: 200px;
}

.sliding-toleft {
	left: -200px;
}

.menu,
.sliding {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#sm-trigger {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	width: 60px;
	height: 100%;
	line-height: 40px;
	cursor: pointer;
	background: #FFFFFF url('/bundles/app/images/menu.png') center center no-repeat;
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}




.intro-02-thumb-wrap{
	background:#fff;
}
.intro-grid{
	background:#fff;
	border: none;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.intro-grid:hover{
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.intro-grid{
	width: 25%;
	float: left;
	border: none;
	display: block;
	overflow: hidden;
	position: relative;
}
 .intro-grid .icon-overlay{background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);bottom: 0;display: block;height: 100%;left: 0;opacity: 0;position: absolute;right: 0;top: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 100%;}
 .intro-grid:hover  .icon-overlay{opacity: 1;}
 .intro-grid .icon-holder span {position: absolute;}
 .intro-grid .icon-holder span:nth-of-type(1) {bottom: 0;left: 50%;margin: 0 0 -20px -21px;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
 .intro-grid .icon-holder span:nth-of-type(2) {top: 0;right: 50%;margin: -20px -21px 0 0;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
 .intro-grid:hover .icon-holder span:nth-of-type(1) {bottom: 50%;visibility: visible;opacity: 1;}
 .intro-grid:hover .icon-holder span:nth-of-type(2) {top: 50%;visibility: visible;opacity: 1;}

.rounded-icon {
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;background-color: #fff; border: medium none;display: inline-block !important;float: none !important;font-size: 14px;font-weight: normal;height: 64px;line-height: 40px;margin: 0 2px;text-align: center;
	width: 64px;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;border-radius: 50%;-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);-ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);}
.rounded-icon  > a {color: #000;display: block;font-weight: normal;}
.rounded-icon:hover {background-color: red; 
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;}
.rounded-icon:hover  > a {color: #fff;}

#intro .glyphicon {
	font-size: 40px;
	top: 10px;
}
/*MAIN.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: IDENTITY.*/
/* Version: 1.0 Initial Release*/
/* Build Date: 01 April 2014*/
/* Author: Designova.*/
/* Website: http://www.designova.net */
/* Copyright: (C) 2014 */
/*-------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/* 02 - HEADER, INTRO & NAVIGATION */
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/* 04 - PAGES & SECTIONS SETUP*/
/* 05 - FOOTER*/


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body{
	overflow-x: hidden;
}
a, a:hover, a:focus{
	text-decoration: none;
}
a:focus { 
    	outline: none; 
}
p{
	color: #777;
	font-family:"OpenSansRegular";
	font-size: 14px;
	line-height:21px;
}
@media (min-width: 1024px) and (max-width: 5000px) {
	/*.container, .service-details{
		max-width: 990px;
	}*/
	.container, .service-details{
		width: 100%;
	}
}

/*Button and Action Elements*/
.btn-identity{
	margin: 10px 0;
	padding: 15px;
	border:solid 1px #fff;
	color: #fff;
	text-decoration: none;
	font-family:"TexGyreHerosRegular";
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.btn-identity:hover{
	border:solid 1px #fff;
	background:#fff;
	color: #000;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.btn-identity-dark{
	margin: 10px 0;
	padding: 15px;
	border:solid 1px #000;
	color: #000;
	text-decoration: none;
	font-family:"TexGyreHerosRegular";
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.btn-identity-dark:hover{
	border:solid 1px #000;
	background:#000;
	color: #fff;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.btn-identity-color{
	margin: 10px 0;
	padding: 15px;
	text-decoration: none;
	font-family:"TexGyreHerosRegular";
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.btn-identity-dark:hover{
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}

/*Common Spacing and Padding*/
.add-top{
	padding-top: 40px;
}
.add-bottom{
	padding-bottom: 40px;
}
.add-top-half{
	padding-top: 20px;
}
.add-bottom-half{
	padding-bottom: 20px;
}
.pad-common{
	padding: 50px;
}

.valign{
	position:relative;
	top:50%;
	transform:translateY(-50%);
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - HEADER, INTRO & NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.nav-trigger.displace{
	left: 200px;
}
#mastwrap{
	margin-left: 60px;
}
#vertical-logo{
	margin: 10px;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #333;
	font-family:"MontserratRegular";
	font-weight: normal;
	margin-top: 95px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb;
}
#logo{
	border-bottom:solid 1px #eee;
}
#logo > img{
	margin-top: 20px;
	margin-bottom: 20px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.main-heading{
	font-weight: normal;
	font-size:64px;
	line-height:71px;
font-family:"NexaLight";
text-transform: uppercase;
margin-top: 0;
margin-bottom: 0;
}
.sub-heading{
	font-size: 36px;
	line-height:43px;
font-family:"MontserratRegular";
	font-weight: 100;
	color: #aaa;
}
.sub-heading > span{
font-family:"TexGyreHerosBold";
}

.query-heading{
	font-size: 36px;
	line-height:43px;
font-family:"MontserratRegular";
	font-weight: 100;
	color: #aaa;
}
.query-heading > span{
font-family:"TexGyreHerosBold";
}
.inner-heading{
	font-family:"MontserratRegular";
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 24px;
	line-height: 31px;
}

.liner-medium{
	width: 36px;
	height: 7px;
	display: inline-block;
}

.liner-small{
	width: 30px;
	height: 5px;
	display: block;
	margin-top: 5px;
}
.parallax{
	background-size: cover !important;
	background-repeat: no-repeat;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - PAGES & SECTIONS SETUP */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*HOME*/
.thumb-carousel-wrap{
	background:#000;
}
.home-carousel  .item{
	background:#fff;
}
.thumb-zoom{
}
.home-slide{
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}


/*ABOUT*/
.about-bg{
	background:url('../Resources/public/images/parallax/01.jpg') center center no-repeat;
	background-size: cover !important;
	background-attachment: fixed;
}
#about-wrap{
	height: 100%;
}
.welcome{
	height: 100%;
	background: #fff;
}
.stats-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.stats-list li{
	margin: 20px 0;
}
.stats-text{
	font-size: 42px;
	line-height: 49px;
	font-family:"MontserratRegular";
	color: #888;
	margin-left: 20px;
}
.stats-info > span{
	font-size: 18px;
	line-height: 25px;
	font-family:"OpenSansLight";
	border-top: solid 1px #fff;
	padding-top: 5px;
	margin-left: 20px;
}
.testimonial-wrap{

}
.testimonial-block > img{
	width: 115px;
	height: 115px;
	border-radius: 125px;
	border: solid 5px #fff;
}

.testimonial-block > p{
	margin-top: 20px;
	color: #fff;
	font-weight: normal;
font-family:"OpenSansRegular";
padding-bottom: 15px;
}
.testimonial-block > h5 > span{
	color: #fff;
	font-size: 20px;
	line-height: 27px;
	font-weight: normal;
font-family:"OpenSansBold";
border-top: solid 1px #fff;
padding-top: 5px;
padding-bottom: 10px;
}
.testimonial-carousel .owl-buttons{
	text-align: left !important;
}
.testimonial-carousel .owl-buttons div{
	padding: 5px 10px !important;
	margin: 0 !important;
	margin-right: 5px !important;
	background: transparent  !important;
	border: solid 2px #fff !important;
	color: #fff !important;
	opacity: 1 !important;
}

.testimonial-carousel .owl-buttons div:hover{
	opacity: 0.5 !important;
}

/*SERVICES*/
.services-bg{
	background:url('../Resources/public/images/parallax/01.jpg') center center no-repeat;
	background-size: cover !important;
	background-attachment: fixed;
}
.services-item{

}
.services-item > .service-icon{
	margin-bottom: 20px;
}
.status-icon > img{
	padding: 0 5px 5px 5px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/*05 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

#mastfoot{
}
.foot-top{
	padding: 20px;
	border-top: solid 1px #eee;
}
.foot-social{
	list-style: none;
	padding: 0;
	margin: 0;
}
.foot-social li{
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}
.foot-social li a > img{
	opacity: 0.3;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.foot-social li a > img:hover{
	opacity: 1;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.handle{
	font-size: 24px;
	line-height: 31px;
	color: #000;
	font-family:"TexGyreHerosBold";
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}

.handle:hover{
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.credit-panel{
	padding: 20px;
}
.credit-panel p{
	color: #444;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 19px;
font-family:"OpenSansLight";
}


/*GALLERY*/
.gallery{
	background:#fff;
}
#gallery-wrap{
	height: 100%;
	background:#fff;
}
.gallery-bg{
	background:#fff;
}
.gallery-browse{
	list-style: none;
	padding: 0;
	margin-top: 30px;
}
.gallery-browse li{
	float: left;
	margin: 10px 5px 10px 0 !important;
}
.gallery-browse li  span{
	padding: 8px;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.gallery-browse li  span:hover, .gallery-browse li  span:hover > a{
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.gallery-browse li  span > a{
	font-family:"TexGyreHerosBold";
	color: #fff;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}

.gallery-slide{
	background-size: cover;
	background-repeat: no-repeat;
}
.gallery-slide .image-lightbox-link > img{
	opacity: 0;
	padding: 20px;
	border-radius: 100%;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.gallery-slide:hover .image-lightbox-link > img{
	opacity:1;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.image-lightbox-link > img{
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.image-lightbox-link > img:hover{
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}

.gallery-slide{
	width: 600px;
	height: 399px;
}
/*Set Gallery Slide Images*/
.gallery-slide-01{
	background-image: url('../Resources/public/images/gallery/01.jpg');
}
.gallery-slide-02{
	background-image: url('../Resources/public/images/gallery/02.jpg');
}
.gallery-slide-03{
	background-image: url('../Resources/public/images/gallery/03.jpg');
}
.gallery-slide-04{
	background-image: url('../Resources/public/images/gallery/04.jpg');
}
.gallery-slide-05{
	background-image: url('../Resources/public/images/gallery/05.jpg');
}
.gallery-slide-06{
	background-image: url('../Resources/public/images/gallery/06.jpg');
}
.gallery-slide-07{
	background-image: url('../Resources/public/images/gallery/07.jpg');
}
.gallery-slide-08{
	background-image: url('../Resources/public/images/gallery/08.jpg');
}


/*SHOW REEL*/
.showreel{
	background:#fff;
	overflow:hidden;
}
#showreel-wrap{
	height: 100%;
	background:#fff;
}
.showreel-bg{
	background:#fff;
}
.reel-container{

	padding-bottom: 60px !important;
}

/*GRID-PORTFOLIO*/
.portfolio-container{
	padding: 10px 0;
}

.portfolio-filter{
	list-style: none;
	padding: 0;
	margin-top: 30px;
}
.portfolio-filter li{
	float: left;
	margin: 12px 5px 12px 0 !important
}
.portfolio-filter li  span{
	padding: 10px;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.portfolio-filter li  span:hover, .portfolio-filter li  span:hover > a{
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.portfolio-filter li  span > a{
	font-family:"TexGyreHerosBold";
	color: #fff;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}


/*MEDIA-FOLIO*/
.mediafolio-container{
	padding: 40px 20px;
}

.mediafolio-filter{
	list-style: none;
	padding: 0;
	margin-top: 30px;
}
.mediafolio-filter li{
	cursor: pointer;
	float: left;
	margin: 12px 8px 0 0 !important;
	padding: 10px;
	font-family:"TexGyreHerosBold";
	color: #fff;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.mediafolio-filter li:hover{
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.vbox-num {
    font-size: 32px;
    line-height: 39px;
}

/*CONTACT*/
.contact-bg{
	background:url('../Resources/public/images/parallax/01.jpg') center center no-repeat;
	background-size: cover !important;
	background-attachment: fixed;
}
.contact-item{

}
.contact-item > .contact-icon{
	margin-bottom: 20px;
}
.contact-icon > img{
	padding: 0 5px 5px 5px;
}
.email-text{
	font-size: 24px;
	line-height:31px;
	font-family:"TexGyreHerosBold";
	font-weight: 100;
	color: #aaa;
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.email-text:hover{
	color: #fff;
	cursor: pointer;
	opacity: 0.6;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.address-text{
	border-top: solid 1px #fff;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 14px;
	line-height:21px;
	font-family:"OpenSansLight";
	color: #aaa;
}

.credentials{
	list-style: none;
	padding: 0;
	margin: 30px 0 0 0;
}
.credentials li{
	display: block;
	margin-bottom:8px;
}
.credentials li a > img{
	margin-right: 5px;
	width: 35px;
	height: 35px;
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.credentials li a:hover > img{
	width: 35px;
	height: 35px;
	opacity: 0.7;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.credentials li a > span{
	font-family: 'OpenSansLight';
	color: #fff;
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.credentials li a:hover > span{
	opacity: 0.7;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

/*contact form*/

.contact-mail-wrap{
	padding: 20px 0;
}
.contact-mail{
	font-size: 18px;
	line-height: 25px;
	font-family:"OpenSansLight";
	color: #fff;
}
.contact-form-wrap{
	padding-top: 50px;
	padding-bottom: 50px;
}

input {
    background: rgba(255,255,255,0.5); !important;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #000 !important;
    font-family:"OpenSansLight" !important;
    font-size: 18px !important;
    height: 50px !important;
    line-height: 35px !important;
    margin-bottom: 10px !important;
    padding: 10px !important;
    width: 100%;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
input:focus, textarea:focus {
    border: solid 1px #fff !important;
    background: #fff !important;
    color: #000 !important;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
textarea {
    background: rgba(255,255,255,0.5); !important;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #000 !important;
    font-family:"OpenSansLight" !important;
    font-size: 18px !important;
    line-height: 30px !important;
    margin-top: 0;
    padding: 10px !important;
    resize: none;
    width: 100%;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
input.send_message {
    background: none repeat scroll 0 0 #EF4A4A;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 120px;
}
input.send_message:hover {
    background: none repeat scroll 0 0 #262932;
}
fieldset {
    border: 0 none;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}
fieldset h1 {
    color: #000000;
    font-size: 24px;
}
.contact-label-box {
    color: #FFFFFF;
    font-family:"OpenSansLight";
    font-size: 24px;
    line-height: 31px;
    padding: 30px 20px;
    text-align: center;
}
.contact-label-box > span {
    display: block;
    margin-right: 10px;
}
.contact-label-box > span > img {
    height: 60px;
    width: 60px;
}
.contact-label-box a:hover {
    color: #CCCCCC;
    text-decoration: none;
}
.contact .alert{
	box-shadow: none;
	border:none;
	border-radius: 0;
	text-shadow:none;
	font-size: 12px;
	line-height: 19px;
    	font-family:"OpenSansLight";
	margin-bottom:10px;
	padding:10px;
	background:#000;
	color: #fff;
	text-align: left;
}
.contact .alert > p{
	text-shadow:none;
	font-size: 12px;
	line-height: 19px;
    	font-family:"OpenSansLight";
	color: #fff;
	text-align: left;
}
.btn-wrap{
	margin-top: 10px;
	text-align: left;
}
.space-left{
	margin-left: 1%;
}


.alert{
	margin-top: 30px;
	border-radius: 0px;
	padding: 5px;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
/*MAIN.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: IDENTITY.*/
/* Author: Designova.*/
/* Website: http://www.designova.net */
/* Copyright: (C) 2014 */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*==========================*/
/*ALL DEVICE OPTIMIZATION*/
/*===========================*/

/*Huge Displays*/
@media (min-width: 3000px) {
	  .intro-grid{
	 	width: 20%;
	 }
	 .mediafolio-grid{
	 	width: 19%;
	 }
	 .grid li{
	 	width: 20%;
	 }

}

/*Projector Screens and Ver Large Monitors*/
@media (min-width: 2561px) {
	  .intro-grid{
	 	width: 20%;
	 }
	 .mediafolio-grid{
	 	width: 19%;
	 }
	 .grid li{
	 	width: 20%;
	 }
}

/*iMac 27, HD Screens and Large Monitors*/
@media (min-width: 1921px) and (max-width: 2560px) {
	  .intro-grid{
	 	width: 20%;
	 }
	 
	 .mediafolio-grid{
	 	width: 19%;
	 }
	 .grid li{
	 	width: 20%;
	 }

}

/*Large Widescreen Monitors*/
@media (max-width: 1920px) {
	
	  .intro-grid{
	 	width: 20%;
	 }
	 .mediafolio-grid{
	 	width: 19%;
	 }
	 .grid li{
	 	width: 20%;
	 }

}

/*Medium Widescreen Monitors*/
@media (max-width: 1680px) {
	
	  .intro-grid{
	 	width: 20%;
	 }
	 .mediafolio-grid{
	 	width: 19%;
	 }
	 .grid li{
	 	width: 20%;
	 }
	.intro-06-headletters .caps-heading{
		font-size: 64px;
		line-height: 71px;
	}
	.intro-06-sub-heading > span{
		font-size: 24px;
		line-height: 31px;
	}

}

/*Large Widescreen Laptops*/
@media (max-width: 1440px) {
	  .intro-grid{
	 	width: 20%;
	 }
	 .mediafolio-grid{
	 	width: 19%;
	 }
	 .grid li{
	 	width: 20%;
	 }
	.intro-06-headletters .caps-heading{
		font-size: 48px;
		line-height: 55px;
	}
	.intro-06-sub-heading > span{
		font-size: 18px;
		line-height: 25px;
	}

}

/*Common Widescreen Laptops*/
@media (max-width: 1366px) {
	  .intro-grid{
	 	width: 25%;
	 }
	
	 .mediafolio-grid{
	 	width: 25%;
	 }
	 .grid li{
	 	width: 25%;
	 }
	.intro-06-headletters .caps-heading{
		font-size: 48px;
		line-height: 55px;
	}
	.intro-06-sub-heading > span{
		font-size: 18px;
		line-height: 25px;
	}
}


/*Very Large Tablets and Medium Laptops*/
@media (max-width: 1280px) {
	  .intro-grid{
	 	width: 25%;
	 }
	
	 .mediafolio-grid{
	 	width:  32%;
	 }
	 .grid li{
	 	width: 33.3%;
	 }
	.intro-06-headletters .caps-heading{
		font-size: 48px;
		line-height: 55px;
	}
	.intro-06-sub-heading > span{
		font-size: 18px;
		line-height: 25px;
	}

	
}

/*Notebooks and Small Laptops*/
@media (max-width: 1152px) {
	
	  .intro-grid{
	 	width: 25%;
	 }
	
	 .mediafolio-grid{
	 	width:  32%;
	 }
	 .grid li{
	 	width: 33.3%;
	 }
	.intro-06-headletters .caps-heading{
		font-size: 48px;
		line-height: 55px;
	}
	.intro-06-sub-heading > span{
		font-size: 18px;
		line-height: 25px;
	}
	.intro-08-headletters h2{
		font-size: 32px;
		line-height: 39px;
	}
	.intro-08-sub-heading > span{
		font-size: 12px;
		line-height: 19px;
	}
}

/*iPad Landscape Mode and Large Tablets */
@media (max-width: 1024px) {
	.container{
		width: 100%;
	}
	.intro-06-headletters .caps-heading{
		font-size: 48px;
		line-height: 55px;
	}
	.intro-06-sub-heading > span{
		font-size: 18px;
		line-height: 25px;
	}
	.intro-08-headletters h2{
		font-size: 32px;
		line-height: 39px;
	}
	.intro-08-sub-heading > span{
		font-size: 12px;
		line-height: 19px;
	}
	.stats-list li{
		display: inline-block;
		width: 49%;
	}
	.status-icon > img{
		margin-left: 15px;
	}
	.grid li{
		width: 50%;
	}
	.intro-grid{
		width: 33.3%;
	}
	
	 .mediafolio-grid{
	 	width:  32%;
	 }
	 .main-heading{
	 	font-size: 48px;
	 	line-height: 55px;
	 }

}

/*Small Desktop and Very Small Notebook */
@media (max-width: 960px) {
	.container{
		width: 100%;
	}
	.intro-06-headletters .caps-heading{
		font-size: 48px;
		line-height: 55px;
	}
	.intro-06-sub-heading > span{
		font-size: 18px;
		line-height: 25px;
	}
	.intro-08-headletters h2{
		font-size: 32px;
		line-height: 39px;
	}
	.intro-08-sub-heading > span{
		font-size: 12px;
		line-height: 19px;
	}
	.stats-list li{
		display: inline-block;
		width: 49%;
	}
	.status-icon > img{
		margin-left: 15px;
	}
	.grid li{
		width: 50%;
	}
	.intro-grid{
		width: 33.3%;
	}
	
	 .mediafolio-grid{
	 	width: 33.3%;
	 }
}

/*Medium Tablets */
@media (max-width: 800px) {
	.container{
		width: 100%;
	}
	 .add-top-half{
		padding-top:15px;
	}
	.add-bottom-half{
		padding-bottom: 15px;
	}
	.mob-center{
		text-align: center;
	}
	.mob-add-top{
		margin-top: 30px;
	}
	.mob-add-bottom{
		margin-bottom:30px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
		text-align: center;
	}
	.btn{
		width: 100%;
	}
	.border-top-main, .border-top-dark, .border-top-white, .border-top-grey{
		border-top: none !important;
	}
	#sm-trigger {
		background: transparent url('/bundles/app/images/menu.png')  center 20px  no-repeat;
		box-shadow: none;
	}
	#vertical-logo{
		display: none;
	}
	#mastwrap{
		margin-left: 0;
	}
	.menu a{
		font-size: 10px;
		padding: 1em 1em 1em 1.8em;
	}
	#logo > img{
		display: none;
	}
	.handle{
		display: block;
		margin-bottom: 20px;
	}
	.intro-grid{
		width: 50%;
	}
	.intro-03-headletters .caps-heading{
		font-size: 36px;
	}
	.intro-03-sub-heading {
	    font-size: 14px;
	    line-height: 24px;
	}
	.intro-06-headletters .caps-heading{
		font-size: 36px;
		line-height: 43px;
	}
	.intro-06-sub-heading > span{
		font-size: 12px;
		line-height: 19px;
	}
	.intro-08-headletters h2{
		font-size: 24px;
		line-height: 31px;
	}
	.intro-08-sub-heading > span{
		font-size: 14px !important;
		line-height: 21px !important;
		background: transparent !important;
		color: #999 !important;
	}
	.main-heading{
		font-size: 32px;
		line-height: 39px;
	}
	.sub-heading {
	    font-size: 18px;
	    line-height: 25px;
	}
	.testimonial-carousel .owl-buttons{
		text-align: center !important;
	}
	.liner-small{
		display: inline-block;
	}
	.status-icon{
		text-align: center;
	}
	.img-responsive{
		display: inline-block;
	}
	.stats-info > span{
		margin-left: 0;
	}
	.stats-text{
		margin-left: 0;
	}
	.inner-heading{
		font-size: 20px;
		line-height: 27px;
	}
	.query-heading{
		font-size: 24px;
		line-height: 31px;
	}
	.mediafolio-grid{
		width: 49%;
	}
	.mediafolio-filter li{
		padding: 6px;
		width: 32%;
		margin: 2px !important;
	}
	.portfolio-filter li{
		padding: 2px;
		margin: 0 !important;
		width: 33% !important;
	}
	.portfolio-filter li span{
		display: block;
		border:solid 1px #fff;
	}
	.slideshow nav span.nav-prev, .slideshow nav span.nav-next {
		display: none;
	}
	.slideshow nav span, .slideshow nav span.nav-close{
		padding-right: 30px;
	}
	.va-title{
		font-size: 18px;
		line-height: 24px;
		padding-left: 10px;
		text-align: left;
	}
	.va-slice ul li {
	    display: block;
	    margin: 0 2px 30px;
	    float: none;
	}
	.gallery-slide{
		width: 400px !important;
		height: 266px !important;
	}
	.credentials li a > span{
		display: block;
	}
	.grid li{
		width: 50%;
	}
	  
}

/*iPad Portrait Mode, iPad Mini and Small Tablets */
@media (max-width: 768px) {
	.container{
		width: 100%;
	}
	 .add-top-half{
		padding-top:15px;
	}
	.add-bottom-half{
		padding-bottom: 15px;
	}
	.mob-center{
		text-align: center;
	}
	.mob-add-top{
		margin-top: 30px;
	}
	.mob-add-bottom{
		margin-bottom:30px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
		text-align: center;
	}
	.btn{
		width: 100%;
	}
	.border-top-main, .border-top-dark, .border-top-white, .border-top-grey{
		border-top: none !important;
	}
	#sm-trigger {
		background: transparent url('/bundles/app/images/menu.png')  center 20px  no-repeat;
		box-shadow: none;
	}
	#vertical-logo{
		display: none;
	}
	#mastwrap{
		margin-left: 0;
	}
	.menu a{
		font-size: 10px;
		padding: 1em 1em 1em 1.8em;
	}
	#logo > img{
		display: none;
	}
	.handle{
		display: block;
		margin-bottom: 20px;
	}
	.intro-grid{
		width: 50%;
	}
	.intro-03-headletters .caps-heading{
		font-size: 36px;
	}
	.intro-03-sub-heading {
	    font-size: 14px;
	    line-height: 24px;
	}
	.intro-06-headletters .caps-heading{
		font-size: 36px;
		line-height: 43px;
	}
	.intro-06-sub-heading > span{
		font-size: 12px;
		line-height: 19px;
	}
	.intro-08-headletters h2{
		font-size: 24px;
		line-height: 31px;
	}
	.intro-08-sub-heading > span{
		font-size: 14px !important;
		line-height: 21px !important;
		background: transparent !important;
		color: #999 !important;
	}
	.main-heading{
		font-size: 32px;
		line-height: 39px;
	}
	.sub-heading {
	    font-size: 18px;
	    line-height: 25px;
	}
	.testimonial-carousel .owl-buttons{
		text-align: center !important;
	}
	.liner-small{
		display: inline-block;
	}
	.status-icon{
		text-align: center;
	}
	.img-responsive{
		display: inline-block;
	}
	.stats-info > span{
		margin-left: 0;
	}
	.stats-text{
		margin-left: 0;
	}
	.inner-heading{
		font-size: 20px;
		line-height: 27px;
	}
	.query-heading{
		font-size: 24px;
		line-height: 31px;
	}
	.mediafolio-grid{
		width: 49%;
	}
	.mediafolio-filter li{
		padding: 6px;
		width: 32%;
		margin: 2px !important;
	}
	.portfolio-filter li{
		padding: 2px;
		margin: 0 !important;
		width: 33% !important;
	}
	.portfolio-filter li span{
		display: block;
		border:solid 1px #fff;
	}
	.slideshow nav span.nav-prev, .slideshow nav span.nav-next {
		display: none;
	}
	.slideshow nav span, .slideshow nav span.nav-close{
		padding-right: 30px;
	}
	.va-title{
		font-size: 18px;
		line-height: 24px;
		padding-left: 10px;
		text-align: left;
	}
	.va-slice ul li {
	    display: block;
	    margin: 0 2px 30px;
	    float: none;
	}
	.gallery-slide{
		width: 384px !important;
		height: 256px !important;
	}
	.credentials li a > span{
		display: block;
	}
	.grid li{
		width: 50%;
	}
}

/*Medium Smart Phones v2*/
@media screen and (max-width: 640px) {
	.add-top-half{
		padding-top:15px;
	}
	.add-bottom-half{
		padding-bottom: 15px;
	}
	.mob-center{
		text-align: center;
	}
	.mob-add-top{
		margin-top: 30px;
	}
	.mob-add-bottom{
		margin-bottom:30px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
		text-align: center;
	}
	.btn{
		width: 100%;
	}
	.border-top-main, .border-top-dark, .border-top-white, .border-top-grey{
		border-top: none !important;
	}
	#sm-trigger {
		background: transparent url('/bundles/app/images/menu.png')  center 20px  no-repeat;
		box-shadow: none;
	}
	#vertical-logo{
		display: none;
	}
	#mastwrap{
		margin-left: 0;
	}
	.menu a{
		font-size: 10px;
		padding: 1em 1em 1em 1.8em;
	}
	#logo > img{
		display: none;
	}
	.handle{
		display: block;
		margin-bottom: 20px;
	}
	.intro-grid{
		width: 50%;
	}
	.intro-03-headletters .caps-heading{
		font-size: 36px;
	}
	.intro-03-sub-heading {
	    font-size: 14px;
	    line-height: 24px;
	}
	.intro-06-headletters .caps-heading{
		font-size: 36px;
		line-height: 43px;
	}
	.intro-06-sub-heading > span{
		font-size: 12px;
		line-height: 19px;
	}
	.intro-08-headletters h2{
		font-size: 24px;
		line-height: 31px;
	}
	.intro-08-sub-heading > span{
		font-size: 14px !important;
		line-height: 21px !important;
		background: transparent !important;
		color: #999 !important;
	}
	.main-heading{
		font-size: 32px;
		line-height: 39px;
	}
	.sub-heading {
	    font-size: 18px;
	    line-height: 25px;
	}
	.testimonial-carousel .owl-buttons{
		text-align: center !important;
	}
	.liner-small{
		display: inline-block;
	}
	.status-icon{
		text-align: center;
	}
	.img-responsive{
		display: inline-block;
	}
	.stats-info > span{
		margin-left: 0;
	}
	.stats-text{
		margin-left: 0;
	}
	.inner-heading{
		font-size: 20px;
		line-height: 27px;
	}
	.query-heading{
		font-size: 24px;
		line-height: 31px;
	}
	.mediafolio-grid{
		width: 49%;
	}
	.mediafolio-filter li{
		padding: 6px;
		width: 48%;
		margin: 2px !important;
	}
	.portfolio-filter li{
		padding: 2px;
		margin: 0 !important;
		width: 48% !important;
	}
	.portfolio-filter li span{
		display: block;
		border:solid 1px #fff;
	}
	.slideshow nav span.nav-prev, .slideshow nav span.nav-next {
		display: none;
	}
	.slideshow nav span, .slideshow nav span.nav-close{
		padding-right: 30px;
	}
	.va-title{
		font-size: 18px;
		line-height: 24px;
		padding-left: 10px;
		text-align: left;
	}
	.va-slice ul li {
	    display: block;
	    margin: 0 2px 30px;
	    float: none;
	}
	.gallery-slide{
		width: 640px !important;
		height: 426px !important;
	}
	.credentials li a > span{
		display: block;
	}
	.grid li{
		width: 50%;
	}
} 

/*Google Nexus and Other Large Smart Phones v1*/
@media screen and (max-width: 600px) {
	.add-top-half{
		padding-top:15px;
	}
	.add-bottom-half{
		padding-bottom: 15px;
	}
	.mob-center{
		text-align: center;
	}
	.mob-add-top{
		margin-top: 30px;
	}
	.mob-add-bottom{
		margin-bottom:30px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
		text-align: center;
	}
	.btn{
		width: 100%;
	}
	.border-top-main, .border-top-dark, .border-top-white, .border-top-grey{
		border-top: none !important;
	}
	#sm-trigger {
		background: transparent url('/bundles/app/images/menu.png')  center 20px  no-repeat;
		box-shadow: none;
	}
	#vertical-logo{
		display: none;
	}
	#mastwrap{
		margin-left: 0;
	}
	.menu a{
		font-size: 10px;
		padding: 1em 1em 1em 1.8em;
	}
	#logo > img{
		display: none;
	}
	.handle{
		display: block;
		margin-bottom: 20px;
	}
	.intro-grid{
		width: 50%;
	}
	.intro-03-headletters .caps-heading{
		font-size: 36px;
	}
	.intro-03-sub-heading {
	    font-size: 14px;
	    line-height: 24px;
	}
	.intro-06-headletters .caps-heading{
		font-size: 36px;
		line-height: 43px;
	}
	.intro-06-sub-heading > span{
		font-size: 12px;
		line-height: 19px;
	}
	.intro-08-headletters h2{
		font-size: 24px;
		line-height: 31px;
	}
	.intro-08-sub-heading > span{
		font-size: 14px !important;
		line-height: 21px !important;
		background: transparent !important;
		color: #999 !important;
	}
	.main-heading{
		font-size: 32px;
		line-height: 39px;
	}
	.sub-heading {
	    font-size: 18px;
	    line-height: 25px;
	}
	.testimonial-carousel .owl-buttons{
		text-align: center !important;
	}
	.liner-small{
		display: inline-block;
	}
	.status-icon{
		text-align: center;
	}
	.img-responsive{
		display: inline-block;
	}
	.stats-info > span{
		margin-left: 0;
	}
	.stats-text{
		margin-left: 0;
	}
	.inner-heading{
		font-size: 20px;
		line-height: 27px;
	}
	.query-heading{
		font-size: 24px;
		line-height: 31px;
	}
	.mediafolio-grid{
		width: 49%;
	}
	.mediafolio-filter li{
		padding: 6px;
		width: 48%;
		margin: 2px !important;
	}
	.portfolio-filter li{
		padding: 2px;
		margin: 0 !important;
		width: 48% !important;
	}
	.portfolio-filter li span{
		display: block;
		border:solid 1px #fff;
	}
	.slideshow nav span.nav-prev, .slideshow nav span.nav-next {
		display: none;
	}
	.slideshow nav span, .slideshow nav span.nav-close{
		padding-right: 30px;
	}
	.va-title{
		font-size: 18px;
		line-height: 24px;
		padding-left: 10px;
		text-align: left;
	}
	.va-slice ul li {
	    display: block;
	    margin: 0 2px 30px;
	    float: none;
	}
	.gallery-slide{
		width: 600px !important;
		height: 399px !important;
	}
	.credentials li a > span{
		display: block;
	}
	.grid li{
		width: 50%;
	}
} 

/*iPhone Landscape Mode and Mediium Smart Phones*/
@media screen and (max-width: 480px) {
	.add-top-half{
		padding-top:15px;
	}
	.add-bottom-half{
		padding-bottom: 15px;
	}
	.mob-center{
		text-align: center;
	}
	.mob-add-top{
		margin-top: 30px;
	}
	.mob-add-bottom{
		margin-bottom:30px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
		text-align: center;
	}
	.btn{
		width: 100%;
	}
	.border-top-main, .border-top-dark, .border-top-white, .border-top-grey{
		border-top: none !important;
	}
	#sm-trigger {
		background: transparent url('/bundles/app/images/menu.png')  center 20px  no-repeat;
		box-shadow: none;
	}
	#vertical-logo{
		display: none;
	}
	#mastwrap{
		margin-left: 0;
	}
	.menu a{
		font-size: 10px;
		padding: 1em 1em 1em 1.8em;
	}
	#logo > img{
		display: none;
	}
	.handle{
		display: block;
		margin-bottom: 20px;
	}
	.intro-grid{
		width: 50%;
	}
	.intro-03-headletters .caps-heading{
		font-size: 36px;
	}
	.intro-03-sub-heading {
	    font-size: 14px;
	    line-height: 24px;
	}
	.intro-06-headletters .caps-heading{
		font-size: 36px;
		line-height: 43px;
	}
	.intro-06-sub-heading > span{
		font-size: 12px;
		line-height: 19px;
	}
	.intro-08-headletters h2{
		font-size: 24px;
		line-height: 31px;
	}
	.intro-08-sub-heading > span{
		font-size: 14px !important;
		line-height: 21px !important;
		background: transparent !important;
		color: #999 !important;
	}
	.main-heading{
		font-size: 32px;
		line-height: 39px;
	}
	.sub-heading {
	    font-size: 18px;
	    line-height: 25px;
	}
	.testimonial-carousel .owl-buttons{
		text-align: center !important;
	}
	.liner-small{
		display: inline-block;
	}
	.status-icon{
		text-align: center;
	}
	.img-responsive{
		display: inline-block;
	}
	.stats-info > span{
		margin-left: 0;
	}
	.stats-text{
		margin-left: 0;
	}
	.inner-heading{
		font-size: 20px;
		line-height: 27px;
	}
	.query-heading{
		font-size: 24px;
		line-height: 31px;
	}
	.mediafolio-grid{
		width: 49%;
	}
	.mediafolio-filter li{
		padding: 6px;
		width: 48%;
		margin: 2px !important;
	}
	.portfolio-filter li{
		padding: 2px;
		margin: 0 !important;
		width: 48% !important;
	}
	.portfolio-filter li span{
		display: block;
		border:solid 1px #fff;
	}
	.slideshow nav span.nav-prev, .slideshow nav span.nav-next {
		display: none;
	}
	.slideshow nav span, .slideshow nav span.nav-close{
		padding-right: 30px;
	}
	.va-title{
		font-size: 18px;
		line-height: 24px;
		padding-left: 10px;
		text-align: left;
	}
	.va-slice ul li {
	    display: block;
	    margin: 0 2px 30px;
	    float: none;
	}
	.gallery-slide{
		width: 480px !important;
		height: 319px !important;
	}
	.credentials li a > span{
		display: block;
	}
	.grid li{
		width: 50%;
	}
}

/*Other Major Small Smart Phones*/
@media screen and (max-width: 360px) {
 	
	.add-top-half{
		padding-top:15px;
	}
	.add-bottom-half{
		padding-bottom: 15px;
	}
	.mob-center{
		text-align: center;
	}
	.mob-add-top{
		margin-top: 30px;
	}
	.mob-add-bottom{
		margin-bottom:30px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
		text-align: center;
	}
	.btn{
		width: 100%;
	}
	.border-top-main, .border-top-dark, .border-top-white, .border-top-grey{
		border-top: none !important;
	}
	#sm-trigger {
		background: transparent url('/bundles/app/images/menu.png')  center 20px  no-repeat;
		box-shadow: none;
	}
	#vertical-logo{
		display: none;
	}
	#mastwrap{
		margin-left: 0;
	}
	.menu a{
		font-size: 10px;
		padding: 1em 1em 1em 1.8em;
	}
	#logo > img{
		display: none;
	}
	.handle{
		display: block;
		margin-bottom: 20px;
	}
	.intro-grid{
		width: 50%;
	}
	.intro-03-headletters .caps-heading{
		font-size: 36px;
	}
	.intro-03-sub-heading {
	    font-size: 14px;
	    line-height: 24px;
	}
	.intro-06-headletters .caps-heading{
		font-size: 36px;
		line-height: 43px;
	}
	.intro-06-sub-heading > span{
		font-size: 12px;
		line-height: 19px;
	}
	.intro-08-headletters h2{
		font-size: 24px;
		line-height: 31px;
	}
	.intro-08-sub-heading > span{
		font-size: 14px !important;
		line-height: 21px !important;
		background: transparent !important;
		color: #999 !important;
	}
	.main-heading{
		font-size: 32px;
		line-height: 39px;
	}
	.sub-heading {
	    font-size: 18px;
	    line-height: 25px;
	}
	.testimonial-carousel .owl-buttons{
		text-align: center !important;
	}
	.liner-small{
		display: inline-block;
	}
	.status-icon{
		text-align: center;
	}
	.img-responsive{
		display: inline-block;
	}
	.stats-info > span{
		margin-left: 0;
	}
	.stats-text{
		margin-left: 0;
	}
	.inner-heading{
		font-size: 20px;
		line-height: 27px;
	}
	.query-heading{
		font-size: 24px;
		line-height: 31px;
	}
	.mediafolio-grid{
		width: 49%;
	}
	.mediafolio-filter li{
		padding: 6px;
		width: 48%;
		margin: 2px !important;
	}
	.portfolio-filter li{
		padding: 2px;
		margin: 0 !important;
		width: 48% !important;
	}
	.portfolio-filter li span{
		display: block;
		border:solid 1px #fff;
	}
	.slideshow nav span.nav-prev, .slideshow nav span.nav-next {
		display: none;
	}
	.slideshow nav span, .slideshow nav span.nav-close{
		padding-right: 30px;
	}
	.va-title{
		font-size: 18px;
		line-height: 24px;
		padding-left: 10px;
		text-align: left;
	}
	.va-slice ul li {
	    display: block;
	    margin: 0 2px 30px;
	    float: none;
	}
	.gallery-slide{
		width: 360px !important;
		height: 239px !important;
	}
	.credentials li a > span{
		display: block;
	}
}

/*iPhone Portrait Mode and Very Small Mobile Phones*/
@media screen and (max-width: 320px) {
	.add-top-half{
		padding-top:15px;
	}
	.add-bottom-half{
		padding-bottom: 15px;
	}
	.mob-center{
		text-align: center;
	}
	.mob-add-top{
		margin-top: 30px;
	}
	.mob-add-bottom{
		margin-bottom:30px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
		text-align: center;
	}
	.btn{
		width: 100%;
	}
	.border-top-main, .border-top-dark, .border-top-white, .border-top-grey{
		border-top: none !important;
	}
	#sm-trigger {
		background: transparent url('/bundles/app/images/menu.png')  center 20px  no-repeat;
		box-shadow: none;
	}
	#vertical-logo{
		display: none;
	}
	#mastwrap{
		margin-left: 0;
	}
	.menu a{
		font-size: 10px;
		padding: 1em 1em 1em 1.8em;
	}
	#logo > img{
		display: none;
	}
	.handle{
		display: block;
		margin-bottom: 20px;
	}
	.intro-grid{
		width: 50%;
	}
	.intro-03-headletters .caps-heading{
		font-size: 36px;
	}
	.intro-03-sub-heading {
	    font-size: 14px;
	    line-height: 24px;
	}
	.intro-06-headletters .caps-heading{
		font-size: 36px;
		line-height: 43px;
	}
	.intro-06-sub-heading > span{
		font-size: 12px;
		line-height: 19px;
	}
	.intro-08-headletters h2{
		font-size: 24px;
		line-height: 31px;
	}
	.intro-08-sub-heading > span{
		font-size: 14px !important;
		line-height: 21px !important;
		background: transparent !important;
		color: #999 !important;
	}
	.main-heading{
		font-size: 32px;
		line-height: 39px;
	}
	.sub-heading {
	    font-size: 18px;
	    line-height: 25px;
	}
	.testimonial-carousel .owl-buttons{
		text-align: center !important;
	}
	.liner-small{
		display: inline-block;
	}
	.status-icon{
		text-align: center;
	}
	.img-responsive{
		display: inline-block;
	}
	.stats-info > span{
		margin-left: 0;
	}
	.stats-text{
		margin-left: 0;
	}
	.inner-heading{
		font-size: 20px;
		line-height: 27px;
	}
	.query-heading{
		font-size: 24px;
		line-height: 31px;
	}
	.mediafolio-grid{
		width: 49%;
	}
	.mediafolio-filter li{
		padding: 6px;
		width: 48%;
		margin: 2px !important;
	}
	.portfolio-filter li{
		padding: 2px;
		margin: 0 !important;
		width: 48% !important;
	}
	.portfolio-filter li span{
		display: block;
		border:solid 1px #fff;
	}
	.slideshow nav span.nav-prev, .slideshow nav span.nav-next {
		display: none;
	}
	.slideshow nav span, .slideshow nav span.nav-close{
		padding-right: 30px;
	}
	.va-title{
		font-size: 18px;
		line-height: 24px;
		padding-left: 10px;
		text-align: left;
	}
	.va-slice ul li {
	    display: block;
	    margin: 0 2px 30px;
	    float: none;
	}
	.gallery-slide{
		width: 320px !important;
		height: 213px !important;
	}
	.credentials li a > span{
		display: block;
	}
}



/*MAIN-RETINA.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains retina display optimization rules to be used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: IDENTITY.*/
/* Author: Designova.*/
/* Website: http://www.designova.net */
/* Copyright: (C) 2014 */
/*-------------------------------------------------------------------------------------------------------------------------------*/


/*==========================*/
/*RETINA DISPLAY OPTIMIZATION*/
/*===========================*/
@media all and (-webkit-min-device-pixel-ratio: 1.5) { 


/*IMPORTANT : PLEASE NOTE:
Just define high resolution version (2x) all of the background images used in your website.
Example is given below:*/

/*#my-element { background-image: url('/images/my_image@2x.png'); background-size: 200px 100px; } */

/*In the above definition, background-size stands for width and height of the high resolution image - you have to set it manually. 
For further info please visit: http://retinajs.com/ */


/*...........uncomment this line and add your retina specific rules here.............*/


}
/*end of retina detection mediaquery*/



