/* Global */
body,html{
	font-family: 'Roboto', sans-serif;
}

/* Basics */
h1,h2,h3,h5{
	font-weight: 100;
}

h4{
	font-weight: 300;
}

h1{
	color: #466491;
}
#indexlanding h1{ color: #000 !important}
h2{
	font-weight: 100;
	color: #000;
}
h3{
	color: #e4341d;
}
h2.subtitle{
	color: #466491;
	text-align: center;
	font-size: 45px;
	margin: 45px 0 45px 0;
}
.black{ color: #000}
input:focus, textarea:focus{
	border: 1px solid #ccc !important;
	box-shadow: none !important;
	outline: none !important;
}

#indexlanding .img-info{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
}

.container .row h2{
	font-size: 38px;
	margin: 20px 0;
	color: #466491;

}
.container .row p.lead{
	font-size: 22px;
}
.container .row p{
	line-height: 26px;
	font-size: 16px;
	font-weight: 300;
}
.red{color: #e4341d;}
/* subs */

.single-narrow{ padding: 20px 100px;}
.single-narrow p{ font-size: 16px !important; padding: 10px 0;}
.top-border{ }
.sub-container{ margin: 30px 50px 100px 30px; padding-top: 40px; border-top: 1px solid #eeeeee}
.sub-container h1{ text-align: center; margin-bottom: 50px; font-size: 52px;}

.section-left ul, .section-right ul{
	margin-bottom: 35px;
	margin-left: -35px;
}

.section-left li, .section-right li{
	background: url('/assets/images/site/bullets.png') 0px 6px no-repeat;
	margin-top: 22px;
	list-style: none;
	font-weight: 300;
	font-size: 16px;
	padding-left: 30px;
}

.section-right li {
	margin: 3px 0 ;
}
.section-left li:nth-child(1) {
	margin-top: 0;
}

.mobile-footer{
	display: none;
}

.section-left h2, .section-right h2{
	font-size: 40px;
	font-weight: 100;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 10px;
}
.section-left p.lead, .section-right p.lead{
	line-height: 38px;
	font-size: 22px;
}
.section-right h4 {
	margin: 0 0 20px;
	font-size: 20px;
}

.smallShowCase h2{
	margin-top: -10px !important;
}
.smallShowCase p.lead{
	margin-bottom: 5px;
	margin-top: -15px;
	padding-top: 0;

}
.smallShowCase li{
	margin-top: 10px;
}


.section-stats h3{
	font-weight: 100;
}

#pagecontent h1{
	font-weight: 100;
	font-size: 42px;
}

/* Navigation */
header#header .navbar-toggle{ margin-right: -10px;}
header#header .navbar-default,
header#header .navbar-fixed-top,
.minifooter .navbar-default,
.minifooter .navbar-fixed-top{	
	padding-top: 10px;
	background: #fff;
	border-bottom: 0px;
	text-transform: uppercase;
}
header#header .container{
	padding-left: 0;
	padding-right: 0;
}
header#header .navbar-default a,
header#header .navbar-fixed-top a,
.minifooter .navbar-default a,
.minifooter .navbar-fixed-top a{	
	font-size: 12px;
	color: #000 !important;
	
	font-weight: normal;
}
header#header .navbar a:hover{ color: #e4341d !important; }
header#header .navbar-brand,
.minifooter .navbar-brand{	
	padding-top: 31px;
	margin-left: -10px;
}
header#header .navbar-right li,
.minifooter .navbar-right li{	
	margin-left: 16px;
}

header#header .navbar .container{
	padding-left: 0;
	padding-right: 0;
}
header#header .navbar .navbar-brand img{
	text-align: left;
}
strong{
	font-weight: 500;
}



a.highlight{
	color: #e4341d !important;
}
.btn-primary{
	color: #e4341d;
	border: 2px solid #e4341d;
	background: none;
	padding: 0 38px;
	text-transform: uppercase;
	font-size: 14px;
	height: 47px;
	line-height: 42px;
	border-radius :3px;
	-moz-border-radius :3px;
	-webkit-border-radius :3px;

}
.btn-primary:hover{
	background: #e4341d;
	border: 2px solid #e4341d;
	color: #fff;
}
/* Index */

/* --> Lanidng --*/
#indexlanding{
	padding-bottom: 40px;
}
#indexlanding h1{
	color: #466491;
	font-weight: 100;
	font-size: 52px;
	max-width: 425px;
	line-height: 62px;
	margin-top: 75px;
}
#indexlanding .glyphicon-chevron-left{
	color: transparent;
	background: url('/assets/images/site/left.png') !important;
	width: 57px;
	margin-top: -57px;
	margin-left: 20px;
	height: 57px;
}
#indexlanding .glyphicon-chevron-right{
	color: transparent;
	background: url('/assets/images/site/right.png') !important;
	width: 57px;
	margin-top: -57px;
	margin-right: 30px;
	height: 57px;
}
#indexlanding p.lead{
	padding-top: 20px;
	max-width: 425px;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 13px;
}
ul.mockup-features, ul.mockup-features li{
	list-style: none;
	padding: 0;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 999;
	margin: 0
}
ul.mockup-features li{
	cursor: pointer;
	background:  url('/assets/images/site/toptip-i.png') no-repeat center;
	width: 57px;
	height: 57px;
	display: block;
}
ul.mockup-features li:hover{
	background: url('/assets/images/site/toptip-active.png') no-repeat center;	
}
ul.mockup-features h1,
ul.mockup-features h2,
ul.mockup-features h3{
	padding: 4px 0 !important;
	margin: 0 !important;
}
ul.mockup-features h1{
	font-size: 22px;
	line-height: 20px;
}

ul.mockup-features h2{
	font-size: 18px;
	line-height: 18px;
}
ul.mockup-features h3{
	font-size: 16px;
	line-height: 16px;
}

/* --> Clients --*/
#indexclients{
	border-top: 1px solid #f3f3f3;
	background: #fff;
}
#indexclients .forehead{
	color: #cdcdcd;
	text-transform: uppercase;
	font-weight: 100;
	padding-top: 20px;
	margin-left: -8px;
	font-size: 16px;
}


/* --> Gallery --*/

#indexgallery{
	background: #e94125;
	color: #fff;
	background-image: url('/assets/images/site/twinkle.png');
	background-size: cover !important;
}
#indexgallery .container{

}
#indexgallery h2{
	font-size: 52px;
	text-align: center;
	display: block;

}
#indexgallery p.lead{
	max-width: 500px;
	margin: 20px auto 40px auto;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
}
#indexgallery .btn-primary{
	color: #fff;
	border: 1px solid #fff;
	line-height: 48px;
	margin-bottom: 60px;
}
#indexgallery .twinkle{
	width: 100%;
	height: 100%;
}
#indexgallery h1,
#indexgallery h2,
#indexgallery h3{
	color: #fff
}
#indexgallery .glyphicon-chevron-left{
	color: transparent;
	background: url('/assets/images/site/cleft.png') !important;
	width: 57px;
	height: 57px;
	margin-left: -200px;
}
#indexgallery .glyphicon-chevron-right{
	color: transparent;
	background: url('/assets/images/site/cright.png') !important;
	width: 57px;
	height: 57px;
	float: right;
	margin-right: -200px;
}

/* --> Quote --*/
#indexquote p{
	font-weight: 100;
	font-size: 34px !important;
	line-height: 43px;
	margin: 10px auto 37px auto;
	color: #466491;
}
#indexquote footer{
	color: #e4341d;
	font-size: 18px;
	font-weight: 300;
}
#indexquote footer cite{
	font-style: italic;
}


/* --> Latest --*/
#indexlatest h2{
	font-size: 32px;
	color: #000;

}
#indexlatest h4{
	margin-top: -4px;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	padding-bottom: 0;
}
#indexlatest h4 a{
	color: #e4341d;
}
#indexlatest p{
	color: #7b7b7b;
	font-size: 14px;
	line-height: 22px;
}

/* --> Platform --*/

#indexplatform{
	background: #f0f7fd;
}
#indexplatform .content{
	padding: 7px 0 0 44px;
}
#indexplatform h2{
	color: #000;
	font-size: 52px;
	margin-bottom: 30px;
}
#indexplatform p.lead{
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 2px;
}
#indexplatform li{
	background: url('/assets/images/site/bullets.png') 0px 6px no-repeat;
	margin-top: 22px;
	list-style: none;
	font-weight: 300;
	font-size: 16px;
	padding-left: 30px;
}
#indexplatform ul{
	margin-bottom: 35px;
	margin-left: -35px;
}
#indexplatform .btn-primary{
	margin-left: 5px;
	height: 48px;
	padding: 0 37px;
	font-size: 13px;
}
#indexplatform a.btn-link{
	text-transform: uppercase;
	color: #1c4178;
	text-decoration: underline;
	font-size: 14px !important;
}


#indexplatformfeatures{
	background: #dff1ff;
}
#indexplatformfeatures .col-xs-3{
	margin-bottom: 10px;
	text-align: center;
}
#indexplatformfeatures h2{
	padding-top: 20px;
	min-width: 185px;
	font-size: 32px;

}
#indexplatformfeatures .content{}
.rand0132{ min-width: 200px;}

/* --> Experience */
#indexexperience{

}
#indexexperience h2 {
	font-size: 52px;
	padding-bottom: 45px;
	border-bottom: 2px solid #f0f7fd;
	margin-bottom: 25px;
}

#indexexperience .row-stats {
	text-align: center;
	margin-bottom: 45px;
}


#indexexperience .row-stats h3 {
	font-size: 60px;
	font-weight: 100;
	color: #e4341d;
	margin-bottom: 20px;
}
#indexexperience .row-stats p{
	color: #7b7b7b !important;
}
#indexexperience .row-staff{
	padding: 0px 0 0 30px;
}
#indexexperience .row-staff h3 {
	margin-top: 0;
}

#indexexperience .row-staff .col-xs-4{ 
	margin-bottom: 20px;
}
#indexexperience h2{
}

#indexexperience .row-staff h3{
	color: #000;
	font-weight: 100;
	font-size: 30px;
	padding-left: 12px;
	margin-bottom: 30px;
}
#indexexperience .row-staff h3 small a{
	color: #e4341d !important;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
#indexexperience .row-staff h3 small{
	padding-top: -5px;
	margin-right: 45px;
}
#indexexperience .row-staff img{
}
.row-staff .img-info{
	cursor: pointer;
	z-index: 999;
	width: 100%;
	position: absolute;
	top: 0;
	height: 100%;
	display: block;
	text-align: center;
	color: transparent;
	top: 0;
	height: 135px;
	width: 135px;
}
.row-staff .img-info p{
	color: transparent;
	width: 85px;
	margin: 0 auto;
	line-height: 18px;
	text-transform: uppercase;
	padding: 0;
	font-size: 13px;
}
.row-staff .img-info:hover{
	background: url('/assets/images/site/team-orange.png') !important;
}
.row-staff .img-info:hover p{
	color: #fff !important;
	padding-top: 40px;
}
.row-staff img:hover .img-info{
	color: #fff;
}
.row-staff .img-info:hover{
}
.row-staff .img-responsive{
	display: block;
	cursor: pointer;
}
/* FOOTER */
#snapwidget{
	margin-top: 20px;
}
#tweets{
	padding-right: 15px;

}
#tweets ul.tweet_list, #tweets ul.tweet_list li{
	padding: 0;
	margin: 0;
	list-style: none !important;
}
#tweets .tweet_list li{
	font-weight: 100 !important;
	line-height: 30px;
	font-size: 22px !important;
}
#tweets .tweet_list .tweet_text a{
	color: #e4341d !important
}
#tweets .tweet_time{ font-size: 16px; display: block; font-weight: 300; padding-top: 7px;}
#tweets .tweet_time a{ color:  #000 !important}
.mainfooter{
	padding: 40px 0 60px 0;
}
.mainfooter h3{
	color: #000;
	font-size: 32px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dbdbdb;
}
.mainfooter .nav{
	margin-top: 20px;
}
.mainfooter .nav li{
	font-size: 12px;

}
.mainfooter .nav li a{
	padding: 3px 0 3px 0!important;
	font-weight: normal !important;
	color: #000;
	text-transform: uppercase;
}
.mainfooter .nav li a:hover{
	background: none;
	color: #e4341d;
}
.mainfooter .twitter h3{
	background: url('/assets/images/site/twitter-gray.png') 0px 6px no-repeat;
	padding-left: 40px
}
.mainfooter .newsletter .newsletts-input{
	height: 50px !important

}
.mainfooter .newsletter .btn{
	margin-top: 10px;
}
.mainfooter .newsletter p{
	color: #7b7b7b;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 13px;
	line-height: 22px;
	max-width: 220px;
}
.mainfooter .btn-block{
	width: 165px;
	height: 50px;
	background: #e84225;
	border: 1px solid #e84225;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
}
.mainfooter{
	background: #f7f7f7
}
.minifooter li a{
	color: #000 !important; 
}
.minifooter li a.highlight{
	color: #e4341d !important;
}

/* loginModal */
#loginModal .btn-primary{
	color: #fff;
	border: 1px solid #fff;
	margin-right: 20px;

}
#loginModal .btn-primary:hover{
	background: #fff;
	color: #000;
}

/* Single */
.single a.btn-link{
	color: #1c4178;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: underline;
	margin-left: 10px;
}



/* Random */
hr{
	background: #f0f7fd;
	height: 1px;
	margin-bottom: 53px;
	width: 100%;
}

.row-stats p{
	font-size: 14px !important;
	color: #7b7b7b !important;
	max-width: 230px;
	margin-left:  auto;
	margin-right:  auto;
}


/* Navbar Search */
.navbar-search{
	background: #e4321c;
	text-transform: uppercase;
	height: 60px;
	line-height: 60px;
	color: #fff;
}
.navbar-search .dropdown{
	border-right: 1px solid #bd2d1b;
	height: 58px;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}
.navbar-search .dropdown:hover, .navbar-search .dropdown.active{
}
.navbar-search li a{
	font-size: 13px !important;
	font-weight: 300;

}
.navbar-search  li, .navbar-search li a{
	background: #e4321c;
	line-height: 26px;
}
.navbar-search .navbar-nav li.open{
	background: #bd2d1b !important;
}
.navbar-search li,
.navbar-search a{
	color: #fff !important;	
	font-size: 12px !important;
}
.navbar-search .open a{
	background: #bd2d1b !important;
}
.navbar-search .dropdown-menu, .navbar-search .dropdown-menu a{
	background: #e4321c !important;
	color: #fff;
	opacity: 1;
}
.navbar-search .dropdown-menu li a:hover{
	background: #bd2d1b !important;
}
#liveSearchForm{
	margin-top: -3px;
}
.navbar-search .search-gallery{
	border-radius: 3px;
	border: none;
	margin-right: 0;
	width: 212px;
	height: 36px;
}
.navbar-search .btn-default{
	margin-left: -30px;
	width: 16px;
	height: 16px;
	background: url('/assets/images/site/search-icon.png') no-repeat center !important;
	border: none;
}
.navbar-search .btn-default:hover, .navbar-search .btn-default:focus, .navbar-search .btn-default:active{
	border: none;
	box-shadow: none;
	background: url('/assets/images/site/search-icon.png') no-repeat center !important;
}
ul#active_tags, ul#active_tags li{
	margin: 0;
	padding: 0
}
ul#active_tags{
	margin-bottom: 40px;
	margin-top: 40px;
	text-align: center;
}
ul#active_tags.sleeping{
	display: none;
}
ul#active_tags li,
ul#active_tags input{
	text-transform: capitalize; 
	display: none;
	background: #f0f7fd url('/assets/images/site/tag-close.png') no-repeat right center;
	color: #e4321c;
	height: 38px;
	border: none;
	line-height: 38px;
	padding-left: 15px;
	padding-right: 35px;
	list-style: none;
	float: none;
	display: inline-block;
	border-radius: 2px;
	margin-right: 20px;
	border-radius: 3px;

}
ul#active_tags li:hover{
}
ul#active_tags a{
}
.ui-menu {
	font-family: 'Roboto', sans-serif;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
	margin-top: -5px;
	border: 1px solid #e4341d;
	border-radius: 0 0 4px 4px;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 14px;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: 0px;
	box-shadow: none;
	border-radius: 0;
	background: #e4321c;
	border: none;
	color: #fff;
	cursor: pointer;
}
.ui-menu .ui-state-disabled a.ui-state-focus,
.ui-menu .ui-state-disabled a.ui-state-active{
	background: #e4341d !important
}
.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	background: #e4341d !important;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
	background: #e4341d !important;
}

/* Gallery */
.thumbnail{
	border: 1px solid #dff1ff;
}
.caption h4{
	font-weight: 300;
	font-size: 16px;
	line-height: 27px;
}
.thumbnail {
	-webkit-transition: background-color 250ms linear;
    -moz-transition: background-color 250ms linear;
    -o-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}
.thumbnail a:hover{
	text-decoration: none !important;
	border: none;
}
.thumbnail:hover {
	text-decoration: none !important;
	background-color: #f0f7fd;
}


/* Blog Page Content */
h1.blog-title{
	border-bottom: 1px solid #f0f7fd;
	margin: 40px 0 50px 0;
	padding-bottom: 25px;
}
.related-posts{ max-width: 830px;}
.blog{
	padding-top: 50px;
}
.blog #pagecontent h1{
	font-weight: 100;
	font-size: 46px;
}
.blog .article{
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 40px; 
	margin-bottom: 40px;
}
.blog .article p.meta{
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 13px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 23px;
}
.blog .article .meta{
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 13px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 43px;
}
.blog .article .metadata{
	font-size: 13px;
	text-align: left;
	margin-left: 0;
	padding-left: 0;	
}
.blog .related .meta{
	margin-top: 15px;
	font-size: 13px;
	padding-bottom: 5px;	
}
.blog .related .post-listing{
	margin-bottom: 50px;
}

.blog .post-listing a{
	color: #e63921;
}
.blog .post-listing h1, .blog .post-listing h1 a,
.blog .post-listing h2, .blog .post-listing h2 a{
	color: #466491 !important
}

.blog .sidebar{
	margin-top: 44px;
}
.blog .post-listing{
	max-width: 800px;
}
.blog .sidebar .widget{
	background: #dff1ff;
	color: #1d4279;

}
.blog .sidebar .widget h4{
	padding: 0 20px;
	font-weight: 100;
	height: 72px;
	font-size: 26px;
	line-height: 72px;
	margin: 0;
}
.blog .sidebar .category h4{
	background: url('/assets/images/site/cat-icon.png') 200px center no-repeat;
}
.blog .sidebar .archive h4{
	background: url('/assets/images/site/archive-icon.png') 200px center no-repeat;
}


.blog .widget ul.list-group{
	background: #f0f7fd;
	padding: 5px 0 10px 0;
}
.blog .widget .list-group li{
	background: #f0f7fd;
	margin: 5px 20px;
	padding-left: 0;
	border: none;
	list-style: none;
	padding: 3px 0 2px 0;
	border-top: 1px solid #fff;	
	font-weight: 300 !important;
}
.blog .widget .list-group li:first-child{
	border-top: none;
}
.blog .widget li.subtitle{
	border-bottom: 1px solid #fff;
	margin-top: 7px;
	padding-bottom: 10px !important;
	margin-bottom: 12px;
}
.blog .widget li.lower{
	margin-top: 15px;
}
.blog .archive{
	margin-top: 33px;
}
.blog .archive ul.list-group{
	background: #f0f7fd;
	padding: 10px 0 20px 0;
}
.blog .archive li.list-group-item{
	padding: 3px 0 2px 0;
}

.blog .cats .list-group .list-group-item{
	border-top: 1px solid #fff;		
}

.blog .cats .list-group .list-group-item:first-child{
	border-top: none;

}
.blog .widget .list-group li a{
	color: #e63921;
	display: block;
}
.blog .widget .list-group .badge{
	font-weight: 300 !important;
	background: none;
	color: #8badc7;
}

.blog .col-md-12 h1{
	margin-bottom: 70px;
}
.archive-listing .post-listing h2{
	margin-top: 0 !important;
	padding-top: 0;
}
.sticky p.meta{
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px !important;
}

.pager li{
}
.pager a{
	color: #e4341d
}
.pager li>a, 
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #e4341d;
	border-radius: 5px;
}
.pager li>a:hover, 
.pager li>span:hover {
	background-color: #e4341d;
	color: #fff;
}

/* About Us */
.about p.lead{
	margin-bottom: 40px;
	/*line-height: 36px;*/
}
/* Contact Us */
#cnt-title{
	width: 100%;
	background-color: #dff1ff;
	background: url('/assets/images/site/cnt-twinkle.png') center;
	background-size: 100%;
	margin-bottom: 40px;
}
#cnt-title .container{
	padding: 0 !important;

}
#cnt-title .row{
	padding: 0 !important;
}
#cnt-title h1{
	font-size: 46px;
	padding-top: 40px;
}
.contact .col-md-8 p{
	max-width: 707px;
}
ul.cnt-social{

}
ul.cnt-social, ul.cnt-social li{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.cnt-social li{
	float: left;
	display: block;
	width: 58px;
	height: 58px;
	margin-top: 55px;
	margin-bottom: 40px;
}
ul.cnt-social li.fb{
	margin-right: 22px;
	background: url('/assets/images/site/fb-cnt.png') no-repeat;
}
ul.cnt-social li.twitter{
	background: url('/assets/images/site/tw-cnt.png') no-repeat;
}

#cnt-title .col-md-6{
	display: block;
	float: left;
}
#cnt-title .cnt-li{
	margin-right: -20px;
	float: right;
}
#cnt-title .col-md-6 img{
	margin-right: 0 !important;
	float: right !important;
}
.map-frame{
	margin-top: 5px;
	margin-bottom: 16px;
}
.contact legend{
	font-weight: 300;
	font-size: 24px;
}
.contact .form-horizontal{
	margin-top: 20px;
	max-width: 644px;
	margin-bottom: 50px;

}
.contact .flist{
	margin-top: 6px;
	height: 46px;
	width: 555px;
	font-weight: 300;
	font-size: 17px;
}
.contact .form-horizontal .split{
	font-size: 17px;
	float: left;
	font-weight: 300;
	margin-left: 0;
	margin-right: 35px;
}
.contact .form-horizontal .split input{
	padding: 25px 15px;
	width: 260px;
}
.contact textarea{
	width: 650px;
	font-weight: 300;
	font-size: 17px;
	margin-top: 5px;
	height: 168px;
}
.contact .btn-send{
	width: 165px;
	background: #e4341d;
	color: #fff;
	margin-top: 22px;
}
.contact .btn-send:hover{
	background: #c6341a;
}
.contact .virgin{
	color: #b7b7b7;
}
.contact abbr{
	border: none;
}
.contact .sidebar a{
	color: #e4341d
}
.contact .cnt-details{

}
.contact .sidebar .col-xs-6{
	padding-left: 0;

}
.contact .sidebar .col-xs-6 strong{
	font-size: 16px;
	line-height: 30px
}
.contact .sidebar .support{
	padding-left: 10px;
}
#errors, #success{
	margin:50px 0 0 0; 
	padding:10px 20px;
	font-size: 14px;
	width: 418px;
	border-radius :3px;
	-moz-border-radius :3px;
	-webkit-border-radius :3px;
	color: #333;
}
#errors{
	border: 1px solid #e10c0c;
	background-color: #ffcdd1;  
}
#success{
	border: 1px solid #82cb2f;
	background-color: #d7f7c4;  
}
/* Modal */
.modal-content{
	border: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0);
    box-shadow: 0 5px 15px rgba(0,0,0,0);
}
.modal { 
	background-color: rgba(0,0,0,0.8);
}
.modal-content {
	background-color: transparent;
	color: #fff;
}
.modal-header {
	border-bottom: none;
}
.modal-lg {
	width: 100%;
	max-width: 1100px;
	margin: 30px auto;
	padding-left: 0;
	padding-right: 0;
}
.modal-body img{
	max-height: 480px;
}

.modal-header{
	color: #fff;
	height: 100px;
	padding-top: 50px;
}
.modal-header .modal-logo{
	dbackground: url('/assets/images/site/modal-logo.png') no-repeat;
	width: 220px;
	height: 50px;
}
.modal-header .gallery-count{ 
	text-align: center;
	color: #a4a4a4 !important;
	padding-top: 10px;
	font-size: 20px;
	font-weight: 100;
	letter-spacing: 2px;
}
.modal-header .galley-close .close-btn{
	float: right;
	dbackground: url('/assets/images/site/gallery-close.png') no-repeat;
	height: 45px;
	width: 47px;
}
.modal-desc{
	bottom: 0;
	background: #dff1ff url('/assets/images/site/pop-twinkle.png') center;
	height: 239px;
	background-size: 100% auto;
	width: 100%;
	position: absolute;
}
.modal-desc h1{ 
	color: #fff;
	font-size: 24px;
	margin-top: 45px;
	font-weight: 100;
	padding-bottom: 0;
	margin-bottom: 0;
}
.modal-desc h1 span{ color: #000; font-weight: 300; padding-left: 5px;}
.modal-desc .client-desc{
	padding-top: 35px;
	font-weight: 300;
	font-style: 16px;
	line-height: 24px;
	color: #fff;
	max-width: 488px;
}
.modal-desc .ad-type{
	margin-top: 105px;
	margin-bottom: 20px;
	color: #000;
	font-size: 16px;
	font-weight: 300;
}
.modal-desc .ad-type span{ color: #fff; padding-right: 5px;}
.modal-desc .features-in{
	color: #000;
	font-size: 16px;
	font-weight: 300;
}
.modal-desc .features-in span{ color: #fff; padding-right: 5px;}

/* Team Modal */
.modal .teamProfile{
	width: 795px;
	/*height: 389px;*/
	height: 765px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}
.teamProfileModal .row{ color: #000; }
.teamProfileModal .img-sec{
	float: left;
	width: 273px;
	margin-left: 20px;
	padding-top: 45px;
}
.teamProfileModal .img-sec img{
	width: 216px;
}
.teamProfileModal .bio{
	float: left;
	text-align: left !important;
	width: 482px;
}
.teamProfileModal .bio h2{
	color: #466491;
	margin-top: 45px;
}
.teamProfileModal .bio h4{
	font-weight: 100;
	color: #999;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 20px;
}
.teamProfileModal .bio p{
	font-size: 14px; 
	line-height: 23px;
	max-width: 465px;
	font-weight: 300;
}
.modal .twitter-handler{
	margin-top: 30px;
	background: url('/assets/images/site/twitter-mini.png') no-repeat;
	padding-left: 30px;
}
.modal a.twitter-handler-link{
	color: #000 !important;
	font-weight: 300;
}
.bio-close-btn{
	float: right;
	margin-right: -100px;
}
.mobileTclose{
	display: none;
}
/* Randoms */
.fb-pull{
	margin-right: 20px;
}
.twitter-pull{
	margin-right: -40px;
}
/* Image in image */
.blank_imac{
	padding-left: 0 !important;
	display: block;
	height: 440px;
	width: 550px;
	background: url('/assets/images/site/imac-blank.png') no-repeat;
	background-size: 100% auto;
	padding-top: 23px;
}
.blank_imac .imageInImage{
	background-size: 100% !important;
	color: #fff;
	height: 276px;
	width: 492px;
	margin-left: 23px;
}

.index-slider{
	width: 800px;
	margin: 0 auto
}
#indexgallery .item{
	height: 500px;	
	width: 800px;
}
.blank_desktop{
	padding-left: 0 !important;
	display: block;
	height: 500px;
	width: 800px;
	background: url('/assets/images/site/desktop-ad.png')  no-repeat;
	background-size: 100% 100% !important;
	padding-top: 46px;
}
.blank_desktop .imageInImage{
	background-size: 100% 100% !important;
	background: #ccc;
	color: #fff;
	height: 454px;
	width: 794px;
	margin-left: 3px;
}

.blank_tablet{
	padding-left: 0 !important;
	display: block;
	height: 500px;
	width: 800px;
	background-image: url('/assets/images/site/tablet-ad.png');
	background-size: 100% 100% !important;
	padding-top: 36px;
}
.blank_tablet .imageInImage{
	background-size: 100% 100% !important;
	background: rgba(255,255,255,0.4);
	color: #fff;
	width: 703px;
	height: 465px;
	margin-left: 46px;
}


.blank_mobile{
	padding-left: 0 !important;
	display: block;
	height: 500px;
	width: 800px;
	background-image: url('/assets/images/site/mobile-adv2.png');
	background-size: 100% 100% !important;
	padding-top: 83px;
}
.blank_mobile .imageInImage{
	background-size: 100% 100% !important;
	background: rgba(255,255,255,0.4);
	color: #fff;
	width: 290px;
	height: 415px;
	margin-left: 256px;
}

/* Project */
	.project-header{
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;		
	}
	.porject{
		-webkit-overflow-scrolling:touch

	}
   iframe.project {
     position: absolute;
     height: 100%;
     width: 100%;
     border: none;
	-webkit-overflow-scrolling: touch
   }
   #project-container {
     position: absolute;
     top: 100px; 
     bottom: 0;
     width: 100%;
     overflow: hidden ;
   }
.project .pullleft{ background: #ccc; height: 60px;}
.project .social-links{
	margin-top: 30px;
}
.project .social-links li a img{
   	opacity:1;
    -moz-transition-property: opacity;
    -moz-transition-duration: 2s;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 2s;
    -o-transition-property: opacity;
    -o-transition-duration: 2s;
    transition-property: opacity;
    transition-duration: 2s;
}
.project .social-links li a:hover img {
    opacity:0.5;

}
.project .pr-heading li{
	float: left;
	display: block;
	margin: 20px 0 0 0;

}
.project-title{  font-size: 24px; color: #000; font-weight: 100; padding: 12px 0 0 20px !important;}   
.project .project-brand img{
}
.no-page-title{ height:110px;}
.project-title a{ color: #000;}
.project-title a:hover{ text-decoration: none}