@charset "UTF-8";
/* CSS Document */
body{
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 400;
}

.sans{
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
}

h1, h2, h3, h4{
    font-weight:  500;
    color: #3a3a3a;
    font-family: 'Playfair Display', serif;
	font-display: swap;
}

h1{
    font-size: 36px;
}

h2{
    font-size: 26px;
}

h3{
    font-size: 22px;
	font-weight: 200;
}

h4{
    font-size: 20px;
	font-weight: 200;
}

h5{
    font-size: 16px;
	font-weight: 300;
}

p, ul, ol, dl{
    font-weight: 200;
}

dd{
    margin-bottom: 20px;
}

dt{

    font-weight: 400;
}

a{
    color: #198fca;
}
a:hover{
    color: #0b4889;
    text-decoration: none;
}





/* Mega Menu*/
#mega-menu,
.mega-wrapper {
	width: 100%;
	height: 430px;
	min-width: 990px
}

.mega-wrapper {
	/* background: url(/img/wave.png) left top #cfeaf3; */
	background-color:  #cfeaf3;
	display: none;
	position: absolute;
	top: 56px;
	left: 0;
	z-index: 5000;
	color: #191c21;
	border-bottom: 1px solid #c2e4f0
}

#mega-menu {
	background-repeat: no-repeat;
	z-index: 5001
}

#mega-menu a.mega-close {
	position: absolute;
	right: 10px;
	top: 20px;
	height: 18px;
	width: 18px;
	text-align: center;
	padding: 3px 3px 4px 4px;
	font-size: 10px;
	color: #fff;
	z-index: 5002;
	line-height: 11px;
	border-radius: 18px;
	background-color: #a7cbd4
}

#mega-menu .container,
.bg-reg,
.carousel-wrapper,
.carousel-wrapper .container {
	position: relative
}

#mega-menu a.mega-close:hover {
	background-color: #444850;
}

#mega-menu ul li a {
	color: #191c21;
	text-decoration: none;
	padding-left: 15px
}

#mega-menu ul li a:hover {
	color: #191c21;
	text-decoration: none;
	background-image: url(/img/markers.png);
	background-position: 0 -30px;
	background-repeat: no-repeat;
	font-weight: 400
}

#mega-menu h2 {
	font-size: 15px;
	font-weight: 400;
	margin-top: 20px;
	padding-left: 30px;
	color: #191c21
}

#mega-menu h2 span {
	font-size: 29px;
	font-weight: 400;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px
}

#mega-menu h3 {
	font-size: 17px;
	font-weight: 400;
	color: #191c21;
	margin: 0
}

#mega-menu li {
	font-size: 13px;
	font-weight: 300;
    margin-bottom: 7px;
}

#mega-menu .tooltip,
#mega-menu li a {
	display: block
}

.bg-na {
	background-image: url(/img/bg-na.png);
	background-position: 650px -130px
}

.bg-af,
.bg-eu {
	background-image: url(/img/bg-eu.png)
}

.bg-eu {
	background-position: 700px -50px
}

.bg-af {
	background-position: 700px -150px
}

.bg-as,
.bg-reg {
	background-image: url(/img/bg-na.png)
}

.bg-as {
	background-position: -300px -120px
}

.bg-reg {
	background-position: center center
}

.as-h2 {
	margin-left: 480px
}

.as-span {
	margin-left: 480px
}


.list-unstyled li{
    line-height: 18px;
    margin-bottom: 7px;
}

.navbar-expand-md .navbar-nav{
    font-size: 15px;
}

.fa-chevron-down{
    font-size: 12px;
}

#nav-ell{
    font-size: 18px;
    line-height:  23px;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}

.dropdown-item {
    color: #7D7D7D;
    font-size: 13px;
}

.navbar-brand {
    font-size: 15px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    color:#198fca;
    background-color: #FAFAFA;
}

#fvm-logo{
    height: 30px;
    margin-left: 10px;
    margin-right: 0px;
    line-height: 30px;
    margin-top: -3px;
    display: inline-block;
    margin-right: 10px;
}

.btn {
    border-radius: 4px;
    font-size: 15px;
    font-weight: 300;
}

.btn-paypal{
    background: #0070ba;
    color: #fff;
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.btn-paypal:hover{
    background: #005ea6;
    color: #fff;
}

.logo-name{
    height: 30px;
    display: inline-block;
    line-height: 22px;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
}

.bundle-nav{
    margin-left: 10px !important;
    background-image: linear-gradient(to right, rgb(4,51,170), rgb(24,143,202)) !important;
    border: 1px solid #0433AA !important;
}

.bundle-nav:hover{
    margin-left: 10px !important;
    background-image: linear-gradient(to left, rgb(4,51,170), rgb(24,143,202)) !important;
    border: 1px solid #1a1c24 !important;
}

.bg-dark {
    background-color: #1a1c24 !important;
    color: #c8c9cb;
}

.dropdown-menu {
    margin-top: 10px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.dropdown-toggle i, .navbar i {
    margin-left: 10px;
}

.dropdown-menu-arrow {
  top: -26px;
  left: 88%;
  width: 0;
  height: 0;
  position: relative;
}
.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 7px 8px;
  border-style: solid;
  border-color: transparent;
  z-index: 1001;
}
.dropdown-menu-arrow:after {
  bottom: -18px;
  right: -8px;
  border-bottom-color: #fff;
}
.dropdown-menu-arrow:before {
  bottom: -17px;
  right: -8px;
  border-bottom-color: rgba(0,0,0,.15);
}

#drop-drown-buttons{
    width: 100%;
    margin-top: 15px;
}

.btn-group.social{
    width: 100%;
    text-align: center;
}

.btn-group.social a{
    width: 50%;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-group.social a button.btn{
    width: 95%;
    border-radius: 0px !important;
}

.btn-group.social i{
     font-size: 15px;   
}

.btn-primary{
    color: #fff;
    background: #2a5c91;
    border-color: #2a5c91;
}

.btn-secondary{
    color: #fff;
    background: #198fca;
    border-color: #198fca;
}

.btn-primary:hover, .btn-secondary:hover{
    background: #0b4889;
    border-color: #0b4889;
    color: #fff;
}

.btn-light{
    color: #7a7a7a;
    background: #eaeaea;
    border-color: #eaeaea;
}

.btn-light:hover{
    background: #eaeaea;
    border-color: #eaeaea;
    color: #666;
}

.social{
    text-align: right;
}


/* Top Search*/
#nav-search-form{
    width: 25%;
}

#nav-search-form .input-group{
    width: 100%;
}
#nav-search{
    line-height: 40px;
    height: 40px; 
    text-indent: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
    margin-left: 20px;
    background-color: #48494f;
    color: #fff;
    font-size: 15px;
    padding-left: 0px;
    margin-left: 0px;
}

#nav-search-btn{
    line-height: 24px;
    height: 40px; 
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    background-color: #48494f;
    color: #999;
}

#nav-search-btn:hover{
   color: #fff;
}

#nav-search:focus {
  box-shadow: none;
}

#nav-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  opacity: .7;
}
#nav-search::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  opacity: .7;
}
#nav-search:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  opacity: .7;
}
#nav-search:-moz-placeholder { /* Firefox 18- */
  color: #999;
  opacity: .7;
}

.shopping-cart{
    margin-left: 0px;

}

#cart-count {
    margin-left: 5px;
    text-align: center;
    font-weight: 300;
    display: inline-block;
    width: 20px;
}

main {
    background-color: #ffffff;
    padding-bottom: 60px;
    min-height: 500px;
    margin-top: 30px;
    padding-bottom: 30px;
}

.main-home, .main-flag{
    margin-top: 0px;
}

.jumbotron{
	background: url(/img/wave.png) left top #cfeaf3;
	color: #191c21;
    min-height: 430px;
    border-radius: 0px;
    text-align: center;
	border-bottom: 1px solid #c2e4f0;
	margin-bottom: 0px;
}

.jumbotron h1{
    margin-top: 20px;
    margin-bottom: 15px;
	color: #191c21;
    font-weight: 200;
    font-size: 36px;
}

.jumbotron p{
    margin-bottom: 20px;
    font-size: 17px;
}

.jumbotron a{
	color: #191c21;
    opacity: 0.75;
}

.jumbotron a:hover{
	color: #191c21;
    text-decoration: none;
    opacity: 1;
}

.jumbotron form{
    margin-bottom: 15px;
}

.home-likes {
    margin-top: 30px;
}

.bg-world {
	background-image: url(/img/bg-world.png);
	background-position: center center;
    background-repeat:  no-repeat;
}

#home-search{
    line-height: 60px;
    height: 60px; 
    text-indent: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
    font-weight: 300;
    border-top: 1px solid #c2e4f0;
    border-bottom: 1px solid #c2e4f0;
    border-left: 1px solid #c2e4f0;
}

#home-search-btn{
    line-height: 50px;
    height: 60px; 
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    background-color: #fff;
    color: #999;
    border-top: 1px solid #c2e4f0;
    border-bottom: 1px solid #c2e4f0;
    border-right: 1px solid #c2e4f0;
}

#top-search{
    line-height: 40px;
    height: 40px; 
    text-indent: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #fff;
    color: #1a1c24;
    font-weight: 300;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    border-right: none;
    
}

#top-search-btn{
    line-height: 30px;
    height: 40px; 
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    color: #999;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-left: none;
}

#home-search-btn:hover, #top-search-btn:hover{
   color: #141414;
}

#home-search:focus, #top-search:focus {
  box-shadow: none;
}

#home-search::-webkit-input-placeholder, #top-search::-webkit-input-placeholder  { /* Chrome/Opera/Safari */
  color: #999;
  opacity: .7;
}

#home-search::-moz-placeholder, #top-search::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  opacity: .7;
}

#home-search:-ms-input-placeholder, #top-search::-moz-placeholder  { /* IE 10+ */
  color: #999;
  opacity: .7;
}
#home-search:-moz-placeholder, #top-search:-moz-placeholder { /* Firefox 18- */
  color: #999;
  opacity: .7;
}

.popular {
    margin-right: 10px;
    margin-left: 10px;
}

/*
.popular:not(:first-child) {
  margin-left: -5px;  
}

.popular:first-child:empty ~ .popular:not(:empty) {
  margin-left: 0;  
}
.popular:first-child:empty ~ .popular:not(:empty) ~ .popular:not(:empty) {
  margin-left: -5px;  
}

.popular:empty {
  display: none;
}

.popular:nth-child(n+2):after {
  content: ",";
}

.popular:last-child:after {
  content: "";
}

*/

/* Refine Search */
.lucky {
    width: 60%;
}

.share-url::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  opacity: .7;
}
.share-url::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  opacity: .7;
}
.share-url:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  opacity: .7;
}
.share-url:-moz-placeholder { /* Firefox 18- */
  color: #999;
  opacity: .7;
}


.refine-input {
    width: 100% !important;
    height: 30px;
    font-size: 15px;
    border-radius: 4px;
    background: #FAFAFA !important;
    box-shadow: none;
    padding: 20px;
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
    color: #7A7A7A;
}


.refine-select {
    display: block;
    font-size: 15px;
    font-family: sans-serif;
    color: #7A7A7A;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #FAFAFA;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22430%22%20height%3D%22300%22%3E%3Cpath%20fill%3D%22%23198FCA%22%20d%3D%22M201.4%2C258L7%2C63.6c-9.4-9.4-9.4-24.6%2C0-33.9L29.7%2C7c9.4-9.4%2C24.5-9.4%2C33.9%2C0l154.7%2C154L373.1%2C7c9.4-9.3%2C24.5-9.3%2C33.9%2C0%0D%0A%09l22.7%2C22.7c9.4%2C9.4%2C9.4%2C24.6%2C0%2C33.9L235.3%2C258C225.9%2C267.4%2C210.7%2C267.4%2C201.4%2C258L201.4%2C258z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.refine-select::-ms-expand {
    display: none;
}

.refine-select:focus {
    color: #7A7A7A; 
    outline: none;
}
.refine-select option {
    font-weight: normal;
}

.refine-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  opacity: .7;
}
.refine-input::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  opacity: .7;
}
.refine-input:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  opacity: .7;
}
.refine-input:-moz-placeholder { /* Firefox 18- */
  color: #999;
  opacity: .7;
}

.flag-type{
    margin-bottom: 20px;
}

/* Breadcrumb */

.breadcrumb {
    flex-wrap: wrap;
    padding: 0px;
    margin-bottom: 10px;
    background-color: transparent;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 300;
}

.breadcrumb li{
     vertical-align:  middle;
    line-height: 28px;
}

.breadcrumb a{
    color: #7A7A7A;
}

.breadcrumb a:hover{
    color: #198fca;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #7A7A7A;
    content: "•";
}

.breadcrumb .flagid {
    text-transform: uppercase;
}

/* Pagination */

.nav-pills {
    margin-top: 8px;
}

.nav-pills > li > a {
    border-radius: 4px;
    margin-bottom: 0;
    margin-top: 0px;
    padding: 11px;
    background: #fff;
    font-size: 14px;
}

.nav-pills > li > a:hover, .nav-pills > li > a:active {
    background: #FAFAFA;
    color: #198fca;
}

.jump {
    display: flex;
    justify-content: flex-end;
}

.results{
    margin-bottom: 20px;
}

.pagination ul > .disabled > a, .pagination ul > .disabled > a:focus, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > span {

    background-color: #FAFAFA;
    cursor: default;
    border-color: #FAFAFA;
    color: #D0D0D0;

}

.pagination {
    display: flex;
    justify-content: flex-end;
}

.pagination ul{
    margin-bottom: 0px;
}

.results-count{
    color: #7A7A7A;
    font-weight: 300;
}

/* Thumbs */

.thumb{

}

.thumb-cell span {
    display: block;
    height: 24px;
    width: 100%;
    overflow-x: hidden;
    white-space: nowrap;
}

.thumb a img{
    width: 100%;
    }

.thumb a{
    display: block;
    position:  relative;
    font-size: 12px;
    font-weight: 300;
    }

.thumb .trunc{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin-top: 8px;
}

.thumb a .trunc{
   color: #3a3a3a;
    font-size: 12px;
    font-weight: 300;
}

.thumb-cell a:hover{
    text-decoration: none;
}

.thumb-cell .link, .trend-id{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
}

.extra-margin{
    margin-top: 20px;
}

.more-flags{
    text-align: right;
}

.top-search-wrapper {
    background-color: #f9f9f9;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-left: 0px;
}

.top-search-wrapper .form-control{
    padding-left: 0px;
    margin-left: 0px !important;
}

.honey-wrapper {
    background-color: #ef9427;
    background-image: -webkit-linear-gradient(right, rgb(237,157,44), rgb(243,141,34)) !important;
    background-image: -o-linear-gradient(right, rgb(237,157,44), rgb(243,141,34)) !important;
    background-image: linear-gradient(right, rgb(237,157,44), rgb(243,141,34)) !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align:  center;    
}

.honey-wrapper p{
    margin-bottom: 0;
}

.honey-wrapper a {
    display: block;
    color: #fff;
}

.vf-wrapper {
background-color: #f3f3f3;
    padding-top: 10px;
    padding-bottom: 10px;
}

.flag-wrapper {
    background-color: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.flag-wrapper h1 {
    font-size:  34px;
}

.flag-wrapper h4 {
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #7A7A7A;
    font-weight: 300;
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
}

.flag-wrapper .flag {
    text-align: center;
}

.flag-wrapper .flag img{
    border: 10px solid #fff;
    border-radius: 4px;
}

.proj{
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    white-space: nowrap;
}


.flag-wrapper p {
    color: #7A7A7A;
}

.flag-wrapper .flag-meta{
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
}

.flag-wrapper h5{
    color: #7A7A7A;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.flag-wrapper h5 a{
    text-transform: capitalize;
    margin-left: 3px;
    font-weight: normal;
}

.flag-wrapper .flag-meta p{
    margin-bottom: 0px;
    font-size: 15px;
}

.flag-map{
    text-align: center;
}

.flag-map p{
    margin-bottom: 0px;
    vertical-align: middle;
}

.flag-map a{
    display: block;
}

.download-flag{

}

.mpu {
    min-height: 250px;
}

.btn span{
    display: block;
    font-size: 12px;
    margin-top: 3px;
    font-weight: 300;
}

.download-btns{
    margin-top: 30px;
}

.download-links{
    margin-top: 30px;
    text-align: center;
    color: #7A7A7A;
    font-size: 13px;
}

.download-links ul li{
padding-bottom: 8px;
}

.tags{
    margin-bottom: 0px;
    margin-top: 15px;
}

a.flag-color{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 36px;
    border: 1px solid #eaeaea;
}

a.flag-color:hover{
    border: 1px solid #7A7A7A;
}


.modal-content {
    border: none;
    border-radius: 4px;
}

.modal-header h4{
    font-weight: 400;
}

.modal-header {
    border-bottom: 1px solid #eaeaea;
    padding: 15px;
}

.modal-body {
    padding: 15px;
}

.modal li{
    padding-bottom: 12px;
}

.modal li i{
    margin-right: 5px;
    font-size: 12px;
}

.modal h6{
    padding-bottom: 8px;
    font-weight: 400;
}

.modal-footer{
    border-top: 1px solid #eaeaea;
}
.modal-footer p{
    display: block;
}

#modal-flag-thumb img{
    width: 100%;
    margin: 0px;
}

.modal-flag-id{
    color: #7a7a7a;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
}

.modal-free .modal-header{
    border-bottom: none;
}

.modal-free .modal-body{
    margin: 0;
    padding: 0;
}

.modal-free .modal-body .row{
    padding-left: 20px;
    padding-right: 20px;
}

.modal-free .modal-body .btn-lg{
    font-size: 22px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
}

.modal .wrapper-free, .modal .wrapper-paid{
    padding-top: 20px;
    padding-bottom: 20px;
}

.modal-free ul, .modal-free p{
    margin-bottom: 0px;
    margin-top: 5px;
}

.modal-free ul li{
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.modal .wrapper-paid li {
    font-weight: 500;
}

.modal .wrapper-paid{
    background-color: #f6f6f6;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #7A7A7A;
}

.att-icon{
    padding-bottom: 15px;
    padding-top: 15px;
    color: #bebebe;
}

#share-form-attr{
    margin-top: 30px;
}

.share-url{
    width: 60% !important;
    height: 30px;
    font-size: 15px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    background: #FAFAFA !important;
    box-shadow: none;
    padding: 20px;
    border: none;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    color: #7A7A7A;
}

.share-url:focus{
 outline: none;
 border: 1px solid #eaeaea;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-share{
    color: #fff;
    background: #198fca;
    border: 1px solid #198fca;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    height: 42px;
}

.btn-share:hover{
    background: #2960df;
    border-color: #2960df;
    color: #fff;
}

.btn-tag{
    color: #7A7A7A;
    background: #eaeaea;
    border-color: #eaeaea;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}

.btn-tag:hover{
    background: #198fca;
    border-color: #198fca;
    color: #fff;
}

.btn-trend{
    color: #345c8d;
    background: #dde9f1;
    border-color: #dde9f1;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}

.btn-trend:hover{
    background: #198fca;
    border-color: #198fca;
    color: #fff;
}

.reference {
    background-color: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 13px;
}

.reference a{
   color:#7A7A7A; 
} 

.reference a:hover{
   color:#198fca; 
} 

.reference ul {
    margin-bottom: 0px;
}

.reference ul.popmaps li span {
    color: #fff;
    border-radius: 16px;
    background-color:#E63D3C;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    line-height: 16px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}

.reference ul li {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom:  4px;
}

.footer {
    background-color: #1a1c24;
    color: #8d8e92;
    padding-top: 20px;
    font-size: 14px;
}

.footer a {
    color: #8d8e92;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer .links {
    text-align: right;
}

.footer .divider {
    padding-left: 8px;
}

.text-muted{
    color: #7A7A7A !important;
}

.footer-totals{
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 10px;
}

.footer-totals h5{
    text-transform: uppercase;
    font-size: 13px;
}

.footer-totals .footer-total{
    font-size: 22px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.ad{
    text-align: center !important;
    color: #7a7a7a;
    font-size: 12px;
}

/* Colors */

.color-blue{
    color: #198fca;
}

.color-green{
    color: #8abb36;
}

.color-grey{
    color: #7A7A7A;
}


/* Payment */

#payment-form label{
    display: block;
    color: #7A7A7A;
    font-size: 13px;
    font-weight: 300;
}


#payment-form input {

    width: 100% !important;
    height: 30px;
    font-size: 15px;
    border-radius: 4px;
    background: #FAFAFA !important;
    box-shadow: none;
    padding: 20px;
    border: 1px solid #eaeaea;
    margin-top: 10px;
    margin-bottom: 5px;
    color:#7A7A7A;
}

.pay-select {
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
    font-size: 15px;
    font-family: sans-serif;
    color: #7A7A7A;
    line-height: 24px;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #FAFAFA;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22430%22%20height%3D%22300%22%3E%3Cpath%20fill%3D%22%23198FCA%22%20d%3D%22M201.4%2C258L7%2C63.6c-9.4-9.4-9.4-24.6%2C0-33.9L29.7%2C7c9.4-9.4%2C24.5-9.4%2C33.9%2C0l154.7%2C154L373.1%2C7c9.4-9.3%2C24.5-9.3%2C33.9%2C0%0D%0A%09l22.7%2C22.7c9.4%2C9.4%2C9.4%2C24.6%2C0%2C33.9L235.3%2C258C225.9%2C267.4%2C210.7%2C267.4%2C201.4%2C258L201.4%2C258z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.pay-select::-ms-expand {
    display: none;
}

.pay-select:focus {
    color: #7A7A7A; 
    outline: none;
}
.pay-select option {
    font-weight: normal;
}


.flagPricing,
.flagPricing .totalPrice,
.orderTotal {
	border-top: 1px solid #EEE
}

.flagPricing,
.order,
.orderTotal {
	border-bottom: 1px solid #eaeaea
}

.flagPricing {
	padding: 10px 0
}

.flagPricing h4 {
	margin-top: 0;
	margin-bottom: 5px
}

.flagPricing span {
	font-size: 13px
}

.flagPricing .flagPrice {
	font-size: 21px;
	margin-left: 10px
}

.flagPricing .flagID {
	margin-top: 0;
	margin-bottom: 10px
}

.flagPricing .totalPrice {
	padding-top: 10px;
	margin-top: 10px
}

.order {
	padding-bottom: 10px;
	margin-bottom: 10px
}

.orderPrice {
	font-size: 15px
}

.orderPriceTotal {
	font-size: 21px;
	margin-left: 10px
}

.orderTotal {
	padding: 10px 0;
	margin: 20px 0;
	display: block;
	width: 100%
}

.payment-errors{
    display: none;
}

.cart-row,
.total-cart {
	border-top: 1px solid #eaeaea
}

.cart-row {
	padding-top: 10px;
	padding-bottom: 10px
}

.cart-row h5{
    padding-top: 10px;
    margin-bottom: 3px;
    font-weight: 300;
}

.cartid{
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
}

.cart-row .thumb{
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.remove {
	margin-top: 35px;
	margin-bottom: 0;
    font-size: 13px;
    color: #7a7a7a;
}

a.cart-remove{
    color: #7a7a7a;
}

a.cart-remove:hover{
    color: #198fca;
}

.cart-row .btn {
    margin-top: 20px;
}

.total-cart {
	border-bottom: 1px solid #eaeaea;
    padding-top: 10px; 
}

.cart-full{
    background: #198fca;
    border-radius: 16px;
    height: 24px;
    width: 24px !important;
    display: inline-block;
    color: #fff !important; 
    font-weight: 400;
}

.sub-total h2 {
	
}

.text-small{
    font-weight: 300;
    font-size: 12px;
}

.text-large{
    font-weight: 300;
    font-size: 18px;
}



.alert-danger {
    color: #D1393B;
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.bundle-img{
    height: 100%;
}
.table {
    
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    
}


.table td, .table th {

    padding: 10px;
    vertical-align: top;
    border-top: 1px solid #eaeaea;
    font-weight: 300;

}

 .table th {
    font-weight: 500;

}

.table-striped tbody tr:nth-of-type(2n+1) {

    background-color:  #FAFAFA;;

}

.bundles {
    color: #fff;
    background: #188FCA url("../img/bundles-tile.png") center center repeat-x;
    padding: 20px 10px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    font-weight: 300;
}

.bundles a{
    color: #fff;
    opacity: 0.9;
    display: block;
}

.bundles a:hover{
    opacity: 1;
}


.bundles span{
    display: inline-block;
    background-color: #fff;
    padding: 8px 24px;
    border-radius: 4px;
    color: #198fca;
    margin-left: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.flag-map img{
    max-height: 24px;
    margin-right: 5px;
    border-radius: 2px;
}

.flag-map{
    font-size: 15px;
    font-weight: 300;
}

.flag-map i{
    font-size: 13px;
}

.front-logos li{
    padding-right: 10px;
    padding-left: 0px;
    padding-bottom: 10px;
}

.front-logos li:last-child{
    padding-right: 0px;
}

/*Typahead*/

.typeahead a {
	text-overflow: ellipsis;
	overflow: hidden
}

.typeahead {
	border-radius: 4px;
	width: 415px;
	text-align: left;
    margin-top: 0px;
}
.typeahead li a strong{
    font-weight: 500;
}

.typeahead li a {
    font-weight: 300;
	width: auto;
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    color: #7d7d7d;
}

.typeahead li a:hover {
	background-color: #FAFAFA;
    color: #198fca;
    text-decoration: none;
}

.typeahead li.active a {
	background-color: #198fca;
    color: #FAFAFA;
    text-decoration: none;
}

    .activity-title{
        margin-top: 15px;
    }


    .phone-break{
    margin-left: 10px;
    }

.bVyoVa{
	font-size: 14px !important;
	padding: 5px 10px !important;
}

/*iStock*/
.istock-container{
    clear: both;
    min-height: 145px !important;
}

.istock-grid-title {
    font-weight:  500;
    color: #3a3a3a;
    font-family: 'Playfair Display', serif;
    margin-bottom: 30px;
    font-size: 16px !important;
    display: none;
}

.istock-figure{
    margin-right: 40px !important;
}

/*.istock-figure {

    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
flex: 0 0 25%;

max-width: 25%;
    list-style-type: none;
    background: red;
padding-right: 15px;

padding-left: 15px;

}

.istock-image {

    width: 100%;
    height: auto;
    object-fit:none;

}*/

.istock15{
    margin-bottom: 15px;
}

.istock15 strong{
    font-weight: 700;
    color: #E63D3C !important;
}


    #twitter-widget-0{
        padding-bottom: 0 !important;
        margin-bottom: -5.5px !important;
    }

@media (min-width: 1241px){
    #nav-search-form{
        display: block;
    } 
    
    .top-search-wrapper{
        display: none;
    } 
    
}


@media (max-width: 1240px){
    #nav-search-form{
        display: none;
    }

    .fa-chevron-down{
        display: none !important;
    }
    
    .top-search-wrapper{
        display: block;
        padding-bottom: 15px !important;
    } 
    
.bg-na {
	background-position: 400px -130px
}

.bg-eu {
	background-position: 400px -50px
}

.bg-af {
	background-position: 400px -150px
}


.bg-as {
	background-position: -500px -120px
}
    
.istock-figure {

    width: 100px !important;
    height: 100px !important;
}
    
    img.istock-image {

        width: 100px !important;
        height: 100px !important;

    }
    
}

#trending{
    display: none;
    margin-top: 10px;
	font-weight: 300;
	font-size: 14px;
}


/* phone */
@media (max-width: 979px){
    
    
    .right-column{
        display: none !important;
    }
	
.top-search-wrapper {
	padding-bottom: 15px;
	}
    
    #nav-search-form, .breadcrumb{
        display: none;
    } 
    
    .shopping-cart {
        border-left: 0px solid #48494f;
        margin-left: 0px;
        margin-top: 10px;
    }
    
    .dropdown-menu-arrow:before, .dropdown-menu-arrow:after {
        display: none;
    }
    
    .cart-add{
        margin-top: 20px;
    }
    
    .jumbotron {
        margin-top: 0px !important;
    }
    
    .jumbotron h1 {
        margin-top: 10px;
    }
    
    .front-logos li {
        padding-bottom: 20px;
    }
    
    .social{
        text-align: center !important;
        margin-bottom: 20px;
    }
    
    .more-flags {
        text-align: left;
    }
    
    .pagination, .jump {
        justify-content: flex-start;
    }
    
    .pagination{
        margin-left: 20px;
        margin-top: 20px;
    }
    
    .btn-tag {
        padding: 10px 15px;
        margin-right: 12px;
        margin-bottom: 15px;
    }
    
    .footer-totals {
        text-align: left;
    }
    
    .footer .links {
        text-align: left;
    }
    
	#mega-menu, .mega-wrapper{
		min-width: 100%;
		height: auto;
        margin-top: 0px;
        padding-top: 0px;
        top: 0px;
	}
	
	#mega-menu h2 {
		padding-left: 25px;
		margin-top:  10px;
	}
	
	.mega-wrapper ul{
		margin-left:  0px;
	}
	
	#mega-menu a.mega-close {
		right: 35px;
	}
	
	#mega-menu .row{
		padding:  0;
	}
	
	.as-h2{
		margin-left: 0px;
	}
    
    .as-span{
        padding-left: 15px;
        margin-left: 0px;
	}
	
	.bundles span{
		margin-left: 0px;
	}
	
    
	.bg-as {
   	 background-position: -650px -150px;
	}
	
	.bg-na {
		background-position: 0px -110px;
	}
	
	.bg-eu {
		background-position: 100px -20px;
	}
	.bg-af {
		background-position: 100px -120px;
	}
    
    .reference h3{
        margin-top: 10px;
    }
    
    .sm-hide{
        display: none;
    }
    
    .bundles span{
        width: 100%;
        margin-top: 10px;
    }

    .flag-wrapper{
		padding-top: 0px
    }
    
    .flag-wrapper .flag img{
        border: none;
        width: 100%;
    }
    
.flag-map{
    text-align: left;
}
    
    .flag-map span{
        display: block;
        line-height: 16px;
        height: 30px;
        left: 50px;
        position: relative;
        top: 0px;
        width: 90%;
        margin-top: -28px;
    }
    
    .navbar-dark .navbar-toggler {
        border: none !important;
    }
    
    .download-links{
        text-align: left;
    }
    
    .phone-break{
        display: block;
        margin-top: 10px;
        margin-left: 0px;
    }
	
	.reference li, .reference ol {
		padding-top: 7px;
		padding-bottom: 7px;
	}
    
.istock-horizontal{
	height: 380px;
	margin-top: 20px;
	}
    
.istock-figure {
    width: 120px !important;
    height: 120px !important;
    list-style-type: none;
	clear: both;
	display: block;
}
	
.istock-image-medium{
    width: 120px !important;
    height: 120px !important;
}
    
    img.istock-image {
		margin-bottom: 10px;
		margin-right: 10px;
    }
    
}