@font-face {
    font-family: 'afta_serifitalic';
    src: url('../fonts/aftaserifthin-italic-webfont.woff2') format('woff2'),
         url('../fonts/aftaserifthin-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'afta_serifregular';
    src: url('../fonts/aftaserifthin-regular-webfont.woff2') format('woff2'),
         url('../fonts/aftaserifthin-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Titillium Web',sans-serif !important;
}

/*Header*/

.header{
  /*background-image: url(../images/background/header_bg_contact.png);
  background-repeat: repeat-x;*/
  background-color: rgba(235, 231, 226, 0.7); /*black*/
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.48);
  position: relative;
}

a.logo-wrapper {
  /*background: rgba(0, 0, 0, 0.3);*/
  text-align: center;
  padding: 11px 0;	/*padding-top: 23px;*/
  width: 100%;
}

.logo-wrapper{
  height: auto;	/*115px;*/
  display: inline-block;
}

.col-xs-12.office-contacts, .short-descript{
  color: #4f2967;	/*white;*/
  font-size: 12px;
  /*text-shadow: 0px 1px 1px black;*/
  font-family: 'Tahoma';
  text-align: right;
}

.col-xs-12.office-contacts{
  text-align: right;
  font-size: 14px;
  line-height: 2;
}

.short-descript{
  text-align: left;
  margin-top: -54px;	/*-20px;*/
  margin-left: 30px;	/*-20px;*/
}

.navigation ul{
    list-style: none;
    padding: 0;
    text-align: right;
    margin-top: 17px;
    margin-bottom: 8px;
    line-height: 34px;
}

.navigation ul li{
  display: inline-block;
  margin: 0px;	/*0px 7px;*/
  padding-right: 13px;
  padding-left: 9px;
  border-right: 2px solid #4f2967;
}
.navigation ul li:last-child {
	/*padding-right: 0;
  	border-right: none;
	margin-right: 0;*/
}
.navigation ul li a{
  padding: 2px 4px;
  color: #4f2967; /*white;*/
  font-weight: bold;
  font-family: oswald;	/*'Tahoma';*/
  font-size: 12px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.navigation ul li:hover {
    background-color: #c3a5d7;
}
.navigation ul li a:hover{
  text-decoration: none;
}

.navbar-brand{
  padding: 0 15px 20.5px 15px;
}

.navbar-brand>img{
  width: 100%;
  display: inline-block;
  position: relative;
  background: white;
  padding: 0 15px 15px 15px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}

.navbar{
  margin-bottom: 0;
}


/* Footer */

.footer{
  /* background-image: url(../images/background/footer_bg.jpg); */
  /*background: rgba(77,77,77,1);
  background: -moz-linear-gradient(top, rgba(77,77,77,1) 0%, rgba(43,43,43,1) 26%, rgba(43,43,43,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(77,77,77,1)), color-stop(26%, rgba(43,43,43,1)), color-stop(100%, rgba(43,43,43,1)));
  background: -webkit-linear-gradient(top, rgba(77,77,77,1) 0%, rgba(43,43,43,1) 26%, rgba(43,43,43,1) 100%);
  background: -o-linear-gradient(top, rgba(77,77,77,1) 0%, rgba(43,43,43,1) 26%, rgba(43,43,43,1) 100%);
  background: -ms-linear-gradient(top, rgba(77,77,77,1) 0%, rgba(43,43,43,1) 26%, rgba(43,43,43,1) 100%);
  background: linear-gradient(to bottom, rgba(77,77,77,1) 0%, rgba(43,43,43,1) 26%, rgba(43,43,43,1) 100%);*/
  background: #161f2c;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#2b2b2b', GradientType=0 );
  box-shadow: 0px -1px 4px 1px rgba(0, 0, 0, 0.48);
}

.footer-card{
  width: 19%;
  display: inline-block;
  vertical-align: top;
  color: white;
  font-weight: 100;
}

.footer-card h3{
  color: white;
}
.footer-card p {
	font-size: 12px;
	line-height: 1.3;
    margin-bottom: 1em !important;
}
.footer-card ul {
	padding-left: 0px;
	list-style: none;
}
.footer-card ul li {
	font-size: 12px;
	line-height: 1.6;
}
.footer #text-8 li {
	margin-left: 10px;
}
.footer #text-8 li:first-child {
	margin-left: 0px;
}
.footer #text-8 li i {
	font-size: 20px;
}
.footer_link > a {
    margin-right: 13.5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.addressOffice {
	line-height: 1.5;
	min-height: 78px;
}

.footer-braker{
  border: 1px solid #fff;
  border-radius: 4px;
  margin: 30px auto -1px;;
}

.geography, .country-list{
  color: white;
 
}

.country-list{
  font-weight: 100;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0px;
}

.country-list b{
  font-size: 9px;
  font-family: Tahoma,Geneva,sans-serif !important;
}

.geography{
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 2px;
  font-family: Tahoma,Geneva,sans-serif !important;
  letter-spacing: 0px;
}

.footer-card h3{
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 27px;
}
.row .col-xs-12:nth-child(3) .footer-card h3 {
    margin-bottom: 23px;
}

.footer-card a{
  color: white;
}
.menu-item-221 span:before {
    content: '\f09a';
    font-family: FontAwesome;
}

/*.country-wrap{
  border-left: 2px solid #666;
  padding-left: 30px;
}*/

.footer-links a{
  font-family: Tahoma, Geneva, sans-serif !important;
  color: white;
  font-size: 10px;
  margin-right: 10px;
}

.footer-gradiant{
    display: inline-block;
    width: 100%;
    height: 30px;
    box-shadow: none;	/*inset 0px -11px 18px rgba(255, 255, 255, 0.11);*/
    margin-bottom: 15px;
    border-bottom: none;	/*1px solid rgb(255, 255, 255);*/
}

.admin-footer{
  box-shadow: 0px -1px 4px 1px rgba(0, 0, 0, 0.48);
}

/* Login - Signup */

.login-submit, .signup-submit{
  margin-top: 15px;
  width: 120px;
  margin-right: 15px;
}

.signup-submit{
  margin-right: 0;
}

.login-section{
  margin-top: 40px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 40px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.43);
}

.back-wrapper{
  background-image: url(../images/background/blur-back.jpg);
  background-size: cover;
  background-position: left top;
  padding-bottom: 10px;
}

.front-wrapper{
  background-image: url(../images/background/front-back.jpg);
  background-size: cover;
  background-position: left top;
  padding-bottom: 10px;
}

/* Inner-pages */

.inner-back{
  background-image: url(../images/background/blur-back.jpg);
  background-size: cover;
  min-height: 85vh;
}

.table{
  background-color: #fff;
}

.page-title{
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-weight: 100;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: capitalize;
}

thead td{
  font-weight: bold;
  text-align: center;
}

td.icon-td{
  text-align: center;
}

.operation{
  background-position: center bottom;
  transition: all 0.3s ease;
  background-size: 24px;
  background-repeat:no-repeat; 
  width: 24px;
  height: 24px;
}

.operation:hover{
  background-position: center top;
}

.edit{
  background-image: url(../images/icons/edit.png);
}

.view{
  background-image: url(../images/icons/view.png);
}

.update{
  background-image: url(../images/icons/update.png);
}

.delete{
  background-image: url(../images/icons/delete.png);
}

.download{
  background-image: url(../images/icons/download.png);
}

.screenshot-thumb{
  width: 200px;
  height: auto;
  border: 2px dashed #666;
}

.plugin-icon img{
  width: 50%;
}

.search-icon{
  width: 100%;
  background-image: url(../images/icons/search.png);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center top;
  transition: all 0.3s ease;
}

.settings-panel .btn{
  width: 100%;
  display: block;
  color: white;
}

.btn-active{
  background-color: #A54C00 !important;
 
}

.btn-active:hover{
  background-color: rgba(165, 76, 0, 0.8);
}

.settings{
  background-color: #7B7B7B;
  margin-bottom: 10px;
}

.settings:hover{
  background-color: rgba(123, 123, 123, 0.8);
}

.settings:last-child{
  margin-bottom: 0;
}

.search-icon:hover{
  background-position: center bottom;
}

.search-wrapper{
  padding-top: 15px;
}

.cover-photo{
  padding-left: 0;
  padding-right: 0;
  height: 300px;
  overflow: hidden;
}

.cover-photo img{
  width: 100%;
}

.plugin-title{
  margin-top: -85px;
}

.plugin-title h2{
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 3px black;
}

.order-history{
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 5px;
}

.order-history p{
  margin-bottom: 3px;
  border-bottom: 1px dotted;
  font-size: 15px;
}

.card{
  background-color: #2D213A;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.content-wrapper{
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-frame{
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #999;
  text-align: center;
  background-color: white;
  min-height: 160px;
}

.short-desc{
  margin-top: 10px;
  max-height: 40px;
}

.a .card{
  min-height: 330px;
  max-height: 330px;
}

.a .card:hover{
   box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.6);
  transform: translateY(-2px);
}

.inner .well{
  background-color: #2D213A;
  color: rgba(255, 255, 255, 0.8);
}

.inner legend{
 color: rgba(255, 255, 255, 0.8); 
}

.image-frame img{
  width: 128px;
  height: auto;
}

.price{
  font-weight: 100;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.card .btn-md{
  margin-bottom: 15px;
}

.screen-panel img {
    width: 100%;
}

td{
  vertical-align: middle !important;
}

thead td{
  text-transform: capitalize;
}

.cart-row{
  padding-left: 0;
  padding-right: 0;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.48);
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.cart-row:first-child{
  margin-top: 10px;
}

/* .cart-row b, .cart-row p{
  display: inline-block;
} */

.title-row{
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
}

.cart-row p{
  margin-bottom: 0;
  line-height: 2.5;
}

.total-value{
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27);
  margin-top: 10px;
}

.empty-message{
  color: white;
  margin-top: 0;
  text-align: center;
}

.height-fix{
  min-height: 28vh
}

.cart-count{
  display: inline-block;
  background: #C10303;
  color: white;
  width: 26px;
  text-align: center;
  height: 26px;
  border-radius: 15px;
  left: -9px;
  top: -9px;
  position: absolute;
  line-height: 2;
}

.tool-bar{
  padding-top: 15px;
  /* text-align: right; */
}

.tool-bar .btn {
    margin-left: 4px;
    position: relative;
}

.btn-learn{
  background-color: #868683;
  color: white;
}

.btn-learn:hover{
  background-color: #757572;
  color: white;
}

.btn-home{
  background-color: #2584A9;
  color: white;
  float: left;
}

.btn-home:hover{
  background-color: #23799A;
  color: white;
}

.btn-profile{
  background-color: #00BCD4;
  color: white;
}

.btn-profile:hover{
  background-color: #01A6BB;
  color: white;
}


.inner{
  background-image: url(../images/background/dark_wood.png);
  background-repeat: repeat;
}

ol.product-summery{
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
}

ol.product-summery li{
  font-size: 15px;
}

.card h4{
  color: rgba(255, 255, 255, 0.8);
}

h5.billing-info-total{
  text-align: right;
  margin-bottom: 0;
  color: #BFBFA0;
}

.details-panel{
  background: rgba(255, 255, 255, 0.08);
  height: 160px;
}

.details-panel p{
	margin-bottom : 5px;
}

.plugin-name{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 4px; 
}

.margin-adjust{
  margin-top: 0;
}

.pagination{
  text-align: center;
}

.pagination .selected, .pagination a{
  display: inline-block;
  padding: 0 15px;
  background: rgba(45, 33, 58, 0.67);
  margin: 0 5px;
  line-height: 2.5;
  border: 2px solid #391F54;
}

.admin-thumb a{
  background-color: rgba(255, 255, 255, 0.68);
  width: 100%;
  display: inline-block;
  text-align: left;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 2px;
  color: #56336F;
  font-weight: bold;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
}

.admin-thumb a:hover{
  background-color:white;
}

.admin-thumb img{
  margin-right: 15px;
}

.inv-detail ol{
  background-color: white;
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 14px;
  border: 1px solid #888;
}

.admin-inv-total{
  text-align: right;
  color: white;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.47);
  text-decoration: underline;
}

.no-results{
  text-align: center;
  color: #BD032D;
}

.error-note{
  color: white;
  text-align: center;
}

#changes b{
  color: #F8FDBC;
  text-decoration: underline;
}

#changes p{
  padding-left: 10px;
}

.msg-error{
  text-align: right;
  color: #FF5722;
}

.inner input[type=text]{
  color: rgba(255, 255, 255, 0.52);
}

#domain::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #545454;
}
#domain:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #545454;
   opacity:  1;
}
#domain::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #545454;
   opacity:  1;
}
#domain:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #545454;
}
#domain:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #545454;
}

.banners{
  display: block;
  margin-bottom: 15px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.banners img{
  width: 100%;
}

.ecommerce{
  width: 100%;
  height: 250px;
  background: url(../images/banners/ecommerce.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.ecommerce2{
  width: 100%;
  height: 250px;
  background: url(../images/banners/ecommerce.jpg);
  background-size: 155%;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.ecommerce:hover{
  background-size: 120%;
  text-decoration: none;
}

.ecommerce2:hover{
  background-size: 175%;
  text-decoration: none;
}

.ecommerce span{
  width: 300px;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 23px;
  font-weight: bold;
  top: 79px;
  color: white;
  line-height: 1.5;
 border: 2px solid white;
}

.ecommerce2 span{
  width: 90%;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 23px;
  font-weight: bold;
  top: 79px;
  color: white;
  line-height: 1.5;
 border: 2px solid white;
}

.main-heading{
	color: white;
	font-weight: 100;
}

.sub-heading{
	color: white;
}

 .descript-para{
 	color: #DCDADA;
 	text-align: justify;
 	margin-bottom: 25px;
 }
 
 .cms-badge{
 	width: 100%;
 	background: rgba(255,255,255,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 47%, rgba(207,203,207,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(250,250,250,1)), color-stop(100%, rgba(207,203,207,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 47%, rgba(207,203,207,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 47%, rgba(207,203,207,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 47%, rgba(207,203,207,1) 100%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 47%, rgba(207,203,207,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcbcf', GradientType=1 );
	transition: all 0.8s ease;
  height: 199px;
 }
 
 .cms-badge img{
 	margin-top: 57px;
 	margin-bottom: 57px;
 }
 
 .cms-badge:hover{
 	background: rgba(250,250,250,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(250,250,250,1) 0%, rgba(245,213,164,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(250,250,250,1)), color-stop(100%, rgba(245,213,164,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(250,250,250,1) 0%, rgba(245,213,164,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(250,250,250,1) 0%, rgba(245,213,164,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(250,250,250,1) 0%, rgba(245,213,164,1) 100%);
	background: radial-gradient(ellipse at center, rgba(250,250,250,1) 0%, rgba(245,213,164,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f5d5a4', GradientType=1 );
 }

.cms-panel{
	padding-bottom: 25px;
}

.cms-title{
	
	font-weight: bold;
	text-align: center;
}

.cms-title a{
	color: white;
}

.cms-title a:hover{
	color: #dadada;
	text-decoration: none;
}

.cms-description{
	  display: inline-block;
    background: #2d213a;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.inner-description{
    height:260px;
    overflow: hidden;
}

.cms-description p{
	color: #D5D3D3;
    text-align: justify;
    line-height: 2;
}

.cms-description img{
	display: block;
	margin: 5px auto;
}

.view-cms{
	color: #ff9800;
	display: block;
	margin: 0 auto 10px;
}

.wrapper{
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.5);
}
.footer #text-8 li {
	list-style: none;
	color: #fff;
	float: left;
}

@media (max-width: 1024px){
  .image-frame{
    background-color: transparent;
    border: none;
  }
  
  .a .card{
  	max-height: none;
  }
  
  .details-panel{
  	height: auto;
  }
    
    .ecommerce2{
        height: 164px;
    }
    
    .ecommerce2 span{
        top: 10px;
    }

 /* .footer-card{
    width: 30%;
  }*/

  .details-wrapper{
    padding-left: 0;
    padding-right: 0;
  }

  .short-desc{
    margin-top: 0;
  }

  .short-descript{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .inner-back .page-title{
    margin-top: 25px;
  }

  .navbar-brand>img {
    width: 78%;
  }

  .country-wrap{
    padding-left: 15px;
    border: none;
  }

  .card .btn-block{
    width: 50%;
    display: block;
    margin: 0 auto 10px;
  }

  .xs-inline-block{
    display: inline-block;
  }
}

@media(max-width: 500px){
  .footer-card{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .card .btn-block{
    width: 80%;
  }

  .plugin-title {
    margin-top: -135px;
  }

  .btn-home{
    float: none;
  }

/*  .footer-card{
    text-align: center;
  }*/

  .footer-links{
    text-align: center;
  }
}

@media(max-width: 340px){
  .tool-bar .btn {
    display: block;
    margin-bottom: 10px;
  }

  .nav-tabs>li>a {
    padding-left: 8px;
    padding-right: 8px;
  }

  .btn-adjust{
    float: right !important;
  }

  .btn-adjust:first-child{
    margin-bottom: 10px;
  }
}

@media(min-width: 1200px){
	.footer-card {
    	width: 220px;
    }
    .footer-braker {
		width: 1080px;
	}
	.footer #text-8 {
   		padding-top: 22px;
	}
	.footer #text-8 li {
	    display: inline-block;
	    /* padding: 5px 20px; */
	    line-height: 1;
	    font-size: 12px;
	}
	.footer .menu-social-container {
    	margin-right: 112px !important;
	}
	.footer	#menu-social {
    	padding-left: 0 !important;
    	margin-bottom: 19px;
	}
}

@media screen and (max-width: 1024px) {
	.header {
    	background-color: rgba(235,231,226, 1)
    }
	.navigation {
		display: none;
	}
	.btn-menu {
	    position: absolute;
	    top: -66px;
	    left: 3px;
	    z-index: 1000;
	    padding: 20px 15px;
	}
	.btn-menu i {
    	color: #4f2967;
    	font-size: 26px;
	}
	#mainnav-mobi ul {
	    display: block;
	    list-style: none;
	    margin: 0;
	    padding: 0 15px;
	}
	#mainnav-mobi ul li {
    	border-top: 1px solid #252525;
    	line-height: 38px;
	}
	.wr-mega-menu>li>a {
		font-size: 12px !important;
		padding: 10px 5px;
		color: #4f2967 !important;
    	font-family: Oswald !important;
        font-weight: bold !important; 
	}
	#text-8 #menu-social {
		padding-left: 0px;
	}
	#text-8 .menu-social-container {
    	margin-top: 20px;
	}
	span.footer_link {
		display: block !important;
    	position: relative !important;
    	margin-top: 1px !important;
    }
}

@media(min-width: 1025px) {
	#mainnav-mobi, .btn-menu {
		display: none !important;
	}
}

@media(min-width: 768px) {
	.btn-menu {
		top: 0px;
	}
	#mainnav-mobi {
	    margin-top: 68px;
	    width: 100%;
	}
}

@media(max-width: 767px) {
	#text-16 {
    	margin-top: 20px;
	}
}