/*	 
 * Template Name: Developer - Responsive Website Template for Developers
 * Version: 1.0
 * Author: 3rd Wave Media
 * Twitter: @3rdwave_themes
 * License: Creative Commons Attribution 3.0 License
 * Website: http://themes.3rdwavemedia.com/
*/
/* ======= Base ======= */
video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url(/images/splash/video-screenshot.png) no-repeat;
	background-size: cover;
	-webkit-transition: 1s opacity;
	transition: 1s opacity;
}

video { display: block; }

html, body{
	height: 100%;
}
body {
	font-family: 'Klavika-Regular', arial, sans-serif;
	color: #434343;
	background: transparent;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Klavika-Regular', sans-serif;
	font-weight: 500;
	color: #003252;
}
a {
	color: #003252;
}
a:hover {
	text-decoration: underline;
	color: #5f6b77;
	color: #2d844e;
}
.btn,
a.btn {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	font-family: 'Montserrat', arial, sans-serif;
	padding: 8px 16px;
	font-weight: bold;
}
.btn .fa,
a.btn .fa {
	margin-right: 5px;
}
.btn:focus,
a.btn:focus {
	color: #fff;
}
a.btn-cta-primary,
.btn-cta-primary {
	background: #54ba4e;
	border: 1px solid #54ba4e;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
a.btn-cta-primary:hover,
.btn-cta-primary:hover {
	background: #49ac43;
	border: 1px solid #49ac43;
	color: #fff;
}
a.btn-cta-secondary,
.btn-cta-secondary {
	background: #479fc8;
	border: 1px solid #479fc8;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
	background: #3893bd;
	border: 1px solid #3893bd;
	color: #fff;
}
.text-highlight {
	color: #32383e;
}
.label-theme {
	background: #3aaa64;
	font-size: 12px;
}
a.dotted-link {
	border-bottom: 1px dotted #778492;
	color: #778492;
}
a.dotted-link:hover {
	text-decoration: none;
	color: #49515a;
}
/*
iframe {

		.header {
				padding: 0;
		}
}

.iframe-wrapper {
		overflow: auto;
		-webkit-overflow-scrolling:touch;
}
*/
/* ======= Header ======= */
.header {
	padding: 30px 0 5px;
	/* background: #272731; */
}
.header .btn {
	margin-top: 60px;
	font-weight: bold;
}
.header .profile-image {
	margin-right: 30px;
}
.header .profile-content .name {
	color: #49515a;
	font-size: 38px;
	margin-bottom: 5px;
	margin-top: 30px;
}
.header .profile-content .desc {
	color: #778492;
	font-family: "Lato", arial, sans-serif;
	font-weight: 400;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 15px;
}
.header .profile-content .social a {
	background: #b0b7bf;
	width: 36px;
	height: 36px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #fff;
	text-align: center;
}
.header .profile-content .social a:hover {
	background: #778492;
}
.header .profile-content .social a .fa {
	font-size: 20px;
	padding-top: 8px;
}
/* ======= Sections======= */
.sections-wrapper {
	padding-top: 30px;
	padding-bottom: 60px;
}
.section {
	margin-bottom: 30px;
}
.section .section-inner {
	background: #fff;
	padding: 30px;
}
.section .heading {
	margin-top: 0;
	margin-bottom: 30px;
	color: #545e69;
	font-size: 24px;
}
.section .content .more-link .fa {
	margin-right: 5px;
	font-size: 14px;
}

#ghostery_download_button button {
	border: none;
	cursor: pointer;
	text-decoration: none;

	font: 500 normal 22px/24px 'Klavika-MediumItalicSub', arial, sans-serif;
	display: block;
	margin: 0 auto;
	padding: 10px 20px;
	background: #005184;
	color: #fff;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border: none;
	max-width: 250px;

	/* border-radius: 12px;
	text-align: center;
	font: normal 1.2em Klavika, 'Neo Sans W10', 'Helvetica Neue', Helvetica, STFangsong, 华文仿宋, 'Microsoft YaHei', 微软雅黑体, NanumMyeongjo, Batang, 바탕, Arial, sans-serif;;
	margin: 15px 0 0 0;
	padding: 15px;
	color: #ffd700;
	display: inline-block;
	-webkit-transition: box-shadow .3s;
	-moz-transition: box-shadow .3s;
	-ms-transition: box-shadow .3s;
	-o-transition: box-shadow .3s;
	transition: box-shadow .3s; */
}

#ghostery_download_button button:hover {
	/* box-shadow: 0px 0px 10px rgba(0,0,0,0.6); */
}

#ghostery_download_button button:active {
	/* background-image: url('/images/big-download_down.png');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/big-download_down.png', sizingMethod='scale');
	ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/big-download_down.png', sizingMethod='scale');
	margin-top: 16px; */
}

#ghostery_download_button label {
	padding-top: 20px;
}

.container img.logo{
	width: 180px;
	padding-bottom: 0;
	padding-top: 4px;
}

.container, .header{
	position: relative;
	padding-bottom: 0;
}

.row{
	background: rgba(255,255,255,.8);
	text-align: center;
	width: 100%;
	margin: 0 auto 10px;
	padding: 10px 10px 20px;
	overflow: auto;
}

.row > div{
	margin: 0 0 50px;
}

.row p{
	font: 500 normal 21px/31px 'Klavika-Regular', arial, sans-serif;
}

.row p a{
	background: #005184;
	color: #fff;
	padding: 6px 15px;
	margin: 0 8px;
	letter-spacing: .03em;
	font: 500 normal 17px/31px 'Klavika-Regular', arial, sans-serif;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

.box1{
	float: left;
	width: 40%;
	text-align: left;
	font: 500 normal 13px/15px Arial, sans-serif;
	width: 35%;
}

.box1 h1{
	font: 600 normal 16px/18px Arial, sans-serif;
	color: #fff;
	margin: 0;
}

.box2{
	float: left;
	display: block;
	width: 35%;
}

.box2 img{
	width: 150px;
}

.box3{
	overflow: auto;
}

.box3 table{
	float: right;
	margin: 1px;
	clear: both;
	width: 45%;
	margin: 0 0 10px;
}

.box3 table td{
	margin: 1px;
}

.box3 table tr td{
	text-align: left;
}

.box3 table img{
	width: 80%;
}

.box3 table tr:nth-child(1) td:nth-child(1) {
	text-align: center;
}

.box3 table tr:nth-child(1) td:nth-child(3) img{
	width: 60%;
}

.box3 table tr:nth-child(2) td:nth-child(1) {
	padding: 5px 0;
}

.box3 ul{
	float: right;
	display: block;
	list-style: none;
	width: 27%;
	text-align: right;
	font-family: Arial, sans-serif;
}

.box3 ul li{
	display: inline;
	margin: 0 0 0 10px;
}

.box3 ul li img{
	width: 60px;
}

.box3 a{
	font-family: Arial, sans-serif;
}

.box3 p{
	clear: both;
	font: 500 normal 14px/16px Arial, sans-serif;
	text-align: right;
	float: right;
}

.box3 p a{
	display: inline-block;
	padding: 0 10px;
}

.box3 p a:last-child{
	padding: 0 0 0 10px;
}

a.btn_main{
	font: 500 normal 22px/24px 'Klavika-MediumItalicSub', arial, sans-serif;
	display: block;
	margin: 0 auto;
	padding: 10px 20px;
	background: #005184;
	color: #fff;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border: none;
	max-width: 250px;
}

a.see_all{
	font: 500 normal 16px/18px 'Klavika-MediumItalicSub', arial, sans-serif;
	display: inline-block;
	margin: 10px auto;
}

a.see_all:hover {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

#main {
	overflow:auto;
	padding-bottom: 150px;  /* must be same height as the footer */
}

/* ======= Footer ======= */
.footer {
	background: #272731;
	color: #fff;
	padding: 20px 15px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	clear:both;
	overflow: auto;
}
.footer .copyright {
	line-height: 1.6;
	color: #a1aab4;
	font-size: 14px;
}
.footer a {
	color: #38b5e6;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	.container img.logo{
		width: 140px;
		padding-bottom: 0;
		padding-top: 0px;
		margin-top: -10px;
	}

	.header {
		text-align: center;
	}
	.header .profile-image {
		float: none !important;
		margin: 0 auto;
	}
	.header .profile-content {
		float: none !important;
		text-align: center;
	}
	.header .btn {
		margin-top: 30px;
		float: none !important;
	}
	.project-image {
		margin-bottom: 15px;
	}
	
	.footer{
		position: relative;
	}

	.sections-wrapper{
		padding-top: 10px;
	}

	.box1, .box2, .box3, .box3 ul, .box3 p{
		float: none;
		width: 100%;
		margin: 0 0 30px;
	}
	.box3{
		width: 100%;
		overflow: auto;
	}

	.box3 ul, .box3 p{
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 0 0 10px;
	}

	.box3 table{
		float: none;
		margin: 0 auto 20px;
		width: 100%;
	}

	.box3 table tr td {
		display: block;
		text-align: center;
		clear: both;
		margin: 20px 0;
	}

	.box3 table tr:nth-child(1) td:nth-child(1) img {
		width: 18%;
	}

	.box3 table tr:nth-child(2) td {
		margin: 0 0 5px;
	}

	.box3 table img,
	.box3 table tr:nth-child(1) td:nth-child(3) img{
		width: inherit;
	}

	.box3 table tr:nth-child(2) td:nth-child(1) {
		padding: 0;
	}
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Ex-Large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {
	.box3 table {
		clear: both;
		float: right;
		margin: 0 0 10px;
		width: 45%;
	}

	.container {
		width: 1360px;
	}
	
	.middle{
		width: 100%;
	}
}

@media screen and (max-height: 600px) {
	.footer {
		position: static;
	}
}

/** fonts **/
@font-face {
	font-family: 'Klavika-Regular';
	src: url('/fonts2/KlavikaWebBasicRegular.eot');
	src: local('☺'), url('/fonts2/KlavikaWebBasicRegular.woff') format('woff'), url('/fonts2/KlavikaWebBasicRegular.ttf') format('truetype'), url('/fonts2/KlavikaWebBasicRegular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Klavika-Medium';
	src: url('/fonts2/KlavikaWebBasicMedium.eot');
	src: local('☺'), url('/fonts2/KlavikaWebBasicMedium.woff') format('woff'), url('/fonts2/KlavikaWebBasicMedium.ttf') format('truetype'), url('/fonts2/KlavikaWebBasicMedium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Klavika-MediumItalicSub';
	src: url('/fonts2/KlavikaWebBasicMediumItalicSub.eot');
	src: local('☺'), url('/fonts2/KlavikaWebBasicMediumItalicSub.woff') format('woff'), url('/fonts2/KlavikaWebBasicMediumItalicSub.ttf') format('truetype'), url('/fonts2/KlavikaWebBasicMediumItalicSub.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (max-width: 640px) {
	html { background: url(/images/splash/video-screenshot.png) #000 no-repeat center center fixed; }
	#bg-video { display: none; }
}