html, body, div, span, h1, h2, h3, a, img, center, ol, ul, li, form
{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

header, menu, img {
	display: block;
	height: auto;
}
img {
	max-width: 100%;
}
ol, ul {
	list-style: none;
}

* {
	outline: none;
	text-decoration: none;
}

input, textarea, select, button {
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	margin: 0;
	color: #001958;
	background: #e9e9e9;
	font: 13px/1 sans-serif;
}

.top_block {
	width: 100%;
	position: relative;
	overflow: hidden;

}
/*header*/
.container {
	max-width: 1024px;
	min-width: 310px;
	margin: 0 auto;
	padding: 1px 5px 0 5px;
	text-align: center;
}
.header {
	min-height: 93px;
}
.header .container {
	position: relative;
}
.top_logo {
	float: left;
	margin: 10px 48px 0 0;
}
.top_logo img {
	width: 100%;
}
.menu {
	overflow: hidden;
	margin: 26px 5px 0 0;
	border-radius: 3px;
	border: 1px solid #586da2;
	background: #fff;
}
.search-form {
	margin: 5px 0 5px 5px;
	position: relative;
	border-radius: 3px;
	border: 1px solid #586da2;
	overflow: hidden;
}
.search-form .search-text {
	width: 100%;
	height: 36px;
	border: none;
	padding: 5px 47px 5px 12px;
	font-size: 12px;
	color: #858585;
}
.search-form .search-btn {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	height: 37px;
	width: 47px;
	background: #d0d7f4 url(../images/s.png) no-repeat 50% 50%;
	cursor: pointer;
	padding: 0;
	border: none;
	text-indent: -9999px;
}

.main-menu {
	float: right;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	display: table;
	width: 54%;
	margin: 0 0 0 10px;
}
.main-menu li {
	display: table-cell;
}

.main-menu a {
	color: #9a9a9a;
	display: block;
	padding: 17px 0 10px 0;
	text-align: center;
	position: relative;
	border-bottom: 5px solid transparent;
}
.main-menu a:hover {
	background: #d7defa;
	color: #001958;
	}

.main-menu li.active a {
	color: #001958;
}
h1,h2 {
	font-size: 26px;
	color: #001958;
	line-height: 1.6em;
	text-decoration: none;
}
h2 {
	font-size: 22px;
	margin: 20px 0 0 0;
}
h2 img
{
margin: 5px auto 50px;
}
/*header end*/
/*thumbs*/

.gthumb, .dw_thmb  {
	display: inline-block;
	width: 246px;
	background-color: #FFF;
	border: 1px solid #586da2;
	margin: 4px 2px;
	zoom: 1;
    *display: inline;
}
.dw_thmb {
	width: 146px;
	margin: 6px;
	}
.gthumb:hover, .dw_thmb:hover {
	box-shadow: 0 0 6px 0 #444;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #FFF;
}
.gthumb:hover .desc, .dw_thmb:hover .desc {
	color: #333;
}
.gthumb a img, .dw_thmb a img {
	margin: 3px;
	width: calc(100% - 6px);

}
.gthumb:hover a img, .dw_thmb:hover a img {
	opacity: 0.9;
}
.gthumb .desc, .dw_thmb .desc, .tags {
	font-size: 13px;
	color: #666;
	line-height: 15px;
	display: block;
	height: 16px;
	overflow: hidden;
	margin: 4px 2px;
}
.tags a {
	text-decoration: underline;
	color: #333;
	}
.tags a:hover {
	text-decoration: none;
	color: #001958;
	}
/*thumbs end*/
.section-title {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 15px;
}
.section-title h1 {
  color: #001958;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  max-height: 60px;
  max-width: 1000px;
  overflow: hidden;
  padding-right: 10px;
  text-overflow: ellipsis;
  text-align: left;
}
.section-filters {
  flex-grow: 1;
}
.section-filters .sorts {
  display: flex;
  flex-direction: row;
  font-size: 0;
  justify-content: flex-start;
}
.section-filters .sorts a:first-child {
  border-radius: 3px 0 0 3px;
  border-right: none;
}
.section-filters .sorts a {
font-size: 16px;
text-transform: uppercase;
}
.sorts-btn.active, .sorts-btn:hover {
  background-color: #d0d7f4;
  color: #001958;
}
.sorts-btn {
  background-color: #ffffff;
  border: 1px solid #586da2;
  box-sizing: border-box;
  color: #9a9a9a;
  cursor: pointer;
  display: inline-block;
  height: 36px;
  line-height: 34px;
  padding: 0 22px;
  text-decoration: none;
  transition: .3s;
  vertical-align: top;
}

#join-desk text
{
width: 774px;
display: inline-block;
}
u {
  text-decoration: underline;
  text-transform: capitalize;
}
u:hover {
  text-decoration: none;
  color: red;
}
#join-desk a, #pics-desc a{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 1.2em;
	display: block;
}
#join-desk a:hover, #pics-desc a:hover
{
	color: #001958;
	text-decoration: underline;
}
#join-desk img {margin: 10px auto 0;}
#pics-desc {	margin: 10px 0px;}
.pix-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}

.pix-img img {
    max-width: 100%;
    height: auto;
    display: block;
}
.image-caption {
    display: block;
    margin-top: 10px;
}
/*page navi*/
#page_navi {
    padding: 10px;
}
.apc {
	font-size: 18px;
    color: #001958;
    border: 1px solid #586da2;
    padding: 5px 9px;
	margin: 1px;
    font-weight: bold;
    background-color: #f0f0f0;
}

.ap a, .apfar a {
	font-size: 18px;
    color: #9a9a9a;
    border: 1px solid #586da2;
    padding: 5px 9px;
	margin: 1px;
    text-decoration: none;

}

.ap a:hover, .apfar a:hover {
    background-color: #d7defa;
    color: #001958;
}

.ellipsis {
    font-size: 18px;
    color: #9a9a9a;
    padding: 5px;
    user-select: none;
}

/*page navi end*/
/*footer*/
.footer {
	font-size: 13px;
	color: #001958;
	margin: 20px auto;
	text-align: center;
	width: 95%;
}
.footer a {color: #1a56ad;}
.footer a:hover {text-decoration: underline;}
.footer  strong{
	font-size: 18px;
}
/*footer end*/
/*exo*/
.side-ban{
	text-align: center;
	height: 266px;
	display: flex;
	justify-content: center;
}
.h_ban
{
	display: inline-block;
	width: 300px;
	height: 250px;
	margin: 5px;
}

.floots {
	width: 100%;
    height:  auto;
	}
/*exo end*/
.clearfix{clear:both;}
/**************button****************/

.wrapper {
  display: flex;
  justify-content: center;
}

.cta {
    display: flex;
    padding: 10px 45px;
    text-decoration: none;
    font-size: 50px;
	font-weight: bold;
    color: white;
    background: #6225E6;
    transition: 1s;
    box-shadow: 6px 6px 0 black;
    transform: skewX(-15deg);
}

.cta:focus {
   outline: none; 
}

.cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #FBC638;
}

.cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.cta:hover  span:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
}


 .cta span:nth-child(2) {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
  }
  
/**************SVG****************/

path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */

@keyframes color_anim {
    0% {
        fill: white;
    }
    50% {
        fill: #FBC638;
    }
    100% {
        fill: white;
    }
}
/* button end */

/*models-list*/
.alphabet {
  padding: 10px 15px 0;
    font-size: 20px;
  font-weight: 700;
}
.alphabet ul {
  font-size: 0;
}
.alphabet ul .alpha {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 2px;
}
.alphabet ul .alpha a {
  background-color: #fff;
  border: 1px solid #586da2;
  border-radius: 2px;
  box-sizing: border-box;
  color: #002685;
  display: block;
  font-size: 16px;
  height: 33px;
  line-height: 31px;
  min-width: 33px;
  padding: 0 3px;
  text-align: center;
  text-decoration: none;
}
.alphabet ul .alpha a:hover {
	background: #d7defa;
	color: #001958;
}
#main-list {
  display: block;
}
.section-list {
  margin: 10px 0 80px;
  padding: 0 15px;
}
.section-list .list-group {
  border-top: 1px solid #9a9a9a;
  padding: 25px 0;
}
.section-list .list-group .ltitle {
  color: #002685;
  display: inline-block;
  float: left;
  font-size: 20px;
  font-weight: 700;
  margin-top: 2px;
  vertical-align: top;
  width: 90px;
  text-align: left;
}
.section-list .list-group .models-list {
  column-count: 4;
  column-gap: 10px;
  display: inline-block;
  float: left;
  width: calc(100% - 95px);
}
.section-list .list-group .models-list .list-item {
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-list .list-group .models-list .list-item a {
  align-items: center;
  color: #646464;
  display: flex;
  font-size: 18px;
  height: 36px;
  justify-content: left;
  line-height: 36px;
  overflow: hidden !important;
  text-decoration: none;
  text-overflow: ellipsis;
  transition: color .1s linear 0s;
  white-space: nowrap;
}
.section-list .list-group .models-list .list-item a:hover {
  color: #002685;
  transition: color 0s ease 0s;
}
.clearfix::after {

    clear: both;
    content: "";
    display: table;

}


@media screen and (max-width: 1024px) {

.top_logo {
	margin: 17px 20px 0 0;
	width: 220px;
}
.main-menu {
	width: 60%;
}
.section-list .list-group .models-list {
  column-count: 3;
}
}
@media screen and (max-width: 980px) {
.hide {display:none !important;}
}
@media screen and (max-width: 774px) {
#join-desk text {
  width: 518px;
}
	.top_logo {
		margin: 3px auto;
		float: none;
	}
	.menu {
		margin: 0;
	}
	.main-menu {
		margin: 0;
		float: none;
		width: 100%;
		padding: 5px 5px 0 5px;
		box-sizing: border-box;
	}
	.search-form {width: calc(100% - 12px);}
.section-list .list-group .models-list {column-count: 2;}
}
@media screen and (max-width: 660px) {
	.side-ban { display: inline-block;}
}
@media screen and (max-width: 534px) {
.ap:not(:first-child):not(:last-child) {display: none;}
}
@media screen and (max-width: 518px) {
.section-filters .sorts {justify-content: flex-end; display: flex;}
#join-desk text {height: 150px;width: 310px;}
#join-desk a {font-size: 24px;}
.side-ban{height: 798px;}
.hide {display:inline-block !important;}
.section-list .list-group .models-list {column-count: 1;}
.ap:not(:first-child):not(:last-child) {display: none;}
}

