@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700,300);
/*
|----------------------------------------------------------------------------
| CSS FILE STRUCTURE
|----------------------------------------------------------------------------

1. GLOBAL STYLES
  1. BUTTONS
  2. ICONOGRAPHY
  3. SECTION SPECIFIC 
  4. MISC
  5. HELPER CLASS

2. NAVBAR
  1. NAVBAR STYLE - FIXED TOP 
  2. NAVBAR STYLE - LEFT 

3. HOME
4. APP DESCRIPTION
5. VIDEO
6. FEATURES
7. TESTIMONIAL
8. SCREENSHOTS
9. BLOGS
  1. RECENT BLOGS 
  2. CAROUSEL CONTROLS
  3. VIDEO POST
  4. SLIDE SHOW POST
  5. SINGLE BLOG POSTS
    1. COMMENT AREA 
    2. COMMENT FORM 

10. PRICING TABLE 
11. SUBSCRIBE
12. DOWNLOAD
13. CONTACT US

*/
/*
|----------------------------------------------------------------------------
| 1. GLOBAL STYLES
|----------------------------------------------------------------------------
*/
html,
body {
  font-size: 14px;
  color: #969595;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
}

h1 {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.25;
  font-size: 3.45em;
}
p {
  line-height: 1.8;
}
a {
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  color: #006BB7;
}
a:hover {
  text-decoration: none;
}
a {
outline:none !important;
}
blockquote {
  border: 0;
  padding: 0;
  margin-bottom: 30px;
}
ul {
  list-style-type: disc;;
  padding: 0px;
/*  font-size: 1.15em;
*/}



/******************** Lang ********************/
#lan{    
    float: left;
    list-style: none outside none;
    margin: 14px 0px -20px;
    font-size: 14px;
}
#lan img{margin-top:-2px;margin-left:9px}
#lan li{float:right;position:relative;display:block}
#lan li a{display:block;padding:5px;color:#2D2D2D;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px; text-align: left; width:160px}
#lan li a:hover{color:#fff;text-decoration:none; width:160px}
#lan ul{list-style:none;position:absolute;left:-9999px;opacity:2;-webkit-transition:0.25s linear opacity;z-index:1000; margin-left: 0.1rem; margin-top:0px}
#lan ul li{padding-top:1px;float:none;width:160px}
#lan ul a{white-space:nowrap;display:block;color:#FFFFFF;}
#lan li:hover ul{left:0;opacity:1}
#lan li:hover a{text-decoration:none;background:rgba(125, 124, 124, 0.74);}
#lan li:hover ul a{text-decoration:none;-webkit-transition:-webkit-transform 0.075s linear;}
#lan li:hover ul li a:hover{background:rgba(0, 0, 0, 0.749);-moz-transform:scale(1.05);-webkit-transform:scale(1.05);}

/******************** 1.1 BUTTONS ********************/
.btn {
  border-radius: 10px;
  transition: all 0.3s;

}
.btn-base {
  background-color: #ff8f00;
  color: #fff !important;
  border: 1px solid #ff8f00;
}
.btn-base:hover {
  background-color: #ff8f00;
  border-color: #ff8f00;
}
.btn-trans {
  background-color: transparent;
  border: 1px solid #ff8f00;
}
.btn-trans:hover {
  background-color: #ff8f00;
  color: #fff;
}
.btn-md {
  font-size: 1.3rem;
  padding: 12px 22px;
}
.btn-lg {
  font-size: 1.60rem;
  padding: 18px;
  font-weight: 600;
  min-width: 200px;
}
.btn-lg [class^="icon-"],
.btn-lg [class*="icon-"] {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-top: 3px;
  vertical-align: top;
}
.btn-rounded {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.buttons-group .btn {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}
.dw-ws, .dw-cn {
	float: right;
	width: 35%;
}
.dw-ws {
	margin-right: 125px;
}
@media (max-width: 1200px) {
  .dw-ws, .dw-cn {
    width: 32%;
    margin-left: 20px;  }
}
@media (max-width: 991px) {
  .dw-ws, .dw-cn {
    width: 43%;
    margin-right: 15px;
  }
}
@media (max-width: 1200px) {
  .lg-tool {
	  padding:0px;
	  margin:-28px;
}
}
.bt-figure {
	display: inline-block;
	margin: 1em 0px;
	float:none;
}
.buttons-download-2{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;border-left:0;
	border-right:0;
	border-top:0;
	padding:0;
	margin:0;
	margin-left:12px;
	border-style:solid;
	border-width:1px;
	border-color:#ff8f00;
	background-color:#E8E7E7;
	width:150px;height:40px;
	color:#ff8f00;
	font-size:14px;
	font-weight:700;
	text-transform:capitalize;
	}
.buttons-download-2:hover{   
    background-color: #ff8f00;
    color: #fff;}
/******************** ICONOGRAPHY ********************/
[class^="icon-"],
[class*="icon-"] {
  vertical-align: middle;
  transition: all 0.3s;
  width: 20px;
  height: 35px;
}
.outer-shape {
  position: relative;
  width: 70px;
  
}
.outer-shape .rectangle {
  position: relative;
  width: 100%;
  height: 70px;
  fill: transparent;
  stroke-width: 1px;
  stroke: #ff8f00;

  transition: all 0.3s;
}
.outer-shape [class^="icon-"],
.outer-shape [class*="icon-"] {
  position: absolute;

  left: calc(50% - 20px);

  top: calc(50% - 12px);
  fill: #ff8f00;

  transition: all 0.3s;
}
.outer-shape.right .rectangle {

  transform: rotateY(180deg);
}
.outer-shape.right [class^="icon-"],
.outer-shape.right [class*="icon-"] {
  left: auto;

  right: calc(50% - 20px);
}
.outer-shape.big {
  width: 100px;
}
.outer-shape.big [class^="icon-"],
.outer-shape.big [class*="icon-"] {
  width: 25px;
  height: 25px;
  left: calc(50% - 25px);

  top: calc(50% - 15px);
}
.outer-shape.big.right [class^="icon-"],
.outer-shape.big.right [class*="icon-"] {
  left: auto;

  right: calc(50% - 25px);
}
.media:hover .outer-shape .rectangle {
  fill: #ff8f00;
}
.media:hover .outer-shape [class^="icon-"],
.media:hover .outer-shape [class*="icon-"] {
  fill: #fff;
}
.clearing-thumbs, [data-clearing]{list-style:none;margin-left:0;margin-bottom:0;}
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after{content:" ";display:table;}
.clearing-thumbs:after, [data-clearing]:after{clear:both;}
.clearing-thumbs li, [data-clearing] li{float:left;margin-right:10px;}
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li{margin-right:0;}
/******************** 1.3 SECTION SPECIFIC ********************/
.white-bg {
  background-color: #fff;
  color: #919191;
}
.gray-bg {
  background-color: rgba(211, 208, 208, 0.36);
  color: #919191;
}
.silver-bg {
  background-color: rgba(167, 163, 163, 0.26);
  color: #919191;
}
.off-white {
  background-color: #f9f9f9;
}
.overlay {
  position: relative;
  color: #fff;
}
/*.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
*/.overlay .section-title {
  color: #fff;
}
.overlay .section-title-2:before,
.overlay .section-title-2:after {
  border-color: #fff;
}
.overlay .btn-trans {
  border: 1px solid #fff;
  color: #fff;
}
.overlay .btn-trans-1 {
  border: 1px solid #00FB00;
  color: #00FB00;
}
.overlay .btn-trans:hover {
  background-color: #ff8f00;
  border-color: #ff8f00;
}
.overlay .btn-trans-1:hover {
  background-color: #ff8f00;
  border-color: #ff8f00;
}
.overlay [class^="icon-"],
.overlay [class*="icon-"] {
  fill: #fff;
}
.section-title {
  margin-top: 0;
  color: #ff8f00;
/*  font-size: 30px;
*/}
.section-title-h {
  margin-top: 0;
  color: #ff8f00;
  font-size: 25px;
  }
.section-title-m {
    margin-top: 0;
    color: #3C3B3B;
    font-size: 25px;
    float: left;
    padding: 10px;
}
.section-sub-title, .section-sub-title-h {
  margin-bottom: 0;
  font-size: 1.10em;
  line-height: 1.5;
}
.section-sub-title-h {
	color:#006dc7;
}
.st-size {
	font-size: 1.20em;
}
.section-heading {
  margin-bottom: 5px;
}
.section-title-1 + .section-sub-title {
  margin-top: 30px;
}
.section-title-2 {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    text-align: center;
    position: relative;
    display: inline-block;
}
.section-title-2:before,
.section-title-2:after {
  content: "";
  border-top: 2px solid #969595;
  width: 100px;
  top: 15px;
  position: absolute;
}
.section-title-2:before {
  left: -130px;
}
.section-title-2:after {
  right: -130px;
}
@media (max-width: 767px) {
  .section-title-2 {
    display: block;
  }
  .section-title-2:before {
    border-color: transparent !important;
  }
  .section-title-2:after {
    right: 50%;
    top: auto;
    bottom: -15px;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}
/******************** 1.4 MISC ********************/
.media-left {
  padding-right: 20px;
}
.form-control {
  box-shadow: none;
  color: #969595;
}
.form-control:hover,
.form-control:focus {
  box-shadow: none;
}
.form-control:focus {
  border-color: #ff8f00;
}
/******************** 1.5 HELPER CLASS ********************/
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.margin-auto {
  margin-left: auto;
  margin-right: auto;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
  padding-top: 20px;
}
.padding-right-35 {
  padding-right: 35px;
}
.padding-left-35 {
  padding-left: 35px;
}
.padding-100 {
  padding-top: 25px;
  padding-bottom: 40px;
}
.padding-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
/*
|----------------------------------------------------------------------------
| 2. NAVBAR
|----------------------------------------------------------------------------
*/
.nav > li.active > a {
  color: #ff8f00;
}
.nav > li > a {
  text-transform: uppercase;
  font-size: 15px;
  color: #969595;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #ff8f00;
  background-color: #f9f9f9;
}
.navbar {
  background: #fff;
  border-bottom: 1px solid #efefef;
}
.navbar-header [class^="icon"],
.navbar-header [class*="icon"] {
  width: 60px;
  background-color: #e74c3c;
  padding: 7px;
  fill: #fff;
  border-radius: 7px;
}
.navbar-brand {
  height: 100px;
}
.navbar-brand .logo {
  height: 100%;
  width: auto;
}
.navbar-collapse {
  border-color: #efefef;
}
/********************   2.1 NAVBAR STYLE - FIXED TOP ********************/
.navbar-top {
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
@media (min-width: 768px) {
  .navbar-top .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: transparent;
  }
  .navbar-fixed-top {
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-fixed-top .navbar-nav > li > a {
    color: #fff;
  }
  .navbar-fixed-top .navbar-nav > li > a:hover,
  .navbar-fixed-top .navbar-nav > li > a:focus {
    color: #ff8f00;
  }
  .navbar-fixed-top.scrolling {
    background-color: #fff;
    border-color: #efefef;
  }
  .navbar-fixed-top.scrolling .navbar-nav > li > a {
    color: #969595;
  }
  .navbar-fixed-top.scrolling .navbar-nav > li:hover > a,
  .navbar-fixed-top.scrolling .navbar-nav > li:focus > a,
  .navbar-fixed-top.scrolling .navbar-nav > li.active > a {
    color: #ff8f00;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-top .navbar-nav > li > a {
    text-transform: capitalize;
    padding-left: 8px;
    padding-right: 8px;
  }
}
/******************** 2.2 NAVBAR STYLE - LEFT ********************/
.navbar-fixed-left {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  border-radius: 0;
  border-right: 1px solid #efefef;
  margin-bottom: 0;
  
}
@media (max-width: 767px) {
  .navbar-fixed-left {
	  height:9%;
}
}
@media (max-width: 767px) {
  .navbar-brand {
	  padding: 2px 16px 40px 14px;
}
}

@media (min-width: 768px) {
  .navbar-left-switch {
    position: fixed;
    top: 100px;
    left: 0;
    background: #fff;
    width: 55px;
    height: 55px;
    z-index: 10;
    border: 1px solid #efefef;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
  }
  .navbar-left-switch [class*="icon-"],
  .navbar-left-switch [class^="icon-"] {
    width: 30px;
    height: 30px;
  }
  .navbar-fixed-left {
    bottom: 0;
    right: auto;
    -webkit-transition: all 0.5s;
            transition: all 0.5s;
    padding-top: 30px;
  }
  .navbar-fixed-left.toggle-nav {
    left: 0;
  }
  .navbar-fixed-left .container {
    width: 180px;
  }
  .navbar-fixed-left .navbar-header {
    float: none;
    margin-bottom: 30px;
  }
  .navbar-fixed-left .navbar-brand {
    float: none;
  }
  .navbar-fixed-left .navbar-brand > img {
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-fixed-left .navbar-nav {
    float: none;
    margin-left: -30px;
    margin-right: -30px;
  }
  .navbar-fixed-left .navbar-nav > li {
    float: none;
    margin-right: -1px;
  }
  .navbar-fixed-left .navbar-nav > li > a {
    padding-left: 20px;
    border-bottom: 1px solid #efefef;
  }
  .navbar-fixed-left .navbar-nav > li.active {
    border-right: 3px solid #ff8f00;
  }
  .navbar-fixed-left .navbar-nav > li.active > a {
    background-color: #efefef;
  }
}
.combo-box {
  margin-top: 20px;
  margin-bottom: 40px;
}
/*
|----------------------------------------------------------------------------
| 3. HOME
|----------------------------------------------------------------------------
*/
.home {
   height: 360px;
   padding-top: 50px;
}
.home .section-title {
  text-transform: uppercase;
  color: #fff;
}
.home .section-sub-title {
  font-size: 1.20em;
  padding: 0 60px 20px 60px;
}
.home .section-title {
  font-weight: 700;
}
.image-bg {
 -ms-background-size: cover;
  background-size: cover;
}
.color-bg {
  color: #fff;
  background-color:#707070;
}
.color-bg .section-title {
  color: #ff8f00;
}
.color-bg .section-title-2:before,
.color-bg .section-title-2:after {
  border-color: #fff;
}
.color-bg .btn-trans {
  border: 1px solid #fff;
  color: #fff;
}
.color-bg .btn-trans:hover {
  background-color: #ff8f00;
  border-color: #ff8f00;
}
.color-bg [class^="icon-"],
.color-bg [class*="icon-"] {
  fill: #fff;
}
/*
|----------------------------------------------------------------------------
| 4. APP DESCRIPTION
|----------------------------------------------------------------------------
*/
.app-description, .app-errors, .app-how-it-work {
  padding-bottom: 10px;
}
.img-ou {
	float:right;
}
.img-ex {
	float: left;
	margin-left: 45px;
}
.lg-tool {
	padding:15px;
}
.lg-tool img{
	margin-top: 30px;
    margin-bottom: 30px;
}
@media (max-width: 992px) {
  .img-ou, .img-ex {
	  float:none;
	  margin-left:0px;
    
  }
}

@media (min-width: 992px) {
  .features-img {
    margin-top: 67px;
  }
}
@media (max-width: 991px) {
  .features-img img {
    margin: auto;
  }
}
@media (min-width: 768px) {
.app-description, .app-errors, .app-how-it-work {
    padding-left: 30px;
}
}
.add-svg {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
/*
|----------------------------------------------------------------------------
| 5. VIDEO
|----------------------------------------------------------------------------
*/
.video {
  position: relative;
}
.video .container {
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.video:before {
  -webkit-transition: all 1s;
          transition: all 1s;
}
.video.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.video.dark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.video .playing {
  opacity: 0.4;
}
.video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}
.video .play-btn {
  border: 2px solid #fff;
  background-color: transparent;
  display: inline-block;
  padding: 25px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.video .play-btn:hover {
  border-color: #ff8f00;
}
.video .play-btn:hover .icon-play {
  fill: #ff8f00;
}
.video .icon-play {
  width: 50px;
}
/*
|----------------------------------------------------------------------------
| 6. FEATURES
|----------------------------------------------------------------------------
*/
.features {
  padding-bottom: 60px;
}
.features .media:hover .section-title {
  color: #ff8f00;
}
.works {
    padding-bottom: 60px;
}
.st-white {
    background: rgba(169, 169, 169, 0.14);
}
/*
|----------------------------------------------------------------------------
| 7. TESTIMONIAL
|----------------------------------------------------------------------------
*/
/*.testimonial.image-bg {

.testimonial cite {
  display: block;
  font-style: normal;
  font-size: 1.154rem;
  line-height: 2;
}
.testimonial .person {
  margin-bottom: 0;
}
.testimonial .person span {
  display: block;
  line-height: 1.6;
}
.testimonial .name {
  font-size: 12px;
}
.testimonial .company {
  font-size: 10px;
}
.testimonial-potraits {
  list-style-type: none;
  padding: 0;
}
.testimonial-potraits .item {
  display: inline-block;
  width: 60px;
  margin: 0 7px;
  position: relative;
  cursor: pointer;
}
.testimonial-potraits .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.3);
}
.testimonial-potraits .item.active:before {
  background-color: transparent;
}
.testimonial-potraits img {
  width: 100%;
  border-radius: 7px;
  background-color: #fff;
  padding: 3px;
}
.testimonial-contents {
  position: relative;
}
.testimonial-contents .owl-prev,
.testimonial-contents .owl-next {
  position: absolute;
  top: 50px;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.testimonial-contents .owl-prev:hover,
.testimonial-contents .owl-next:hover {
  background-color: #ff8f00;
}
.testimonial-contents .owl-prev {
  left: 0;
}
.testimonial-contents .owl-next {
  right: 0;
}
*//*
|----------------------------------------------------------------------------
| 8. SCREENSHOTS
|----------------------------------------------------------------------------
*/
.screenshots img {
	padding:2px;
	cursor: url(https://www.outlookrecoverykit.com/graphics/zoomin.cur), pointer;
}
/*
|----------------------------------------------------------------------------
| 9. BLOGS
|----------------------------------------------------------------------------
*/
/******************** 9.1 RECENT BLOGS  ********************/
.recent-blogs {
  padding-bottom: 70px;
}
.blog-items {
  overflow: hidden;
  /******************** 9.2 CAROUSEL CONTROLS ********************/
}
.blog-items p {
  margin-bottom: 0;
}
.blog-items .section-title {
  font-size: 16px;
}
.blog-items .meta-info {
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 20px;
}
.blog-items .meta-info a {
  color: #919191;
}
.blog-items .meta-info a:hover {
  color: #ff8f00;
}
.blog-items .carousel-control {
  right: 3px;
}
.blog-items .carousel-control.left {
  left: auto;
  top: -webkit-calc(50% + 15px);
  top: calc(50% + 15px);
}
.blog-items .carousel-control.right {
  top: -webkit-calc(50% - 15px);
  top: calc(50% - 15px);
}
.media-item,
.media-content {
  display: table-cell;
  vertical-align: top;
}
.media-item {
  max-width: 110px;
  max-height: 100%;
}
.media-item img,
.media-item .carousel-inner > .item > img {
  max-width: none;
}
.media-item + .media-content {
  border-left-color: transparent;
}
.media-content {
  overflow: hidden;
  width: 100%;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.media-content blockquote {
  font-size: 1rem;
}
.post-blockquote .media-content {
  padding-left: 80px;
  position: relative;
}
.post-blockquote .meta-info {
  margin-bottom: 0;
}
.post-blockquote [class*="icon-"],
.post-blockquote [class*="icon-"] {
  fill: #ff8f00;
  position: absolute;
  left: 20px;
  top: 30px;
  width: 40px;
}
/******************** 9.3 VIDEO POST ********************/
.video-bg {
  background-color: rgba(240, 240, 240, 0.85);;
}

/******************** 9.4 SLIDE SHOW POST ********************/
.screen{border: 10px solid #F2F2F2;border-radius: 10px;box-shadow: 5px 5px 10px -1px;color: #A7A7A7;}
/*.screen:hover{box-shadow:none; border-color: #F3F3F3;}
*//*
|----------------------------------------------------------------------------
| 9.5 SINGLE BLOG POSTS
|----------------------------------------------------------------------------
*/
.сontact {
	font-size:13px;
}
@media (min-width: 768px) {
  .blog-post {
    padding-right: 80px;
  }
}
.blog-post .post-title {
  font-size: 2rem;
  color: #313131;
  margin-top: 0;
  margin-bottom: 20px;
}
.blog-post .meta-info {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-post .meta-info li {
  display: inline-block;
  margin-right: 30px;
  font-size: 1.3rem;
}
.blog-post .meta-info li a {
  color: #919191;
}
.blog-post .meta-info li [class*="icon-"],
.blog-post .meta-info li [class^="icon-"] {
  vertical-align: middle;
  fill: #ff8f00;
  margin-right: 10px;
}
.blog-post blockquote {
  margin-bottom: 0;
}
.share-post {
  color: #ff8f00;
  margin: 50px 0 40px 0;
}
.share-post ul {
  display: inline-block;
}
.share-post ul li {
  display: inline-block;
  margin-left: 15px;
}
.share-post [class^="icon-"],
.share-post [class*="icon-"] {
  fill: #969595;
}
.share-post [class^="icon-"]:hover,
.share-post [class*="icon-"]:hover {
  fill: #ff8f00;
}
/******************** 9.5.1 COMMENT AREA ********************/
.comment-area .area-heading {
  font-size: 1.5rem;
  color: #313131;
}
.comment-area .media-left {
  vertical-align: middle;
}
.comment-area img {
  border-radius: 100%;
  max-width: 100px;
}
.comment-area .name {
  color: #313131;
  font-size: 1.3rem;
  margin-right: 10px;
}
.comment-area .name:hover {
  color: #ff8f00;
}
.comment-area .date,
.comment-area .reply {
  font-size: 11px;
}
.comment-area .reply {
  font-weight: 700;
}
.comment-area ul {
  margin-bottom: 0;
}
.comment-area ul li .media {
  padding: 20px 20px 10px 20px;
  border-radius: 10px;
  margin-top: 30px;
}
.comment-area > ul > li .media {
  background-color: #efefef;
}
@media (min-width: 768px) {
  .comment-area > ul > li .media {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}
.comment-area > ul > li ul .media {
  width: 100%;
  background-color: #f9f9f9;
}
@media (min-width: 768px) {
  .comment-area > ul > li > ul {
    margin-left: 80px;
  }
}
/******************** 9.5.2 COMMENT FORM ********************/
.comment-form input.form-control {
  height: 45px;
}
.comment-form .form-control {
  padding: 10px 40px 10px 20px;
  border-color: #969595;
  border-radius: 7px;
}
.comment-form .form-group {
  position: relative;
  margin-bottom: 30px;
}
.comment-form [class*="icon-"],
.comment-form [class^="icon-"] {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 15px;
  fill: currentColor;
}
.comment-form .btn {
  height: 45px;
}
/*
|----------------------------------------------------------------------------
| 10. PRICING TABLE 
|----------------------------------------------------------------------------
*/
.pricing-table {
  padding-bottom: 70px;
}
.pricing-table.image-bg {
  background: url(../images/pricing-bg.jpg) no-repeat center center;
  background-size: cover;
}
.pricing-table.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.pricing-plan {
  background-color: rgba(255, 143, 0, 0.77);
  color: #000000;
  padding: 30px 10px;
}
.pricing-plan .offer {
  display: inline-table;
  color: #fff;
}
.pricing-plan .currency,
.pricing-plan .price,
.pricing-plan .renew {
  display: table-cell;
  vertical-align: top;
}
.pricing-plan .price {
  font-size: 4.62rem;
  line-height: 1;
}
.pricing-plan .price span {
  font-size: 30px;
  padding-right: 5px;
}
.pricing-plan .currency {
  font-size: 35px;
  font-weight: 300;
  line-height: 1.3;
}
.pricing-plan .renew {
  vertical-align: bottom;
  font-size: 1rem;
  line-height: 2;
}
.pricing-plan .pill {
  margin-top: 15px;
  margin-bottom: 15px;
}
.pricing-plan .objects {
  padding-left: 30px;
  padding-right: 30px;
}
.pricing-plan ul {
  margin-bottom: 20px;
  margin-left: 0px;
}
.pricing-plan ul li {
  margin-bottom: 15px;
}
.pricing-plan .btn {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pricing-plan .btn:hover,
.pricing-plan .btn:focus {
  background-color: #ff8f00;
  border-color: #ff8f00;
  color: #fff;
}
.pricing-plan.highlighten {
  background-color: #fff;
  color: #000000;
}
/*.pricing-plan.highlighten .offer {
  color: #000000;
}
*/.pricing-plan.highlighten .pill p {
  background-color: #ff8f00;
  color: #fff;
}
.pricing-plan.highlighten .btn {
  background-color: transparent;
  border-color: #ff8f00;
}
.pricing-plan.highlighten .btn:hover {
  background: #ff8f00;
}
.pill {
  position: relative;
}
.pill p {
  background-color: #f9f9f9;
  display: inline-block;
  padding: 8px 40px;
  border-radius: 40px;
  z-index: 1;
  position: relative;
}
.pill hr {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
/*
|----------------------------------------------------------------------------
| 12. DOWNLOAD
|----------------------------------------------------------------------------
*/
.download {
  padding-bottom: 20px;
}
.download.image-bg {
  background: url(../images/download-bg.jpg) no-repeat center center;
  background-size: cover;
}
.download.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(112, 112, 112, 0.87);
}
.dw-p-cn, .dw-p-ws, .dw-p-cn-de, .dw-p-ws-de, .dw-p-cn-es, .dw-p-ws-es, .dw-p-cn-it, .dw-p-ws-it, .dw-p-cn-pt, .dw-p-ws-pt, .dw-p-cn-ru, .dw-p-ws-ru {
	margin-top: -30px;
	font-size:12px;
}
.dw-p-cn {
    margin-left: 100px;
}
.dw-p-ws {
    margin-left: 102px;
}
.dw-p-cn-de {
    margin-left: 70px;
}
.dw-p-ws-de {
    margin-left: 107px;
}
.dw-p-cn-es {
    margin-left: 104px;
}
.dw-p-ws-es {
    margin-left: 70px;
}
.dw-p-cn-it {
    margin-left: 95px;
}
.dw-p-ws-it {
    margin-left: 89px;
}
.dw-p-cn-pt {
    margin-left: 74px;
}
.dw-p-ws-pt {
    margin-left: 108px;
}
.dw-p-cn-ru {
    margin-left: 95px;
}
.dw-p-ws-ru {
    margin-left: 89px;
}
.dw-eula {
    float: right;
	display:block;
    padding: 20px 16px 0px 0px;
    font-size: 10px;
}
.dw-eula a{
	color:#FFFFFF;
}
/*
|----------------------------------------------------------------------------
| 13. CONTACT US
|----------------------------------------------------------------------------
*/
.contact-us {
  padding-bottom: 70px;
}
.address p {
  padding-left: 30px;
  position: relative;
}
.email {
	position: absolute;
    left: 6px;
    top: 2px;
}
.svg-st {
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0;
  top: 2px;
}
.social-media {
  list-style: none;
  padding: 0;
  margin-left:0px;
}
.social-media li {
  display: inline-block;
}
.social-media li + li {
  margin-left: 10px;
}
.social-media li [class^="icon-"],
.social-media li [class*="icon-"] {
  padding: 5px;
  border-radius: 7px;
  width: 30px;
  height: 30px;
  fill: currentColor;
}
.social-media li a {
  color: currentColor;
}
.social-media li a:hover [class^="icon-"],
.social-media li a:focus [class^="icon-"],
.social-media li a:hover [class*="icon-"],
.social-media li a:focus [class*="icon-"] {
  fill: #fff;
}
.social-media li a:hover .icon-facebook,
.social-media li a:focus .icon-facebook {
  background: #002E62;
}
.social-media li a:hover .icon-google-plus,
.social-media li a:focus .icon-google-plus {
  background: #D34836;
}
.social-media li a:hover .icon-youtube,
.social-media li a:focus .icon-youtube {
  background: #E62117;
}
.quick-contact .form-control {
  background-color: #fff;
  box-shadow: inset 0 0 0;
}
.quick-contact .btn {
  border-radius: 4px;
}
.footer {
  padding: 30px 0 10px;
  font-size: 13px;
}
.footer p {
  margin-bottom: 0;
  font-weight: 600;
}
.footer p a {
  color: #969595;
}
.footer p a:hover {
  color: #ff8f00;
}
.ft a {
  color: #969595;
}
.ft a:hover {
  color: #ff8f00;
}
.inline-list li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.inline-list li a {
  color: #969595;
}
.inline-list li a:hover {
  color: #ff8f00;
}
/*
|----------------------------------------------------------------------------
| SIDEBAR
|----------------------------------------------------------------------------
*/
.categories li {
  border-left: 1px solid #efefef;
  border-top: 1px solid #efefef;
}
.categories li:last-child {
  border-bottom: 1px solid #efefef;
}
.categories li a {
  color: #969595;
  padding: 15px;
  display: block;
}
.categories li:hover a {
  background-color: #efefef;
  color: #ff8f00;
}
