* {
  border: 0px;
  font-family: 'Lato', sans-serif;
    /*font-family: 'Open Sans', sans-serif;
    font-family: 'Raleway', sans-serif;*/;
}
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0px;
  padding: 0px;
  border: 0;
  list-style-type: none;
  font-weight: normal;
}


html {
    height: 100% !important;
}
body {
  font-family: 'Lato', sans-serif;
	height: 100%;
	overflow-x: hidden;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  text-decoration: none;
  /*-moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;*/
  /* color: #337ab7; */
	color: inherit;
}

a:hover {
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  text-decoration: none;
  color: #21c2f8;
}

a:focus {
  outline: none;
  text-decoration: none;
}

textarea {
  resize: none;
}

input:focus {
  outline: none;
}

img {
  max-width: 100%;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2f383d;
  padding-bottom: 15px;
}

h3 {
  font-size: 30px;
  font-weight: 700;
  color: #2f383d;
  padding-bottom: 18px;
}

.wait-animation {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.blue {
  color: #21c2f8;
}

.green {
  color: #63bd70;
}

p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  padding-bottom: 20px;
  font-weight: 400;
}

header .bg-primary {
  background-color: #191919;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000;
}

.document {
    height: 100%;
    position: relative;
}
.section {
    padding-top: 80px;
}

/*body.enable-preloader > .document {
    opacity: 0;
}
body.enable-preloader.done-preloader > .document {
    opacity: 1;
}*/

.section {
    background-color: #fff;
    color: inherit;
    position: relative;
    padding: 90px 0;
}
.section-gray {
    background-color: #f6f6f6;
    color: inherit;
}
.section-dark {
    background-color: #333;
    color: #cccccc;
}

.section-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.section-background-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.section-fullscreen {
    height: 100%;
}

.socialMedia {
  margin-right: 55px;
  float: left;
}

.socialMedia .fa {
  background-color: #666666;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #191919;
  text-align: center;
  margin-right: 5px;
}

.socialMedia .fa:hover {
  background-color: #FFF;
}

.phone {
  font-size: 13px;
  color: #999999;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  float: left;
  margin-right: 55px;
}

.phone .fa {
  font-size: 16px;
  margin-right: 8px;
}

.phone a {
  color: #999999;
}

.phone a:hover, .email a:hover {
  color: #FFF;
  text-decoration: none;
}

.email {
  font-size: 13px;
  color: #999999;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  float: left;
}

.email .fa {
  font-size: 16px;
  margin-right: 8px;
}

.email a {
  color: #999999;
}

header .bg-primary ul {
  float: right;
}

header .bg-primary ul li:first-child {
  border: 0px;
}

header .bg-primary ul li {
  display: inline-block;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #333333;
  margin-left: 14px;
  padding-left: 14px;
}

header .bg-primary ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #999999;
}

header .bg-primary ul li a:hover {
  color: #FFF;
  text-decoration: none;
}

.navbar {
  background-color: rgba(0,0,0,0.2);
  border-radius: 0px;
  min-height: inherit;
  border: 0px;
  margin: 0px;
}

.navbar-brand {
  height: auto;
  line-height: normal;
  margin-top: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: 0;
}

.navbar-default .navbar-nav > li:first-child a {
  border-left: none;
}

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  display: block;
  height: 80px;
  padding-top: 14px;
  padding-right: 24px;
  padding-left: 24px;
  /* border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #000; */
	border: none;
  text-align: center;
  line-height: normal;
}

.navbar-default .navbar-nav > li > a img {
  display: block;
  margin-bottom: 8px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #cb0022;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: #cb0022;
  color: #FFF;
}

.navbar-nav .dropdown-menu > li {
  border-bottom: 1px solid #E0E0E0;
}
.navbar-nav .dropdown-menu > li:last-child {
  border-bottom: 0;
}
.menu-small {
  font-size: 12px;
}

.jumbotron figure {
  margin-top: 20px;
}

.jumbotron h1,.jumbotron h1 a, .jumbotron h1 a:hover, .jumbotron h1 a:focus, .jumbotron h1 a:active {
  font-size: 61px;
  color: #cb0022;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  padding-bottom: 3px;
}

.jumbotron h2 {
  font-size: 33px;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  padding-bottom: 25px;
}

.jumbotron h3 {
  color: #FFFFFF;
font-family: "Raleway",sans-serif;
font-size: 32px;
font-weight: 400;
padding-bottom: 45px;
}

.jumbotron p {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 20px;
	line-height: normal;
}

.carousel-indicators {
  bottom: -15px;
  margin-bottom: 0px;
}

.carousel-indicators li {
  background-color: #192b48;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0px;
  width: 10px;
}

.carousel-indicators .active {
  background-color: #cb0022;
  height: 10px;
  margin: 0;
  width: 10px;
  border: 2px solid #FFF;
}

.bannerBtns {
  margin-bottom: 30px;
}
.bannerBtns .btn {
	margin-top: 6px;
	font-size: 24px;
}

.btn {
  font-size: 20px;
  line-height: 50px;
  color: #FFF;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
.btn:active, .btn.active {
	box-shadow: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background: #B60C26;
	border-color: #B60C26; 
}

.jumbotron {
  margin: 0px;
  
  padding-top: 65px;
  padding-right: 0px;
  padding-bottom: 25px;
  padding-left: 0px;
}

.jumbotron .btn-primary {
  /* color: #cb0022;
  background-color: #FFF; */
  margin-right: 10px;
}

.btn-primary.btn-cta {
  color: #FFF;
  background-color: #cb0022;
  margin-right: 10px;
}



.jumbotron .btn-primary:hover, .jumbotron .btn-primary:focus {
  /* color: #FFF;
  background-color: #cb0022; */
}

.btn-primary.btn-cta:hover, .btn-primary.btn-cta:focus {
  background-color: #b60c26;
}

.bg-primary {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #FFF;
}

.callRecordPlay {
  background-image: url(../img/play-bg.png);
  background-repeat: no-repeat;
  background-position: center 83px;
}

.thumbnail {
  background-color: transparent;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  display: inline-block;
  padding: 0px;
  width: 185px;
  margin-top: 0px;
  margin-right: 80px;
  margin-bottom: 0px;
  margin-left: 80px;
  text-align: center;
	vertical-align: top;
}

.thumbnail figure {
  background-color: #2fb0e7;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 22px;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

.thumbnail:hover figure {
  background-color: #cb0022;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

.thumbnail h1 {
  font-size: 23px;
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding-bottom: 14px;
	text-transform: uppercase;
}

.thumbnail h1 .badge {
  font-size: 18px;
  color: #FFF;
  background-color: #2fb0e7;
  border-radius: 4px;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding: 0px;
  display: inline-block;
  margin-right: 13px;
  line-height: 22px;
  width: 22px;
  text-align: center;
	display: none;
}

.thumbnail p {
  font-size: 13px;
  line-height: 20px;
  color: #98abb9;
  padding-bottom: 0px;
  font-weight: 400;
}

.bg-info {
  background-color: #ecf1f5;
  /* padding-top: 60px;
  padding-bottom: 60px; */
}

.ourStatisticsHeading {
  font-size: 35px;
  font-weight: 700;
  color: #2f383d;
  padding-bottom: 53px;
}

.ourStatisticsHeading img {
  margin-top: -20px;
  margin-right: 18px;
}

.ourStatistics {
  position: relative;
  background-image: url(../img/our-statistics-bg.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block;
  height: 216px;
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 44px;
  margin-bottom: 50px;
}

.ourStatistics .iconBox {
  position: absolute;
  left: 0px;
  top: 58px;
  width: 115px;
  text-align: center;
}

.ourStatistics .iconBox.iconBox2 {
  left: 213px;
  top: -44px;
}

.ourStatistics .iconBox.iconBox3 {
  left: 426px;
  top: 58px;
}

.ourStatistics .iconBox.iconBox4 {
  left: inherit;
  top: -44px;
  right: 213px;
}

.ourStatistics .iconBox.iconBox5 {
  left: inherit;
  top: 58px;
  right: -3px;
}

.ourStatistics h2 {
  font-size: 15px;
  font-weight: 700;
  color: #2f383d;
  text-align: center;
  height: 45px;
}

.ourStatistics .no {
  background: none repeat scroll 0 0 #313A3E;
  border-radius: 4px;
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  line-height: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  padding: 0;
  text-align: center;
  width: 120px;
}
.ourStatistics .no span {
  font-weight: 700;
  color: #FFF;

}

.ourStatistics figure {
  margin-bottom: 6px;
  height: 110px;
}

.twitter-section {
  padding-top: 58px;
  padding-bottom: 58px;
}

.twitter-section figure {
  margin-bottom: 16px;
}

.twitter-section h3 {
  font-weight: 400;
  color: #FFF;
  padding-bottom: 15px;
  font-size: 23px;
}

.follow {
  min-width: 170px;
}

.twitter-section p {
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  padding-bottom: 24px;
}

.btn-primary {
  background-color: #21c2f8;
}

/* .btn-primary:hover, .btn-primary:focus {
  color: #FFF;
  background-color: #cb0022;
} */

.newsletter-section .bg-primary {
  background-color: #ecf1f5;
  padding-top: 50px;
  padding-bottom: 50px;
}

.newsletter-section .bg-primary h2 {
  font-size: 23px;
  font-weight: 700;
  color: #2f383d;
  padding-bottom: 4px;
}

.newsletter-section .bg-primary p {
  font-size: 14px;
  font-weight: 400;
  color: #2f383d;
  padding-bottom: 15px;
}

.form-inline .form-group {
  margin-right: 8px;
}

.form-inline .form-control {
  width: 250px;
}

.form-inline .form-control {
  font-size: 14px;
  color: #999999;
  background-color: #FFF;
  height: 50px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-top-color: #e5e9ed;
  border-right-color: #e5e9ed;
  border-bottom-color: #e5e9ed;
  border-left-color: #e5e9ed;
  font-style: italic;
  font-weight: 400;
  box-shadow: none;
}

.form-control {
  font-size: 14px;
  color: #999999;
  background-color: #FFF;	
  height: auto;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
  border-top-color: #dadada;
  border-right-color: #dadada;
  border-bottom-color: #dadada;
  border-left-color: #dadada;
  font-weight: 400;
  box-shadow: none;
  border-radius: 5px;
}

label {
  font-size: 14px;
  color: #666666;
  padding-bottom: 1px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.codeText {
  font-size: 14px;
  color: #666666;
  padding-bottom: 1px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  float: left;
  line-height: 30px;
}

.codeField {
  height: 28px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  width: 140px;
  border: 1px solid #e3e3e3;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
  border-radius: 3px;
}

.code {
  border-radius: 3px;
  height: 28px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
  color: #999999;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  width: 140px;
  border: 1px solid #e3e3e3;
  float: left;
  margin-right: 10px;
  line-height: 28px;
  text-align: center;
  background-image: url(../img/code.png);
  background-repeat: repeat;
  letter-spacing: 5px;
}
.code .fa {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
}

.radio, .checkbox {
  margin-bottom: 20px;
  margin-top: 0px;
}

.help-block {
  margin-top: 0px;
  margin-bottom: 30px;
}

.red {
  color: #F00;
}

.footerLogo {
  text-align: right;
  margin-top: -16px;
}

/* .bottom-cta-section .bg-success {
  background-color: #1c1b23;
  background-image: url(../img/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bottom-cta-section .bg-success h3 {
	color: #FFFFFF;
	font-family: "Open Sans",sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 40px;
}

.bottom-cta-section .bg-success .app {
  border: 2px solid #7d8286;
  border-radius: 4px;
  padding: 15px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  text-align: left;
  white-space: nowrap;
}

.bottom-cta-section .bg-success .app figure {
  float: left;
  width: 50px;
}

.bottom-cta-section .bg-success .app figcaption {
  float: left;
}

.bottom-cta-section .bg-success .app h3 {
  font-size: 12px;
  color: #FFF;
  padding-bottom: 1px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  text-transform: none;
}

.bottom-cta-section .bg-success .app h2 {
  font-size: 25px;
  color: #FFF;
  padding-bottom: 0px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: none;
} */

.bottom-cta-section .bg-success {
    background-color: #1C1B23;
    background-image: url("../img/footer-bg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 40px;
    padding-top: 40px;
}
.bottom-cta-section .bg-success h3 {
    color: #2FCADA;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 35px;
    text-transform: uppercase;
}

.design-button .app {
    border: 2px solid #7D8286;
    border-radius: 4px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px;
    text-align: left;
    white-space: nowrap;
	min-width: 280px;
}
.design-button .app figure {
    float: left;
    width: 50px;
}
.design-button .app figcaption {
    float: left;
}
.design-button .app h3 {
    color: #FFFFFF;
    font-family: "Raleway",sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 1px;
    text-transform: none;
}
.design-button .app h2 {
    color: #FFFFFF;
    font-family: "Raleway",sans-serif;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 0;
    text-transform: none;
}

.design-button.white-button .app {
	border-color: #ffffff;
}

.design-button.dark-button .app {
	border-color: #333333;
}
.design-button.dark-button .app h2,
.design-button.dark-button .app h3 {
	color: #333333;
}

footer .bg-info {
  background-color: #1c1b23;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #000;
}

footer .bg-info p {
  font-size: 12px;
  text-transform: uppercase;
  color: #777777;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 0px;
}

.design-button .app:hover {
	border-color: #ffffff;
}

.design-button .app:hover h1, .design-button .app:hover h2, .design-button .app:hover h3 {
  color: #ffffff;
}

.design-button.dark-button .app:hover {
    border-color: #000000;
}

.design-button.dark-button .app:hover h1, .design-button.dark-button .app:hover h2, .design-button.dark-button .app:hover h3 {
  color: #000000;
}

.dark-button.display-inline {
  display: inline-block;
  vertical-align: top;
}


.work-section-block {
  text-align: center;
}

.work-section .img1 {
  height: 260px;
  width: 518px;
  background-image: url(../img/workimg1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.work-section .img1.img2 {
  background-image: url(../img/workimg2.jpg);
}

.work-section .img1.img3 {
  background-image: url(../img/workimg3.jpg);
}

.work-section .img1.img4 {
  background-image: url(../img/workimg4.jpg);
}

.work-section .img1.img5 {
  background-image: url(../img/workimg5.jpg);
}

.work-section .box {
  height: 240px;
	background-color: #2f383d;
  /* width: 260px;
   */
  /* position: relative;
  display: inline-block;
  text-align: left; */
}

.work-section .box .text {
  padding: 15px 10px 10px;
}

.work-section .box h4 {
  font-weight: 700;
  color: #FFF;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: normal;
    font-family: "Open Sans", sans-serif;	
}

.work-section .box p {
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  color: #FFF;
  padding-bottom: 0px;
	font-family: "Open Sans", sans-serif;
}

.work-section .box .link {
  line-height: 40px;
  background-color: #21292c;
  padding-left: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
	display: block;
}
.box .link > a {
	display: block;
}

.work-section .box .link .fa {
  float: right;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-image: url(../img/black.png);
}

.work-section .box.blueBox1 {
  background-color: #32ccfe;
}

.work-section .box.blueBox1 .link {
  background-color: #0072a6;
  color: #FFF;
}

.work-section .box.blueBox2 {
  background-color: #76bfea;
}

.work-section .box.blueBox2 .link {
  background-color: #0072a6;
  color: #FFF;
}

.work-section .box.blueBox3 {
  background-color: #0072a6;
}

.work-section .box.blueBox3 .link {
  background-color: #2f383d;
  color: #FFF;
}

.work-section .feature-image {
	width: 70px; float: left; margin: 0px 15px 10px -10px;
}

.arrow1 {
  position: absolute;
  left: -10px;
  top: 38px;
}

.arrow2 {
  position: absolute;
  right: -10px;
  top: 38px;
}

.abouText {
  padding-top: 35px;
}

.abouText p {
  line-height: 24px;
  font-size: 16px;
  color: #333;
  text-align: justify;
}

.yearBlock {
  background-image: url(../img/border.jpg);
  background-repeat: repeat-y;
  background-position: center top;
}

.yearBox {
  float: left;
  width: 50%;
  padding-right: 47px;
  position: relative;
  display: block;
  margin-bottom: 45px;
}

.yearBox.yearBox2 {
  float: right;
  padding-right: 0px;
  padding-left: 47px;
}

.yearBox .text {
  border-top-width: 3px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #2fb0e7;
  border-right-color: #c6c6c6;
  border-bottom-color: #c6c6c6;
  border-left-color: #c6c6c6;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  color: #4b4b4b;
  padding-top: 10px;
  padding-right: 24px;
  padding-bottom: 10px;
  padding-left: 24px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
}

.yearBox .aboutArrow {
  background-image: url(../img/aboutarrow1.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: absolute;
  top: 14px;
  right: -11px;
  height: 15px;
  width: 12px;
}

.yearBox.yearBox2 .aboutArrow {
  background-image: url(../img/aboutarrow2.png);
  left: -11px;
  right: inherit;
}

.yearBox .year {
  line-height: 50px;
  background-color: #3d4a53;
  text-align: center;
  height: 50px;
  width: 50px;
  font-size: 15px;
  font-weight: 700;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: -25px;
}

.yearBox.yearBox2 .year {
  left: -25px;
  right: inherit;
}

.page-header {
  background-image: url(../img/pageheader.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dfdfdf;
  margin: 0px;
}

.page-header h1 {
  font-size: 50px;
  line-height: normal;
  font-weight: 300;
  color: #2f383d;
  padding-bottom: 0px;
  text-align: center;
}

.panel-group {
  margin-bottom: 48px;
}

.panel-default > .panel-heading {
  background-color: #FFFFFF;
  color: #343434;
  font-size: 18px;
  font-weight: 400;
  border-top-color: #e4e4e4;
  border-right-color: #e4e4e4;
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  position: relative;
  padding-left: 65px;
  padding-top: 12px;
  padding-right: 45px;
  padding-bottom: 12px;
}

.panel-group .panel {
  border-radius: 0px;
  margin-bottom: 0;
  box-shadow: none;
}

.panel-group .panel + .panel {
  margin-top: 10px;
}

.indicator {
  color: #6b6b6b;
  position: absolute;
  top: 13px;
  right: 20px;
  float: none !important;
}

.panel-title {
  font-size: 18px;
}

.faqNo {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #5690cb;
  text-align: center;
  height: 33px;
  width: 33px;
  border: 2px solid #5690cb;
  font-family: 'Open Sans', sans-serif;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 12px;
  top: 6px;
}

.mapSection {
  position: relative;
}

.bannerImg {
  height: 500px;
  width: 100%;
}

.bannerContent {
  position: absolute;
  z-index: 99;
  left: 0px;
  right: 0px;
  bottom: 55px;
  padding-right: 15px;
  padding-left: 15px;
}

.bannerInformation {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 940px;
  background-color: #FFF;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #cb0022;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
}

.addressBorder {
  background-image: url(../img/address-border.png);
  background-repeat: repeat-y;
  background-position: right top;
  float: left;
  width: 50%;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 14px;
}

.addressBorder:last-child {
  background-image: none;
}

.bannerInformation h3 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #cb0022;
  padding-bottom: 16px;
}

address {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  color: #2f383d;
  padding-bottom: 14px;
  margin: 0px;
  padding-top: 0px;
}

address strong {
  font-weight: 700;
}

.video {
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  padding: 5px;
  margin-top: 20px;
}

.bg-success {
  background-color: #5dc560;
  padding-top: 70px;
  padding-bottom: 0px;
}

.bg-success h4 {
  font-size: 40px;
  font-weight: 400;
  color: #FFF;
  padding-bottom: 24px;
}

/* .bg-success p {
  color: #FFF;
  font-size: 15px;
} */

.appleapp {
  margin-top: 80px;
}

.recallText {
  padding-top: 24px;
}
.recallText p, .recallText ul {
	color: #ffffff;
	font-size: 16px;
}

.recallPacked {
  background-color: #FFF;
  margin-top: 10px;
  margin-bottom: 0;
    padding: 25px;
}

.recallPacked .block {
  color: #8F8D9B;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.recallPacked .listBox {
  position: relative;
  padding-left: 90px;
  padding-top: 14px;
  padding-bottom: 14px;
  min-height: 65px;
}

.recallPacked .listBox img {
  position: absolute;
  left: 34px;
  top: 10px;
}

.img-thumbnail {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  display: inline-block;
  height: auto;
  line-height: 1.42857;
  max-width: 100%;
  padding: 5px;
  transition: all 0.2s ease-in-out 0s;
}

hr {
  margin-top: 30px;
  margin-bottom: 65px;
  border-bottom-width: 1px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-bottom-color: #e9e9e9;
}

.softwareBlock {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ebebeb;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
}

.softwareText {
  padding-top: 180px;
}

.software {
  float: left;
  text-align: center;
  height: 250px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #ebebeb;
  border-left-color: #ebebeb;
  padding-top: 55px;
  width: 25%;
}

.software:last-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ebebeb;
}

.software figure {
  background-color: #3d4a53;
  height: 70px;
  width: 70px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
}

.software:hover figure {
  background-color: #cb0022;
}

.software h3 {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: #666666;
  padding-bottom: 0px;
}

.developmentAre {
  background-color: #f5f8f9;
  padding-top: 45px;
  padding-bottom: 45px;
}

.developmentIcons {
  display: inline-block;
  width: 95px;
  margin-right: 66px;
  margin-left: 66px;
  height: 160px;
  background-repeat: repeat-y;
  background-position: center top;
}

.developmentIcons img {
  border: 2px solid;
  background-color: #FFF;
}

.developmentIcons.greeni img {
  border-color: #63bd70;
  border-radius: 50%;
}

.developmentIcons.redi img {
  border-color: #e14949;
  border-radius: 50%;
}

.developmentIcons.perpli img {
  border-color: #8b59d0;
  border-radius: 50%;
}

.developmentIcons.greeni.active {
  background-image: url(../img/greenborder.jpg);
}

.developmentIcons.redi.active {
  background-image: url(../img/redborder.jpg);
}

.developmentIcons.perpli.active {
  background-image: url(../img/parplborder.jpg);
}

.developmentImg {
  text-align: center;
}

.developmentIcons.active img {
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
}

.developmentText {
  position: absolute;
  left: 210px;
  top: 22px;
  width: 445px;
}

.developmentText .green {
  font-size: 28px;
}

.developmentText > p {
  font-size: 18px;
  line-height: 27px;
}

.checkNav {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dfdfdf;
  background-color: #f3f6f8;
}

.checkNav ul {
  text-align: center;
}

.checkNav ul li {
	float: left;
    width: 25%;
}

.checkNav ul li a {
  font-size: 15px;
  line-height: 50px;
  font-weight: 700;
  color: #2f383d;
  display: block;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #dfdfdf;
}

.checkNav ul li.active a {
  background-color: #FFF;
}

.checkNav ul li:first-child a {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #dfdfdf;
}

.checkNav ul li a img {
  margin-right: 10px;
}

.checkDetails {
  padding-top: 35px;
  padding-bottom: 60px;
}

/* .alert-danger {
  background-color: #ffe7eb;
  border: 1px dotted #bfbfbf;
  padding-top: 22px;
  padding-right: 25px;
  padding-bottom: 22px;
  padding-left: 25px;
  font-size: 13px;
  font-style: italic;
  line-height: 25px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #777777;
  text-align: center;
} */
.alert-danger {
  background-color: #FFE7EB;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.form-validation:empty {
	display: none !important;
}

.confirmText {
  padding-bottom: 80px;
  padding-top: 45px;
}

.confirmText figure {
  margin-bottom: 27px;
}

.confirmText h2 {
  font-size: 35px;
  font-weight: 600;
  color: #3e3e3e;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 4px;
	margin-bottom: 28px;
}

.confirmText p {
  font-size: 18px;
  line-height: normal;
  padding-bottom: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400px;
}

.table-responsive {
  /* border: 1px solid #cdcdcd; */
  margin-bottom: 40px;
}

.checkCode {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #FFF;
  background-color: #333333;
  padding-right: 10px;
  padding-left: 10px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  line-height: 28px;
  cursor: pointer;
}

.table > thead > tr > th {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
	background: #333333;
	border: 0;
}

.table > tbody > tr > td {
  font-size: 15px;
  font-weight: 400;
  color: #555857;
	border-bottom: 1px solid #DDDDDD;
}

.quantity {
  height: 20px;
  width: 54px;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding-right: 10px;
  padding-left: 10px;
}

.cartIcon {
  margin-left: 5px;
}

.table {
  margin-bottom: 0px;
}

.fullBtn {
  font-weight: 700;
  width: 100%;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

.help-block2 {
  margin-bottom: 60px;
}

.liginBox {
  max-width: 470px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  background-color: #ecf1f5;
  border: 1px solid #dde3e8;
  border-radius: 5px;
  padding: 35px;
  margin-top: 60px;
  margin-bottom: 35px;
}

.liginBox h2 {
  padding-bottom: 25px;
}

.liginBox .form-group {
  margin-bottom: 22px;
}

.liginBox .form-control {
  background-color: #fff;
  border-color: #e5e9ed;
  box-shadow: none;
  color: #999999;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  height: 50px;
  border-radius: 0px;
  font-family: 'Open Sans', sans-serif;
  background-repeat: no-repeat;
  background-position: 22px center;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 60px;
}

.liginBox label {
  color: #5f5e5e;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 1px;
}

.user {
  background-image: url(../img/user.png);
}

.pass {
  background-image: url(../img/password.png);
}

/* New styles */
.dropdown-menu {
  border: 0 none;
  border-radius: 0;
  padding: 0;
}

.dropdown-menu li a {
  font-size: 14px;
  padding: 20px 30px;
	font-weight: bold;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #CB0022;
  color: #FFFFFF;
  outline: 0 none;
  text-decoration: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #CB0022;
  color: #FFFFFF;
}

.navbar-dark-bg .navbar,
.navbar-dark-bg .section-dark {
	background: #333333;
}

.sub-icon > img {
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

h2.section-head {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 35px;
}

#how-it-works h2.section-head {
  font-size: 28px;
  margin-bottom: 15px;
}
#how-it-works h2.text-red {
	text-align: center;
	color: #CB0022;
  margin-bottom: 15px;	
	/* font-size: 26px; */
}
#how-it-works h2.section-head:after {
  border: 1px solid #DDDDDD;
  content: " ";
  display: block;
  margin: 20px auto 0;
  text-align: center;
  width: 100px;
}

.section.jumbotron {
	padding-top: 145px;
}
.notfound404 .section.jumbotron {
    padding-top: 145px !important;
}
.notfound404 .section-page-head-homepage.section-fullscreen {
	height: 100% !important;
}
.work-section {
	padding-top: 0;
}

.platform-icon-block {
  height: 30px;
  margin-right: 15px;
}

/* Section page head */
.section-page-head {
    padding: 160px 0;
    text-align: center;
	border-bottom: 1px solid #DFDFDF;
}
.section-page-head:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    vertical-align: middle;
}

.section-page-head-homepage .page-head-heading .design-button.white-button {
  margin-left: 70px;
}

.section-fullscreen {
    height: 100%;
}
.section-insite {
   	/* padding: 160px 0 120px; */
	padding: 180px 0 150px;
    text-align: center;
}
.section-page-head-homepage .container {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;  
    max-width: 1350px;
    width: 96%;
}
.section-page-head-homepage .section-background-image {
	background-image: url(../img/page-head-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.65;
}
.section-page-head-android-totalrecall .section-background-image {
    background-image: url(../img/page-head-totalrecall-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.65;
	background-attachment: scroll;
}

.section-page-head-about .section-background-image {
    background-image: url(../img/page-head-about-us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.65;
    background-attachment: scroll;
}

.value-box {
  /* background: none repeat scroll 0 0 #FAFAFA; */
  color: #666666;
  font-size: 15px;
  margin-bottom: 30px;
  min-height: 160px;
  padding: 20px 30px;
  text-align: center;
}

.value-box .fa {
  color: #2FB0E7;
  display: block;
  font-size: 50px;
  margin-bottom: 25px;
  margin-top: 10px;
  text-align: center;
}
.value-box > span {
  font-family: "open sans";
}

.section-page-head-services .section-background-image {
    background-image: url(../img/page-head-services.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.65;
    background-attachment: scroll;
}
.section-page-recorder-api .section-background-image {
  background-image: url(../img/call-recorder-api.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.65;
  background-attachment: scroll;
}

.section-page-head-faq .section-background-image {
    background-image: url(../img/page-head-contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.65;
    background-attachment: scroll;
}

.section-page-head-blog .section-background-image {
    background-image: url(../img/page-head-blog.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.65;
    background-attachment: scroll;
}

.section-core-values {
	padding: 40px 0;
}

.section-core-values h2 {
  margin-bottom: 40px;
}

.page-start-link {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
    margin-bottom: 30px !important;
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    font-size: 32px;
    color: #ffffff;
}
.page-start-link:hover, .page-start-link:focus {
    border-color: #fff;
    color: #fff;
}

.page-head-heading {
    z-index: 1;
	position: relative;
}
.page-head-heading h1.page-title {
    color: #FFFFFF;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	word-spacing: 10px;
	z-index: 9999;
}

.page-head-heading h2.subpage-title {

  color: #dcdcdc;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 2px;
  z-index: 9999;
}

.work-section {
	padding: 0;
}
.work-section .section-background-image {
    background-image: url(../img/mobilebbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.6;
}

.about-total-recall {
  margin-bottom: 40px;
	background: none repeat scroll 0 0 #FAFAFA;
border: 1px solid #FAFAFA;
padding: 20px;
}



.about-total-recall p,
.about-total-recall p a,
.about-total-recall p strong {
  color: #000000;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 1.725;
  text-align: center;
}

.about-total-recall p  a {
	color: #337ab7;
 }

/* Section testimonials */
.testimonial-section {
  padding: 30px 0 60px;
}
.testimonial-item {
	border-left: 5px solid #EEEEEE;
}
.testimonial-quote {
	border-left: 0;
	margin-bottom: 0;
	min-height: 110px;
}
.testimonial-quote p {
	padding-bottom: 5px;
	font-style: italic;
}
.testimonial-quote .fa-quote-left {
  color: #999;
  margin-right: 10px;
}
.testimonial-quote .fa-quote-right {
  color: #999;
  margin-left: 10px;
}
.testimonial-ratings {
	padding-left: 20px;
	color: #CB0022;
	margin-right: 10px;
}

.testimonial-owner:before {
    border-color: inherit;
    border-top-style: solid;
    border-top-width: 1px;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 50%;
    width: 20px;
}
.testimonial-owner {
    font-size: 13px;
    font-style: normal;
    opacity: 0.6;
    padding-left: 30px;
    position: relative;
    white-space: nowrap;
}

.section-stats {
  padding-top: 70px;
}
.section-stats .section-head {
	margin-bottom: 20px;
}
.section-stats .about-heading3 {
	margin-bottom: 20px;
}

/* Twitter section */
.twitter-section .section-background-image {
    background-image: url(../img/twitter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}

.newsletter-section,
.bottom-cta-section {
	padding: 0;
}

.bottom-cta-section .bg-success {
	padding: 80px 0;
}

.btn-cta-bottom {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.footer-section {
	background: none repeat scroll 0 0 #1C1B23;
border-top: 1px solid #000000;
color: #777777;
padding: 20px;
text-align: center;
}


.footer-logo {
    margin-bottom: 10px;
    margin-top: 0;
}
.footer-logo > img {
  max-width: 200px;
}
.footer-icons {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
}
.footer-icons > a {
  color: inherit;
  display: inline-block;
  margin: 0 10px;
  opacity: 0.5;
}

.notfound404 .footer-section {
  border: 0 none;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}

.about-heading3 {
  font-size: 22px;
  margin: 0 0 20px;
	/* font-style: italic; */
}

#how-it-works .about-heading3 {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 0 0 20px;
}

.youtube-embed {
	/* border-radius: 3px; */
}
.youtube-embed img {
	cursor: pointer;
}

.embed-title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.italic-text {
  font-size: 24px;
  font-style: italic;
  margin: 20px 0 50px;
  text-align: center;
}

.latest-tweets:after {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
  content: " ";
  display: block;
  height: 1px;
  margin: auto auto 30px;
  width: 150px;
}

#tweets-carousel .carousel-inner > p {
	
}

/* Product page/sections */
.product-name {
  font-size: 26px;
	font-family: "Open Sans", sans-serif;
}
.product-name:after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  content: " ";
  display: block;
  height: 1px;
  margin-top: 15px;
  width: 150px;
}

.product-description p {
   font-family: Open Sans;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 20px;
	color: #333333;
	line-height: normal;
}

.product-description .help-block {
	color: #333333;
} 

.get-from-google {
  opacity: 0.5;
}
.get-from-google:hover,
.get-from-google:focus {
	opacity: 1;
}

.product-description .get-from-google {
	background: none repeat scroll 0% 0% rgb(255, 255, 255); 
	opacity: 0.7;
}
.product-description .get-from-google:hover,
.product-description .get-from-google:focus {
	opacity: 1;
}

.product-price, .price-label {
  color: #000000;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
}
.price-label {
  margin-right: 30px;
}
.product-image {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 35px;
  width: 100%;
	background: #ffffff;
}
.square-list {
	color: #FFFFFF;
	margin: 10px 10px 20px;
	padding-left: 20px;
}
.square-list li {
	list-style: square;
}
@media ( max-width: 767px ) {
    .product-name:after {
	   margin: 15px auto 0;
    }
}

/* Contact page */
.section-map {
  padding-bottom: 0;
  padding-top: 0;
}

.section-page-head-contact {
  padding: 80px 0 0;
}
.section-page-head-contact:before {
	display: none;
}
.section-page-head-contact .page-head-heading {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 30px 0;
}

.section-page-head-contact .page-head-heading h1.page-title {
	color: #2F383D;
}

.btn-support, .btn-support-forums {
   position: relative;
  width: 100%;
  height: 60px;
  padding: 0;
  font-size: 22px;
  color:white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #859596;
  border: 0;
  border-bottom: 2px solid #95a5a6;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #95a5a6;
  box-shadow: inset 0 -2px #95a5a6;
	
	
  font-family: Open Sans;
  vertical-align: middle;
}

.btn-new-ticket {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 60px;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #27ae60;
  border: 0;
  border-bottom: 2px solid #219d55;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #219d55;
  box-shadow: inset 0 -2px #219d55;
}

.btn-my-tickets {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 60px;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #e74c3c;
  border: 0;
  border-bottom: 2px solid #db4334;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #db4334;
  box-shadow: inset 0 -2px #db4334;
}

.btn-my-tickets:hover,
.btn-my-tickets:focus,
.btn-my-tickets:active {
  background: none repeat scroll 0 0 #f4685a;
  color: #FFFFFF;
}

.btn-new-ticket:hover,
.btn-new-ticket:focus,
.btn-new-ticket:active {
  background: none repeat scroll 0 0 #23d26d;
  color: #FFFFFF;
}

.btn-support-forums:hover,
.btn-support-forums:focus,
.btn-support-forums:active {
  background: none repeat scroll 0 0 #98a7a8;
  color: #FFFFFF;
}


.btn-support {
  border-radius: 0;
  height: auto;
  padding: 20px 30px 20px 20px;
  text-align: left;
  text-shadow: none;
  width: auto;
	display: block;
	margin-top: 5px;
}

.btn-support i.fa {
  display: inline-block;
  font-size: 55px;
  margin: 0 20px 0 0;
  vertical-align: middle;
}

.btn-support > span {
  display: inline-block;
  font-family: open sans;
  text-align: left;
  vertical-align: middle;
}

.btn-support > span > span {
  display: block;
  font-family: Raleway;
  line-height: normal;
}

.btn-support .btn-larger {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
}

.btn-support .btn-smaller {
  font-size: 18px;
}

.section-support-action {
  padding: 60px 0 20px;
}

/* Admin area */
.section-page-head-admin {
	padding: 30px 0 0;
}
.section-page-head-admin .page-head-heading {
  padding: 30px 0;
}


table.orders-table  > tbody > tr > td,
table.orders-table  > thead > tr > th {
    font-size: 12px;
    font-family: "Open Sans";
	vertical-align: middle;
}

.section-table { 
	padding-top: 20px;
}

/*#post-body {overflow:scroll; max-height:300px}*/

.wysihtml5-toolbar .btn {
	border-radius: 3px;
	font-size: 12px !important;
	line-height: 1.5 !important;
	padding: 5px 10px !important;
}

/* Blog section */
.blog-post {
  margin-bottom: 30px;
}
.blog-post .blog-inner {
  border: 1px solid #CCCCCC;
  padding: 30px;
}

.blog-post .blog-inner.border-top-green {
    border-top: 3px solid #27ae61;
}
.blog-post .blog-inner.border-top-red {
    border-top: 3px solid #e84c3d;
}
.blog-post .blog-inner.border-top-lightgreen {
    border-top: 3px solid #1bbc9b;
}
.blog-post .blog-inner.border-top-blue {
    border-top: 3px solid #3598db;
}
.blog-post .blog-inner.border-top-orange {
    border-top: 3px solid #ff6d3a;
}
.blog-post .blog-inner.border-top-purple {
    border-top: 3px solid #9a59b5;
}
.blog-post .blog-inner.border-top-yellow {
    border-top: 3px solid #f1c40f;
}


.post-date {
  color: #343434;
  font-size: 14px;
  line-height: 14px;
}

.post-social > div {
	float: left !important;
	display: block !important;
}

.post-short {
	margin-top: 20px;
}

.post-short,
.post-short p,
.post-long,
.post-long p {
	color: #333333;
}

.post-page .post-short,
.post-page .post-short p,
.post-page .post-long,
.post-page .post-long p {
    line-height: 1.7;
}

.blog-post h2 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 10px;
}

.post-date .fa {
  margin-right: 5px;
}

.post-read-more {
  color: #e51837;
  display: block;
  margin-top: 30px;
  font-family: Open Sans;
}

.post-read-more .fa {
	margin-left: 7px;
}

.mpagination li {
  display: inline-block;
  margin: 0 10px;
}

.mpagination .btn {
  font-size: 16px;
  line-height: normal;
  padding: 5px 10px;
}

/* Checkout pages */
.section-checkout {
	padding: 0;
}
.section-page-head-checkout {
  padding: 110px 0 60px;
}

.product-listing .media-object {
  background: none repeat scroll 0 0 #FFFFFF;
  border-right: 1px solid #DFDFDF;
  max-width: 120px;
  padding: 4px;
}

.product-listing .media-left,
.product-listing .media-right, 
.product-listing .media-body {
  /* background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 4px;
  padding: 5px; */
  vertical-align: middle;	
}

.product-listing .media-heading {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: bold;
}

.product-listing .media-body {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

.product-listing .product-price {
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
}

.action-buttons .btn-primary {
  font-size: 16px;
  line-height: normal;
  list-style: none outside none;
  padding: 8px 10px;
  margin-top: 12px;
}



.product-listing {
  background: none repeat scroll 0 0 #FAFAFA;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  margin-bottom: 60px;
}



.review-note {
  font-size: 18px;
  margin: 0 0 25px;
	display: none;
}
.review-table {
  /* background: none repeat scroll 0 0 #F2F2F2;
  border: 1px solid #DDDDDD;
  border-radius: 4px; */
  font-size: 20px;
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
}
.review-price {
  margin-top: 10px;
}

.imei-info {
  margin-bottom: 30px;
  margin-top: 30px;
}

.imei-info label {
  color: #333333;
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding: 0 10px;
  text-align: right;
}

.imei-info label.innerTB {
	padding-top: 8px;
	padding-bottom: 8px;
}

.imei-info label a {
  display: block;
  font-size: 14px;
}

.imei-info .form-control {
  color: #555555;
  font-family: Open Sans;
  font-size: 20px;
  max-width: 430px;
  text-align: left;
}

.form-alert .alert {
	margin-top: 20px;
}

.form-alert .alert:empty {
	display: none;
}

.approve-tos {
  font-size: 16px;
  
}

.approve-tos label {
	font-weight: normal;
}

.approve-tos input {
  margin-right: 10px;
}

.approve-tos.innerTB a {
  font-weight: bold;
}

.border-top {
  border-top: 1px solid #DADADA;
}

.billingInfo {
	display: none;
}

.billing-form label {
	font-weight: 600;
}

.billing-form .form-control {
  color: #555555;
  font-family: Open Sans;
  padding: 6px 10px;
}

.coupon-code-form {
    border-top: 1px solid #EEEEEE;
    margin-top: 7px;
    padding: 10px;
}
.coupon-code-form label {
    font-weight: normal;
    margin-right: 20px;
}

#couponcode {
    display: inline-block;
    font-size: 13px;
    line-height: normal;
    padding: 4px;
    width: auto;
}

#applyCoupon {
    line-height: normal !important;
    padding: 6px 10px !important;
}

.billingInfo .alert {
	margin-top: 0;
}

.cc-exp {
  display: inline-block !important;
  margin-right: 15px !important;
  width: 80px !important;
}

.has-error {
  border: 1px solid #FF0000;
}

#paymentFormOverlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
	display: none;
}
.processingText {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  font-size: 30px;
  left: 50%;
  margin-left: -170px;
  padding: 20px 25px;
  position: absolute;
  top: 40%;
	border-radius: 5px;
}

.processingText .fa {
	margin-right: 15px;
}

/* Blue nav tabs */
.blue-nav-tabs {
  border: 0;
  padding-right: 0;
}

.blue-nav-tabs > li {
  margin-bottom: -2px;
  margin-right: 0;
  margin-top: -1px;
}

.blue-nav-tabs > li > a {
	margin-right: 0;
	/* margin-bottom: -2px;
	margin-top: -1px; */
	 border: 0;
	border-radius: 0;
}

.blue-nav-tabs > li.active > a, .blue-nav-tabs > li.active > a:hover, .blue-nav-tabs > li.active > a:focus {
  background-color: #5690CB;
  border: 0;
  color: #FFFFFF;
  cursor: default;
	border-radius: 0;
	margin-right: 0;
}

.blue-nav-tabs > li > a:hover {
  border: 0;
}
.blue-nav-tabs > li > a:hover, .blue-nav-tabs > li > a:focus {
	background:  #5690CB;
	color: #ffffff;
}

#faqd1 .panel-body {
  padding: 0;
}

.compat-tabs .tab-content {
	padding: 0;
}
.compat-tabs .tab-pane > p {
	padding: 20px;
}

.compat-tabs .tab-pane {
  border-left: 1px solid #DDDDDD;
	min-height: 277px;
}

#compatibility {
  margin-bottom: 30px;
}

#compatibility .panel-default > .panel-heading {
	padding: 0;
}
#compatibility .panel-default .panel-title > a {
	display: block;
    padding: 12px 45px 12px 65px;
}

.screenshots .carousel-control.left {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  box-shadow: none;
  color: #666;
  left: -50px;
  opacity: 1;
  text-shadow: none;
}
.screenshots .carousel-control.right {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #666;
  left: auto;
  opacity: 1;
  right: -50px;
  text-shadow: none;
}
.screenshots .carousel-control:hover, .screenshots .carousel-control:focus {
	color: #000000;
}

.always-download {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 40px;
  text-transform: uppercase;
  width: auto;
}

#total-recall-screenshots {
  margin: 50px auto 0;
  max-width: 330px;
	width: 100%;
}
#total-recall-screenshots-symbian {
  margin: 50px auto 0;
  width: 240px;
}

@media (max-width: 767px) {
	  .compat-tabs .tab-pane {
		border-left: 0;
	  	max-height: 300px;
    overflow: auto;
	  }
	.blue-nav-tabs {
	  border-bottom: 1px solid #DDDDDD;
	}
}

.devices-list {
  margin-left: 0;
  margin-right: 0;
}

.devices-list > div {
  padding-bottom: 5px;
  padding-top: 5px;
}



/* Tweets carousel fade */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}


/* PARALLAX */
.parallax-background {
    background-attachment: fixed;
    background-position: top center;
}
.mobile-device .parallax-background {
    background-attachment: scroll;
    background-position: center center !important;
}
.mobile-device .parallax {
    top: 0 !important;
}
@media ( max-width: 991px ) {
    .parallax-background {
        background-position: center center !important;
    }
    .parallax {
        top: 0 !important;
    }
}

/* Menu */
.header-section.floating {
  background: none repeat scroll 0 0 #333333;
	box-shadow: 0 0 4px #333333;
}

.header-section.floating .navbar-nav > li > a {
  font-size: 14px;
  height: 60px;
  padding: 5px 24px;
}
.header-section.floating .navbar-nav > li > a img {
	margin-bottom: 6px;
}
.header-section.floating .navbar-brand {
  margin-top: 3px;
  margin-bottom: 3px;
} 

/* Buttons */
.btn-cta {
	
}
/* .btn-cta */.btn-lg {
  font-size: 24px;
  padding: 13px 20px;
}

.btn-md {
  font-size: 15px;
  line-height: 2;
  padding: 6px 12px;
}

.btn-payment {
  background: none repeat scroll 0 0 #FFAF0F;
	/* border: 1px solid #DF8601; */
  font-family: Raleway;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 10px 20px;
  text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
}

.btn-payment:hover,
.btn-payment:active,
.btn-payment:focus {
	color: #ffffff;
	background: #ff9900;
}

.btn-payment > img {
  height: 35px;
  margin-left: 5px;
}

.page-head-heading {
	color: #ffffff;
	text-align: left;
}

.platform-menu li a {
  padding: 15px 25px;
  text-align: center;
}

.platform-menu a > img {
  height: 45px;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #eee;
  border: 0;

  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 100%;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #cb0022;
}

.pace.pace-inactive {
  display: none;
}

/* Other stuff */
.paypal-note {
  padding: 20px;
  text-align: center;
	display: none;
}
.paypal-note > div {
	margin-bottom: 15px;
}
#paymentMethodLabel {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}


/* Responsiveness */

@media (max-width: 1200px) {
	.jumbotron h1, .jumbotron h1 a, .jumbotron h1 a:hover, .jumbotron h1 a:focus, .jumbotron h1 a:active {
	font-size: 43px;
	}
  .navbar-default .navbar-nav > li > a,
  .header-section.floating .navbar-nav > li > a {
    padding-right: 18px;
    padding-left: 18px;
  }

  .thumbnail {
    margin-top: 0;
    margin-right: 60px;
    margin-bottom: 0;
    margin-left: 60px;
  }

  .form-inline .form-control {
    width: 200px;
  }

  .ourStatistics {
    width: 100%;
    background-size: 100% auto;
  }

  .ourStatistics .iconBox.iconBox2 {
    left: 203px;
  }

  .ourStatistics .iconBox.iconBox3 {
    left: 410px;
  }

  .ourStatistics .iconBox.iconBox4 {
    right: 203px;
  }

  .jumbotron {
    padding-bottom: 45px;
  }

  .carousel-indicators {
    bottom: -35px;
  }

  .abouText {
    padding-top: 20px;
  }

  .appleapp {
    margin-top: 10px;
  }

  .recallText {
    padding-top: 5px;
  }

  .developmentText {
    left: 110px;
    top: 22px;
  }
}

@media (max-width: 1080px) {
	.work-section .box {
	   /* margin: 10px 0; */
	}
  /* .work-section .box.blueBox2 {
    margin-right: 100px;
  }

  .work-section .box.blueBox3 {
    margin-left: 100px;
  } */
}

@media (max-width: 992px) {
  .navbar-brand,
  .header-section.floating .navbar-brand {
    width: 150px;
    margin-top: 3px;
  }

  .navbar-default .navbar-nav > li > a,
  .header-section.floating .navbar-nav > li > a {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 12px;
    height: 60px;
    padding-top: 8px;
  }

  .navbar-default .navbar-nav > li > a img,
  .header-section.floating .navbar-nav > li > a img {
    margin-bottom: 3px;
  }

  .jumbotron {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .jumbotron h1 {
    font-size: 45px;
    font-weight: 700;
    padding-bottom: 3px;
  }

  .jumbotron h2 {
    font-size: 25px;
    padding-bottom: 25px;
  }

  .jumbotron h3 {
    font-size: 25px;
    padding-bottom: 30px;
  }

  .jumbotron p {
    font-size: 15px;
  }

  .thumbnail {
    margin: 0 14px;
  }

  .footerLogo {
    margin-top: 0px;
  }

  .form-inline .form-control {
    width: 190px;
  }

  .bottom-cta-section .bg-success .app {
    margin-bottom: 15px;
  }

  .ourStatistics {
    height: 165px;
  }

  .ourStatistics figure {
    height: 82px;
    width: 82px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .ourStatistics .iconBox {
    width: 82px;
    top: 40px;
    left: 1px;
  }

  .ourStatistics .iconBox.iconBox2 {
    left: 158px;
    top: -40px;
  }

  .ourStatistics .iconBox.iconBox3 {
    left: 317px;
    top: 40px;
  }

  .ourStatistics .iconBox.iconBox4 {
    right: 158px;
    top: -40px;
  }

  .ourStatistics .iconBox.iconBox5 {
    right: 0px;
    top: 40px;
  }

  .ourStatistics h2 {
    font-size: 12px;
    height: 40px;
  }

  .ourStatistics .no {
    background-size: 100% auto;
    width: 82px;
    font-size: 12px;
    line-height: 24px;
    padding-top: 5px;
  }

  .abouText {
    padding-top: 10px;
  }

  .page-header h1 {
    font-size: 40px;
  }

  .codeText {
    width: 100%;
    line-height: normal;
    padding-bottom: 10px;
    text-align: left;
  }

  .codeField, .code {
    margin-left: 0px;
    margin-bottom: 15px;
  }

  .bannerImg {
    height: 400px;
  }

  .recallText {
    padding-top: 0px;
    text-align: center;
    padding-bottom: 40px;
  }

  .softwareBlock {
    padding-top: 45px;
  }

  .softwareText {
    padding-top: 0px;
    text-align: center;
  }
  
  .section-page-head-contact {
	padding-top: 60px;
  }
  
  .action-buttons .btn-primary {
	margin-top: 5px;
  	margin-bottom: 5px;
  }
  .product-listing .media-body {
	padding-top: 7px;
  	padding-bottom: 7px;
  }
  .product-listing .media-left {
	background: #ffffff;
  	border-right: 1px solid #DFDFDF;
  	
  }
  .product-listing .media-object {
	border-right: 0;
  }
}

@media ( max-width: 991px ) {
    .section-page-head-homepage {
        padding: 120px 0;
    }
    .section-page-head-homepage.section-fullscreen {
        height: auto;
    }
    .page-start-link {
        display: none;
    }
    .section-page-head-homepage .page-head-heading .design-button.white-button { 
    margin-left: auto;
    }
}

@media ( max-height: 720px ) {
 .page-start-link {
        display: none;
    }
}

@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 23px;
  }

  body {
    text-align: center;
  }

  .socialMedia, .email, .phone, header .bg-primary ul {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }

  header .bg-primary ul li:first-child {
    border: 0 none;
    margin-right: 0px;
    padding-right: 0px;
  }

  header .bg-primary ul li {
    margin-left: 14px;
    padding-left: 14px;
    margin-right: 14px;
    padding-right: 14px;
  }

  .navbar-brand {
    margin-top: 3px;
    margin-left: 15px;
    margin-bottom: 5px;
  }

  .navbar-default .navbar-nav > li > a,
  .header-section.floating .navbar-nav > li > a {
    font-size: 16px;
    height: auto;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 15px;
    border-bottom-width: 1px;
    border-right-style: none;
    border-bottom-style: none;
    border-bottom-color: #000;
    border-top-style: none;
    border-left-style: none !important;
    padding-bottom: 15px;
    text-transform: uppercase;
  }
  
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 16px;
    color: #ffffff !important;
    text-align: center;
    font-weight: 400;
    line-height: 2;
    padding: 10px 0;
  }
  
  .navbar-default .navbar-nav .open .dropdown-menu > li > a .menu-small {
	display: none;
  }
  
  .navbar-default .navbar-nav > li > a img {
	display: none !important;
  }
	.header-section {
	  background: none repeat scroll 0 0 #333333;
	  box-shadow: 0 0 4px #333333;
	}

  .navbar-nav {
    margin: 0px -0px;
  }

  .navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #cb0022;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
  }

  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 80vh;
  }

  .jumbotron {
    text-align: center;
  }

  .jumbotron figure {
     margin-top: 0px;
  	margin-left: 0;
    /*margin-bottom: 30px; */
  }
  
  .section.jumbotron {
	padding-top: 65px;
  }
	.section-page-head-homepage .container {
	  padding: 0 7px;
	  vertical-align: top;
		text-align: center;
	}

	.jumbotron .btn-primary {
	   font-size: 16px;
    }
  .jumbotron h3 {
    font-size: 20px;
  }
  
	.jumbotron  .design-button .app {
	  margin: 0;
	  min-width: 0;
	  width: auto;
	}
	
	.btn-lg {
	  font-size: 16px;
	  line-height: 22px;
	  padding: 13px 20px;
	}

  .thumbnail {
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }

  .callRecordPlay {
    background-image: none;
  }

  .work-section .box {
    /* width: 260px;
    display: block;
    margin-right: auto !important;
    margin-left: auto !important; */
  }

  .ourStatistics {
    height: auto;
    background-image: none;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .ourStatistics .iconBox {
    position: static;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    width: 110px;
  }

  .ourStatistics h2 {
    font-size: 15px;
    height: 45px;
  }

  .ourStatistics figure {
    border: 3px solid #ec8833;
    border-radius: 50%;
    width: 110px;
    height: 110px;
  }

  .newsletter-section .bg-primary {
    text-align: center;
  }

  .footerLogo {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 30px;
  }

  .form-inline .form-control {
    width: 100%;
  }

  .bottom-cta-section .bg-success .app h2 {
    font-size: 22px;
  }

  .page-header {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .page-header h1 {
    font-size: 30px;
  }

  .panel-title {
    font-size: 15px;
    text-align: left;
  }

  .faqNo {
    border: 1px solid #5690cb;
    font-size: 14px;
    height: 29px;
    left: 12px;
    line-height: 26px;
    top: 6px;
    width: 28px;
  }

  .panel-default > .panel-heading {
    padding: 12px 45px 12px 48px;
  }

  .bannerImg {
    height: 250px;
  }

  .bannerContent {
    position: static;
    bottom: 0px;
  }

  .addressBorder {
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    width: 100%;
    margin-bottom: 10px;
  }

  .bg-success {
    padding-top: 40px;
  }

  .bg-success h4 {
    font-size: 28px;
  }

  .recallPacked .block {
    border-bottom: none;
    font-size: 15px;
  }

  .recallPacked .listBox {
    width: 100%;
    text-align: left;
    min-height: inherit;
    border-bottom: 1px solid #e8eef1;
    padding-left: 60px;
    padding-right: 25px;
  }

  .recallPacked .listBox img {
    width: 20px;
    left: 25px;
    top: 15px;
  }

  .software {
    width: 50%;
  }

  .software.nd {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ebebeb;
  }

  .developmentText {
    position: static;
    width: 100%;
    text-align: center;
  }

  .developmentIcons {
    height: 140px;
    margin-left: 8px;
    margin-right: 8px;
    width: 65px;
  }

  .checkNav ul li {
    width: 100%;
  }

  .checkNav ul li a {
    font-size: 13px;
    line-height: 40px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #dfdfdf;
    border-left-color: #dfdfdf;
  }

  .confirmText {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .confirmText h2 {
    font-size: 30px;
  }

  .confirmText p {
    font-size: 15px;
    padding-bottom: 24px;
  }

  .text-right {
    text-align: center !important;
  }
  
  .product-listing .media-left {
	display: none;
  } 
  
  .product-listing .media-heading,
  .product-listing .product-price {
	font-size: 18px;
  }
  
  
  .product-listing, .product-listing .media-body {
	padding: 10px;
  }

  
  .product-listing .media-body,
  .product-listing .media-right {
	display: block;
    width: auto;
  }
  
  .product-description .help-block .btn-primary.btn-cta  {
	margin-bottom: 20px;
  }

  /* #total-recall-screenshots {
	width: 100%;
  } */
}

@media (max-width: 480px) {
  .yearBox .text {
    font-size: 14px;
  }

  .yearBlock {
    background-image: none;
  }

  .yearBox {
    width: 100%;
    padding-right: 70px;
  }

  .yearBox.yearBox2 {
    padding-left: 70px;
  }

  .yearBox .year {
    right: 0px;
  }

  .yearBox.yearBox2 .year {
    left: 0px;
  }

  .software h3 {
    font-size: 14px;
  }
}


.icon-link {
  width: 60px;
  height: 60px;
  background-color: #666;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  outline: none;
  margin: 5px;
  box-sizing: content-box;
}
.icon-link.fill.facebook {
  background-color: #3b5998;
}
.icon-link.fill.facebook:hover {
  background-color: #fff;
}
.icon-link.fill.facebook:hover .fa-facebook {
  color: #3b5998;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.tumblr {
  background-color: #32506d;
}
.icon-link.fill.tumblr:hover {
  background-color: #fff;
}
.icon-link.fill.tumblr:hover .fa-tumblr {
  color: #32506d;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.linkedin {
  background-color: #007bb6;
}
.icon-link.fill.linkedin:hover {
  background-color: #fff;
}
.icon-link.fill.linkedin:hover .fa-linkedin {
  color: #007bb6;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.twitter {
  background-color: #00aced;
}
.icon-link.fill.twitter:hover {
  background-color: #fff;
}
.icon-link.fill.twitter:hover .fa-twitter {
  color: #00aced;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.google-plus {
  background-color: #dd4b39;
}
.icon-link.fill.google-plus:hover {
  background-color: #fff;
}
.icon-link.fill.google-plus:hover .fa-google-plus {
  color: #dd4b39;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.reddit {
  background-color: #8bbbe3;
}
.icon-link.fill.reddit:hover {
  background-color: #fff;
}
.icon-link.fill.reddit:hover .fa-reddit {
  color: #8bbbe3;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.youtube {
  background-color: #df1c31;
}
.icon-link.fill.youtube:hover {
  background-color: #fff;
}
.icon-link.fill.youtube:hover .fa-youtube {
  color: #df1c31;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.pinterest {
  background-color: #b81621;
}
.icon-link.fill.pinterest:hover {
  background-color: #fff;
}
.icon-link.fill.pinterest:hover .fa-pinterest {
  color: #b81621;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.github {
  background-color: #444;
}
.icon-link.fill.github:hover {
  background-color: #fff;
}
.icon-link.fill.github:hover .fa-github {
  color: #444;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.envelope {
  background-color: #333;
}
.icon-link.fill.envelope:hover {
  background-color: #fff;
}
.icon-link.fill.envelope:hover .fa-envelope {
  color: #333;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.soundcloud {
  background-color: #f50;
}
.icon-link.fill.soundcloud:hover {
  background-color: #fff;
}
.icon-link.fill.soundcloud:hover .fa-soundcloud {
  color: #f50;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.brand {
  background-color: #fff;
}
.icon-link.brand .fa {
  color: #006FC2;
}
.icon-link.round {
  border-radius: 50%;
}
.icon-link.round-corner {
  border-radius: 5px;
}
.icon-link:hover {
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  height: 56px;
  line-height: 56px;
  width: 56px;
  background-color: #fff;
}
.icon-link:hover.facebook {
  border: 2px solid #3b5998;
}
.icon-link:hover.tumblr {
  border: 2px solid #32506d;
}
.icon-link:hover.linkedin {
  border: 2px solid #007bb6;
}
.icon-link:hover.twitter {
  border: 2px solid #00aced;
}
.icon-link:hover.google-plus {
  border: 2px solid #dd4b39;
}
.icon-link:hover.reddit {
  border: 2px solid #8bbbe3;
}
.icon-link:hover.youtube {
  border: 2px solid #df1c31;
}
.icon-link:hover.pinterest {
  border: 2px solid #b81621;
}
.icon-link:hover.github {
  border: 2px solid #444;
}
.icon-link:hover.envelope {
  border: 2px solid #333;
}
.icon-link:hover.soundcloud {
  border: 2px solid #f50;
}
.icon-link:hover .fa {
  line-height: 56px;
}
.icon-link:hover .fa-facebook {
  color: #3b5998;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-tumblr {
  color: #32506d;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-linkedin {
  color: #007bb6;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-twitter {
  color: #00aced;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-google-plus {
  color: #dd4b39;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-reddit {
  color: #8bbbe3;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-youtube {
  color: #df1c31;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-pinterest {
  color: #b81621;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-github {
  color: #444;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-envelope {
  color: #333;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-soundcloud {
  color: #f50;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link .fa {
  color: #fff;
  line-height: 60px;
  font-size: 36px;
}

.brand-icons {
  background-color: #ddd;
  padding: 10px 0;
}

.social-icons-custom {
  text-align: right;
  margin-top: 50px;
}

#carousel-testimonials .carousel-control {
  background: transparent;
  /* position: absolute; */
  width: 50px;
}

#carousel-testimonials .left.carousel-control {
  left: 0;
}

#carousel-testimonials .right.carousel-control {
  right: 0;
}

#carousel-testimonials .carousel-control {
  color: #888;
  /* opacity: 1; */
  text-shadow: none;
  background: #fff;
}

#carousel-testimonials .carousel-control > span {

}

@media screen and (min-width: 768px) {
  #carousel-testimonials .carousel-control {
    color: #888;
    /* opacity: 1; */
    text-shadow: none;
    background: #fff;
  }

  #carousel-testimonials .left.carousel-control {
    left: -30px;
  }

  #carousel-testimonials .right.carousel-control {
    right: -30px;
  }

}


.newsletter-section {
  display: none;
}