/* Sandor - A single page App theme   */


/************ TABLE OF CONTENTS ***************
1. RESET
2. Main Slider / Video banner
3. Main Navigation
4. Home
5. About Us
6. Services
7. Newsletter
8. Our Team
9. Portfolio
10. Pricing
11. Blog
12. Contact us
13. Footer

**********************************************/
@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:400,800,700,300);
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,300);
@import url(http://fonts.googleapis.com/css?family=Alice);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,300italic,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url('animate.css');
@import url('font-awesome.min.css');
/*** RESET ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** GLOBAL SETTINGS ***/

body {
	font-family: 'ariel', sans-serif;
	font-size:20px;
	color:#212b48;
	-webkit-font-smoothing: antialiased;
	line-height:1.6em;
	font-weight:300;
}

a{
	text-decoration:none;
	cursor:pointer;	
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;	
}
* a:hover,footer a:hover{
	color:#1779bb;	
}
a:hover,a:focus,a:visited{
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	width:100%;
	font-weight:normal;
	color:#ffffff;
	font-family: 'Alice', serif;
	margin:0px;
	background:none;
}
.out{
	opacity:0;	
}
.strike-through{
	text-decoration:line-through;	
}
.auto-box{
	position:static;
	max-width:1230px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	overflow:hidden;
	
}
.main-article h2,.pricing h2{
	font-size:60px;
	color:#212b48;	
	margin-bottom:18px;
}

ul,li{
	list-style:none;
}
.light{ font-weight:300;}
.normal{ font-weight:400;}
.bold{ font-weight:700;}
.semibold{ font-weight:500;}

::-webkit-input-placeholder { color:#e0e0e0 !important; font-weight:700; text-transform:uppercase;}
::-moz-placeholder { color:#e0e0e0 !important; font-weight:700; text-transform:uppercase;} /* firefox 19+ */
:-ms-input-placeholder { color:#e0e0e0 !important; font-weight:700; text-transform:uppercase;} /* ie */
input:-moz-placeholder { color:#e0e0e0 !important; font-weight:700; text-transform:uppercase;}

.btn{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:rgba(255,255,255,1); background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.html);}

/*** Main Slider ***/
.main-slider{
	position:relative;
}
.main-slider ul{
	 list-style: none;
}
.main-slider h1{
	position: relative;
	font-size: 80px;
	text-transform: capitalize;
	color: #424242;
}

.main-slider h1 span{
	color:#212b48;	
}

.main-slider h2{
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	color: #E7710B;
}

.main-slider strong{
	font-weight:900;	
}

.main-slider ul li{
	 list-style: none;
	background-size:cover;
}

.main-slider ul li .image,.main-slider ul li .bigger-text,.main-slider ul li .smaller-text{
	text-align:center;
	width:100%;	
}
.main-slider ul li .image img{
	position:relative;
}

/*** Video banner ***/

.video-banner{
	position:relative;
	min-height:420px;
	width:100%;	
	background-image:url(../images/resource/video-banner.html);
	background-repeat:no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size:cover;
}
.video-container{
	position:absolute;
	left:0px;
	top:0px;
	min-width:100%;
	min-height:100%;	
}
.banner-video{
	position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
}

.banner-content{
	position:absolute;
	width:100%;
	padding:0px 15%;
	left:0px;
	top:25%;
	text-align:center;
	color:#ffffff;
}

.banner-content h2{
	position:relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:68px;
	font-weight:400;
	color:#ffffff;
	line-height:70px;
	margin:40px 0px 40px;
	text-transform:uppercase;
	line-height:40px;	
}

.banner-content h3{
	position:relative;
	font-size:30px;
	line-height:40px;
	font-weight:400;
	color:#ffffff;
	margin:0px 0px 30px;
	text-transform:uppercase;
	line-height:40px;	
}

.banner-content a.btn{
	position:relative;
	display:block;
	max-width:330px;
	min-width:280px;
	line-height:30px;
	padding:15px 30px;
	margin:30px auto 0px;
	background:#1779bb;
	color:#ffffff;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
}

.banner-content a.btn:hover,.banner-content a.btn:focus{
	color:#ffffff;
	background:#1779bb;
	box-shadow:0px 0px 5px 1px rgba(23,121,187,0.6);
	-moz-box-shadow:0px 0px 5px 1px rgba(23,121,187,0.6);
	-ms-box-shadow:0px 0px 5px 1px rgba(23,121,187,0.6);
	-webkit-box-shadow:0px 0px 5px 1px rgba(23,121,187,0.6);
	-o-box-shadow:0px 0px 5px 1px rgba(23,121,187,0.6);	
}

/*** Main Navigation ***/

.main-header{
	position:relative;
	height:0px;	
}
.blog-header .main-navigation{
	position:fixed;
}

	.main-navigation {
		position:relative;
		left:0px;
		top:0px;
		width:100%;
		min-height:80px;
		background:#212a47;
		margin-bottom:0px;
		border:none;
		transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
		-ms-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
}

.main-navigation.fixed{
	position:fixed;
	left:0px;
	top:0px;	
}

.main-navigation .navbar-collapse > ul{
	 position:relative;
	 float:right;	
}

.main-navigation .navbar-collapse > ul > li{
	 position:relative;
	 float:left;	
}

.main-navigation .navbar-collapse > ul > li > a .eff-one{
	content:'';
	position:absolute;
	left:-55%;
	top:-40px;
	width:55%;
	height:50%;
	background:#2c8dbe;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	z-index:-1;
}

.main-navigation .navbar-collapse > ul > li > a .eff-two{
	content:'';
	position:absolute;
	right:-55%;
	top:-40px;
	width:55%;
	height:50%;
	background:#2c8dbe;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	z-index:-1;
}

.main-navigation .navbar-collapse > ul > li > a{
	 position:relative;
	 display:block;
	 line-height:30px;
	 padding:25px 32px;
	 font-size:13px;
	 text-transform:uppercase;
	 color:#ffffff !important;
	 font-weight:700;
	 background:none !important;
	 z-index:1;
	 overflow:hidden;
	 transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.main-navigation .navbar-collapse > ul > li > a .eff-three{
	content:'';
	position:absolute;
	left:-55%;
	bottom:-40px;
	width:55%;
	height:50%;
	background:#2c8dbe;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	z-index:-1;
}

.main-navigation .navbar-collapse > ul > li > a .eff-four{
	content:'';
	position:absolute;
	right:-55%;
	bottom:-40px;
	width:55%;
	height:50%;
	background:#2c8dbe;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	z-index:-1;
}

.main-navigation .navbar-collapse > ul > li:hover > a .eff-one,.main-navigation .navbar-collapse > ul > li.current > a .eff-one{
	left:0%;
	top:0px;
}

.main-navigation .navbar-collapse > ul > li:hover > a .eff-two,.main-navigation .navbar-collapse > ul > li.current > a .eff-two{
	right:0%;
	top:0px;
}

.main-navigation .navbar-collapse > ul > li:hover > a .eff-three,.main-navigation .navbar-collapse > ul > li.current > a .eff-three{
	left:0%;
	bottom:0px;
}

.main-navigation .navbar-collapse > ul > li:hover > a .eff-four,.main-navigation .navbar-collapse > ul > li.current > a .eff-four{
	right:0%;
	bottom:0px;
}

.main-navigation .navbar-collapse > ul > li > ul{
	left:0px;
	top:100%;
	padding:0px 0px;
	background:#212a47;
	border-color:#2c8dbe;
	display:none;
	
}
.main-navigation .navbar-collapse > ul > li:hover > ul{
	display:block;
	
}

.main-navigation .navbar-collapse > ul > li > ul > li{
	position:relative;
	border-bottom:1px solid rgba(255,255,255,0.3);
}

.main-navigation .navbar-collapse > ul > li > ul > li:last-child{
	border:none;	
}

.main-navigation .navbar-collapse > ul > li > ul > li a,.main-navigation .navbar-collapse .open .dropdown-menu > li > a{
	position:relative;
	display:block;
	color:#ffffff;
	line-height:20px;
	padding:8px 34px;
	font-size:13px;
	text-transform:uppercase;
	font-weight:700;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.main-navigation .navbar-collapse > ul > li > ul > li:hover a{
	background:#2c8dbe;
	color:#ffffff;
}



/*** Home Section ***/

.home{
	position:relative;
	background:#ffffff;
	margin-top:80px;
}

.main-article{
	position:relative;	
}

.main-article .col-lg-6{
	position:static;
}

.main-article .col-lg-6 .text-box{
	position:relative;
	text-align:right;
	padding:90px 40px;
	font-weight:300;
}

.main-article .col-lg-6 .scroll-box{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;	
}
.main-article .col-lg-6 .scroll-box:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(23,121,187,0.8);
	z-index:1;
}
.main-article .parallax{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-attachment: fixed;
    background-position: right center;
	background-repeat:no-repeat;
    color: #ffffff;
    padding: 0 0;
		
}

.parallax.covered{ background-size:cover !important;}

/*** App Showcase Section ***/

.app-showcase{
	position:relative;
	background:url(../images/welcome-background.html) center top no-repeat;
    background-size: cover;
}

.ipad-box{
	position:relative;
	max-width:737px;
	margin:0 auto;
	top:-110px;
	z-index:10;
}
.ipad-box .image-box{
	position:absolute;
	width:76.12%;
	height:71.6%;
	left:11.94%;
	top:14.2%;
	background:url(../images/showcase-image.html) center center no-repeat;
	background-size:100% 100%;	
}

.ipad-box .cir-tip{
	position:absolute;
	width:230px;
	height:230px;
	border:5px solid #ffffff;
	background:#fbfbfb;
	letter-spacing:0px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	box-shadow:3px 3px 5px 0px rgba(0,0,0,0.1),-3px 3px 5px -1px rgba(0,0,0,0.1);
	-moz-box-shadow:3px 3px 5px 0px rgba(0,0,0,0.1),-3px 3px 5px -1px rgba(0,0,0,0.1);
	-ms-box-shadow:3px 3px 5px 0px rgba(0,0,0,0.1),-3px 3px 5px -1px rgba(0,0,0,0.1);
	-webkit-box-shadow:3px 3px 5px 0px rgba(0,0,0,0.1),-3px 3px 5px -1px rgba(0,0,0,0.1);
	-o-box-shadow:3px 3px 5px 0px rgba(0,0,0,0.1),-3px 3px 5px -1px rgba(0,0,0,0.1);
}

.ipad-box .cir-tip h3{
	position:relative;
	padding-left:40px;
	font-size:24px;
	vertical-align:middle;
	font-weight:400;
	letter-spacing:-1px;
	padding:82px 0px 0px 0px !important;
	text-align:center;
	color:#8a9aa5;
	text-transform:uppercase;
	font-family: 'Roboto',sans-serif;
}
.ipad-box .cir-tip.left-three h3{
	padding-left:16px;	
}

.ipad-box .cir-tip h3 strong{
	font-weight:700;
	font-size:38px;
}

.ipad-box .cir-tip.left-one{
	top:4%;
	left:-230px;	
}

.ipad-box .cir-tip.left-one:after{
	content:'';
	position:absolute;
	display:block; left:102%;
	top:50%;
	width:170px; height:130px;
	background:url(../images/line-indicator-1.png) left top no-repeat;	
}

.ipad-box .cir-tip.left-two{
	top:37%;
	left:-130px;	
}

.ipad-box .cir-tip.left-two:after{
	content:'';
	position:absolute;
	display:block; left:102%;
	top:50%;
	width:132px;
	height:132px;
	background:url(../images/line-indicator-2.png) left top no-repeat;	
}

.ipad-box .cir-tip.left-three{
	bottom:4%;
	left:-230px;	
}

.ipad-box .cir-tip.left-three:after{
	content:'';
	position:absolute;
	display:block; left:102%;
	bottom:50%;
	width:330px;
	height:175px;
	background:url(../images/line-indicator-3.png) left top no-repeat;	
}

.ipad-box .cir-tip.right-one{
	top:18%;
	right:-230px;	
}

.ipad-box .cir-tip.right-one:after{
	content:'';
	position:absolute;
	display:block;
	right:102%;
	top:50%;
	width:220px; height:132px;
	background:url(../images/line-indicator-4.png) left top no-repeat;	
}

.ipad-box .cir-tip.right-two{
	bottom:12%;
	right:-230px;	
}

.ipad-box .cir-tip.right-two:after{
	content:'';
	position:absolute;
	display:block; right:102%;
	bottom:49%;
	width:220px;
	height:132px;
	background:url(../images/line-indicator-5.png) left top no-repeat;	
}

/*** About Us Section ***/
.about-us{
	position:relative;
}

.main-area{
	position:relative;
	padding:100px 0px 90px;
	background:#212b48 url(../images/about-us-background.jpg) center top repeat;
	color:#ffffff;
}

.main-area .ui-elements{
	padding-left:60px;	
}

.main-area .text-box{
	position:relative;
	margin-bottom:40px;
	font-size:20px;
	padding:0px 20px 0px 0px;
}

.main-area .light{
	font-size:16px;	
}

.accordion-box{
	position:relative;	
}

.accordion{
	position:relative;
	margin-bottom:20px;
}

.accordion .accord-btn{
	position:relative;
	display:block;
	min-height:70px;
	line-height:30px;
	padding:20px 40px 20px 30px;
	background:#161c2d;
	cursor:pointer;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.accordion .accord-btn h4{
	position:relative;
	font-size:22px;
	margin:0px;
	line-height:30px;
	color:white;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.accordion .accord-btn:after{
	content:'';
	position:absolute;
	display:block;
	top:4px;
	right:15px;
	width:50px;
	height:62px;
	opacity:0.3;
	background:url(../images/icons/sprites.png) 0px -124px no-repeat;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.accordion .accord-btn.active:after{
	opacity:1;
	transform:rotate(90deg);
}
.accordion .accord-btn.active h4{
	color:#ffffff;	
}
.accordion .accord-btn.active{
	background:#1779bb;
	box-shadow:0px 0px 5px 1px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.4);
	-ms-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.4);
	-o-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.4);
}

.accordion .accord-content{
	position:relative;
	padding:36px 40px 16px;
	display:none;
}

.accordion .accord-content.collapsed{
	display:block;	
}

.main-area .col-lg-6,.main-area .row{
	position:static;	
}

.main-area .content{
	position:relative;
}

.main-area .even{ height:332px;}
.main-area .col-lg-6 .scroll-box{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:332px;	
}

.main-area .parallax{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:332px;
	background-attachment: fixed;
    background-position: right center;
	background-repeat:no-repeat;
	background-size:100% 100%;
    color: #ffffff;
    padding: 0 0;
	box-shadow:0px 0px 5px 5px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 0px 5px 5px rgba(0,0,0,0.4);
	-ms-box-shadow:0px 0px 5px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 0px 5px 5px rgba(0,0,0,0.4);
	-o-box-shadow:0px 0px 5px 5px rgba(0,0,0,0.4);
		
}

.tabs-box{
	position:relative;
	padding-top:0px;
}

.tab-buttons{
	position:relative;
	width:100%;
}

.tab-buttons .btn{
	position:relative;
	display:block;
	min-height:70px;
	line-height:30px;
	padding-top:20px;
	padding-bottom:20px;
	background:#161c2d;
	font-family: 'Alice', serif;
	font-size:22px;
	color:#3e4459;
	cursor:pointer;
	text-align:center;
	width:32%;
	margin:0px 2% 0px 0px !important;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.tab-buttons .btn:nth-child(3){
	margin-right:0% !important;
	float:right;	
}
.tab-buttons .btn.active{
	color:#ffffff;
	background:#1779bb;
	box-shadow:0px 0px 5px 1px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.4);
	-ms-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.4);
	-o-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.4);
}

.tabs-box .tab{
	position:relative;
	padding:36px 20px 0px 40px;
	display:none;
}

.tabs-box .tab.collapsed{
	display:block;
	
}

/*** Services Section ***/
.services{
	position:relative;	
}

.services-area{
	position:relative;
	padding:70px 0px;
	background:#fcfcfc url(../images/background-pattern-style-1.jpg) left top repeat;
}

.service{
	position:relative;
	text-align:center;
	padding:30px 2% 10px;
	color:#1a1a1a;
}

.service .icon{
	position:relative;
	min-height:130px;
	display:block;
	margin-bottom:35px;	
	line-height:130px;
}

.service .icon img{
	position:relative;
	vertical-align:middle;
	display:inline;
}

.service h3{
	position:relative;
	display:block;
	margin:10px 0px 15px;
	font-size:32px;
	color:#1a1a1a;
}

.service p{
	position:relative;
	display:block;
	font-weight:300;
	font-size:15px;
	line-height:1.7em;
	
}

/*** Newsletter Section ***/
.newsletter{
	position:relative;
	width:100%;
	text-align:center;
}
.newsletter .layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(33,43,72,0.8);
	z-index:1;	
}

.newsletter .auto-box{
	position:relative;
	z-index:2;
}

.newsletter .form{
	position:relative;
	max-width:332px;
	margin:0 auto;
}

.newsletter .parallax{
	position:relative;
	padding:90px 0px;
	width:100%;
	background-attachment: fixed;
    background-position: left center;
	background-repeat:no-repeat;
	background-size:cover;
}

.newsletter h2{
	position:relative;
	font-size:60px;
	color:#1779bb;
	z-index:2;
	margin-bottom:50px;
}

.newsletter h2 span{
	font-size:45px;
	font-family:'Roboto',sans-serif;
	color:#ffffff;
	text-transform:uppercase;	
}

.newsletter input{
	position:relative;
	display:block;
	font-size:16px;
	text-align:center;
	padding:18px 20px;
	height:66px;
	line-height:30px;
	font-family:'Roboto',sans-serif;
	margin-bottom:10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.newsletter button{
	position:relative;
	display:block;
	width:100%;
	font-size:16px;
	text-align:center;
	padding:18px 20px;
	height:66px;
	line-height:30px;
	font-family:'Roboto',sans-serif;
	background:#1779bb;
	font-weight:500;
	color:#ffffff;
	text-transform:uppercase;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.newsletter button:hover{
	color:#ffffff;
	background:#1779bb;
	box-shadow:0px 0px 5px 1px rgba(23,121,187,0.6);
	-moz-box-shadow:0px 0px 5px 1px rgba(23,121,187,0.6);
	-ms-box-shadow:0px 0px 5px 1px rgba(23,121,187,0.6);
	-webkit-box-shadow:0px 0px 5px 1px rgba(23,121,187,0.6);
	-o-box-shadow:0px 0px 5px 1px rgba(23,121,187,0.6);
}

/*** Our Team Section ***/
.our-team{
	position:relative;
}

.team{
	position:relative;
	padding-top:160px;
	line-height:1.5em;
	background:url(../images/our-team-background.html) center top no-repeat;
	background-size:cover;
}

.team-member{
	position:relative;
	padding:70px 55px;
	margin-bottom:160px;
	background:url(../images/background-pattern-style-3.png) left top repeat;
	min-height:450px;
}

.team-member.member-left{
	background-color:#212b48 !important;	
}

.team-member.member-right{
	background-color:#1779bb !important;	
}

.team-member .member-image{
	position:absolute;
	height:100%;
}

.team-member.member-left .member-image{
	left:0px;
	bottom:0px;
}

.team-member.member-right .member-image{
	right:0px;
	bottom:0px;
}

.team-member .member-image img{
	position:absolute;
	right:0px;
	bottom:0px;	
}

.team-member .short-text h2{
	font-size:60px;
	color:#ffffff;
	margin-bottom:5px;
}

.team-member .short-text h4{
	font-size:38px;
	margin-bottom:26px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	text-transform:capitalize;
	color:#1779bb;
}

.team-member.member-right .short-text h4{
	color:#212b48;	
}

.team-member .short-text p{
	position:relative;
	font-size:18px;
	font-style:italic;
	color:#ffffff;
}

.team-member .description{
	position:relative;	
}

.team-member .description p{
	position:relative;
	font-size:15px;
	color:#ffffff;
}

.team-member .social{
	position:relative;
	padding-top:10px;
}

.team-member .social a{
	position:relative;
	display:inline-block;
	width:40px;
	height:40px;
	margin-right:4px;
	background-repeat:no-repeat;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.team-member .social a:hover{	
}

.team-member .social.style-one a{background-image:url(../images/icons/social-icon-v2.png);}
.team-member .social.style-two a{background-image:url(../images/icons/social-icon-v1.png);}
.team-member .social.style-three a{background-image:url(../images/icons/social-icon-v3.png);}
.team-member .social.style-four a{background-image:url(../images/icons/social-icon-v4.png);}

.team-member .social a.facebook{
	background-position:-0px 0px;	
}
.team-member .social a.facebook:hover{
	background-position:-0px bottom;	
}

.team-member .social a.twitter{
	background-position:-50px 0px;	
}
.team-member .social a.twitter:hover{
	background-position:-50px bottom;	
}

.team-member .social a.pinterest{
	background-position:-100px 0px;	
}
.team-member .social a.pinterest:hover{
	background-position:-100px bottom;	
}
.team-member .social a.skype{
	background-position:-150px 0px;	
}
.team-member .social a.skype:hover{
	background-position:-150px bottom;	
}

/*** Selected Portfolio Section ***/
.portfolio{
	position:relative;	
}

.portfolio .portfolio-area{
	position:relative;
	padding-top:44px;
	background:#fcfcfc url(../images/background-pattern-style-1.jpg) left top repeat;
}

.portfolio .heading{
	position:relative;
}

ul.filter-tabs {
	text-align:center;
	padding:56px 0px 56px;
}

ul.filter-tabs li {
	padding:6px 25px;
	margin:0 3px;
	font-size:18px;
	font-weight:300;
	color:#212b48;
	line-height:24px;
	cursor:pointer;
	display:inline-block;
	border-bottom:1px solid transparent;
	border-radius:18px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

ul.filter-tabs li:hover {
	color:#1779bb;
}

ul.filter-tabs li.active {
	color:#1779bb;
	border-color:#d9d9d9;
}

.filter-list li.mix {
	display:none;
	width:25%;
	float:left;
}

.filter-list li.mix figure{
	position:relative;
	display:block;	
	overflow:hidden;
}

.filter-list li.mix figure .overlay {
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
	display:block;
	width:100%;
	height:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.filter-list li.mix figure .overlay:after {
	content:'';
	position:absolute;
	left:-100%;
	top:0px;
	display:block;
	width:100%;
	height:100%;
	background:rgba(23,121,187,0.8);
	z-index:1;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}

.filter-list li.mix figure .overlay:hover:after{
	left:0%;
		
}
.filter-list li.mix figure .overlay .text{
	position:absolute;
	top:-20%;
	left:0px;
	font-weight:400;
	width:100%;
	line-height:30px;
	color:#ffffff;
	font-size:26px;
	font-style:italic;
	opacity:0;
	z-index:2;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.filter-list li.mix figure .overlay .zoom{
	position:absolute;
	bottom:-40%;
	left:0px;
	width:100%;
	height:86px;
	font-size:26px;
	font-style:italic;
	z-index:2;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}

.filter-list li.mix figure .overlay .zoom:after{
	content:'';
	position:relative;
	display:inline-block;
	width:86px;
	height:86px;
	background:url(../images/icons/icon-zoom.png) center center no-repeat;
	opacity:0;
	transition:all 1s ease;
	-moz-transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
}

.filter-list li.mix:hover .overlay .text{
	opacity:1;
	top:25%;
}

.filter-list li.mix:hover .overlay .zoom{
	bottom:35%;
}

.filter-list li.mix:hover .overlay .zoom:after{
	opacity:1;
	transform:rotate(1440deg);
	-webkit-transform:rotate(1440deg);
	-moz-transform:rotate(1440deg);
	-ms-transform:rotate(1440deg);
	-o-transform:rotate(1440deg);
}

.filter-list li.mix figure img{
	display:block;
	width:100%;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);  
    -ms-filter: blur(0px);
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.filter-list li.mix:hover figure img{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);  
    -ms-filter: blur(1px);
}

.milestones{
	position:relative;
	width:100%;
	text-align:center;
	margin-top:-10px;
}
.milestones .layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(33,43,72,0.8);
	z-index:1;	
}

.milestones .auto-box{
	position:relative;
	z-index:2;
}

.milestones .stat{
	position:relative;
	padding:100px 0px;
	text-align:center;
}

.milestones .parallax{
	position:relative;
	padding:0px 0px;
	width:100%;
	background-attachment: fixed;
    background-position: left center;
	background-repeat:no-repeat;
	background-size:cover;
}

.milestones .highlight {
   color:#111;
   padding:20px 0;
   font-weight:bold;
   display:block;
   overflow:hidden;
   margin-bottom:0;
   font-size:48px;
}
.milestones .milestone-details {
   font-weight:bold;
   font-size:18px;
   color:#999;
}

.milestones .stat h4{
	position:relative;
	color:#1779bb;
	font-size:60px;
	margin-bottom:0px;
	font-weight:normal;
	padding:0px;
}

.milestones .stat h3{
	position:relative;
	color:#ffffff;
	font-family: 'Roboto',sans-serif;
	font-size:45px;
	margin-bottom:0px;
	font-weight:700;
	text-transform:uppercase;
	padding:0px;
	letter-spacing:-1px;
}

.milestones .stat h3 sub {
	position:relative;
	top:0px;
	color:#1779bb;
	font-size:26px;
	font-weight:normal;
	text-transform:capitalize;
	font-family: 'Alice',sans-serif;
}

.milestones .stat .icon{
	position:relative;
	display:block;
	width:148px;
	height:124px;
	margin:0 auto;
	background-image:url(../images/icons/sprites.png);
	background-repeat:no-repeat;
}

.milestones .stat .icon.apps{
	background-position:0px 0px;
}
.milestones .stat .icon.shots{
	background-position:-148px 0px;
}
.milestones .stat .icon.hours{
	background-position:-296px 0px;
}
.milestones .stat .icon.coffees{
	background-position:-444px 0px;
}

/*** Pricing Section ***/

.pricing{
	position:relative;
	text-align:center;
	padding:90px 0px 100px;
	background:#fcfcfc url(../images/background-pattern-style-1.jpg) left top repeat;
}

.pricing .description{
	position:relative;
	margin-bottom:80px;
	padding:0px 20px;
}
.pricing-block{
	position:relative;
	float:left;
	width:25%;
	background:rgba(10,10,12,0.95);
	
}

.pricing-block:hover{
	transform:scale(1.1,1.07);
	-webkit-transform:scale(1.1,1.07);
	-moz-transform:scale(1.1,1.07);
	-o-transform:scale(1.1,1.07);
	-ms-transform:scale(1.1,1.07);
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.4);
	-ms-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.4);
	-o-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.4);
	z-index:3;
	cursor:pointer;
	overflow:hidden;
}
.pricing-block:hover header:after,.pricing-block:hover .table-body:after{
	opacity:0;
}

.price-table{
	position:relative;
	background:url(../images/background-pattern-style-4.html) center top repeat;
}

.pricing-block header:after{
	content:'';
	position:absolute;
	right:-0.5px;
	top:0px;
	width:1px;
	height:100%;
	background:rgba(255,255,255,0.5);
	z-index:1;
}
.pricing-block .table-body:after{
	content:'';
	position:absolute;
	right:-0.5px;
	top:0px;
	width:1px;
	height:100%;
	background:rgba(255,255,255,0.1);
	z-index:1;
}

.price-table header{
	position:relative;
	background:rgba(23,120,188,0.85);
	margin:0px;
	padding:45px 40px;
}

.price-table header .arrow{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
}
.price-table header .arrow:after{
	content:'';
	position:relative;
	top:38px;
	display:inline-block;
	border:18px solid transparent;
	border-top:12px solid #1f78bd;
	z-index:2;
}

.tabl-cont{
	position:relative;	
}

.price-table header h2{
	position:relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:42px;
	font-weight:700;
	color:#ffffff;
	margin:0px;
	text-transform:uppercase;
	line-height:40px;
}

.price-table .table-body{
	position:relative;
	background:rgba(33,42,71,0.95);
	
}

.price-table .table-body .price{
	position:relative;
	padding:50px 40px 30px;
}
.table-body .price h3{
	position:relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:80px;
	font-weight:700;
	color:#1778bc;
	margin:0px;
	line-height:80px;
}

.table-body .price p{
	position:relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	font-weight:400;
	text-transform:capitalize;
	color:#eeeeee;
	margin:0px;
	line-height:30px;
}

.table-body .price h3 sup{
	position:relative;
	font-size:30px;
	top:-36px;
	padding:0px 5px;
	font-family:'Roboto Condensed',sans-serif;
	font-weight:400;
}



.pricing-block ,.pricing-block{
	transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
}


.price-table .table-body ul{
	position:relative;
	margin:0px 40px;
	border-top:1px solid rgba(255,255,255,0.1);
}

.price-table .table-body ul li{
	position:relative;
	padding:15px 0px;
	line-height:30px;
	margin:0px;
	font-size:16px;
	color:#94949b;
	border-bottom:1px solid rgba(255,255,255,0.1);
}

.price-table .add-to{
	position:relative;
	padding:50px 40px 40px;
	margin:0px;
}

.price-table .add-to .add{
	position:relative;
	font-size:24px;
	color:#bed500;
}
.price-table .add-to .add{
	position:relative;
	display:block;
	width:100%;
	font-size:16px;
	text-align:center;
	padding:14px 20px !important;
	line-height:28px;
	background:#1778bc;
	font-family:'Roboto Condensed',sans-serif;
	color:#ffffff !important;
	text-transform:uppercase;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.price-table:hover .add-to .add{
	color:#ffffff !important;
	background:#1778bc;
	box-shadow:0px 0px 10px 0px rgba(23,120,188,0.5);
	-moz-box-shadow:0px 0px 10px 0px rgba(23,120,188,0.5);
	-ms-box-shadow:0px 0px 10px 0px rgba(23,120,188,0.5);
	-webkit-box-shadow:0px 0px 10px 0px rgba(23,120,188,0.5);
	-o-box-shadow:0px 0px 10px 0px rgba(23,120,188,0.5);
}

/*** Blog Section ***/
.blog-sec{
	position:relative;
}

.blog-area{
	position:relative;
	padding:100px 0px;
	background:#fcfcfc url(../images/background-pattern-style-1.jpg) left top repeat;
}

.blog-post{
	width:48.5%;
	position:relative;
	margin-bottom:60px;
	padding-left:0px;
}
.blog-post *{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.blog-post:nth-child(2n+2){
	padding-right:0px;
	padding-left:0px !important;
	float:right;
	
}

.blog-post .inner{
	position:relative;
	background:#ffffff;
	max-width:570px;
	box-shadow:0px 0px 10px -4px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 10px -4px rgba(0,0,0,0.1);
	-ms-box-shadow:0px 0px 10px -4px rgba(0,0,0,0.1);
	-o-box-shadow:0px 0px 10px -4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px -4px rgba(0,0,0,0.1); 
}

.blog-post .inner .post-image{
	position:relative;
	float:left;
	width:50%;	
}

.blog-post .inner .post-data{
	position:static;
	float:left;
	width:50%;
	padding:40px 0px 80px 40px;	
}

.blog-post .date{
	position:absolute;
	font-family: 'Roboto',sans-serif;
	right:0px;
	text-align:center;
	top:15px;
	width:52px;
	font-size:20px;
	font-weight:300;
	color:#a1acb9;
	text-transform:uppercase;
	padding-right:20px;
	margin-bottom:20px;
	line-height:1.1em;
}

.blog-post .date strong{
	display:block;
	font-size:15px;
	font-weight:700;
}

.blog-post .title{
	position:relative;
	padding-right:40px;
	margin-bottom:25px;
	line-height:1.5em;
}

.blog-post .title h2{
	font-size:32px;
	color:#1a1a1a;
}

.blog-post .title h2 a{
	color:#1a1a1a;
}

.blog-post .title h2 a:hover{
	color:#1779bb;	
}

.blog-post .description{
	position:relative;
	padding-right:40px;	
	font-size:15px;
	line-height:1.8em;
	color:#1a1a1a;
}
.blog-post .description p{
	margin:0px;	
}

.blog-post .post-info{
	position:absolute;
	left:50%;
	bottom:0px;
	width:50%;
	padding:15px 0px 0px 40px;
	min-height:80px;
	
}

.blog-post .post-info .comments{
	position:relative;
	float:left;
	display:block;
	width:50px;
	height:50px;
	padding:5px 0px;
	text-align:center;
	background:url(../images/icons/sprites.png) -632px -35px no-repeat; 
}

.blog-post .post-info .comments a{
	position:relative;
	display:block;
	line-height:30px;
	padding:6px 0px;
	color:#a1acb9;	
}
.blog-post .post-info .comments a:hover{
	color:#1779bb;	
}

.blog-post .post-info .post-author{
	position:absolute;
	right:0px;
	bottom:0px;
	min-height:80px;
	padding-right:84px;
}

.blog-post .post-info .post-author img{
	position:absolute;
	right:0px;
	bottom:0px;
}
.blog-post .post-info .post-author .name{
	top:25px;
	position:relative;
	font-family: 'Roboto',sans-serif;
	font-weight:300;
	line-height:20px;
	display:block;
	text-align:right;
	font-size:16px;
	color:#a1acb9;
}
.blog-post .post-info .post-author a:hover .name{
	color:#1779bb;	
}
.blog-post .post-info .post-author .name strong{
	position:relative;
	display:block;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
}

.blog-area a.more-posts{
	position:relative;
	display:block;
	max-width:330px;
	line-height:30px;
	padding:18px 0px;
	margin:0 auto;
	background:#212b48;
	color:#ffffff;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
}

.blog-area a.more-posts:hover{
	color:#ffffff;
	background:#212b48;
	box-shadow:0px 0px 5px 1px rgba(33,43,72,0.6);
	-moz-box-shadow:0px 0px 5px 1px rgba(33,43,72,0.6);
	-ms-box-shadow:0px 0px 5px 1px rgba(33,43,72,0.6);
	-webkit-box-shadow:0px 0px 5px 1px rgba(33,43,72,0.6);
	-o-box-shadow:0px 0px 5px 1px rgba(33,43,72,0.6);
	
}

/*** Contact Us Section ***/
.contactus{
	position:relative;	
}

.form-area{
	position:relative;
	padding:100px 0px;
	background:#fcfcfc url(../images/background-pattern-style-1.jpg) left top repeat;
}

.form-area .layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:url(../images/contactus-bg.jpg) center top no-repeat;
	background-size:cover;
}

.form-area fieldset{
	position:relative;
	display:block;
	margin-bottom:30px;
}

.form-area input{
	position:relative;
	display:block;
	line-height:40px;
	padding:17px 36px;
	background:#fdfdfd;	
	height:74px;
	border:1px solid #fafafa;
	text-transform:none;
	font-size:24px;
	margin-right:10px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	-moz-border-radius:0px;
	box-shadow:1px 1px 2px -1px rgba(0,0,0,0.1),-1px -1px 2px -2px rgba(0,0,0,0.1);
	-moz-box-shadow:1px 1px 2px -1px rgba(0,0,0,0.1),-1px -1px 2px -2px rgba(0,0,0,0.1);
	-ms-box-shadow:1px 1px 2px -1px rgba(0,0,0,0.1),-1px -1px 2px -2px rgba(0,0,0,0.1);
	-o-box-shadow:1px 1px 2px -1px rgba(0,0,0,0.1),-1px -1px 2px -2px rgba(0,0,0,0.1);
	-webkit-box-shadow:1px 1px 2px -1px rgba(0,0,0,0.1),-1px -1px 2px -2px rgba(0,0,0,0.1);
}

.form-area .error input,.form-area .error textarea{
	background:rgba(255,255,000,0.1);
	border:1px solid #ff0000;
	box-shadow:0px 0px 2px 0px rgba(255,255,000,0.3);
	-moz-box-shadow:0px 0px 2px 0px rgba(255,255,000,0.3);
	-ms-box-shadow:0px 0px 2px 0px rgba(255,255,000,0.3);
	-o-box-shadow:0px 0px 2px 0px rgba(255,255,000,0.3);
	-webkit-box-shadow:0px 0px 2px 0px rgba(255,255,000,0.3);
}

.form-area textarea{
	position:relative;
	display:block;
	line-height:30px;
	padding:17px 36px;
	background:#fdfdfd;	
	height:284px;
	border:1px solid #fafafa;
	text-transform:none;
	font-size:24px;
	margin-left:10px;
	resize:none;
	border-radius:0px;
	-webkit-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	-moz-border-radius:0px;
	box-shadow:1px 1px 2px -1px rgba(0,0,0,0.1),-1px -1px 2px -2px rgba(0,0,0,0.1);
	-moz-box-shadow:1px 1px 2px -1px rgba(0,0,0,0.1),-1px -1px 2px -2px rgba(0,0,0,0.1);
	-ms-box-shadow:1px 1px 2px -1px rgba(0,0,0,0.1),-1px -1px 2px -2px rgba(0,0,0,0.1);
	-o-box-shadow:1px 1px 2px -1px rgba(0,0,0,0.1),-1px -1px 2px -2px rgba(0,0,0,0.1);
	-webkit-box-shadow:1px 1px 2px -1px rgba(0,0,0,0.1),-1px -1px 2px -2px rgba(0,0,0,0.1);
}

.form-area textarea:focus,.form-area input:focus{
	background:#ffffff;
	border-color:#cccccc;
	box-shadow:1px 2px 2px -1px rgba(0,0,0,0.1);
	-moz-box-shadow:1px 2px 2px -1px rgba(0,0,0,0.1);
	-ms-box-shadow:1px 2px 2px -1px rgba(0,0,0,0.1);
	-o-box-shadow:1px 2px 2px -1px rgba(0,0,0,0.1);
	-webkit-box-shadow:1px 2px 2px -1px rgba(0,0,0,0.1);
}

.form-area button{
	position:relative;
	display:block;
	max-width:330px;
	min-width:330px;
	line-height:30px;
	padding:18px 30px;
	margin:30px auto 0px;
	background:#1779bb;
	color:#ffffff;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
}

.form-area button:hover,.form-area button:focus{
	color:#ffffff;
	background:#1779bb;
	box-shadow:0px 0px 5px 1px rgba(23,121,187,0.6);
	-moz-box-shadow:0px 0px 5px 1px rgba(23,121,187,0.6);
	-ms-box-shadow:0px 0px 5px 1px rgba(23,121,187,0.6);
	-webkit-box-shadow:0px 0px 5px 1px rgba(23,121,187,0.6);
	-o-box-shadow:0px 0px 5px 1px rgba(23,121,187,0.6);	
}

.contactus .map-area{
	position:relative;
	width:100%;
	height:720px;
}
.contactus .map-area .map{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;	
}


/*** Footer ***/
.footer{
	position:relative;
	text-align:center;
	background:#1d2440 url(../images/footer-background.jpg) repeat;
}
.footer .layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:url(../images/footer-pattern.jpg) right bottom no-repeat;
	background-size:cover;
}
.footer .auto-box{
	padding:78px 15px 20px;
}
.footer h3{
	position:relative;
	color:#fff;
	font-family:'Roboto',sans-serif;
	font-size:26px;
	text-transform:capitalize;
	margin:20px 0px 20px;
	font-weight:300;
}
.footer h3 strong{
	font-weight:700;
}
.footer .social-links{
	position:relative;
	max-width:450px;
	margin:0px auto 95px;
	text-align:center;
}
.footer .social-links li{
	position:relative;
	width:64px;
	height:64px;
	float:left;
	display:block;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
}
.footer .social-links li a{
	position:relative;
	display:block;
	width:64px;
	height:64px;
	background-image:url(../images/icons/social-icon-v5.png);
	background-repeat:no-repeat;
	overflow:hidden;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
}
.footer .social-links li:hover{
	top:-3px;
	opacity:0.7;
}

.footer .social-links li.facebook a{
	background-position:0px 0px;
}
.footer .social-links li.twitter a{
	background-position:-64px 0px;
}
.footer .social-links li.linkedin a{
	background-position:-128px 0px;
}
.footer .social-links li.dribble a{
	background-position:-192px 0px;
}
.footer .social-links li.pinterest a{
	background-position:-256px 0px;
}
.footer .social-links li.vimeo a{
	background-position:-320px 0px;
}
.footer .social-links li.envato a{
	background-position:-384px 0px;
}
.footer .copyright{
	font-weight:300;
	position:relative;
	font-size:18px;
	color:#ffffff;
	margin-bottom:10px;
	text-align:center;
}
.footer a{
	font-family: 'Alice', serif;
	color:#898d99;
	font-size:20px;
}

.main-navigation .navbar-collapse{ max-height:420px;}

/* ------------- Our Blog ------------- */

.post{
	background-color:#ffffff;
	margin-bottom:80px;
	box-shadow:0 5px 13px 0px rgba(0, 0, 0, 0.1);
}
.post h5 a{
	color:#17171a;
}
.post .align-left{
	width:50%;
	vertical-align:top;
}
.post-content{
	padding:45px 50px;
}
.posted-date{
	font-size:16px;
	font-weight:700;
	color: #2c8dbe;
}
.posted-date span {
	color:#39536c;
}

.posted-date a {
	color:#2c8dbe;
}

.post img:hover{
	opacity:.6;
}


/*------------- Blog List -----------------*/

.blog {
	color: #434343;
	padding: 180px 0 100px;
	background: #F8F8F8;
}

.blog-list{
	background:#101111 url(../images/bg/slider-bg.html) no-repeat fixed top center;
	position: relative;
	height:460px;
}
.blog p {
    margin: 0 0 15px;
	font-family: 'Merriweather Sans';
	font-size: 15px;
}
.blog .col-md-8 {
	padding-right:0px;
}
.blog .post-content{
	background-color:#ffffff;
}
.post-content i {
	font-size:24px;
	font-weight:700;
	font-style:italic;
}
.post-item h2 {
	text-align:left;
	margin-bottom: 40px;
	font-family: 'Merriweather';
}
.post-item h2, .post-item h2 a {
	color:#39536c;
	font-family: 'Merriweather';
	font-weight: bold;
}

.post-item h2:hover, .post-item h2 a:hover {
	color:#2c8dbe;
}

.blog .posted-date {
	margin-top:15px;
	color: #2c8dbe;
}
.single .posted-date {
	margin-bottom: 15px;
	margin-top:0px;
}
.post-nav {
	text-align:center;
	margin-top: -40px;
}
.pagination > li > a, .pagination > li > span {
	margin:0 4px;
	background-color:#2c8dbe;
	color:#fff;
	font-weight:700;
	border-radius:4px;	
	border:none;
}
.pagination > li > a:hover,
.pagination > li.active {
	background:#314960;
	color:#ffffff;
	border:none;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background:#314960;
	color:#ffffff;
	border:none;
}

.share-btn .btn{
	margin-right:10px;	
}

/*-------------- SideBar ---------------*/

.sidebar {
	margin-left: 20px;
	margin-top: 73px;
}
.widget {
	position:relative;
	margin-bottom:40px;
	padding:30px;
	background-color:#ffffff;
}
.search {
	margin-bottom:30px;
	position:relative;
}
.search form {
	padding: 20px 30px;
	height: 70px;
	border: none;
	box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.search input[type="search"]::-moz-placeholder {color: #314960;}
.search input[type="search"] {	
	font-size:15px;
	font-weight:300;
	width: 100%;
	border: none;
}

.search input[type="submit"] {
	background: url(../images/search.html) no-repeat scroll 0 0 / 100% 100%;
	width: 30px;
	height: 30px;
	border: none;
	text-indent: -999999px;
	position:absolute;right:15px;
	bottom:20px;
}

.widget h2 {
	font-size:20px;
	font-family: 'Merriweather';
	font-weight:bold;
	margin-bottom:30px;
	color:#cccccc;
	text-align:left;
	text-transform:uppercase;
}

.widget h3,.widget h3 a {
	font-size:20px;
	color:#39536c;
	text-align:left;
	font-family: 'Merriweather';
	font-weight: bold;
	
}

.widget h3, .widget h3 a {
	font-size:18px;
	margin:0px 0px;
	display:block;
}

.widget h3:hover,.widget h3 a:hover {
	color: #2c8dbe;
}

.widget img {
	position:absolute;
	left:30px;
}

.widget li {
	margin-bottom:20px;
}

.widget .content {
	margin-left:100px;
	min-height:85px;
}
.category-list li {
	padding:16px 0;
	margin-bottom:0px;
	border-bottom:1px solid rgba(0,0,0,.1);
}


/*---------------- Author -------------*/

.author {
	background-color:#ffffff;
	position:relative;
	min-height:275px;
	margin-bottom:40px;
}
.author img {
	position:absolute;
}
.author-comment {
	margin-left:260px;
	padding:30px 30px;
}

.author-comment h5 { font-size:18px;}

/*---------------- Comments -------------*/


.title-head {
	font-size:46px;
	font-weight:900;
	margin-bottom:40px;
}
.comment-list li {
	margin:0px 0 90px 0;
	position:relative;
}
.comment-list li img {
	border-radius:50%;
	width:130px;
	height:130px;
	position:absolute;
}
.comment-details {
	margin-left:180px;	
}
.blog .comments {
	background-color:#ffffff;
	padding:40px;
	border-radius:10px;
}
.blog .comments:before {
		border-style: solid;
		border-width:  0 0 30px 30px;
		top: 50px;
		content: "";
		display: block;
		left: 165px;
		position: absolute;
		width: 0;
		z-index: 1;
		border-color: transparent #ffffff;		
		transform:rotate(-45deg);
}
.blog .comments p {
	margin-bottom:0px;
	font-family: 'Merriweather Sans';
	font-size: 15px;
}

.comment-meta {
	min-height:50px;
}
.comment-meta .user-name {
	float:left;
	font-weight:700;
	width:50%;
}
.comment-meta .posted-date {
	float:right;
	width:50%;
	text-align:right;
}

.reply {
	height:30px;
	padding:4px 30px;
	margin:0px 40px;
	text-transform:uppercase;
	border-radius:0;
	font-weight:700;
	float:right;
	background: #314960;
	color: #fff;
}

.reply:hover {
	background: #2c8dbe;
	color: #fff;
}

.comments-form .btn {
	text-transform:uppercase;
}

.comment-area input[type="text"], .comment-area input[type="phone"], .comment-area textarea, .comment-area input[type="email"] {
background: none repeat scroll 0 0 #fff;
border: 1px solid #2c8dbe !important;
width:auto;
padding: 15px 12px;
display:block;
margin:12px 16px; margin-left:0px !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
height:54px;
line-height:52px;
width:85%;
}

.comment-area textarea { height:auto; line-height:20px; width:98%; min-height:180px;}
.comment-area button.btn {
	width: 100%;
	max-width: 270px;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	font-family: 'Merriweather Sans';
	text-transform: uppercase;
	border:none;
	background: transparent;
	position:relative;
	z-index:9999;
	border-radius: 4px;
	padding:0 !important;
	background: linear-gradient(to right, #fff 50%, #2c8dbe 50%);
    background-size: 200% 100%;
    background-position:right bottom;
	height:72px;
	line-height:72px;
	border:solid 1px #2c8dbe;
}

.comment-area button.btn:hover {
    background-position:left bottom;
	border:solid 1px #fff;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	background:#2c8dbe !important;
}

@media screen and (max-width:767px){ 
	.comment-details {margin-left:0px; padding-top:100px;}
	.comments:before {display:none;}
	section#blog, section.single.blog { padding-top:120px !important;}
	.title-head { font-size:24px;}
	.author img { position:static; display:block; margin:0 auto; padding-top:40px;}
	.author-comment { margin-left:0px; padding-top:30px; float:none;}
	.comment-area input[type="text"], .comment-area input[type="phone"], .comment-area textarea, .comment-area input[type="email"]{ width:100%;}
	.blog form { padding-left:10px; padding-right:10px;}
	.post-content { padding:25px 25px;}

}



.flag--uk{
  @extend %flag;
	opacity: 0,3;
    background: linear-gradient(90deg, transparent 46%, red 46%, red 56%, transparent 56%),
    linear-gradient(transparent 38%, white 38%, white 42%, red 42%, red 58%, white 58%, white 62%, transparent 62%),
    linear-gradient(90deg, transparent 44%, white 44%, white 46%, red 46%, red 56%, white 56%, white 58%, transparent 58%),
    linear-gradient(33deg, transparent 45%, white 45%, white 48%, red 48%, red 54%, white 54%, white 57%, transparent 57%),
    linear-gradient(-33deg, mediumblue 45%, white 45%, white 48%, red 48%, red 54%, white 54%, white 57%, mediumblue 57%);	
}


.flag--sr{
  @extend %flag;
  margin: 20px #212a47;
  background: linear-gradient(red 33%, blue 33%, blue 69%, white 69%),
   
}

.transbox {
    background-color: #212a47;
    opacity: 0.25;
	}