@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,500,700,600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
body {
  font-family: 'Open Sans', sans-serif;  
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 40px;
}
h2 {
  font-size: 26px;
}
h4 {
  font-size: 20px;
}
p {
  font-size: 15px;
  line-height: 1.5;
}
ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
.btn {
  outline: none;
}
.wrapper {
  padding:100px 0;
}
pre {
  border:none;
  border-radius: 0;
  margin:20px 0;
}
#navigation {
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    padding: 5px 0;
}

#navigation.animated-header {
    padding: 15px 0;
}


 .header.navbar-nav>li>a:hover {
  color: #23A5B8;
 }





.header {
  box-shadow: 0 3px 5px rgba(0,0,0,.1);
  background: #fff;
}
.header .search-area {
  margin-bottom: 30px;
}
.header .search-area .btn-search {
  background: #8dc63f;
  color: #fff;
  padding: 6px 30px;
}
.header .logo {
  display: inline-block;
  padding:0;
}
.header .navbar-default {
  background: none;
  border-color: transparent;
  margin-bottom: 0;
  text-align: center;
}
.main-menu li a {
  color: #444;
  padding: 10px 0px;
  display: inline-block;
    -webkit-transition: width .3s;
  -moz-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;

}
.header .navbar-nav {
  float: none;
  margin-top: 8px;
}
.header .navbar-nav ul {
  float: none;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
  position: relative;
}

.navbar-default .navbar-nav>li:hover a:before {
    width: 100%;
}

.header.navbar-brand {
  padding:0;
}
.navbar-nav ul>li {
float: left;
}
 .main-menu {

}
.main-menu  li {
  position: relative;
    margin: 0 35px 0 0;
}
.main-menu li a:before {
  position: absolute;
  z-index: 99;
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background: #23A5B8;
  bottom: 15px;
  left: 0;
  top: 40px;
  -webkit-transition: width .3s;
  -moz-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.main-menu a:hover {
  color: #23A5B8;
}
.main-menu li:hover  a:before {
  width: 100%;
}

#hero-area {
  color: #fff;
  text-align: left;
  padding: 200px 0;
  position: relative;
  background: url('../images/header-bg.jpg') #444;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
}
#hero-area:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: -webkit-linear-gradient(45deg, rgba(35,165,184,0.83), rgba(10,80,129,0.83));
  background-image: -moz-linear-gradient(45deg, rgba(35,165,184,0.83), rgba(10,80,129,0.83));
  background-image: -o-linear-gradient(45deg, rgba(35,165,184,0.83), rgba(10,80,129,0.83));
  background-image: linear-gradient(45deg, rgba(35,165,184,0.83),rgba(10,80,129,0.83));
}
#hero-area h1 {
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 45px;
}

#hero-area h2 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 34px;
}
#hero-area .btn-browse {
  margin-top: 40px;
  color: #555;
  font-size: 16px;
  border-radius: 2px;
  padding: 14px 28px;
  border: 1px solid #fff;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;

}




#call-to-action {
  background: #383838;
  color: #fff;
  padding: 80px 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#call-to-action:hover {
  background: #25b864;
}
#call-to-action h2 {
  font-size: 40px;
  font-weight: lighter;
  letter-spacing: -1px;
  line-height: 65px;
  margin-top: 0;
}
#call-to-action p {
  font-weight: lighter;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 21px;
  margin-top: 4px;
  opacity: 0.8;
}
#call-to-action .contact-service p {
  margin-bottom: 0;
}
#call-to-action .btn-contact {
  background: #fff;
  color: #3596C7;
  font-size: 16px;
  padding: 12px 30px;
  border-radius: 5px;
  border-color: transparent;
  margin-top: 20px;
}
#call-to-action .btn-contact:hover {
  border-color: transparent;
}
#call-to-action .btn-contact i {
  margin-right: 10px;
}
#call-to-action .subscription .input-group {
  margin-top: 20px;
}
#call-to-action .subscription .input-group input {
  height: 46px;
}
#call-to-action .subscription .btn-subscribe {
  background: #1CA556;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 18px;
}
#footer {
  background: #222;
  padding: 70px 0;
}
#footer a {
  color: #636768;
}

#footer h4 {
  color: #E8E8E8;
}


#footer p {
  color: #595a61;
font-size: 13px;
}
#footer a:hover {
  color:rgba(35, 165, 184, 1); 
}
#footer #mc_embed_signup_scroll input-group {
  position: relative;
}
#footer #mc_embed_signup input.email {
  position: relative;  
  width: 100%!important;
  font-size: 12px;
}

#footer #mc_embed_signup input[type=submit] {
  position: absolute;
  right: 7px;
  top: 6px;
  border: none;
  background: #23A5B8;
  color: #fff;
  border-radius: 0;
  margin: auto;
  text-align: center;
  outline: 0;

}

#footer ul li {
  margin:5px 0;
}

#footer .social-icon li a i  {
  margin-right: 8px;
}

#footer-bottom {
  background: #1D1D1D;
  text-align: center;
  padding:20px 0;
}
#footer-bottom p {
  margin-bottom: 0;
  font-size: 12px;
  color: #545454;
  letter-spacing: 2px;
  font-weight: 100;
}

.navbar-nav>li {
  float: none;
  display: inline-block;
  margin-right: 20px;
}
.navbar-nav>li:last-child {
  border-right: 0;
}
.navbar-default .navbar-nav>li>a {
color: #777;
padding: 6px 0px;
}






#single-product-page {
  padding-bottom: 50px;
}


#single-product-page .product-info .product-btn ul li {
  width: 50%;
}
#single-product-page .product-info .product-btn ul li a {
  display: block;
}

.product-main-content .nav-pills li:last-child {
  position: relative;
}
.product-main-content .nav-pills li:last-child:before {
  content: '?';
  display: block;
  position: absolute;
  z-index: 99;
  width: 30px;
  height: 30px;
  background-color: #C62511;
  right: 0;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  top: -10px;
}



/*  Blog Page CSS  */

.blog {
  background:#fafafa;
}
.blog #title h1 {
  padding-bottom: 40px;
  margin-top: 0;
}

#blog article {
  background: #fff;
  margin-bottom:40px;
  box-shadow: 0 1px 0 #e8e8e8;
}


#blog .entry-header {
  padding: 0;
  box-shadow:none;

}

#blog .post-title {
  color: #30373b;
  font-size: 16px;
  line-height: 24px;
  border-left: 4px solid #23A5B8;
  padding: 6px 0 6px 20px;
  margin-top: 0;
  margin-bottom: 0;
}
#blog .post-title a:hover {
  color: #23A5B8;
}

#blog .post-title a {
 text-decoration: none;
 color: #222;

}

#blog .entry-title a:hover {
   color:#57A3E8;
}


#blog .entry-content p {
  color: #474747;
  font-size: 13px;
  line-height: 20px;
  font-weight: 100;
  padding-left: 20px;
}

.blog-buttons{
    border-top: 1px solid #F4F4F4;
    padding: 10px;
}
.blog-buttons .btn-details{
    color: #555;
    border: none;
    font-size: 11px;
    border-radius: 3px;
    padding: 10px 12px;
    display: inline-block;
    font-weight: 400;
    outline: 0;
    -webkit-appearance: none;
    line-height: 1;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -webkit-font-smoothing: inherit;
    text-align: right;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04), 0 1px 2px 0 rgba(0, 0, 0, 0.17);
}
.blog-buttons .btn-details:hover {
  background: #23A5B8;
  color: #fff;
}
.blog-buttons time {
    margin: 7px 0 10px;
    font-size: 13px;
    display: inline-block;
}
.time i,.tags i {
  margin-right: 5px;
}
.entry-meta .tags {
  margin-left: 15px;
}
.entry-meta a ,.time {
  font-size:14px;
  color: #939898;
}

#blog .entry-meta p .tags-links {
  margin-left:10px;
}
#blog .entry-meta p .tags-links a {
 color:#6ec6fc;
 margin-left:6px;
}
#blog .entry-footer {
display:none;
}

.single-blog-post-print img {
  width: 100%;
  height: auto;
}


#blog-single {
 padding-top: 80px;
}

#blog-single header.entry-header {
  box-shadow:none;

}
#blog-single p {
    margin: 0 0 13px;
    color: #505656;
    font-size: 15px;
    line-height: 25px;
}
#blog-single .entry-title {
  font-size:35px;
  line-height:48px;
  font-weight: 700;
  color: #555;
  margin-top: 0;
  margin-bottom: 5px;
}

#blog-single .block {
  padding:30px 0 80px;
}
#blog-single img {
  width: 100%;
  height: auto;
  margin:10px 0;
}

#blog .entry-content {
  font-size:14px;
  line-height:20px;
  color:#444;
  padding:6px;
}

 #blog-single .entry-meta {
  margin-bottom: 40px;
}

#blog-single .entry-meta p {
font-size:15px;
}

#blog-single .entry-meta p .tags-links {
margin-left:10px;
}
#blog-single .entry-meta p .tags-links a {

 margin-left:6px;
}

#blog-single .entry-footer {
display:none;
}

.navigation .post-navigation {
  display:none;
}

#comments {
  display:none;
}




footer .widgettitle {
  color: #fff;
  font-size: 15px;
  padding-bottom: 30px;
  position: relative;
}

footer .widgettitle:after {
  content: '';
  z-index: 99;
  background: #3596C7;
  height: 2px;
  width: 50px;
  position: absolute;
  left: 0;
  top: 30px;
}




footer .wpcf7 input,
footer .wpcf7 textarea {
  border-radius: 0;
  background: #454545;
  border: none;
  color: #d7d7d7;
  margin-bottom: 8px;
}
footer .wpcf7 input {
  height: 50px;
}
footer .wpcf7 textarea {
  height: 110px;
}
footer .wpcf7 .form-control:focus {
  box-shadow: none;
}
footer .wpcf7 .btn-send {
  background: #8dc63f;
  color: #fff;
  font-weight: bold;
  padding: 15px 35px;
  border-radius: 4px;
  border-color: transparent;
  line-height: 1.3;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
footer .wpcf7 .btn-send:hover {
  background: #fff;
  color: #8DC63F;
  border: 1px solid #8DC63F;
}

div.wpcf7-validation-errors {
  color: #fff;
}

div.wpcf7-response-output {
  margin: 3em 0.5em 1em;
}

.section-title {
  padding:25px 0 70px;
}
.section-title h2 {
  font-size: 35px;
  font-weight: bold;
}
.section-title p {
  font-size: 22px;
  color: #555;
}

.products {
  padding: 80px 0;
  background: #fff;

}
#premium-product {
  padding-top: 40px;
}
.products .block {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(1, 1, 1, 0.1);
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(1, 1, 1, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(1, 1, 1, 0.1);


}

.products .block img {
  width:100%;
  height:  auto;
}

.products .block .item-thumb {
  position:relative;
}

.products .block .overly .buttons {
  position: absolute;
  top: 50%;
  left: 13%;
  margin-top: -22px;
}

.products .block .btn-details ,
.products .block .btn-live-demo {
  padding: 9px 30px;
  border-radius: 100%;
  font-size: 16px;
  margin:0 4px;
}
.products .block .btn-details {
  padding: 30px 20px;
  background: #fff;
  border: 1px solid #fff;
}
.products .block .btn-live-demo {
  background:transparent;
  color: #fff;
  border:1px solid #fff;
  padding: 30px 18px;
}
.products .block:hover .overly {
  opacity:1;
}
/*.products .block:hover h2 a {
	color: #23A5B8;
}*/

.products .block .overly {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.87);
  opacity: 0;
  -webkit-transition: .1s all;
  -o-transition: .1s all;
  transition: .1s all;

}
.products .block {
  margin-bottom:40px;
}

.products .block figcaption {
  padding:22px 16px;
  position: relative;
}
.products .block figcaption h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin: 0px auto 0;
}
.products .block figcaption h2 a {
  color: #343434;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
.products .block figcaption p {
  font-size: 17px;
  line-height: 26px;
  font-weight: normal;
  margin: 0;
  color: #5C5D5D;
  margin-top: 7px;
}

.download-counter {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f8f5f0;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.download-counter .box {
  background: #fff;
  text-align: center;
  padding: 10px;
}
.download-counter .box strong {
  font-size: 3em;
  line-height: 1;
  display: block;
}
.download-counter .box span {
  color: #999;
}





/*single product*/

#single-product-page {
  padding-top: 85px;
}
#single-product-page .descripton img {
  max-width: 100%;
  border:1px solid #dedede;
  padding:6px;
}
#single-product-page .descripton p {
  font-size: 15px;
  line-height: 1.5;
  color: #777;
  margin-top: 8px;
}

#single-product-page .product-info .product-btn {
  background: #ECECEC;
  padding: 10px;
  border: 1px solid #E7E7E7;
}
#single-product-page .product-info .product-btn ul {
  margin-bottom: 0;
}
#single-product-page .product-info .product-btn ul li {
  float: left;
  text-transform: uppercase;
}
#single-product-page .product-info .product-btn ul li a {
  border-radius: 0;
  padding: 18px 30px;
  line-height: 1.33;
  border: none;
}

.item-price {
  color: #23A5B8;
  padding: 5px 7px;
  position: absolute;
  right: 6px;
  font-size: 18px;
  font-weight: bold;
  top: 20%;
  text-align: center;
}

.item-catagories {
  background: #28B575;
  padding: 5px 7px;
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 9px;
  top: 20%;
  text-align: center;
}

#single-product-page .product-info .product-btn a.btn.btn-default.btn-donate:hover {
  border:none;
}
.btn-download {
  background: #4AADDF;
}
.btn-download:hover {
  background: #3E9DCD;
  transition:0.2s all;
-webkit-transition:0.2s all;
-moz-transition:0.2s all;

}
.btn-cart p {
  border:none!important;
  background: #4AADDF;
  color: #fff!important;
  padding: 11px 12px!important;
  margin-bottom: 0;
  border-radius: 1px;
}
.btn-downloaded {
  background: #fff;
  color: #444;
}
#single-product-page .product-info .product-details {
 
  margin-top: 25px;

}
#single-product-page .product-info .product-details h4 {
  color: #516CC9;
  margin-top: 0;
  margin-bottom: 15px;
}
#single-product-page .product-info .product-details ul li {
  clear: both;
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 3px;
  border-bottom: 1px solid #f9f9f9;
}

#single-product-page .product-info .product-details ul li:last-child {
border-bottom:none;
}
#single-product-page .product-info .product-details ul li:before,
#single-product-page .product-info .product-details ul li:after {
  display: table;
  content: " ";
}
#single-product-page .product-info .product-details ul li:after {
  clear: both;
}
#single-product-page .product-info .product-details ul li strong {
  color: #444e58;
}
#single-product-page .product-info .product-details ul li strong i {
  margin-right: 7px;
}
#single-product-page .product-info .product-details ul li span {
  float: right;
  font-size: 14px;
  width: 66%;
  color: #8e939a;
}
.product-details .description ul {
  padding-left: 20px;
}
.product-details .description ul li {
  list-style-type: circle;
  font-size: 15px;
  color: #444;
  margin-bottom: 8px;
}

#single-product-page .sidebar {
background: #F3F3F3;
padding: 20px;
}

#single-product-page .sidebar .side-widget {
background: #FFFFFF;
padding: 20px;
margin-bottom: 10px;
}


#single-product-page .sidebar h5 {
text-transform: uppercase;
font-weight: 900;
letter-spacing: 1px;
word-spacing: 4px;
line-height: 20px;
font-size: 18px;
}



#single-product-page .sidebar td.active {
border: 1px solid #FFFFFF;
color:#6C6C6C;
}



#single-product-page .sidebar ul.tags li {
display: inline-block;
}


#single-product-page .sidebar ul.tags li a {
color: #676767;
}





.similar-items,
.latest-products {
  margin-top: 30px;
  background: #fff;
  padding: 7px 14px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.similar-items .block,
.latest-products .block {
  margin-bottom: 20px;
}
.similar-items .block h5,
.latest-products .block h5 {
  margin-top: 1px;
  text-align: center;
}
.similar-items h4,
.latest-products h4 {
  color: #666;
  margin-bottom: 15px;
  padding-left: 10px;
}
.similar-items img,
.latest-products img {
  width: 100%;
}

#error-page {
  padding: 150px 0;
}

#mc_embed_signup {
  background: transparent !important;
  margin-top: 24px;
}


#mc_embed_signup form {
  padding: 0 !important;
}

#mc_embed_signup input {
  border: none !important; 
  float: left;
}

#mc_embed_signup input.email {
  display: inline-block !important;
  padding: 22px 5px !important;
  margin: 0 !important;
  text-indent: 5px !important;
  width: 76% !important;
  border-radius: 0!important;
}

.email-wid h2.widgettitle {
  margin: 0;
  font-size: 14px;
}



#next-post {
padding-bottom:80px;
text-align:right;
display: none;
}


#next-post h1 {
font-size:20px;
}
#next-post .nav-links a {
color:##57A3E8;
font-size:30px;
font-weight:bold;
}


code {
color: #8DC63F;
white-space: nowrap;
background-color: #f9f9f9;
border-radius: 4px;
}


.syntaxhighlighter .toolbar {
display:none;
}


#blog-single ul li {

list-style:square;
font-size:18px;
padding:5px 0;

}
#blog-single .sidebar {
  margin:40px 0;
  
}
#rpwwt-recent-posts-widget-with-thumbnails-2 img{
  width: 80px!important;
  height: auto!important;
  margin-right: 10px;
  margin-bottom: 0;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 a {
  margin-bottom: 6px;
  line-height: 13px;
  font-size: 13px;
  color: #454649;
  font-weight: 600;
}
.rpwwt-post-excerpt {
  font-size: 12px;
  color: #888;
}
.rpwwt-widget {
  margin-top: 30px;
}
.rpwwt-widget .sidebar .sidebar{
  padding:0;
}
.rpwwt-widget ul li {
  margin:0 0 0px!important;
}
.email-wid h2.widgettitle {
  margin: 0 0 22px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 24px;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.5px;
}
.sidebar {
  padding-left: 30px;
}
.sidebar label {
  min-width: 100%;
}
.sidebar .screen-reader-text {
  display: none;
}
.sidebar .search-form {
  position: relative;
}
.sidebar .search-form:before {
  content: "\f002";
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 35px;
  font-family: 'FontAwesome';
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  color: #BFC0C9;
}
.sidebar input[type=submit] {
  display: none;
}
.sidebar input[type=search] {
  border: 2px solid #e9f1f2;
  width: 100%;
  outline: 0;
  height: 38px;
  font-size: 0.875em;
  border-radius: 19px;
  padding-left: 15px;
  font-weight: normal;
}

#static-page {
  padding-top:50px;
  margin-bottom:100px;
}

#static-page h2 {
  font-size:35px;
}
#static-page h4 {
  margin-bottom:20px;
  margin-top:25px;
  color:#444;
}
#static-page h5 {
  font-size:16px;
}

#static-page ul li {
  list-style:square;
  font-size: 18px;
margin-bottom: 20px;
color: #666;
}





.disqus-plugin .nav-tabs {
  text-align:center;
}

.disqus-plugin .nav-tabs>li {
  float:none;
  display:inline-block;
}
.disqus-plugin .nav-tabs>li.active a {
  color:#555;
  background:#fff;
  border:1px solid #dedede;
  border-bottom: 1px solid #fff;
}

.disqus-plugin .nav-tabs>li>a {
  font-size:16px;
  border-radius:0;
  color:#fff;
  
  background:#87d455;
  
  border:none;
  
}
  




#contact-form p {
  margin-bottom:20px;
  color:#555;
}

#contact-form input {
  width:100%;
  height:40px;
  outline:none;
  padding-left:15px;
}

#contact-form textarea {
  width:100%;
}

#contact-form .wpcf7-submit {
  background: #40c322;
    border: none;
    padding: 10px 20px;
    color: #fff;
    width: auto;
    float: right;
}
  
  
  
  
  
  
.social-links li {
  display: inline-block;
} 
.social-links li a {
  color: #fff;
  display: block;
   padding: 8px 10px;
}


footer .social-links li .google {
  background: #D73D32;
  
}

footer .social-links li .google:hover {
  background:#fff;
  color:#D73D32;
}
footer .social-links li .facebook {
  background: #405d9a;
  padding: 8px 14px;
}
footer .social-links li .facebook:hover {
  color: #405d9a;
  background: #fff;
}
footer .social-links li .twitter {
  background: #55acee;
}
footer .social-links li .twitter:hover {
  color: #55acee;
  background: #fff;
}
footer .social-links li .linkedin {
  background: #1a85bb;
}
footer .social-links li .linkedin:hover {
  color: #1a85bb;
  background: #fff;
}
footer .social-links li .pinterest {
  background: #cb2027;
}
footer .social-links li .pinterest:hover {
  color: #cb2027;
  background: #fff;
}
footer .social-links li .dribbble {
  background: #b8297f;
}
footer .social-links li .dribbble:hover {
  color: #b8297f;
  background: #fff;
}
footer .social-links li .behance {
  background: #0072FF;
}
footer .social-links li .behance:hover {
  color: #0072FF;
  background: #fff;
}

.remodal-close {
  right: 5px!important;
  left: auto;
}

.remodal {
  color: #3c3c3c;
  font-family: 'Open Sans', sans-serif;
  border-radius: 0;
}
.remodal h2 {
  color: #3c3c3c;
  font-size: 35px;
  font-weight: bold;
}
.remodal h2 span {
  text-transform: uppercase;
}
.remodal p {
  font-size: 22px;
  color: #555;
}

.remodal i {
  font-size: 70px;
  color: #999;
}

.remodal input {
  width: 300px!important;
  border-radius: 0;
  height: 50px;
}
.remodal .btn-download {
  background: #4AADDF;
  border:none;
    padding: 15px 30px;
    border-radius: 0;
}
.remodal .terms {
  color: #B8B8B8;
  font-size: 9px;
  margin-top: 20px;
}



#redirect-page {
    padding: 140px 0 30px 0;
}
#redirect-page h2 {
  font-size: 44px;
  line-height: 52px;
  margin: 0;
  font-weight: 700;
  color: #505656;
  text-align: center;
}
#redirect-page p {
  margin: 13px 0 0;
  color: #939898;
  text-align: center;
  font-size: 16px;
}




.product-header{
  text-align: center;
  padding-top: 70px; 
}
.product-main-content .tab-content>.tab-pane {
  padding-top: 30px;
}
.product-main-content p {
  margin: 0 0 13px;
  font-size: 16px;
  line-height: 1.625;
  color: #505656;
}
.product-main-content .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.product-main-content .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.product-main-content .nav-pills li.active a {
  background: #f7a788;
  position: relative;
  color: #fff;
}
.product-main-content .nav-pills li a {
  background: #e6e6e5;
  color: #27292e;
  border-radius: 0;
  padding: 15px 0;
  font-size: 16px;
}
.product-main-content .nav-pills li {
  padding: 0 2px;
}
.product-main-content .tab-content {
  padding: 20px 0;
}
.product-main-content .nav-pills li.active a:after {
  position: absolute;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px dashed transparent;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
  border-top: 10px solid #f7a788;
}
.product-title{
  margin-top: 0;
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: bold;
  color: #444;
}
.product-des {
  font-size: 22px;
    margin: 0px 0 20px;
} 
.product-buttons {
  margin:30px 0 60px;
}
.product-buttons li .woocommerce a.button{
  background: #3894C3;
  color: #fff;
} 
.product-buttons li { 
  display: inline-block;
  vertical-align: middle;
}
.product-buttons .btn {
  font-size: 16px;
  line-height: 30px;
  margin:0 5px;
  outline: none !important;
  font-weight: bold;
  border-radius: 2px;
  padding:12px 30px;
  border:none;
}
.btn-download {
  
}
.btn-live-preview {
  background: #8dc63f;
  color: #fff;
}
.btn-live-preview:hover,.btn-live-preview:focus {
  background: #82B838;
  color: #fff;
}
.btn-documentation {
  background: #5bc0de;
  color: #fff;
}
.btn-documentation:hover,.btn-documentation:focus{
  background: #4EADCA;
  color: #fff;
}
.btn-counter {
  background: #f3f3f3!important;
}
.btn-counter strong {
  background: #FF4700;
  padding: 5px 12px;
  margin-right: 5px;
  color: #fff;
} 
.btn-counter:hover {
  background:#f3f3f3 ;
}

.nav-products {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.nav-products li {
  padding: 5px 5px 5px 0;
  float: left;
  width: 180px;
}
.nav-products li a {
  font-size: 14px;
  vertical-align: top;
}
.nav-products li img {
  width: 100%;
  padding: 5px;
  background: #fff;
}
.nav-products li a p {
  display: block;
  padding: 3px;
}


.related-item {
  margin-top: 30px;
  padding:0 10px;
}
.related-item .block {
  padding:10px 0px 10px 0;
}
.related-item .block a {
  display: block;
  color: #555;
}
.related-item .block a img {
  width: 100%;
}


#featured-item {
  padding:50px 0;
  background: url('../images/feature-bg.jpg');
}
#featured-item img {
  max-width: 100%;
  margin-right: -15px;
}

#featured-item .col-md-6 {
  padding-right: 0!important;
}








.item-thumb {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.item-thumb .overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 20px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}



.item-thumb .overlay:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: #23a5b8;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.item-thumb .caption {
  z-index: -10;
  display: block;
  position: relative;
  top: 50%;
  text-align: center;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: transform 0.6s, opacity 0.6s;
  -moz-transition: transform 0.6s, opacity 0.6s;
  -ms-transition: transform 0.6s, opacity 0.6s;
  -o-transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}





.products .block:hover .overlay {
  opacity: 1;
}


.products .block:hover .overlay:before {
  height: 100%;
  opacity: 0.9;
}








/* Contact Page */

#contact-page {
  margin-top: 150px;

}

#contact-page  .contact-form-options{
  background: #f3f3f3;
  padding: 47px 40px;
  margin: 0 30px 63px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


#contact-page input[type="text"],
input[type="email"] {
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  color: #000;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contact-page textarea {
  height: auto;
  width: 100%;
  padding: 10px 15px;
  color: #000;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
}



#contact-page .contact-form-options h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

#contact-page .contact-form-options p {
  margin-bottom: 26px;
}
#contact-page .contact-form-options input {
  outline: none;
}
#contact-page .contact-form-options input:focus ,#contact-page .contact-form-options textarea:focus  {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}


#contact-page .contact-form-options input[type=submit] {
  background: #8dc63f;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin: 0 5px;
  outline: none !important;
  font-weight: bold;
  border-radius: 2px;
  padding: 12px 30px;
  border: none;
}


#contact-page .service {
  text-align: center;
}

#contact-page .service i {
  font-size: 60px;
  text-align: center;
  display: block;
}


  

.products .block:hover .caption {
  -webkit-transform: translateZ(0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: 1;
  z-index: 5;
}







.product-main-content {
  padding:40px 0;
  margin-top: 25px;
}

.product-img {
  border-bottom: 1px solid #dedede;
}

.product-details h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
    color: #505656;
}








/*
  404 Page Styles
*/

#wrapper{
    min-height: 100%;
    height: 100%;
    width: 100%;
}

/* ------------------
    Number
-------------------- */
.number{
    background-image: url("../images/404/er404.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 700px;
    height: 245px;
    margin: 20px 0 20px;
    float: right;
}

/* ------------------
    Child
-------------------- */
.child{
    background-image: url("../images/404/child.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 440px;
    height: 440px;
    float: left;
    margin: 0px 50px 50px 0;
    position: relative;
}
.child .mouth{
    position: absolute;
    background-image: url("../images/404/mouth.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 271px;
    height: 139px;
    top: 151px;
    left: 59px;
    -moz-animation: 0.5s ease 0s normal none infinite mouth;
    -moz-transform-origin: center top;
    -webkit-animation:mouth 0.5s infinite ease-in-out;
    -webkit-transform-origin:top;
    -o-animation: 0.5s ease 0s normal none infinite mouth;
    -o-transform-origin: center top;
    -o-animation:mouth 0.5s infinite ease-in-out;
    -o-transform-origin:top;
    -ms-animation: 0.5s ease 0s normal none infinite mouth;
    -ms-transform-origin: center top;
    -ms-animation:mouth 0.5s infinite ease-in-out;
    -ms-transform-origin:top;
    animation: 0.5s ease 0s normal none infinite mouth;
    transform-origin: center top;
    animation:mouth 0.5s infinite ease-in-out;
    transform-origin:top;
}
.child .hand{
    position: absolute;
    background-image: url("../images/404/hand.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 45px;
    height: 85px;
    top: 226px;
    left: 167px;
}

.btn-home {
  background-color: #FFC562;
  text-decoration: none;
  color: #fff;
  padding: 13px 30px;
  font-size: 20px;
  margin-top: 24px;
}
.btn-home:hover {
  color: #fff;
}

@-moz-keyframes mouth {
    0%{  top: 151px;  }
    50%{  top: 153px;  }
    100%{  top: 151px;  }
}
@-webkit-keyframes mouth {
    0%{  top: 151px;  }
    50%{  top: 153px;  }
    100%{  top: 151px;  }
}
@-o-keyframes mouth {
    0%{  top: 151px;  }
    50%{  top: 153px;  }
    100%{  top: 151px;  }
}
@-ms-keyframes mouth {
    0%{  top: 151px;  }
    50%{  top: 153px;  }
    100%{  top: 151px;  }
}
@keyframes mouth {
    0%{  top: 151px;  }
    50%{  top: 153px;  }
    100%{  top: 151px;  }
}


@-moz-keyframes mouth_little {
    0%{  top: 51px;  }
    50%{  top: 52px;  }
    100%{  top: 51px;  }
}
@-webkit-keyframes mouth_little {
    0%{  top: 51px;  }
    50%{  top: 52px;  }
    100%{  top: 51px;  }
}
@-o-keyframes mouth_little {
    0%{  top: 51px;  }
    50%{  top: 52px;  }
    100%{  top: 51px;  }
}
@-ms-keyframes mouth_little {
    0%{  top: 51px;  }
    50%{  top: 52px;  }
    100%{  top: 51px;  }
}
@keyframes mouth_little {
    0%{  top: 51px;  }
    50%{  top: 52px;  }
    100%{  top: 51px;  }
}

/* ------------------
    Info
--------------------*/
.info{
    position: relative;
    z-index: 999;
}

.info h2{
    font-size: 50px;
    font-weight: 700;
    color: #734b1e;
}

.info p{
    font-size: 20px;
    color: #553614;
}

/* ------------------
    Animationload
--------------------*/
.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999999;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    width: 200px;
    height: 200px;
    background-image: url("../images/404/ajax-loader.gif");
    background-position: center;
    background-repeat: no-repeat;
}




@media (max-width: 1200px) {

    .info {
        text-align: center;
    }


}

@media (max-width: 992px) {

    .child {
        float: none;
        margin: 0 auto 40px;
    }

    .info{
        margin-bottom: 40px;
    }

}

@media (max-width: 770px) {

    .number{
        width: 607px;
        margin: 40px auto 20px;
        float: none;
    }


}

@media (max-width: 670px) {

    .number{
        width: 285px;
        height: 100px;
        margin: 40px auto 20px;
        float: none;
    }
    .child {
        width: 200px;
        height: 240px;
    }
    .child .mouth{
        width: 105px;
        height: 139px;
        top: 51px;
        left: 35px;
        -moz-animation: 0.5s ease 0s normal none infinite mouth_little;
        -moz-transform-origin: center top;
        -webkit-animation:mouth_little 0.5s infinite ease-in-out;
        -webkit-transform-origin:top;
        -o-animation: 0.5s ease 0s normal none infinite mouth_little;
        -o-transform-origin: center top;
        -o-animation:mouth_little 0.5s infinite ease-in-out;
        -o-transform-origin:top;
        -ms-animation: 0.5s ease 0s normal none infinite mouth_little;
        -ms-transform-origin: center top;
        -ms-animation:mouth_little 0.5s infinite ease-in-out;
        -ms-transform-origin:top;
        animation: 0.5s ease 0s normal none infinite mouth_little;
        transform-origin: center top;
        animation:mouth_little 0.5s infinite ease-in-out;
        transform-origin:top;
    }
    .child .hand{
        width: 19px;
        height: 33px;
        top: 127px;
        left: 76px;
    }

    .info h1 {
        font-size: 90px;
        font-weight: 700;
        margin-top: 10px;
        color: #222a4b;
    }
    .info h2 {
        font-size: 30px;
    }
    .info p {
        font-size: 16px;
    }
    .info p br{
        display: block;
    }


}

.dwqa-single-question .avatar {
    width: 35px
}

  






/*
  License page
*/

.license-page .title {
  font-size: 40px;
  font-weight: bold;
} 
.license-page {
  padding-top:120px;
  padding-bottom:80px;
}

.pricing-value {
  padding:25px 0 20px;
  
  background-color: #f1f5f8;
}

.pricing-value h2 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 0;
  color: #666;
}
.pricing-value h2 span {
  margin-top: 15px;
  font-size: 30px;
  display: inline-block;
  font-weight: 700;
  color: #444;
}
.pricing-value h2 span.cross {
  text-decoration: line-through;
  color: #f05f5c;
  margin-right: 8px;
}
.pricing-table .pricing-header h3 {
    font-size: 20px;
    font-weight: bold;
    color: #575e76;
}
.pricing-table .pricing-header p {
  color: #6c738c;
}
.pricing-table .table-block {
  border:3px solid #f1f5f8;
}
.pricing-table {
  margin-top: 80px;
}

.pricing-table .pricing-list {
  padding:30px 0;
  margin-bottom: 0;
}
.pricing-table .pricing-list li {
  margin:6px 0;
  color: #666;
  font-size: 16px;
  padding:10px 0;
}
.pricing-table .pricing-list li i {
  margin-right: 6px;
}

.btn-buy {
  background: #63c46b;
  color: #fff;
  border-bottom: 2px solid #52a559;
  margin-bottom: 40px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 18px;
  padding:10px 20px;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
.btn-buy:hover,.btn-buy:focus {
  color: #fff;
  background:#4B9E52;
  border-bottom: 2px solid #4B9E52;
}


.pricing-table .green-border {
  border:5px solid #63c46b;
}
.pricing-table .alert {
  margin-top: 40px;
}


.faq {
  margin-top: 50px;
}

.faq .title {
  text-transform: capitalize;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  padding-top: 60px;
  margin-bottom: 25px;
}
.faq-header {
  margin-bottom: 50px;
}
.blue-txt {
  color: #286ebb;
}

.faq-item {
  margin:20px 0;
}
.faq-item h4 {
  color: #333;
  font-weight: 600;
  line-height: 1.3;
}
.faq-item p {
  color: #777;
}
.faq-item h4 i {
  color: #286ebb;
  margin-right: 10px;
}


.title {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  color: #424242;
}

.subtitle {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #777;
  margin-top: 10px;
}

.showcase {
  padding:40px 0;
}

.showcase-title {
  padding-top: 100px;
}

.showcase .block .website-link {
  border-top: 1px solid #EFEFEF;
  padding-top: 15px;
  margin-top: 20px;

}
.showcase .block {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(1, 1, 1, 0.1);
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(1, 1, 1, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(1, 1, 1, 0.1);
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  text-align: center;
  padding:15px;
}
.showcase .block img {
  width: 100%;
  height: auto;
}


.showcase .block figcaption {
    padding: 22px 16px;
    position: relative;
}
.showcase .block figcaption h2 a {
  color: #23A5B8;
}
.showcase .block figcaption h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    margin: 0px auto 0;
    padding-top: 8px;

}

.showcase .block figcaption p {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    margin: 0;
    color: #676767;
    margin-top: 5px;
} 

.showcase .block figcaption p a {
  color: #676767;
}
.showcase .block figcaption p a:hover {
  color: #23A5B8;
}
.submit-site {
  border: 2px dashed #bbb;
  height: 297px;
  font-size: 15px;
  font-weight: bold;
  background: rgba(0,0,0,0.03);
  border-radius: 6px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
.submit-site:hover {
  background: #23A5B8;
  color: #fff;
  border: 2px dashed #23A5B8;
}
.submit-site:hover a {
  color: #fff;
  text-shadow:none;
}
.submit-site a {
  width: 100%;
  display: block;
  height: 100%;
  color: #666;
  position: relative;
}
.submit-site a h4 {
  position: absolute; /* or absolute */
  top: 12%;
  left: 27%;
  font-size: 16px;
}
.submit-site a i {
  font-size: 140px;
  display: block;
}




/*login Page*/
.login-body {
  padding-top: 140px;
  padding-bottom: 70px;
  background: #e3e3e3;
}
.login-body h2 {
  font-size: 18px;
  color: rgb(62, 62, 62);
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  letter-spacing: 1px;
}

.login-body .col-1 , .login-body .col-2 {
  border:1px solid #dedede;
  padding:10px;
  background: #fff;
  border:10px solid #efefef;
}
.login-body .block {
  padding:30px 40px;
}
.login-body .block  form .button {
  background:#23A5B8;
  width: 100%;
  color: #fff;
  border-radius: 0;
  padding:18px 0;
  margin: 10px 0;
}
.login-body .block  form.login,.login-body .block  form.register {
  padding:0;
  border:none;
}
.login-body .block .form-row input.input-text {
  border:1px solid #dedede;
  height: 45px!important;
}
.login-body .block .form-row {
  padding:3px 0;
}
.login-body .block .form-row label {
  font-size: 15px;
  color: #555;
  line-height: 1.2;
  font-weight: normal;
}
.login-body .block .lost_password a{ 
  color: #333;
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}
.login-body .block .lost_password {
  margin-top: 10px;
  text-align: center;
}

.login-form-msg {
  background: #fff;
  padding:30px;
}
.login-form-msg p {
  font-size: 16px;
}
.login-form-msg .address {
  border:none;
}
.login-form-msg .address h3 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
}
.login-form-msg .address .edit {

}
.login-form-msg .myaccount_user {
  font-size: 20px;
  margin-bottom: 30px;
}
.login-form-msg .myaccount_user span {
  font-size: 13px;
}
.login-form-msg .btn-live-preview {
  color: #fff;
  padding:10px 20px;
}


/*  Woocommerce Design Preset*/

.woocommerce-billing-fields, .woocommerce-shipping-fields {
  border:1px solid #dedede;
  padding:10px;
}
.woocommerce-billing-fields h3 , .woocommerce-shipping-fields h3 ,#order_review_heading{
  background: #23A5B8;
  color: #fff;
  padding:10px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
}
.woocommerce form .form-row label {
  font-size: 16px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  height: 35px!important;
  padding-left: 6px;
  font-size: 14px;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  padding:8px!important;
}

#order_review_heading{
  margin-top: 20px;
}
.woocommerce table.shop_table {
  border-radius: 0!important;
}
.woocommerce input.button.alt {
  background: green!important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding:15px 0;
  background: #23A5B8!important;
}
.widgettitle {
  font-size: 16px;
  font-weight: bold;
}
.payment-image {
  padding:40px 0;
}