@charset "utf-8";

body {
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
  background: #f1f3fa;
	position:relative;
}
a {
	color:#00aedb;
}
a:hover, a:focus {
	color:#00aedb;
}
h1, h2, h3, h4 {
	font-weight:bold;
}
p {
	color: #70747A;
}
.underline {
  text-decoration: underline;
}
.hand {
  cursor: pointer;
}
.banner {
	width: 100%;
	height: 24px;
  background-color: #2F3740;
	overflow: hidden;
}
.banner p {
  font-size: 12px;
  float: left;
  padding-right: 40px;
  line-height: 24px;
}
.banner a {
  color: #fff;
}
.banner-right {
  line-height: 24px;
  font-size: 12px;
  float: right;
  padding-left: 40px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
  background-color: #fff;
}
.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;
}
.max-height {
  height: 100%
}
.scrolled {
  padding-top: 57px;
  height: 507px;
}
.scrolled-sm {
  padding-top: 57px;
  height: 207px;
}
.masthead p {
	color: #fff;
	padding-top: 60px;
  font-size: 32px;
  font-weight: bold;
}
.masthead-sm p {
	color: #fff;
	padding-top: 60px;
  font-size: 32px;
  font-weight: bold;
}
.masthead .screenshot img {
  position: absolute;
  bottom: 0;
  left: 10px;
}
.masthead .playstore img {
  margin-top: 50px;
}
.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 {
	color:#fff;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
  text-decoration: underline;
	color:#fff;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background:none;
	color:#fff;
}
.btn-lg {
	font-size:18px;
	padding:20px 50px;
	margin:5px 10px;
}
.btn-success {
	border-style: none !important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.btn-outline {
  margin-left: 30px;
  margin-top: 6px;
  padding: 0px;
  margin-right: 12px;
}
.btn-outline p {
  color: #fff;
  border-color: #fff;
  border-width: 2px;
	border-style: solid !important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 2px;
}
.btn-outline p:hover {
  color: #fff;
  background:#5F6E7F;
}
.FeatIntro {
  font-weight: bold;
  color: #333;
  padding-top: 60px;
  text-align: center;
  font-size: 21px;
}
.question {
  font-size: 24px;
}
.answer {
  font-size: 18px;
}
.FeatLayout {
	margin-top:50px;
}
.Tour {
	margin-top:100px;
}
.FeatLayout h2 {
	margin-top: 0px;
}
.FeatLayoutMiddle {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.FeatImg {
	max-width: 300px;
}
.FeatImg i {
  padding-top: 20px;
  color: #385B7F;
	font-size: 120px;
}
.FeatImgWriter{
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  width: 207px;
  height: 45px;
  background: url(../images/writer-screen2a.png) no-repeat;
              transition: background .55s ease-in-out;
              -moz-transition: background .55s ease-in-out;
              -webkit-transition: background .55s ease-in-out;
}
.FeatImgWriter:hover {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  width: 207px;
  height: 45px;
  background: url(../images/writer-screen2b.png) no-repeat;
              transition: background .55s ease-in-out;
              -moz-transition: background .55s ease-in-out;
              -webkit-transition: background .55s ease-in-out;
}
.FeatLayout .FeatImg {
	text-align:center;
}
.PageHead {
  padding-top: 100px;
}
.lead {
	color:#666;
}
.features i {
    color: #4e5b69;
    float: left;
    width: 80px;
    padding: 15px 20px 0 0;
    text-align: center;
    font-size: 60px;
}
.HowIntro {
  font-weight: bold;
  color: #333;
  padding-top: 60px;
  text-align: center;
  font-size: 21px;
}
.img-howitworks {
  padding-top: 30px;
}

blockquote {
  background: #fff !important;
  border-left: 5px solid #5cb85c !important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.Testimonials {
	margin-top: 50px;
}
.Testimonials .img-thumbnail img {
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}
.Testimonials .img-thumbnail h5 {
	text-align: center;
	color: #646464;
	font-weight: bold;
	margin: 18px 0;
}
.pricingFAQ {
  padding-top: 50px;
}
.pricingMinReq {
  font-size: 12px;
  padding-top: 30px;
}
.pricingMinReq p {
  margin: 0;
}
.ComparePlans {
	margin-top:50px;
}
.ComparePlans .planFeatures {
	text-align:center;
	padding:10px;
}
.ComparePlans .CompareList .planFeatures {
	text-align:right;
}
.ComparePlans .planFeatures ul {
	margin:0;
	padding:0;
	list-style:none;
}
.ComparePlans .planFeatures ul li {
	padding:10px 0;
	list-style:none;
}
.ComparePlans .planHead1 {
	height:60px;
	-webkit-border-top-right-radius:4px;
	-moz-border-top-right-radius:4px;
	border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-top-left-radius:4px;
	border-top-left-radius:4px;
}
.ComparePlans .planHead2 {
	height:60px;
	background:#5cb85c;
	-webkit-border-top-right-radius:4px;
	-moz-border-top-right-radius:4px;
	border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-top-left-radius:4px;
	border-top-left-radius:4px;
}
.ComparePlans .planHead3 {
	height:60px;
	background:#d9534f;
	-webkit-border-top-right-radius:4px;
	-moz-border-top-right-radius:4px;
	border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-top-left-radius:4px;
	border-top-left-radius:4px;
}
.ComparePlans .planHead2 h3, .ComparePlans .planHead3 h3 {
	color:#FFF;
	text-align:center;
	padding:0;
	margin:0;
	text-transform:uppercase;
	padding-top:10px;
	line-height: 1.8;
}
.ComparePlans .pricing1 .planFeatures {
  background: #fff;
	/*border-right:solid 3px #5cb85c;
	border-left:solid 3px #5cb85c;*/
}
.ComparePlans .pricing2 .planFeatures {
  background: #fff;
	/*border-right:solid 3px #d9534f;
	border-left:solid 3px #d9534f;*/
}
.ComparePlans .pricing1 p {
	text-align:center;
}
.ComparePlans .pricing2 p {
	text-align:center;
}
.ComparePlans .btn {
	width:100%;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.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;
}
.priceRed {
	color: #d9534f;
}
.price {
	font-size: 17px;
}
.btn-red {
  color: #fff;
  background: #d9534f !important;
	border-style: none !important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.btn-red:hover {
  background: #BF4946 !important;
  color: #fff !important;
}
.crossedOut {
  text-decoration: line-through;
	font-size: 14px;
  color: #696969;
}
.FAQAccordion {
  padding-top: 50px;
}
.FAQAccordion h3 {
  font-size: 21px;
  outline: none;
}
.FAQAccordion h3:hover {
  cursor: pointer;
}
.FAQAccordion h3 {
  outline: none;
}
.UserGuide {
  padding-top: 50px;
}
.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;
	color: #fff;
	background-color: #2F3740;
	margin-top:80px;
}
.footer h1, .footer h3 {
	color:#FFF;
}
.footerlinks {
	margin:20px 0;
}
.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;
}
.navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right {
	top:97%;
}
.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: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

@media (max-width: 1000px) {
    .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;
    }
    #navDownload {
        margin-left: 0;
    }
}

