/* 
	*	Graphist & web Development = Mohsen Mohammad
	*	WebSite 	= www.mohssen.ir
	*	date		= 22 Aug 2020 
*/
.custmod .moduletable .custom p, .itemView #sidebarItemView .itemRelated ul, .itemView #sidebarItemView .itemRelated ul li, section.pagation ul { padding: 0; margin: 0; }

@keyframes animated-text { from { width: 0; }
  to { width: 100%; } }

/* cursor animations */
@keyframes animated-cursor { from { border-right-color: #fe451e; }
  to { border-right-color: transparent; } }

#loading { position: fixed; z-index: 1000; top: 0px; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.7); transition: all 3s; -moz-transition: all 3s; -ms-transition: all 3s; -o-transition: all 3s; -webkit-transition: all 3s; }

#loadingBox { width: 200px; height: 200px; border-radius: 50%; -o-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -webkit-border-radius: 50%; border-top: 10px solid #dcbb37; position: absolute; top: 40%; left: 40%; animation: border1 2s linear infinite; background: rgba(41, 116, 126, 0.7); }

#loading:before, #loading:after { content: ''; width: 200px; height: 200px; position: absolute; top: 40%; left: 40%; border-radius: 50%; -o-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -webkit-border-radius: 50%; }

#loading:before { border-top: 10px solid #b78063; transform: rotate(120deg); }

#loading:after { border-top: 10px solid #b78063; transform: rotate(240deg); }

#loading span { position: absolute; width: 200px; height: 200px; color: #ffffff; text-align: center; line-height: 200px; animation: border2 2s linear infinite; }

@keyframes border1 { to { transform: rotate(360deg); } }

@keyframes border2 { to { transform: rotate(-360deg); } }

.custmod .moduletable { width: 100%; position: absolute; bottom: 5%; }

.custmod .moduletable h3 { font-size: 48px; padding: 5px 0 5px 17px; border-left: 3px solid #fe451e; margin-bottom: 50px; }

.custmod .moduletable .custom p { width: 25%; height: 101px; float: left; margin-bottom: 50px; display: flex; justify-content: center; align-items: center; }

.custmod .moduletable .custom img { width: auto; height: auto; max-width: 217px; }

.custmod .moduletable .dj-simple-contact-form { width: 60%; }

.custmod .moduletable .dj-simple-contact-form form .dj-simple-contact-form { width: 100%; }

.custmod .moduletable .dj-simple-contact-form form .dj-simple-contact-form input, .custmod .moduletable .dj-simple-contact-form form .dj-simple-contact-form textarea { padding: 8px 10px; color: #7e7e7e; background: rgba(73, 73, 73, 0.8); color: #979797; width: 100%; border: 0 none; margin-bottom: 10px; height: 42px; transition: all 0.7s; -moz-transition: all 0.7s; -ms-transition: all 0.7s; -o-transition: all 0.7s; -webkit-transition: all 0.7s; }

.custmod .moduletable .dj-simple-contact-form form .dj-simple-contact-form input:focus, .custmod .moduletable .dj-simple-contact-form form .dj-simple-contact-form textarea:focus { border: 0 none; color: #ffffff; background: rgba(20, 66, 72, 0.8); }

.custmod .moduletable .dj-simple-contact-form form .dj-simple-contact-form textarea { height: 170px; }

.custmod .moduletable .dj-simple-contact-form form .dj-simple-contact-form input.button { width: auto; padding: 5px 25px; background: #c25742; border: 1px solid #e39f95; text-shadow: 0 1px 1px #bd2607; -moz-text-shadow: 0 1px 1px #bd2607; -ms-text-shadow: 0 1px 1px #bd2607; -o-text-shadow: 0 1px 1px #bd2607; -webkit-text-shadow: 0 1px 1px #bd2607; box-shadow: 0 1px 2px #bd2607, #bd2607 0 1px 3px inset; -o-box-shadow: 0 1px 2px #bd2607, #bd2607 0 1px 3px inset; -moz-box-shadow: 0 1px 2px #bd2607, #bd2607 0 1px 3px inset; -webkit-box-shadow: 0 1px 2px #bd2607, #bd2607 0 1px 3px inset; -ms-box-shadow: 0 1px 2px #bd2607, #bd2607 0 1px 3px inset; transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; color: #ffffff; }

.custmod .moduletable .dj-simple-contact-form form .dj-simple-contact-form input.button:hover { background: #144248; border: 1px solid #48887d; text-shadow: 0 1px 1px #48887d; -moz-text-shadow: 0 1px 1px #48887d; -ms-text-shadow: 0 1px 1px #48887d; -o-text-shadow: 0 1px 1px #48887d; -webkit-text-shadow: 0 1px 1px #48887d; box-shadow: 0 1px 2px #48887d, #48887d 0 1px 3px inset; -o-box-shadow: 0 1px 2px #48887d, #48887d 0 1px 3px inset; -moz-box-shadow: 0 1px 2px #48887d, #48887d 0 1px 3px inset; -webkit-box-shadow: 0 1px 2px #48887d, #48887d 0 1px 3px inset; -ms-box-shadow: 0 1px 2px #48887d, #48887d 0 1px 3px inset; }

.custmod.cotact-text .moduletable { width: 40%; left: 63%; bottom: 20%; }

.custmod.cotact-text .moduletable .custom p { width: auto; display: block; clear: both; height: auto; margin-bottom: 5px; }

.custmod.cotact-text .moduletable .custom p a { color: #ffffff; }

.footer { width: 100%; min-height: 277px; background: url("../images/Footer.jpg") center repeat-x; display: flex; flex-direction: column; justify-content: flex-end; }

.footer #compyright { width: 100%; padding: 12px 20px; height: auto; background: rgba(0, 0, 0, 0.6); }

.footer #compyright span { margin: 0 10px; background: rgba(20, 66, 72, 0.6); padding: 2px 20px; border-radius: 3px; -o-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -webkit-border-radius: 3px; }

.logo-nav { display: flex; flex-direction: row; justify-content: space-between; }

.logo-nav .logo { width: 144px; max-width: 144px; height: auto; position: relative; }

.logo-nav .logo img { max-width: 100%; width: 100%; height: auto; }

.logo-nav .navPage { flex-basis: 97%; padding: 0 3% 0 0; margin-top: 44px; }

.logo-nav .navPage .moduletable ul { list-style: none; display: flex; flex-basis: 100%; flex-direction: row; justify-content: space-between; flex-shrink: 1; }

.logo-nav .navPage .moduletable ul li a { color: #e5b196; font-size: 18px; padding: 7px 0px; transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; }

.logo-nav .navPage .moduletable ul li a:hover { background: linear-gradient(to right, transparent, rgba(73, 73, 73, 0.8) 50%, transparent); -moz-background: linear-gradient(to right, transparent, rgba(73, 73, 73, 0.8) 50%, transparent); -ms-background: linear-gradient(to right, transparent, rgba(73, 73, 73, 0.8) 50%, transparent); -webkit-background: linear-gradient(to right, transparent, rgba(73, 73, 73, 0.8) 50%, transparent); -o-background: linear-gradient(to right, transparent, rgba(73, 73, 73, 0.8) 50%, transparent); }

.logo-nav .navPage .moduletable ul li a img { display: none; }

.logo-nav .navPage .moduletable ul li.active a { color: #ffffff; border-bottom: 1px solid #99c8c3; }

.logo-nav .catalogLink { margin-top: 35px; height: 42px; padding: 8px 9px 0 9px; background: #dcbb37; border: 1px solid #e1d69e; text-shadow: 0 1px 1px #9f8915; -moz-text-shadow: 0 1px 1px #9f8915; -ms-text-shadow: 0 1px 1px #9f8915; -o-text-shadow: 0 1px 1px #9f8915; -webkit-text-shadow: 0 1px 1px #9f8915; box-shadow: 0 1px 2px #9f8915, #9f8915 0 1px 3px inset; -o-box-shadow: 0 1px 2px #9f8915, #9f8915 0 1px 3px inset; -moz-box-shadow: 0 1px 2px #9f8915, #9f8915 0 1px 3px inset; -webkit-box-shadow: 0 1px 2px #9f8915, #9f8915 0 1px 3px inset; -ms-box-shadow: 0 1px 2px #9f8915, #9f8915 0 1px 3px inset; transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; color: #ffffff; }

.logo-nav .catalogLink:hover { background: #b78063; border: 1px solid #e5b196; text-shadow: 0 1px 1px #94644c; -moz-text-shadow: 0 1px 1px #94644c; -ms-text-shadow: 0 1px 1px #94644c; -o-text-shadow: 0 1px 1px #94644c; -webkit-text-shadow: 0 1px 1px #94644c; box-shadow: 0 1px 2px #94644c, #94644c 0 1px 3px inset; -o-box-shadow: 0 1px 2px #94644c, #94644c 0 1px 3px inset; -moz-box-shadow: 0 1px 2px #94644c, #94644c 0 1px 3px inset; -webkit-box-shadow: 0 1px 2px #94644c, #94644c 0 1px 3px inset; -ms-box-shadow: 0 1px 2px #94644c, #94644c 0 1px 3px inset; }

.catalogBox { position: fixed; top: 0; z-index: 9000; left: -70vw; width: 60vw; height: 100vh; background: #144248; transition: all 1.5s cubic-bezier(1, 0, 0, 1); -moz-transition: all 1.5s cubic-bezier(1, 0, 0, 1); -ms-transition: all 1.5s cubic-bezier(1, 0, 0, 1); -o-transition: all 1.5s cubic-bezier(1, 0, 0, 1); -webkit-transition: all 1.5s cubic-bezier(1, 0, 0, 1); padding: 5%; }

.catalogBox-close { padding: 5px 17px; background: #dcbb37; color: #ffffff; cursor: pointer; }

.catalogBox-content { display: flex; width: 100%; height: 100%; justify-content: center; flex-direction: column; align-items: center; }

.catalogBox-content h3 { font-size: 36px; padding: 10px; border-bottom: 1px solid #29747e; text-align: center; }

.catalogBox-content a { color: #e5b196; padding: 5px 7px; border: 1px solid #e5b196; transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; -webkit-transition: all 0.4s; background: #144248; }

.catalogBox-content a:hover { border: 1px solid #dcbb37; background: #9f8915; color: #ffffff; }

.blog-nav { display: none; }

.navbar-icons { width: 46px; height: 46px; }

.navbar-icons label { display: flex; flex-direction: column; align-content: space-between; justify-content: space-between; width: 100%; height: 100%; cursor: pointer; }

.navbar-icons-item { height: 6px; background: #ffffff; width: 100%; transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; -webkit-transition: all 1s; text-shadow: 0 1px 1px #494949; -moz-text-shadow: 0 1px 1px #494949; -ms-text-shadow: 0 1px 1px #494949; -o-text-shadow: 0 1px 1px #494949; -webkit-text-shadow: 0 1px 1px #494949; box-shadow: 0 -30px 15px #494949, #494949 0 0 0 inset; -o-box-shadow: 0 -30px 15px #494949, #494949 0 0 0 inset; -moz-box-shadow: 0 -30px 15px #494949, #494949 0 0 0 inset; -webkit-box-shadow: 0 -30px 15px #494949, #494949 0 0 0 inset; -ms-box-shadow: 0 -30px 15px #494949, #494949 0 0 0 inset; }

.navbar-content { position: fixed; z-index: 2000; top: -100%; right: 10%; width: 80vw; height: auto; padding: 5%; background: #144248; text-shadow: 0 1px 1px #10363b; -moz-text-shadow: 0 1px 1px #10363b; -ms-text-shadow: 0 1px 1px #10363b; -o-text-shadow: 0 1px 1px #10363b; -webkit-text-shadow: 0 1px 1px #10363b; box-shadow: 0 0 70px #10363b, #10363b 0 0 25px inset; -o-box-shadow: 0 0 70px #10363b, #10363b 0 0 25px inset; -moz-box-shadow: 0 0 70px #10363b, #10363b 0 0 25px inset; -webkit-box-shadow: 0 0 70px #10363b, #10363b 0 0 25px inset; -ms-box-shadow: 0 0 70px #10363b, #10363b 0 0 25px inset; transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; -webkit-transition: all 1s; border-radius: 13px; -o-border-radius: 13px; -moz-border-radius: 13px; -ms-border-radius: 13px; -webkit-border-radius: 13px; }

.navbar-content ul { display: flex; flex-direction: row; justify-content: space-between; list-style: none; }

.navbar-content ul li a { color: #ffffff; text-align: center; display: inline-block; padding: 10px; background: transparent; transition: all 0.6s; -moz-transition: all 0.6s; -ms-transition: all 0.6s; -o-transition: all 0.6s; -webkit-transition: all 0.6s; }

.navbar-content ul li a img { width: 38px; height: auto; display: block; text-align: center; margin: 10px auto; }

.navbar-content ul li a span { display: block; }

.navbar-content ul li a:hover { background: #dcbb37; }

.navbar .checkbox:checked ~ .navbar-content { top: 17%; }

.navbar .checkbox:checked ~ .navbar-icons label { transform: rotateZ(90deg); }

.navbar .checkbox:checked ~ .navbar-icons label .navbar-icons-item { transform-origin: right; }

.navbar .checkbox:checked ~ .navbar-icons label .itemOne { transform: rotateZ(-40deg); }

.navbar .checkbox:checked ~ .navbar-icons label .itemTwo { opacity: 0; }

.navbar .checkbox:checked ~ .navbar-icons label .itemThree { transform: rotateZ(40deg); }

.component { margin-top: 100px; }

.component .page-header { font-size: 36px; padding: 3px 0 1px 15px; border-left: 2px solid #ffffff; margin-bottom: 20px; }

.component .page-content { padding-top: 50px; }

#k2Container .itemListCategory { display: block; text-align: left; background: transparent; border-radius: 0px; -o-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -webkit-border-radius: 0px; color: #ffffff; border: 0 none; }

#k2Container .itemListCategory img { display: none; }

#k2Container .catItemView { padding: 20px; }

#k2Container .catItemView .catItemImage a { display: block; }

#k2Container .catItemView .catItemImage a img { width: 100% !important; max-width: 100% !important; border-radius: 11px; -o-border-radius: 11px; -moz-border-radius: 11px; -ms-border-radius: 11px; -webkit-border-radius: 11px; }

#k2Container .catItemDateCreated { color: #e5b196; font-size: 14px; }

#k2Container h3.catItemTitle { font-weight: normal; }

#k2Container h3.catItemTitle a { font-size: 22px; border-radius: 9px; -o-border-radius: 9px; -moz-border-radius: 9px; -ms-border-radius: 9px; -webkit-border-radius: 9px; color: #ffffff; display: block; padding: 9px 14px; }

#k2Container .catItemIntroText { text-align: justify; }

#k2Container .catItemLinks { color: #e5b196; }

#k2Container .catItemLinks a { color: #b78063; }

#k2Container .catItemReadMore a { background: #dcbb37; text-shadow: 0 1px 1px #9f8915; -moz-text-shadow: 0 1px 1px #9f8915; -ms-text-shadow: 0 1px 1px #9f8915; -o-text-shadow: 0 1px 1px #9f8915; -webkit-text-shadow: 0 1px 1px #9f8915; box-shadow: 0 0 25px #9f8915, #9f8915 0 0 7px inset; -o-box-shadow: 0 0 25px #9f8915, #9f8915 0 0 7px inset; -moz-box-shadow: 0 0 25px #9f8915, #9f8915 0 0 7px inset; -webkit-box-shadow: 0 0 25px #9f8915, #9f8915 0 0 7px inset; -ms-box-shadow: 0 0 25px #9f8915, #9f8915 0 0 7px inset; color: #ffffff; padding: 9px 20px; border-radius: 5px; -o-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -webkit-border-radius: 5px; }

.itemView .itemBody { float: left; font-size: 22px; color: #ffffff; line-height: 2em; text-align: justify; }

.itemView .itemBody .itemImage img { border-radius: 11px; -o-border-radius: 11px; -moz-border-radius: 11px; -ms-border-radius: 11px; -webkit-border-radius: 11px; }

.itemView .itemBody .itemIntroText { font-weight: normal; font-size: 22px; color: #ffffff; line-height: 2em; text-align: justify; }

.itemView .itemBody .itemHits, .itemView .itemBody .itemDateModified { color: #144248; font-size: 18px; }

.itemView #sidebarItemView { float: right; color: #144248; position: sticky; top: 0; }

.itemView #sidebarItemView h3 { color: #144248; font-size: 22px; font-weight: bold; }

.itemView #sidebarItemView span { display: block; width: 100%; color: #ffffff; }

.itemView #sidebarItemView a { color: #ffffff; border-left: 4px solid #979797; padding: 3px 9px 5px 7px !important; transition: border 0.3s; -moz-transition: border 0.3s; -ms-transition: border 0.3s; -o-transition: border 0.3s; -webkit-transition: border 0.3s; }

.itemView #sidebarItemView a:hover { border-left: 10px solid #979797; }

.itemView #sidebarItemView ul { list-style: none; }

.itemView #sidebarItemView ul li { background: transparent; }

.itemView #sidebarItemView .itemLinks { margin-top: 50px; margin-bottom: 40px; }

.itemView #sidebarItemView .itemRelated ul li { border-left: 4px solid #494949; padding: 3px 9px 5px 7px !important; transition: border 0.3s; -moz-transition: border 0.3s; -ms-transition: border 0.3s; -o-transition: border 0.3s; -webkit-transition: border 0.3s; }

.itemView #sidebarItemView .itemRelated ul li:hover { border-left: 10px solid #ffffff; }

.itemView #sidebarItemView .itemRelated ul li a { border: 0 none; padding: 0 !important; }

.itemView .itemBackToTop a { text-align: left; float: left; color: #494949; text-decoration: none; transition: color 0.5s; -moz-transition: color 0.5s; -ms-transition: color 0.5s; -o-transition: color 0.5s; -webkit-transition: color 0.5s; }

.itemView .itemBackToTop a:hover { color: #ffffff; }

.itemView .itemNavigation { background: #494949; color: #ffffff; }

.itemView .itemNavigation a { color: #ffffff; }

.componentheading { display: none; }

.sp-page-builder { width: 100% !important; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; }

.sp-page-builder .page-content { display: flex; flex-wrap: wrap; }

.sp-page-builder .page-content .sppb-col-md-6 { direction: ltr; text-align: left; }

.sp-page-builder .page-content .sppb-col-md-6 h3 { text-align: center; }

.sp-page-builder .page-content .sppb-col-md-6 .sppb-column, .sp-page-builder .page-content .sppb-col-md-6 .sppb-addon-content { text-align: justify; }

.sp-page-builder .page-content .sppb-row-container { width: 100% !important; }

.sp-page-builder .page-content h2.sppb-addon-title, .sp-page-builder .page-content h3.sppb-feature-box-title { font-size: 26px !important; font-weight: normal; margin-bottom: 20px; color: #ffffff; text-align: center; }

.sp-page-builder .page-content .sppb-addon-content { text-align: left; direction: ltr; }

.sp-page-builder .page-content h4.sppb-addon-title { font-size: 18px; font-weight: normal; line-height: 2.3em; padding: 0 15px; color: #ffffff; }

.sp-page-builder .page-content h5.sppb-feature-box-title { font-size: 26px !important; font-weight: normal; margin-top: 20px; color: #ffffff; }

.sp-page-builder .page-content .sppb-section { margin: 40px 0; line-height: 2.3em; text-align: justify; color: #ffffff; width: 100%; }

.sp-page-builder .page-content .sppb-section a.sppb-btn, .sp-page-builder .page-content .sppb-section button.sppb-btn { display: inline-block; padding: 7px 17px 10px 17px; text-align: center; color: #ffffff; background: #48887d; border-radius: 11px; -o-border-radius: 11px; -moz-border-radius: 11px; -ms-border-radius: 11px; -webkit-border-radius: 11px; border: 0 none; font-size: 14px; text-shadow: 0 1px 1px #494949; -moz-text-shadow: 0 1px 1px #494949; -ms-text-shadow: 0 1px 1px #494949; -o-text-shadow: 0 1px 1px #494949; -webkit-text-shadow: 0 1px 1px #494949; box-shadow: 0 0 25px #494949, #494949 0 0 7px inset; -o-box-shadow: 0 0 25px #494949, #494949 0 0 7px inset; -moz-box-shadow: 0 0 25px #494949, #494949 0 0 7px inset; -webkit-box-shadow: 0 0 25px #494949, #494949 0 0 7px inset; -ms-box-shadow: 0 0 25px #494949, #494949 0 0 7px inset; transition: all 0.6s; -moz-transition: all 0.6s; -ms-transition: all 0.6s; -o-transition: all 0.6s; -webkit-transition: all 0.6s; }

.sp-page-builder .page-content .sppb-section a.sppb-btn:hover, .sp-page-builder .page-content .sppb-section button.sppb-btn:hover { background: #c25742; }

.sp-page-builder .page-content .sppb-section img.sppb-img-responsive { border-radius: 9px; -o-border-radius: 9px; -moz-border-radius: 9px; -ms-border-radius: 9px; -webkit-border-radius: 9px; border: 6px solid #7e7e7e; background: #ffffff; margin-bottom: 15px; }

.sp-page-builder .page-content .sppb-section input, .sp-page-builder .page-content .sppb-section textarea { background: #000000; color: #ffffff; font-size: 14px; border-radius: 7px; -o-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -webkit-border-radius: 7px; border: 0 none; }

.sp-page-builder .page-content .sppb-section input:focus, .sp-page-builder .page-content .sppb-section textarea:focus { background: #c25742; }

.sp-page-builder .page-content #section-id-1593061331951 { width: 100%; }

.sp-page-builder .page-content .ui-light-gallery div.fixed-size { display: flex; flex-direction: row; justify-content: space-between; align-content: space-between; flex-wrap: wrap; }

.sp-page-builder .page-content .ui-light-gallery div.fixed-size a.uk-first-column { flex-basis: 32%; max-width: 32%; width: 32%; }

.sp-page-builder .page-content .ui-light-gallery div.fixed-size a.uk-first-column img.ui-image { width: 100%; }

.sp-page-builder .page-content #sppb-addon-wrapper-1593063143859, .sp-page-builder .page-content #sppb-addon-1593063143859, .sp-page-builder .page-content .ui-light-gallery, .sp-page-builder .page-content #hash-1593063143859 { height: 100%; }

.sp-page-builder .page-content a { color: #ffffff; }

.sp-page-builder .sppb-addon-accordion .sppb-addon-content .sppb-panel-heading { background: #494949; color: #ffffff; border: 0 none; }

.sp-page-builder .sppb-addon-accordion .sppb-addon-content .sppb-panel-heading.active { background: #494949; }

.sp-page-builder .sppb-addon-accordion .sppb-addon-content .sppb-panel-body { background: #494949; color: #ffffff; border: 0 none; }

.sp-page-builder .sppb-addon-accordion .sppb-addon-content .sppb-panel-modern { border: 0 none; }

.sp-page-builder ul.sppb-gallery { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: start; }

.sp-page-builder ul.sppb-gallery li { width: 31%; margin: 1%; }

.sp-page-builder .sppb-empty-space { padding: 30px 0; }

.custmod .moduletable .custom p, .itemView #sidebarItemView .itemRelated ul, .itemView #sidebarItemView .itemRelated ul li, section.pagation ul { padding: 0; margin: 0; }

@media screen and (max-width: 992px) { .logo-nav > .navPage, .logo-nav > .logo { display: none; }
  .blog-nav { display: block; }
  .container { padding: 20px !important; }
  .logo-nav .logo { top: 0; }
  .logo-nav .catalogLink { margin-top: 37px; }
  .blog-nav { display: flex; width: 100%; justify-content: space-between; }
  .navbar-content ul { flex-wrap: wrap; padding: 0; margin: 0; }
  .navbar-content ul li { flex-basis: 33%; width: 33%; display: flex; justify-content: center; }
  .navbar-icons { width: 34px; height: 34px; }
  .sp-page-builder ul.sppb-gallery li { width: 48%; }
  #k2Container h3.catItemTitle a, .itemView .itemBody .itemIntroText, div.itemFullText { font-size: 18px; }
  div.itemHeader h2.itemTitle { font-size: 22px; } }

@media screen and (max-width: 576px) { .navbar-content ul { flex-wrap: wrap; }
  .navbar-content ul li { flex-basis: 50%; width: 50%; display: flex; justify-content: center; }
  .page-header h1, h3.sppb-addon-title { font-size: 26px; }
  .sp-page-builder .page-content h2.sppb-addon-title, .sp-page-builder .page-content h3.sppb-feature-box-title { font-size: 18px !important; }
  .catalogBox .logo img { max-width: 70%; display: block; text-align: center; margin: 15px auto -20px auto; }
  .catalogBox-content h3 { font-size: 18px; }
  #loadingBox, #loading:before, #loading:after { left: 28%; } }

@media screen and (max-width: 390px) { .sp-page-builder ul.sppb-gallery li { width: 98%; }
  .catalogBox { width: 80vw; left: -80vw; height: 100%; }
  .listNav { max-height: 56vh; } }

@media screen and (max-width: 280px) { .catalogBox { display: none !important; }
  .logo-nav .catalogLink { display: none; }
  #loading { left: -150% !important; }
  .navbar-content ul li { flex-basis: 100%; width: 100%; }
  .navbar-content ul li a img { width: 20px; height: 20px; }
  #loading { left: -150% !important; } }

@font-face { font-family: 'bl'; src: url("../fonts/Bordeaux_Light.eot"); /* IE9*/ src: url("../fonts/Bordeaux_Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Bordeaux_Light.woff2") format("woff2"), url("../fonts/Bordeaux_Light.woff") format("woff"), url("../fonts/Bordeaux_Light.ttf") format("truetype"), url("../fonts/Bordeaux_Light.svg#Bordeaux Light") format("svg"); /* iOS 4.1- */ }

@font-face { font-family: 'mer'; src: url("../fonts/Mermaid Bold.eot"); /* IE9*/ src: url("../fonts/Mermaid Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Mermaid Bold.woff2") format("woff2"), url("../fonts/Mermaid Bold.woff") format("woff"), url("../fonts/Mermaid Bold.ttf") format("truetype"); }

body { background: #144248 url("../images/background.jpg") top repeat-x; font-size: 18px; color: #ffffff; font-family: 'bl', Arial, Helvetica, sans-serif; }

a { text-decoration: none; }

a:hover { text-decoration: none; }

main#allPage { transition: all 0.8s cubic-bezier(1, 0, 0, 1); -moz-transition: all 0.8s cubic-bezier(1, 0, 0, 1); -ms-transition: all 0.8s cubic-bezier(1, 0, 0, 1); -o-transition: all 0.8s cubic-bezier(1, 0, 0, 1); -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1); position: relative; width: 100vw; height: 100vh; left: 0vw; top: 0vh; overflow: hidden; }

section.basePage { width: 100vw; height: 100vh; position: absolute; transition: all 1.3s; -moz-transition: all 1.3s; -ms-transition: all 1.3s; -o-transition: all 1.3s; -webkit-transition: all 1.3s; overflow: hidden; }

main#allPage.allPageResize { position: absolute; width: 80vw; height: 80vh; left: 10vw; top: 10vh; text-shadow: 0 1px 1px black; -moz-text-shadow: 0 1px 1px black; -ms-text-shadow: 0 1px 1px black; -o-text-shadow: 0 1px 1px black; -webkit-text-shadow: 0 1px 1px black; box-shadow: 0 0 100px black, black 0 0 120px inset; -o-box-shadow: 0 0 100px black, black 0 0 120px inset; -moz-box-shadow: 0 0 100px black, black 0 0 120px inset; -webkit-box-shadow: 0 0 100px black, black 0 0 120px inset; -ms-box-shadow: 0 0 100px black, black 0 0 120px inset; border-radius: 17px; -o-border-radius: 17px; -moz-border-radius: 17px; -ms-border-radius: 17px; -webkit-border-radius: 17px; border: 15px solid #000000; }

main#allPage.allPageResize section.basePage { width: 100%; }

.active { z-index: 1000; top: 0 !important; right: 0 !important; }

.activeBTN { background: #ffffff !important; color: #494949 !important; }

.container { position: relative; z-index: 2; padding: 70px 0 40px 0; height: 100%; }

section.pagation { position: fixed; top: 45%; right: 5%; z-index: 5000; height: 100vh; }

section.pagation ul { display: flex; flex-direction: column; align-content: flex-start; justify-content: start; flex-wrap: wrap; width: 26px; height: auto; list-style: none; }

section.pagation ul li a { text-align: center; display: block; color: #ffffff; background: #494949; padding: 4px 13px; margin-bottom: 10px; }

/* pagination */
.pagination, .k2Pagination { display: flex; justify-content: center; align-items: center; margin: 20px 0; flex-wrap: wrap; padding: 12px 10px 0 10px !important; border-radius: 11px; -o-border-radius: 11px; -moz-border-radius: 11px; -ms-border-radius: 11px; -webkit-border-radius: 11px; background: #5e5757; text-shadow: 0 1px 1px #494949; -moz-text-shadow: 0 1px 1px #494949; -ms-text-shadow: 0 1px 1px #494949; -o-text-shadow: 0 1px 1px #494949; -webkit-text-shadow: 0 1px 1px #494949; box-shadow: 0 0 15px #494949, #494949 0 0 5px inset; -o-box-shadow: 0 0 15px #494949, #494949 0 0 5px inset; -moz-box-shadow: 0 0 15px #494949, #494949 0 0 5px inset; -webkit-box-shadow: 0 0 15px #494949, #494949 0 0 5px inset; -ms-box-shadow: 0 0 15px #494949, #494949 0 0 5px inset; color: #ffffff; }

.pagination ul, .k2Pagination ul { list-style: none; }

.pagination ul li, .k2Pagination ul li { background: transparent; }

.pagination .limit, .k2Pagination .limit { display: none; }

.pagination span, .pagination a, .k2Pagination span, .k2Pagination a { padding: 3px 15px !important; margin: 0 5px !important; display: inline-block !important; }

.pagination a, .k2Pagination a { background: #494949 !important; color: #ffffff !important; border-radius: 11px; -o-border-radius: 11px; -moz-border-radius: 11px; -ms-border-radius: 11px; -webkit-border-radius: 11px; text-shadow: 0 1px 1px #494949; -moz-text-shadow: 0 1px 1px #494949; -ms-text-shadow: 0 1px 1px #494949; -o-text-shadow: 0 1px 1px #494949; -webkit-text-shadow: 0 1px 1px #494949; box-shadow: 0 0 10px #494949, #494949 0 0 3px inset; -o-box-shadow: 0 0 10px #494949, #494949 0 0 3px inset; -moz-box-shadow: 0 0 10px #494949, #494949 0 0 3px inset; -webkit-box-shadow: 0 0 10px #494949, #494949 0 0 3px inset; -ms-box-shadow: 0 0 10px #494949, #494949 0 0 3px inset; border: 0 none !important; }

.pagination a:hover, .k2Pagination a:hover { background: #c25742 !important; }

.hikashop_results_counter { color: #979797; }

.k2PaginationCounter { color: #979797; }
/*# sourceMappingURL=base.min.css.map */