/*!
Theme Name: cryptopoints
Text Domain: mystart22
*/

/*--------------------------------------------------------------
## fonts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Fontelo
--------------------------------------------------------------*/




@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/wp-content/themes/my/fonts/fontello.svg?27ca709c#fontello') format('svg'); 
  }
}
 [class^="fontel-"]:before, [class*=" fontel-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.fontel-heart:before { content: '\e800'; } 
.fontel-export:before { content: '\e801'; } 
.fontel-back:before { content: '\e802'; } 
.fontel-info-circled:before { content: '\e803'; }
.fontel-icon-star:before { content: '\e804'; }
.fontel-icon-back:before { content: '\e805'; }
.fontel-icon-right-open-big:before { content: '\e806'; }
.fontel-icon-right-open:before { content: '\e807'; }
.fontel-icon-check:before { content: '\e808'; }
.fontel-link-ext:before { content: '\f08e'; } 
.fontel-arrow-right:before { content: '\f178'; } 
/*--------------------------------------------------------------
## Page content
--------------------------------------------------------------*/

body { 
    padding: 0;
    margin: 0;
    font-family: 'ubuntulight', sans-serif;
    font-weight: 300;
    
}

h1 { 
    padding: 40px 0 10px 0;
    margin: 0;
    font-family: 'ubuntulight', sans-serif;
    font-weight: 300;
    font-size: 40px;
    font-style: normal;
    color: #262626;
    text-align: center;
    
}

h2 { 
    padding: 10px 0;
    margin: 0;
    font-family: 'ubuntulight', sans-serif;
    font-weight: 300;
    font-size: 40px;
    font-style: normal;
    color: #262626;
    
}

h3 { 
    color: #262626;
    
}

.center {
    text-align: center;
}
.left {
    text-align: left;
}

#page {
}

#content {
}

.site {
}

.strong {
font-family: "ubuntumedium", sans-serif;
}

.site-content {
}

#main-content {
    max-width: 1600px;
    margin: auto;
    padding: 10px 20px;
}
.content-size {
    max-width: 1400px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 71vh;
}
.content-size-no-height {
    max-width: 1400px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.075);    
}
.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);    
}
.fbold {
    font-family: "ubuntumedium", sans-serif;
    }
.transition1 {
    -webkit-transition: 1s;
    transition: 1s;
}
.opp50 {
    opacity: 60%;
}
.red {
    color:red;
}
.blue {
    color:blue;
}
.green {
    color:green;
}
.dimgray {
    color:dimgray;
}
.b-red {
    background-color:red;
}
.b-blue {
    background-color:blue;
}
.b-green {
    background-color:green;
}
.b-white {
    background-color:#ffffff;
}

i {
    font-style: normal;
}
.error-404 {
    min-height: 71vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;

}
.e404 {
    font-size: 22vh;
    color:#ff741c;
    font-weight: 900;
}
a:link, a:visited, a:active {
    color: dimgrey;
    text-decoration: none;
}
a:hover{
    color: #ff741c;
    
}
.width100{
    width: 100%;
    
}
.h1-left-center {
    text-align: left;
    font-size: 26px;
    padding-top: 20px;
}
.under-header { 
    text-align: center;
    font-family: 'ubuntulight', sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-style: normal;
    margin: 0;
    color: gray;
    }
.under-header-l-c {
    text-align: left;
    font-family: 'ubuntulight', sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-style: normal;
    margin: 0;
    color: gray;
}

.entry-content2 {
    font-size: 18px;
    line-height: 1.6;
}

.entry-content2 strong {
font-family: "ubuntumedium", sans-serif;
}


@media only screen and (min-width: 720px) {
    
.h1-left-center {
    font-size: 28px;
    padding-top: 30px;
}
}
@media only screen and (min-width: 820px) {
    
.h1-left-center {
    font-size: 32px;
    padding-top: 30px;
    text-align: center;
}
.under-header-l-c {
    text-align: center;
}
}
@media only screen and (min-width: 1400px) {
    
.h1-left-center {
    font-size: 40px;
    padding-top: 40px;
}
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#header-all {
	height: 60px;
	background-color: #262626;
    background-position: bottom;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-height: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
#menu {
    display: none;	
}
#mobile-menu-container {
    display: block;
}

.hamburger {
  padding: 8px 5px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
}

.hamburger:hover {
    opacity: 0.7; 
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #dddddd;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; 
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}

.hamburger-inner::before {
    top: -10px; 
}

.hamburger-inner::after {
    bottom: -10px; 
}

.hamburger--stand .hamburger-inner {
    -webkit-transition: background-color 0.4s 0.6s linear, -webkit-transform 0.3s 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: background-color 0.4s 0.6s linear, -webkit-transform 0.3s 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 0.3s 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0.4s 0.6s linear;
    transition: transform 0.3s 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0.4s 0.6s linear, -webkit-transform 0.3s 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--stand .hamburger-inner::before {
    -webkit-transition: top 0.3s 0.3s ease-in, -webkit-transform 0.3s 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.3s 0.3s ease-in, -webkit-transform 0.3s 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.3s 0.3s ease-in, transform 0.3s 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.3s 0.3s ease-in, transform 0.3s 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--stand .hamburger-inner::after {
    -webkit-transition: bottom 0.3s 0.3s ease-in, -webkit-transform 0.3s 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.3s 0.3s ease-in, -webkit-transform 0.3s 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.3s 0.3s ease-in, transform 0.3s 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.3s 0.3s ease-in, transform 0.3s 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0.3s 0.3s linear, -webkit-transform 0.3s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.3s 0.3s linear, -webkit-transform 0.3s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s 0.3s linear;
  transition: transform 0.3s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s 0.3s linear, -webkit-transform 0.3s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 0.5s 0.5s ease-out, -webkit-transform 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.5s 0.5s ease-out, -webkit-transform 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.5s 0.5s ease-out, transform 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.5s 0.5s ease-out, transform 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 0.5s 0.5s ease-out, -webkit-transform 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.5s 0.5s ease-out, -webkit-transform 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.5s 0.5s ease-out, transform 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.5s 0.5s ease-out, transform 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); 
}



.menu-icon {
  display: block;
  position: absolute;
  top: 4px;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 3002;
  display: inline-block;
  overflow: visible;
  padding: 5px;
}


#mobile-menu-container ul {
  padding-left: 0;
  width: 100%;
  margin: 0;
  display: block;
}
 
#mobile-menu-container.right {
  min-height: 100%;
  width: 300px;
  color: #dddddd;
  position: fixed;
  background: transparent;
  height: 100%;
  left: -300px;
  z-index: 3001;
  max-width: 100%;
  top: 0;
}

#mobile-menu-container.right {
  right: -300px;
  left: auto;
}

.h-menu {
  width: 300px;
  height: 100%;
  overflow-x: hidden;
  position: absolute;
  z-index: 3001;
  padding-top: 15px;
}

.h-menu{
    background: #000000;
    background: rgba(0, 0, 0, 0.7);
    color: #dddddd;
}

#mobile-menu-container ul li {
  position: relative;
  width: 100%;
}

.h-menu::-webkit-scrollbar {
  width: 10px; 
}
.h-menu::-webkit-scrollbar {
  background: transparent; 
}
.h-menu::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.2) !important; 
}

#shadow-glass {
  position: fixed;
  z-index: 2900;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
}

.menu-item {
  font-size: 1.4em;
  line-height: 2em;
  color: #dddddd;
  display: block;
  padding-left: 1.3em;
  font-family: "ubuntumedium", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}

#mobile-menu-container.right .menu-item {
  padding-left: 0;
  padding-right: 1.3em;
  text-align: right;
}

.menu-item:link {
    text-decoration: none;
    color: #dddddd;
}

.menu-item:visited {
    text-decoration: none;
    color: #dddddd;
}

.menu-item:hover {
  text-decoration: none;
  opacity: .8;
}

.menu-item:active {
    text-decoration: none;
    color: #dddddd;
}

.menu-item:focus {
  text-decoration: none;
  color: white;
  outline: none;
  border: none;
}

@media only screen and (min-width: 910px) {
#menu {
    display: block;
    padding-right: 30px;
	
}
#mobile-menu-container {
    display: none;	
} 
.menu-icon {
  display: none;
}
#menu nav ul{
	padding: 0;
	margin: 0;
}
#menu nav ul li{
	display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
	color: #dddddd;
}
#menu nav ul li a:link, #menu nav ul li a:visited{
    font-family: 'ubuntumedium', sans-serif;
    color: #dddddd;
    text-decoration: none;
}
#menu nav ul li a:hover{
    opacity: .8;
    }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer {
    background-color: #262626;
    
}
.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 120px;
    padding: 20px 50px 20px 50px;
    max-width: 1140px;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    }
.footer-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    
}
.footer-top img{
    padding-top: 16px;
    padding-bottom: 5px;
    height: 32px;
    width: 280px;
    
}

.footer-logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    
}
.footer-logo p{
    color: #bababa;
    font-style: italic;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    
}
    
.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer-links a:link, .footer-links a:visited{
    padding-bottom: 7px;
    font-family: 'ubuntumedium', sans-serif;
    color: #bababa;
    text-decoration: none;
}

.footer-mlinks{
    padding-top: 8px;
    text-align: left;
    color: #bababa;
}
.footer-mlinks a{
    padding-right: 12px;
}

.footer-mlinks a:link, .footer-mlinks a:visited{
    color: #bababa;
    text-decoration: none;
}

.copyrights{
    padding-top: 20px;
    text-align: left;
    color: #bababa;          
}

@media only screen and (min-width: 640px) {
    

.footer-top{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.footer-top{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer-links {
    padding-left: 20%;
    
}
   
}
@media only screen and (min-width: 850px) {
    
.footer-top{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-links {
    padding-top: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    
}
.footer-links a:link, .footer-links a:visited{
    padding-left: 20px;
}
   
}
@media only screen and (min-width: 1024px) {
    

.footer-links {
    padding-right: 15%;
    
}
   
}
/*--------------------------------------------------------------
## Main-Page
--------------------------------------------------------------*/
#m-header-main {
	height: 620px;
	background-image:url(/img/background3.jpg);
    background-position: bottom;
    background-size:auto;
    background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.m-header-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-height: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: black;
	background: rgba(0, 0, 0, 0.4);
}
.m-header-logo {
    padding-left: 22px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.m-header-logo img{
    display: block;
    width: 185px;
}

.m-header-bottom{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.cta-text {
    padding-top: 80px; 
	color: white;
    text-align: center;
}
.m-header-highlights{
	padding-bottom: 55px;
	padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.m-header-highlights a, .m-header-highlights a:visited, .m-header-highlights a:active {
	background: rgba(255, 255, 255, 0.20); 
	border-radius: 2px;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-ms-flex-pack: end;
	font-size: 14px;
	margin-right: 1px;
    margin-left: 1px;
	width: 90px;
	height: 80px;
	padding-top: 20px;
	text-decoration: none;
}
.m-header-highlights a:hover {
	background: rgba(255, 255, 255, 0.40);
    color: white;
}

 .m-cat-text {
	 line-height: 1.2;	
}
 .m-cat-icon {
	 padding-bottom: 6px;

}
 .m-cat-icon img{
     height: 35px;
     width: 35px;
}



.main-page-content {
    max-width: 1600px;
    margin: auto;
    padding: 30px 20px 70px 20px;
}

.main-page-content h2{
    padding: 10px 0;
    margin: 0;
    font-family: 'ubuntulight', sans-serif;
    font-weight: 300;
    font-size: 40px;
    font-style: normal;
}

.main-page-articles{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    padding-top: 30px;
    max-width: 1600px;
    min-height: 480px;
    padding-bottom: 70px;
    
}
.m-insights{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
}
.insights-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 280px;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    
}

.insights-card:hover{
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.insights-card:not(:hover){
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.insights-card span{
padding: 10px;
    line-height: 1.6;
    
}
.dark-color{
    border: 1px solid #EDEDED;
    border-radius: 6px;
    background-color: #3a3a3a;
    font: white;
}
.main-page-guides{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    padding-top: 30px;
    max-width: 1600px;
    min-height: 480px;
    background-color: #f9f9f9;
    
}
.m-guides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mpt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f9f9f9;
}
.main-page-text {
    max-width: 1100px;
    margin: auto;
    padding: 30px 20px 70px 20px;
}
.main-page-text h3{
    padding: 25px 5px 5px 0;
    margin: 0;
    font-family: 'ubuntulight', sans-serif;
    font-weight: 600;
    font-size: 22px;
    font-style: normal;
}
.main-page-text p{
    padding: 0 0 10px 0;
    margin: 0;
    font-family: 'ubuntulight', sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-style: normal;
    line-height: 1.6;
}
.top-picks{
    padding-top: 10px;
    max-width: 1000px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;    
}
.view-all{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 50px;

    
}
.viewall-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'ubuntumedium', sans-serif;
    color: dimgray;
    background-color: white;
    font-size: 16px;
    width: 150px;
    height: 40px;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
}

.viewall-button:hover{
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ff741c;
}
.viewall-button:not(:hover){
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.last-updated-i {
        color: dimgray;
    }
@media only screen and (min-width: 1366px) {
.top-picks{
    max-width: 1400px;  
}
.last-updated-i {
        font-size: 14px;
    }
}

.pick{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0.5em 0.5em;
    width: 140px;
    height: 140px;
    border: 1px solid #EDEDED;
    border-radius: 6px;
	
}
.pick:hover{
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.pick:not(:hover){
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.pick-link {                                
    padding-bottom: 20px;
}

.pick-link a {
    display: block;
    height: 100%;
    color: dimgray;
    font-family: 'ubuntulight', sans-serif;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
}
.pick div{
    padding-top: 25px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} 
.pick a img{
    width: 100px;
}
@media only screen and (min-width: 500px) {
.pick{
    width: 200px;
    height: 200px;	
}
.pick div{
    padding-top: 45px;
    height: 70px;

}  
.pick a img{
    width: 140px;
}
}
.background-gray {                                
    width: 100%;
    background-color: #f9f9f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    border-top: 1px solid rgba(0, 0, 0, 0.075);
}

.categories-main-page { 
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.cat-m {
    margin: 10px;
    border-radius: 6px;
    width: 210px;
    height: 260px;
    opacity: 0.9;
    }
.cat-m:hover{  
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.cat-m:not(:hover){
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.cat-m a:link{ 
    padding-top: 35px;
    padding-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
    }
.cat-m a:visited{ 
    color: #fff;
    }
.bg-0 { 
    background-color: #262626;
    }
.bg-43 { 
    background-image: url("/img/category-img/online-stores.jpg");
    }
.bg-48 { 
    background-image: url("/img/category-img/travel.jpg");
    }
.bg-44 { 
    background-image: url("/img/category-img/gift-cards.jpg");
    }
.bg-52 { 
    background-image: url("/img/category-img/internet-services.jpg");
    }

.category-count {
    text-align: center;
    font-family: 'ubuntumedium', sans-serif;
	background: white;
	border-radius: 50%; 
	color: black;
	display: block;
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	right: 4px;
	top: 4px;
	width: 32px;
}
.category-circle {
	border: 3px solid white;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	height: 140px;
	margin: 0 auto;
	position: relative; 
	width: 140px;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	justify-content: center;
}

.category-circle img{
    height: 70px;
    width: 70px;
}

.category-name {
    font-family: 'ubuntulight', sans-serif;
    font-size: 19px;
    text-align: center;
    padding-top: 25px;
    
}

@media only screen and (min-width: 480px) {
	ul.categories--widget .category-icon {
		height: 150px; 
		width: 150px;
	}
}
/*--------------------------------------------------------------
## Seach
--------------------------------------------------------------*/
.m-header-search{
	color: #E0E0E0;
	padding-left: 20px;
    padding-right: 20px;
	text-align: center;
	font-size: 19px;
}
.m-header-search h1{
    color:#fff;
	font-weight: 300;
	font-size: 48px;
	margin: 0;
}
.m-header-search p {
	margin: 5px 0;
}

.m-header-search .m-search-form {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 550px;
}

.m-search-form .asl_w .probox {
    border: 1px solid #ffffff !important;
    border-radius: 6px !important;
}

.m-search-form .asl_w .probox .promagnifier .innericon svg {
    fill: #ff741c !important;
}
.m-search-form .asl_w .probox .proinput input
{
    font-size: 14px !important;
    fill: #ff741c !important;
}

.asl_r .results .item .asl_image {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin-right: 12px !important;
}


.asl_r .results .item div.etc {
    margin-top: 0px !important;
}
.asl_r .results .item .asl_content .asl_desc {
    margin-top: 0px !important;
}


/*--------------------------------------------------------------
## Direcrory
--------------------------------------------------------------*/
.categories {
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.category {
    padding: 20px 15px 20px 15px;
    width: 300px;
}
.main-category {
    font-family: 'ubuntulight', sans-serif;
    font-size: 22px;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-category span {
    background-color: #f0f0f0;
    border-radius: 6px;
    min-width: 28px;
    text-align: center;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.main-category:hover span {
    background-color: #ffae56;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.main-category:not(:hover) span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.dir-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dir-cat-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	margin: 0 auto;
	position: relative; 
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	justify-content: center;
}
.dir-cat-icon a{
    text-decoration: none;
    height: 25px;
}
.dir-cat-icon img{
	height: 25px;
	width: 25px;
    fill: black;
}
.dir-cat-link {
    padding-left: 15px;
}
.dir-cat-link a, dir-cat-link a:visited, dir-cat-link a:active {
    color: #262626;
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ffae56;
}
.dir-cat-link a:hover {
    color: gray;
    border-bottom-color: #ff741c;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.dir-cat-link a:not(:hover) {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.sub-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sub-cat {
    height: 28px;
    padding: 3px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sub-cat span {
    height: 28px;
    background-color: #f0f0f0;
    border-radius: 6px;
    min-width: 28px;
    text-align: center;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sub-cat a, sub-cat a:visited, sub-cat a:active {
    height: 20px;
    color: #262626;
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ffae56;
}
.sub-cat a:hover {
    color: gray;
    border-bottom-color: #f57b00;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.sub-cat a:not(:hover) {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.sub-cat:hover span {
    background-color: #ffae56;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.sub-cat:not(:hover) span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
/*--------------------------------------------------------------
## Category Page
--------------------------------------------------------------*/
.category-box {
    width: 100%;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.card-space {
    width: 100%;

}
.card {
    width:240px;
    height: 365px;
    position:relative;
    -webkit-transition:all .3s;
    transition:all .3s;
    margin:15px auto
}
.card .side {
    width:100%;
    height:100%;
    -webkit-transform:perspective(600px) rotateY(0deg);
    transform:perspective(600px) rotateY(0deg);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:all .5s linear 0s;
    transition:all .5s linear 0s;
    border: 1px solid #EDEDED;
    border-radius: 6px;
	
}

.card .side:hover{
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.card .side:not(:hover){
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.card .card-back {
    -webkit-transform: perspective(1600px) rotateY(180deg);
    transform: perspective(1600px) rotateY(180deg);
    position: absolute;
    top: 0;
    background-color: #fff
}

.card .card-back:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    opacity: .3
}

.card .card-back .btn {
    position: absolute;
    top: 6px;
    right: 10px;
    opacity: .5;
    font-size: 22px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 4
}

.card .card-back .btn:hover {
    color: red
}

.card .card-back .card-back-content {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 15px
}

.card .card-back .card-back-content .name {
    position: absolute;
    top: 14px;
    left: 10px;
    color: dimgray;
    line-height: 1;
    text-align: left;
    margin: 0;
    
}

.card .card-back .card-back-content .country-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'ubuntumedium', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: dimgray;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.card .card-back .card-back-content .country-info img{
    height: 24px;
    margin-left: 10px;

}

.card .card-back .card-back-content .coins-info {
    margin-top: 25px;
    display: block;
    font-family: 'ubuntumedium', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: dimgray;
    min-height: 120px;
}

.card .card-back .card-back-content .coins-info div{
    width: 100%;
}
.card .card-back .card-back-content .coins-info div img{
    width: 32px;
    padding-right: 10px;
    padding-top: 5px;
}
.card .card-back .card-back-content .card-promo {
    display: block;
    font-family: 'ubuntumedium', sans-serif;
    font-size: 15px;
    color: dimgray;
}

.card .card-back .card-back-content .card-promo span {
    font-size: 14px;
    font-family: 'ubuntulight', sans-serif;

}

.card .card-front {
    position: relative
}

.card .card-front-content .logo {
    width: 100%;
    height: 160px;
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border-bottom: 1px #eeeeee solid;
}
.card .card-front-content .logo img {
    padding-top: 20px;
    width: 140px;
}

.card .card-front-content .info {
    height: 145px;
    padding: 20px 15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.card-promo-text {
    font-size: 18px;
    font-family: 'ubuntumedium', sans-serif;
    color: #262626;
}
.card-promo-code {
    font-size: 15px;
    font-family: 'ubuntumedium', sans-serif;
    color: dimgray;
}
.card-promo-link {
    padding-top: 2px;
    font-size: 15px;
    font-family: 'ubuntumedium', sans-serif;
    color: dimgray;
    width: 92px;
}
.card-promo-link:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ff741c;
}
.card-promo-link:not(:hover) {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.card-promo-code span {
    font-size: 18px;
    font-family: 'ubuntumedium', sans-serif;
    color: dimgray;
}

.info .name{
    font-family: 'ubuntumedium', sans-serif;
    color: dimgray;
    font-size: 16px;
    font-weight: 400;
}
.tags {
    margin-top: 5px;
    opacity: 1;
    font-size: 14px;
    line-height: 1;
}
.tags a:link, .tags a:visited, .tags a:active {
    color: dimgray;
    text-decoration: none;
}

.tags a:hover {
    color: #ff741c;
}

.card-front .recommended {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 3;
    font-size: 16px;
    color: dimgray;
}


.recommended .fontel-icon-star {
    color: tomato;
    font-size: 20px;
    padding-right: 2px;
}

.card .card-front .btn {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: .3;
    font-size: 20px;
    color: #000000;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 3
}
.card .card-front .button, .card .card-back .button {
    width: 100%;
    position: absolute;
    bottom: 37px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card .card-front .button a, .card .card-back .button a {
    border: 1px solid #EDEDED;
    background-color: #f7f7f7;
    font-size: 14px;
    padding: 12px 40px;
    margin: 0 5px;
    text-transform: uppercase;
    text-align: center;
    color: dimgray;
    width: 130px;
    font-weight: 400;
    border-radius: 3px;
    letter-spacing: 2px;
    text-decoration: none;
    font-family: 'ubuntumedium', sans-serif;
}

.card .card-front .button a:hover, .card .card-back .button a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #ff741c;
    color: #fff;
}

.card .card-front .button a:not(:hover), .card .card-back .button a:not(:hover) {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.card .rotate-card-front {
    -webkit-transform: perspective(1600px) rotateY(-180deg);
    transform: perspective(1600px) rotateY(-180deg)
}

.card .rotate-card-back {
    -webkit-transform: perspective(1600px) rotateY(0deg);
    transform: perspective(1600px) rotateY(0deg)
}
.read-review{
    font-size: 14px;
    display: block;
    position: absolute;
    bottom: 9px;
    text-align: center;
    width: 100%

}

@media only screen and (min-width: 560px) {
.card-space {
		width: 50%;
	}
}
@media only screen and (min-width: 820px) {
.card-space {
		width: 33%;
	}
}
@media only screen and (min-width: 1050px) {
.card-space {
		width: 25%;
	}
}
@media only screen and (min-width: 1300px) {
.card-space {
		width: 20%;
	}
}
.sub-category-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 280px;
    margin: auto;
}
.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: dimgray;
    padding-bottom: 17px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.breadcrumbs div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 3px;
}

.fontel-icon-right-open {
    padding-top: 2px;
}

.sub-cat-in {
    height: 28px;
    padding: 3px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sub-cat-in span {
    height: 28px;
    background-color: #f0f0f0;
    border-radius: 6px;
    min-width: 28px;
    text-align: center;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sub-cat-in a:visited, sub-cat-in a:active {
    height: 20px;
    color: #262626;
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ffae56;
}
.sub-cat-in a:hover {
    color: gray;
    border-bottom-color: #f57b00;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.sub-cat-in a:not(:hover) {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.sub-cat-in:hover span {
    background-color: #ffae56;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.sub-cat-in:not(:hover) span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.cat-in {
    text-align: left;
    font-size: 26px;
    padding-top: 20px;
}
.category-text {
    text-align: left;
    font-size: 16px;
    padding-top: 40px;
    line-height: 1.6
}

.category-text h2{
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 5px;
}
.category-text h3{
    font-size: 16px;
}

@media only screen and (min-width: 720px) {


.cat-in {
    padding-left: 50px;
    font-size: 28px;
    padding-top: 30px;
}

.breadcrumbs {
    padding-left: 50px;
}
.category-text {
    padding-left: 25px;
    padding-right: 25px;
}    
}
@media only screen and (min-width: 820px) {
    
.sub-category-in {
    padding-left: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    max-width: 1400px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sub-cat-in {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 20px;    
}

.sub-cat-in span {
    margin: 0 6px;
}
.cat-in {
    text-align: left;
    padding-left: 50px;
    font-size: 32px;
}
}
@media only screen and (min-width: 1400px) {
    
.cat-in {
    padding-left: 50px;
    font-size: 40px;
    padding-top: 40px;
}
}
/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
#contactform  {
    margin: auto;
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contactformtitle  {
    text-align: center;
    width: 100%;
    padding-bottom: 45px;
}

#contactform .label  {
    text-align: center;
    width: 100%;
    padding-bottom: 5px;
    color: gray;
    font-size: 15px;
}
#contactform .label2  {
    text-align: center;
    width: 100%;
    padding-bottom: 5px;
    color: gray;
    font-size: 15px;
}

#contactform input {
    color: black;
    text-align: center;
    line-height: 1.8;
    font-size: 16px;
	outline: none;
	border: none;
    border-bottom: 2px solid #d9d9d9;
    font-family: 'ubuntulight', sans-serif;
    padding-bottom: 13px;
    -webkit-transition: all .9s;
    transition: all .9s;
}
#contactform input:focus {
    border-color: #ff741c;
}

#contactform textarea {
    outline: none;
    border: none;
    color: black;
    line-height: 1.6;
    font-size: 16px;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 13px;
    -webkit-transition: all .9s;
    transition: all .9s;
    font-family: 'ubuntulight', sans-serif;
    font-weight: 300;   
}
#contactform textarea:focus {
    border-color: #ff741c;
}
#contactform .has-val {
    border-color: #ff741c;
}
#contactform .form_width100 {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

#contactform .form_width50 {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
#contactform ::-webkit-input-placeholder { 
  color: black;
  opacity: 1; 
}
#contactform :-ms-input-placeholder { 
  color: black;
  opacity: 1; 
}
#contactform ::placeholder { 
  color: black;
  opacity: 1; 
}

#contactform .button-notactiv {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: default;
    border: 1px solid #EDEDED;
    background-color: #f7f7f7;
    font-size: 14px;
    padding: 12px 50px;
    margin-bottom: 50px;
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
    color: dimgray;
    width: 150px;
    font-weight: 400;
    border-radius: 3px;
    letter-spacing: 2px;
    text-decoration: none;
    font-family: 'ubuntumedium', sans-serif;
}
#contactform .button {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
    border: 1px solid #EDEDED;
    font-size: 14px;
    padding: 12px 50px;
    margin-bottom: 50px;
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
    width: 150px;
    font-weight: 400;
    border-radius: 3px;
    letter-spacing: 2px;
    text-decoration: none;
    font-family: 'ubuntumedium', sans-serif;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #ff741c;
    color: #fff;
}
#contactform .button i{
    padding-left: 5px;
    color: #fff;
}

#contactform .button:hover i {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding-left: 19px;
}


#contactform .button:not(:hover) i {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.errors { 
    margin-top: 5px;
    color: red;
}
#contactform .text {
    line-height: 1.5;
}
.content-size-about {
    max-width: 600px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 71vh;
    font-size: 18px;
}

.content-size-about p{
    font-size: 30px;
}
.capchaposition {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
@media only screen and (min-width: 640px) {

#contactform .form_width50 {
    width: calc((100% - 30px)/2);
}
#contactform .label  {
    text-align: left;
}
#contactform .label2  {
    text-align: left;
}
#contactform input {
    text-align: left;
}
#contactform .button {
    margin-left: 0;
    margin-right: 0;
}
    
}
/*--------------------------------------------------------------
## Company Page
--------------------------------------------------------------*/
.companyp-h1{
    font-size: 32px;
    text-align: left;
}

.breadcrumbs-comp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: dimgray;
    padding-bottom: 17px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.breadcrumbs-comp div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 3px;
}
.companyp-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.companyp-logo {
    position: relative;
    width: 320px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #EDEDED;
    border-radius: 6px;
}

.companyp-logo img {
    width: 180px;
}

 .companyp-logo .recommended {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 3;
    font-size: 16px;
    color: dimgray;
}
.companyp-main-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.companyp-main-info a:hover{
    background-color: #fbfbfb;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.companyp-main-info a:not(:hover){
    -webkit-transition: 0.5s;
    transition: 0.5s;

}
.companyp-country {
    margin: 25px 0;
    padding: 18px;
    width: 284px;
    border: 1px solid #EDEDED;
    border-radius: 6px;
}
.companyp-link {
    color: dimgray;
    padding: 18px;
    width: 284px;
    border: 1px solid #EDEDED;
    border-radius: 6px;
}

.companyp-linfo {
    min-height: 32px;
    padding-bottom: 3px;
    font-size: 18px;
    font-family: 'ubuntumedium', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.companyp-linfo img{
    height: 24px;
    padding-left: 4px;
    padding-right: 4px;
}

.companyp-linfo i{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 3px;
    font-size: 22px;
    color: #acabab;
}

.companyp-lcomment {
    color: dimgray;
    padding-left: 5px;
    font-size: 16px;
    font-family: 'ubuntulight', sans-serif;
}

.companyp-h2{
    font-size: 24px;
    padding-bottom: 20px;
}
#company-accept-crypto{
    padding-top: 45px;
}
#company-promotions{
    padding-top: 40px;
}

.promo1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 318px;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    margin-bottom: 20px;
/*    background-color: #EFEFEF;*/

}
.promo21 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;



}
.promo31 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100px;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #000000;
    border-radius: 6px;
    border-style: dashed;
    background-color: #EFEFEF;
    margin-bottom: 10px;
    margin-top: 4px;
}
.promo-header {
    font-size: 30px;
    font-family: 'ubuntumedium', sans-serif;
}

.promo32 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 302px;
}
.promo-text {
    font-family: 'ubuntumedium', sans-serif;
    font-size: 18px;
    padding-bottom: 10px;
}

.promo-description {
    padding-bottom: 7px;
}
.promo33 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 250px;
    padding-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
}
.promo-code {
 
    border-radius: 4px;
    width: 200px;
    font-family: 'ubuntumedium', sans-serif;
    font-size: 22px;
    color: #bababa;
    background-color: #262626;
    cursor: text;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.promo-code:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ff741c;
    color: #ffffff;
}
.promo-code:not(:hover) {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.promo-link {
    margin: auto;
    border-radius: 4px;
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-align: center;
    font-family: 'ubuntumedium', sans-serif;
    font-size: 18px;
    color: #bababa;
    background-color: #262626;
}

.promo-link:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ff741c;
    color: #ffffff;
}
.promo-link:not(:hover) {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.promo-expiration {
    padding-top: 17px;
    text-align: center;
}


#company-payment-gateway{
    padding-top: 20px;
/*    font-family: "ubuntumedium", sans-serif;*/
}
#company-review{
    padding-top: 40px;
}
#company-review p{
    padding-top: 0;
    padding-bottom: 20px;
    margin: 0;
}
#company-tags{
    padding-top: 40px;
    padding-bottom: 50px;
}

#company-tags div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#company-tags div div{
    width: 180px;
    padding-bottom: 5px;
}
.company-coins-accepted {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.company-coins-accepted div{
    width: 200px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.company-coins-accepted div img{
    width: 32px;
    padding-right: 10px;
}
@media only screen and (min-width: 450px) {

.promo32 {
    width: 350px;
}
}
@media only screen and (min-width: 640px) {

.breadcrumbs-comp {
    padding-bottom: 25px;
}
.companyp-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.companyp-logo {
    width: 256px;
    height: 206px;
}
.companyp-country {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

}
@media only screen and (min-width: 800px) {
.promo1 {
    width: 760px;
}
.promo21 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.promo31 {
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 13px;
    margin-top: 0px;
}
.promo32 {
    width: 370px;
}
}
@media only screen and (min-width: 1024px) {
.companyp-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.companyp-logo {
    width: 300px;
    height: 200px;
}
.companyp-main-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.companyp-country {
    margin-left: 0;
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
}
@media only screen and (min-width: 1280px) {

.companyp-country {
    width: 300px;
    margin-left: 0;
    margin-right: 40px;
    margin-top: 0;
    margin-bottom: 0;
}
.companyp-link {
    width: 300px;
    margin-right: 20px;
}
}
@media only screen and (min-width: 1440px) {
.promo0 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.promo1 {
    width: 690px;
}

.promo32 {
    width: 322px;
}
.promo33 {
    min-width: 230px;
}
}
/*--------------------------------------------------------------
## Wallets Main Page
--------------------------------------------------------------*/

.wallets-page-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wallets-p-item {
    width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}
.wallets-p-img img{
    width: 100%

}

.wallets-p-info {
    padding-left: 20px;

}
.wallets-p-header {
    

}
.wallets-p-text {
    

}
/*--------------------------------------------------------------
## Insights
--------------------------------------------------------------*/
.last-updated {
    text-align: right;
    font-family: "ubuntumedium", sans-serif;
}

.article-text {
line-height: 1.6;
}

.article-text h2 {
font-size: 22px;
padding-bottom: 0;
margin-bottom: 0;
}

.article-text strong{
font-family: "ubuntumedium", sans-serif;
}

.article-top{
text-align: center;
padding-bottom: 15px;
font-size: 20px;
}

.companies-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.related-companies {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-height: 200px;
border: 1px solid #EDEDED;
border-radius: 6px;
margin-bottom: 20px;
position: relative;
}

.related-companies:hover{
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.related-companies:not(:hover){
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.rcom-maindiv {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
        
    }
.rcomp-position {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 30px;
padding-right: 10px;
-webkit-box-pack:end;
-ms-flex-pack:end;
justify-content:flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: "ubuntumedium", sans-serif;
font-size: 36px;
color:dimgray;
    
}
.rcomp-logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;


}
.rcomp-logo img{
width: 220px;
max-height: 150px;
padding-left: 25px;
padding-right: 25px;

}

.rcomp-pros {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}
.rcomp-name {
font-family: "ubuntumedium", sans-serif;
font-size: 20px;
font-weight: 500;
}
.rcomp-pros div {
line-height: 28px;
}
    
.rcomp-pros div i{
padding-right: 5px;
}
    
.rcomp-buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 20px;
padding-top: 5px;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;

}  
.companyp-link-articles{
background-color: dimgray;
font-family: "ubuntumedium", sans-serif;
font-size: 18px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: white;
padding: 18px;
width: 200px;
border: 1px solid #EDEDED;
border-radius: 6px;
}

.companyp-link-articles:link, 
.companyp-link-articles:visited{
    color: white;
}
   
.companyp-link-articles:hover{
background-color: #ff741c;
color: white;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.companyp-link-articles:not(:hover){
-webkit-transition: 0.5s;
transition: 0.5s;
}
.recommended-article {
    position: absolute;
    Left: 20px;
    top: 10px;
    z-index: 3;
    font-size: 16px;
    color: dimgray;
}
.recommended-article .fontel-icon-star {
    color: tomato;
    font-size: 22px;
}
.table-disclamer {
font-style: italic;
padding-left: 40px;
padding-bottom: 15px;
}



@media only screen and (min-width: 1024px) {
    
.article-text h2 {
font-size: 28px;

}
.related-companies {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
position: relative;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.rcomp-position {
font-size: 50px;
padding-right: 0;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
    }
.rcom-maindiv {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.rcomp-buttons {
padding-bottom: 0;
padding-top: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 40px;
margin-left: 20px;
}
.rcomp-logo {
width: 270px;
}
}
/*--------------------------------------------------------------
## Guides
--------------------------------------------------------------*/
.guides-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.guides-card {
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 250px;
    height: 350px;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    margin: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    
}

.guides-card:hover{
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.guides-card:not(:hover){
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.guide-img{
    overflow: hidden;
    height: 200px;
    background-repeat: no-repeat;
    background-position: top;
    background-size:cover;
    width: 250px;
}
.guide-img img {
    width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; 
  -o-object-position: center; 
  object-position: center;
    border-radius: 6px 6px 0 0;
}

.guide-title {
    padding: 10px;
    height: 110px;
    
}
.guide-title h2 {
font-family: "ubuntumedium", sans-serif;
font-size: 18px;
    
}
.last-updated-guide {
padding: 10px;
text-align: right;
    
}
.article-text a {
    color: #ff741c; 
    text-decoration: none;
}
.article-text a:visited {
    color: #ff741c;
}

.article-text a:hover {
    color: dimgray;
}


@media only screen and (min-width: 910px) {

.guides-page {
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}
}

