@charset "utf-8";
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(//getcoldturkey.com/webfonts/os-normal.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(//getcoldturkey.com/webfonts/os-bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
  background: #f1f3fa;
	position:relative;
}
a {
	color:#fff;
}
a:hover, a:focus {
	color:#ddd;
}
h1, h2, h3, h4 {
	font-weight:bold;
}
p {
	color: #333;
}
.underline {
  text-decoration: underline;
}
.hand {
  cursor: pointer;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.label {
	padding: 1px 4px 0px 4px;
	margin-right: 4px;
}
.banner {
	text-align: center;
	width: 100%;
	height: 24px;
  background-color: #2F3740;
	overflow: hidden;
}
.banner p {
	color: #fff;
  font-size: 13px;
  line-height: 24px;
}
.banner a {
	text-decoration: none;
}
.banner a:hover, .banner a:focus {
  color: #fff;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
  background-color: #fff;
}
.max-height {
  height: 100%
}
.scrolled {
	padding-top: 50px !important;
  height: 500px !important;
}
.scrolled-sm {
  padding-top: 50px !important;
  height: 200px !important;
}
.nav .btn {
	padding: 5px 10px;
	margin-top: 10px;
	margin-left: 10px;
	font-weight: bold;
}
.navbar {
	background:	#4e5b69;
  font-size: 14px;
  border: 0;
	border-radius: 0px;
	margin-bottom: 0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.navbar-brand {
	padding: 12px 15px !important;
}
.navbar-collapse {
	background:none;
	border:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
  padding-right: 0px !important;
	filter:none;
	-ms-filter:none;
  overflow: hidden;
}
.navbar .nav > li > a, .navbar .nav > li.dropdown > a:focus {
	font-weight: bold;
	color:#fff;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav > li.dropdown > a:focus:hover, .navbar .nav > li.dropdown.open > a:focus, .navbar .nav > li.dropdown.open > a:hover {
	color:#ddd;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #ddd;
	background: none;
}
@media (max-width : 992px) {
	.navbar-nav > li > a {
		padding: 15px 10px;
	}	
}
@media (min-width: 768px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
	}
	.dropdown-menu {
		width: 350px;
		background: #fff;
		left: 50% !important;
		margin-left: -160px;
	}
	.dropdown-menu > li > .title a {
		color: #4e5b69;
		margin-top: 40px;
		margin-right: 20px;	
		margin-left: 20px;
		font-size: 24px;
		font-weight: bold;
	}
	.dropdown-menu > li > .desc p {
		color: #4e5b6999;
		margin-top: 10px;
		margin-right: 20px;	
		margin-left: 20px;
		font-size: 16px;
		font-weight: normal;
	}
	.dropdown-menu > li > .title a:hover {
		text-decoration: none;
	}
	.dropdown-menu > li > .desc a:hover {
		text-decoration: none;
	}
	.dropdown-menu > li > .title img {
		padding-right: 7px;
		padding-bottom: 3px;
		height: 32px;
	}
	.dropdown {
		padding-left: 30px;
	}
}
.masthead {
	position: relative;
	background: #4e5b69;
  background-size: cover;
  background-repeat: no-repeat;
	height:450px;
	overflow:hidden;
  text-align: center;
}
.masthead-sm {
	position: relative;
	background: #4e5b69;
  background-size: cover;
  background-repeat: no-repeat;
	height:150px;
	overflow:hidden;
  text-align: center;
}
.masthead p {
	color: #fff;
	padding-top: 60px;
  font-size: 32px;
  font-weight: bold;
}
.masthead .subtitle p {
	color: #fff;
	padding-top: 5px;
  font-size: 18px;
  font-weight: normal;
}
.masthead-sm p {
	color: #fff;
	padding-top: 60px;
  font-size: 32px;
  font-weight: bold;
}
.masthead .btn {
	font-weight: bold;
	margin: 15px;
	padding: 12px 25px;
}
.btn-success {
	border-style: none !important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color: #fff !important;
}
.btn-success:hover, .btn-success:active, .btn-success:focus {
	color: #fff !important;
	background: #4cae4c !important;
}
.label-writer {
	background-color: #3b91e9 !important;
}
.btn-writer {
	color: #fff !important;
	background: #3b91e9 !important;
	border-style: none !important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.btn-writer:hover, .btn-writer:active, .btn-writer:focus {
	color: #fff !important;
	background: #3787d9 !important;
}
.btn-danger {
	border-style: none !important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
	background: #d43f3a;
}
.question {
  font-size: 24px;
}
.answer {
  font-size: 18px;
}
.home-blocker-img {
	max-width: 250px;
}
.home-blocker-img i {
  color: #4e5b69;
	font-size: 180px;
}
.lead {
	color:#666;
}
.features i {
    color: #4e5b69;
    float: left;
    width: 80px;
    padding: 15px 20px 0 0;
    text-align: center;
    font-size: 60px;
}
.features-head {
	position: absolute;
	top: -26px;
	width: 100%;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #4e5b69;
	padding: 10px 30px 0px 30px;
}

@media (max-width: 767px) {
	.features-head {
		display: none;
	}
	.features-blocker {
		text-align: center;
	}
}
.features-head p {
	color: #4e5b6999;
	width: 100%;
	float: left;
	line-height: 34px;
}
.features-head a {
	color: #4e5b6999;
	text-decoration: underline;
}
.features-head .bootstrap-switch {
	float: right;
}
.features-blocker {
	padding-top: 80px;
	padding-bottom: 80px;
}
.features-blocker img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.features-blocker p {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 16px;
	color: #4e5b69cc;
}
.features-blocker a {
	color: #7a9fba;
}
.features-blocker a:hover {
	color: #526b7d;
	text-decoration: none;
}
.features-blocker h3 {
	padding-left: 10px;
	padding-right: 10px;
}
.middle {
	display: inline-block;
	float: none;
	vertical-align: middle;
}
.col-centered {
	float: none;
	margin: 0 auto;
}
.container-odd {
	background: #fff;
}
.img-pad {
	margin: 10px;
}
.features-blocker-getit {
	background: #4e5b69;
	padding: 30px;
	color: #fff;
}
.features-getit {
	font-weight: bold;
	font-size: 20px;
}
.ext-install-button a {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}

.pricing-head {
	position: absolute;
	top: -120px;
	text-align: center;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #4e5b69;
	margin: 10px;
	padding: 10px 50px 20px 50px;
}

@media (max-width: 767px) {
	.pricing-head {
		position: relative !important;
		top: 0px !important;
		text-align: center;
		background: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color: #4e5b69;
		margin: 10px;
		padding: 10px 50px 20px 50px;
	}
}
.pricing-head .body p {
	font-size: 16px;
	color: #4e5b6999;
	padding-bottom: 20px;
}
.pricing-head .price-desc p {
	font-size: 14px;
	color: #4e5b6999;
	margin-bottom: 0px;
}
.pricing-head .price p {
	font-size: 24px;
	font-weight: bold;
	color: #4e5b69;
}
.head h4 {
	text-transform: uppercase;
	font-size: 14px;
	margin: 15px;
}
.head h3 {
	font-size: 24px;
	padding: 5px;
}
.pro {
	color: #5cb85c;
}
.pro-writer {
	color: #3b91e9;
}
.bold {
	font-weight: bold;
}
.bold i {
	font-weight: normal;
}
.shadow {
  -moz-box-shadow:    0 1px 3px 0 rgba(21,34,53,.3);
  -webkit-box-shadow: 0 1px 3px 0 rgba(21,34,53,.3);
  box-shadow:         0 1px 3px 0 rgba(21,34,53,.3);
}
.pricing {
	padding-top: 300px;
	padding-left: 15px;
}
.btn-free {
	background: #4e5b69 !important;
	border-style: none !important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin: 5px 0px 5px 0px;
}
.btn-free:hover, .btn-free:active, .btn-free:focus {
	color: #fff !important;
	background: #424d58 !important;
}
.btn-pro {
	background: #5cb85c !important;
	border-style: none !important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin: 5px 0px 5px 0px;
}
.btn-pro:hover, .btn-pro:active, .btn-pro:focus {
	color: #fff !important;
	background: #4cae4c !important;
}
.btn-pro-writer {
	background: #3b91e9 !important;
	border-style: none !important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin: 5px 0px 5px 0px;
}
.btn-pro-writer:hover, .btn-pro-writer:active, .btn-pro-writer:focus {
	color: #fff !important;
	background: #3787d9 !important;
}
.pricing-info {
	color: #4e5b6933;
}
.tooltip-inner {
	max-width: 180px;
	width: 180px; 
}
.alt-os {	
	padding-top: 5px;
	font-size: 12px;
	color: #4e5b6999;
}
.alt-os:hover {
	color: #4e5b69;
}
.pricing-faq {
	padding-top: 50px;
}
.pricing-faq p {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 16px;
	color: #4e5b69cc;
}
.pricing-faq h3 {
	padding-left: 10px;
	padding-right: 10px;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #fff !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
	padding: 12px 18px !important;
	text-align: center;
}
.table p {
	margin: 0;
}
.input-append, .input-prepend {
	display:inline;
}
.input-append input, .input-prepend input {
	height:50px;
}
.input-append .btn-group:last-child > .dropdown-toggle {
	height:50px;
	background:#e2e5e6;
	font-size:18px;
	font-weight:bold;
	padding-left:15px;
}
.UserGuide {
  padding-top: 50px;
}

.support-blocker {
	padding-top: 80px;
	padding-bottom: 80px;
}
.support-blocker p {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 16px;
	color: #4e5b6999;
}
.bold-buttons .btn-success, .bold-buttons .btn-writer {
	font-weight: bold !important;
}
.ContactUs {
	margin-top:50px;
}
.ContactUs input[type=text], .ContactUs input[type=email] {
	height:50px;
}
.ContactUs textarea {
	height:150px;
}
.ContactUs .btn {
	width:100%;
	margin:5px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.Social {
  padding-top: 50px;
}
.footer {
	position: relative;
	background-color: #2F3740;
	margin-top:80px;
}
.footer h1, .footer h3 {
	color:#FFF;
}
.footerlinks {
	margin:20px 0;
}
.footer p {
	color: #68737b;
}
.footerlinks p {
	color:#68737b;
	text-transform:uppercase;
	padding-top:15px;
}
.footerlinks ul {
	margin:0;
	padding:0;
	list-style:none;
}
.footerlinks ul li {
	color:#FFF;
	padding:2px 0;
}
.footerlinks ul li a {
	color:#FFF;
}
.copyright {
	margin:30px 0;
}
.copyright a {
  color: #fff;
}
.modal-header {
	font-size: 50px;
	padding:10px 30px;
	padding-right:15px;
}
.modal-title {
	font-weight: normal;
	padding-top: 10px;
	font-size: 45px;
}
.modal-body {
	font-weight:normal;
	padding:30px;
	padding-bottom:15px;
}
.LoginSignup input[type="text"], .LoginSignup input[type="password"] {
	font-size: 14px;
	border-radius: 3px;
	font-weight:normal;
}
.LoginSignup .btn {
	width:100%;
	margin:0;
}
.text .blockquote {
  text-align: center;
  list-style: none;
	color: #70747A;
  border: 1px solid #70747A;
  background: #fff;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
}
.blockquote-note {
  border: none !important;
  background: #E0F7FF !important;
	color: #70747A !important;
  box-shadow: none !important;
}
.blockquote-warn {
  border: none !important;
  background: #FFEBE6 !important;
	color: #70747A !important;
  box-shadow: none !important;
}


.privacy p {
	padding-top: 10px;
	font-size: 16px;
	color: #4e5b69cc;
}
.privacy h2 {
	padding-top: 20px;
}
.privacy h3 {
	padding-top: 20px;
}
.privacy h4 {
	padding-top: 20px;
}
.privacy li {
	padding-left: 10px;
	font-size: 16px;
	color: #4e5b69cc;
}
.privacy a {
	color: #7a9fba;
}
.privacy a:hover {
	color: #526b7d;
	text-decoration: none;
}

.scrollup {
	width:40px;
	height:40px;
	opacity:0.4;
	position:fixed;
	bottom:30px;
	right:30px;
	display:none;
	text-indent:-9999px;
	background: url('//getcoldturkey.com/images/icon_top.png') no-repeat;
}
.navbar li.dropdown ul {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right {
	top:97%;
}
@media (max-width: 767px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
        text-align: center;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    #nav-download {
        margin-left: 0;
    }
}

