html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
    backface-visibility: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}

/**/

body {
    font-weight: 400;
    overflow-x: hidden;
    font-family: 'Ubuntu Condensed', sans-serif;
}

.container {
    width: 1003px;
    margin: auto;
}

.clearfix {
    clear: both;
}

div {
    box-sizing: border-box;
}

a {
    color: #0588b4;
}

a:hover, a:focus, a:active {
    color: #3db1d8;
}

.hidden {
    display: none;
}

/*    navbar
*******************/

#navbar {
    background: #750301;
    color: #fff;
    height: 71px;
    font-family: 'Open Sans Condensed', sans-serif;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    z-index: 10;
    position: relative;
}

.logo {
    display: block;
    float: left;
    padding: 7px 0;
}

.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    line-height: 27px;
}

.logo a span {
    font-size: 28px;
    display: block;
}

ul#nav {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 609px;
    text-align: center;
}

ul#nav>li:first-child {
    margin-left: 100px;
}

ul#nav>li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;
}

ul#nav>li.has-collapse:hover {
    background: #3f0100;
}

ul#nav>li.has-collapse:hover ul.collapse{
    display: block;
}

ul#nav>li.has-collapse ul.collapse {
    position: absolute;
    top: 70px;
    z-index: 999;
    display: block;
    width: 240px;
    left: 0;
    padding: 5px 0 8px;
    margin: 0;
    background: #3f0100;
    display: none;
}

ul#nav>li.has-collapse ul.collapse>li {
    padding: 0px 0;
    margin: 0;
    display: block;
    text-align: left;
    position: relative;
}

ul#nav>li.has-collapse ul.collapse>li>a {
    display: block;
    color: #fff;
    font-family: 'Ubuntu Condensed', sans-serif;
    text-decoration: none;
    font-size: 16px;
    padding: 5px 5px 5px 40px;
}

ul#nav>li.has-collapse ul.collapse>li>a:before {
    content: '';
    width: 7px;
    box-sizing: border-box;
    height: 7px;
    opacity: 0;
    display: block;
    border: 1px solid #fff;
    position: absolute;
    top: 12px;
    border-radius: 50%;
    left: 20px;
}

ul#nav>li.has-collapse ul.collapse>li>a:hover:before {
    opacity: 1
}

ul#nav>li>a {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 400;
    display: block;
    font-size: 18px;
    padding: 25px 17px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

ul#nav>li>a:hover ,
ul#nav>li>a.active {
    background: #3f0100;
} 

.top-contact {
    float: right;
    text-align: center;
}

.top-contact p {
    margin: 2px 0 0;
    font-size: 15px;
    font-weight: 600;
}

.top-contact .callback {
    margin: 0;
    font-size: 18px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 18px;
    background: url(../img/phone.png) no-repeat;
    background-position: center left;
}

/*   header
*******************/

#header {
    background: url(../img/bg.jpg) no-repeat;
    min-height: 573px;
    background-size: cover;
    background-position: center;
    text-align: center;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

.intro {
    padding-top: 24px;
    font-family: 'Ubuntu Condensed', sans-serif;
}

#order-main_content {
    display: none;
}

.visible {
    display: block !important;
}

#order-serv-main, #order {
    max-width: 440px;
    text-align: center;
    min-height: 201px;
    margin: 0 auto;
    padding: 8px 0 3px;
    background-color: rgba(255, 255, 255,.8);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.75);
}

.order_title , #order .order-title {
    text-transform: uppercase;
    font-size: 30px;
    color: #3f0100;
    margin: 0;
}

.fancybox-inner {
    max-width: 440px !important;
}

.order_form .order_error, 
.order_error {
    display: block;
    color: #bc0805;
    min-height: 15px !important;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.order_form .order_error p,
#order-content .order_error p {
    margin: 0;
}


#order-serv-main input,
#order input {
    box-sizing: border-box;
    font-size: 15px;
    color: #3e3e3e;
    width: 270px;
    height: 40px;
    border: 1px solid #949494;
    padding: 0 14px;
}

.order_button button {
    margin: 11px 0;
    outline: none !important;
    border:none;
    font-size: 23px;
    color: #fff;
    background: rgba(253,189,13,1);
    background: -moz-linear-gradient(top, rgba(253,189,13,1) 0%, rgba(229,80,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,189,13,1)), color-stop(100%, rgba(229,80,0,1)));
    background: -webkit-linear-gradient(top, rgba(253,189,13,1) 0%, rgba(229,80,0,1) 100%);
    background: -o-linear-gradient(top, rgba(253,189,13,1) 0%, rgba(229,80,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,189,13,1) 0%, rgba(229,80,0,1) 100%);
    background: linear-gradient(to bottom, rgba(253,189,13,1) 0%, rgba(229,80,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdbd0d', endColorstr='#e55000', GradientType=0 );
    padding: 4px 20px;
    border-radius: 10px;
    position: relative;
}

.order_button button:hover, 
.order_button button:active {
    background: rgba(224,167,9,1);
    background: -moz-linear-gradient(top, rgba(224,167,9,1) 0%, rgba(204,70,2,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(224,167,9,1)), color-stop(100%, rgba(204,70,2,1)));
    background: -webkit-linear-gradient(top, rgba(224,167,9,1) 0%, rgba(204,70,2,1) 100%);
    background: -o-linear-gradient(top, rgba(224,167,9,1) 0%, rgba(204,70,2,1) 100%);
    background: -ms-linear-gradient(top, rgba(224,167,9,1) 0%, rgba(204,70,2,1) 100%);
    background: linear-gradient(to bottom, rgba(224,167,9,1) 0%, rgba(204,70,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a709', endColorstr='#cc4602', GradientType=0 );
}

.order-main_message {
    padding: 35px 0;
}

.intro h2 {
    display: block;
    margin: 100px 0 0;
    font-size: 50px;
    color: #fff;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
}

.intro h2 span {
    font-size: 40px;
}

/*   content
*******************/

#content-wrap {
    background: #efefef;
}

.content {
    padding: 10px 0;
}

.page-header {
    font-size: 40px;
    color: #750301;
    font-family: 'Ubuntu Condensed', sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin: 17px 0 12px;
}

.category-item {
    display: block;
    width: 241px;
    box-sizing: border-box;
    height: 241px;
    background-size: 100%;
    border: 6px solid #3f0100;
    position: relative;
    text-decoration: none;
    outline: none;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.75);
    backface-visibility: hidden;
    transition: .15s;
    overflow: hidden;
    float: left;
    margin: 11px 0 11px 13px;
}

.category-item:nth-child(4n+1) {
    margin-left: 0;
}

.category-item img {
    display: block;
    width: 229px;
    height: 229px;
    margin: auto;
    transition: .35s;
}

.category-item div.title {
    width: 100%;
    background: rgba(63,1,0,.9);
    text-align: center;
    font-family: 'Open Sans Condensed', 'Ubuntu Condensed', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    padding: 9px 0;
    bottom: 0;
    left: 0;
    position: absolute;
    font-weight: 600;
    transition: .15s;
}

.category-item:hover {
     border: 6px solid #750301;
}

.category-item:hover div.title {
    background: rgba(117,3,1,.9);
}

.category-item:hover img {
    transform: scale(1.05);
}



.order-btn {
    margin: 0px auto;
    outline: none !important;
    border:none;
    font-size: 23px;
    color: #fff;
    background: rgba(253,189,13,1);
    background: -moz-linear-gradient(top, rgba(253,189,13,1) 0%, rgba(229,80,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,189,13,1)), color-stop(100%, rgba(229,80,0,1)));
    background: -webkit-linear-gradient(top, rgba(253,189,13,1) 0%, rgba(229,80,0,1) 100%);
    background: -o-linear-gradient(top, rgba(253,189,13,1) 0%, rgba(229,80,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,189,13,1) 0%, rgba(229,80,0,1) 100%);
    background: linear-gradient(to bottom, rgba(253,189,13,1) 0%, rgba(229,80,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdbd0d', endColorstr='#e55000', GradientType=0 );
    padding: 4px 10px;
    border-radius: 10px;
    position: relative;
}

.order-btn:hover, 
.order-btn:active {
    background: rgba(224,167,9,1);
    background: -moz-linear-gradient(top, rgba(224,167,9,1) 0%, rgba(204,70,2,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(224,167,9,1)), color-stop(100%, rgba(204,70,2,1)));
    background: -webkit-linear-gradient(top, rgba(224,167,9,1) 0%, rgba(204,70,2,1) 100%);
    background: -o-linear-gradient(top, rgba(224,167,9,1) 0%, rgba(204,70,2,1) 100%);
    background: -ms-linear-gradient(top, rgba(224,167,9,1) 0%, rgba(204,70,2,1) 100%);
    background: linear-gradient(to bottom, rgba(224,167,9,1) 0%, rgba(204,70,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a709', endColorstr='#cc4602', GradientType=0 );
}

/*works on main*/

.last-wrap {
    margin: 24px 0;
}

.work-md {
    display: block;
    outline: none;
    text-decoration: none;
    width: 247px;
    height: 247px;
    border: 3px solid #8f0e0c;
    box-sizing: content-box;
    position: relative;
    float: left;
    border-width: 3px 3px 3px 0;
}

.work-md:nth-child(1),
.work-md:nth-child(8) {
    border-width: 3px 3px 3px 3px;
}

.work-md .overlay {
    width: 100%;
    position: absolute;
    background: rgba(73,13,6,.85);
    top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    right: 0;
    transition: .30s;
    opacity: 0;
}

.overlay .info {
    width: 210px;
    margin: auto;
    text-align: center;
    padding: 0;
    height: 230px;
    position: absolute;
    top: 50%;
    margin-top: -115px;
    left: 50%;
    margin-left: -105px;
}

.overlay .info .title {
    font-size: 21px;
    font-family: 'Ubuntu Condensed', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
    min-height: 50px;
}

.overlay .info .text {
    font-size: 15px;
    height: 135px;
    box-sizing: border-box;
    overflow: hidden;
    font-family: 'Ubuntu Condensed', sans-serif;
}

.overlay .info button {
    margin: 0px auto 0;
}

.work-md .overlay:hover {
    opacity: 1;
}

.work-md img {
    width: 247px;
    height: 247px;
    display: block;
    margin: auto;
}

.work-lg { 
    display: block;
    outline: none;
    text-decoration: none;
    width: 330px;
    height: 330px;
    border: 3px solid #8f0e0c;
    box-sizing: content-box;
    position: relative;
    float: left;
    border-width: 0px 3px 0px 0;
    overflow: hidden;
}



.work-lg img {
    width: 331px;
    height: 331px;
    display: block;
    margin: auto;
}

.work-lg .overlay {
    width: 100%;
    position: absolute;
    background: rgba(73,13,6,.85);
    top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    right: 0;
    transition: .30s;
    opacity: 0;
}

.work-lg .overlay:hover {
    opacity: 1;
}

.work-lg.first{
    border-width: 0px 3px 0px 3px;
    width: 331px;
}

.all-anchor {
    text-align: center;
}

.all-anchor a {
    margin: 0px auto;
    outline: none !important;
    border:none;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Ubuntu Condensed', sans-serif;
    background: rgba(252,135,56,1);
    background: -moz-linear-gradient(top, rgba(252,135,56,1) 0%, rgba(222,41,1,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,135,56,1)), color-stop(100%, rgba(222,41,1,1)));
    background: -webkit-linear-gradient(top, rgba(252,135,56,1) 0%, rgba(222,41,1,1) 100%);
    background: -o-linear-gradient(top, rgba(252,135,56,1) 0%, rgba(222,41,1,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,135,56,1) 0%, rgba(222,41,1,1) 100%);
    background: linear-gradient(to bottom, rgba(252,135,56,1) 0%, rgba(222,41,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8738', endColorstr='#de2901', GradientType=0 );
    padding: 20px 27px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.all-anchor a:hover {
    background: rgba(230,111,32,1);
    background: -moz-linear-gradient(top, rgba(230,111,32,1) 0%, rgba(186,31,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,111,32,1)), color-stop(100%, rgba(186,31,0,1)));
    background: -webkit-linear-gradient(top, rgba(230,111,32,1) 0%, rgba(186,31,0,1) 100%);
    background: -o-linear-gradient(top, rgba(230,111,32,1) 0%, rgba(186,31,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(230,111,32,1) 0%, rgba(186,31,0,1) 100%);
    background: linear-gradient(to bottom, rgba(230,111,32,1) 0%, rgba(186,31,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e66f20', endColorstr='#ba1f00', GradientType=0 );
}

.text-wrap {
    padding: 20px ;
    background: url(../img/text-wrap-bg.png) no-repeat;
    background-position: top 100px right;
}

.inner {
    padding: 20px ;
}

.text-wrap div,.inner div {
    font-size: 15px;
    color: #750301;
    line-height: 25px;
    margin: 25px 0;
}

.text-wrap .outro {
    text-align: center;
    font-size: 25px;
}


.work {

    display: block;
    outline: none;
    text-decoration: none;
    width: 241px;
    height: 241px;
    border: 5px solid #3f0100;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 5px 5px;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.75);
}

.work img {
    width: 231px;
    height: 231px;
    display: block;
    margin: auto;
    transition: .35s;
}

.work:nth-child(4n+1) {
    margin-left: 0;
}

.work .overlay {
    width: 100%;
    position: absolute;
    background: rgba(63,1,0,.85);
    top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    right: 0;
    transition: .30s;
    opacity: 0;
}

.work:hover .overlay {
    opacity: 1;
}

.work:hover img {
    transform: scale(1.05);
}

.gallery-wrap {
    margin: 10px 0 20px;
}

.show-more {
    text-align: center;
    margin: 5px 0 0;
}

.show-more a,
.show-more button {
    margin: 0px auto;
    outline: none !important;
    border:none;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Ubuntu Condensed', sans-serif;
    background: #3f0100;
    padding: 8px 27px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.show-more a:hover {
    background: #750301;
}

/*filter*/

.filter {
    text-align: right;
    margin: 0 0 14px;
}

.filter form {
    width: 350px;
    float: right;
}

.filter form select {
    margin: 0;
    width: 234px;
    height: 34px;
    box-sizing: border-box;
    float:left;
    border: 1px solid #3f0100;
    border-width: 1px 0 1px 1px;
}

.filter form button {
    margin: 0;
    float:left;
    height: 34px;
    display: block;
    box-sizing: border-box;
    border:none;
    outline: none;
    background: #3f0100;
    color: #fff;
    padding: 0 10px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.filter form button:hover {
    background: #750301;
}


/*   footer
*******************/

#footer {
    background: #3f0100;
    color: #fff;
    padding: 16px 0 16px;
}

ul#bot-nav {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul#bot-nav>li {
    display: inline-block;
    margin: 0 7px;
}

ul#bot-nav>li>a {
    color: #efefef;
    font-size: 15px;
    text-decoration: none;
}

ul#bot-nav>li>a:hover,
ul#bot-nav>li>a.active {
    color: #fff;
    text-decoration: underline;
}

.copyright, .developer {
    text-align: center;
    font-size: 14px;
    margin: 26px auto;
}

.developer  {
    text-align: right
}

.developer a {
    color: #fff;
}

.developer a:hover {
    color: #fff;
}

#order {
    display: none;
}

#order-serv {
    display: none;
}

#order-callback {
    display: none;
}

#order-serv, #order-callback {
    max-width: 440px;
    text-align: center;
    min-height: 201px;
    margin: 0 auto;
    padding: 8px 0 3px;
    background-color: rgba(255, 255, 255,.8);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.75);
}

#order-serv .order_title,
#order-callback .order_title {
    text-transform: uppercase;
    font-size: 30px;
    color: #3f0100;
    margin: 0;
}

#order-serv .order_error,
#order-callback .order_error {
    display: block;
    color: #bc0805;
    min-height: 15px !important;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

#order-serv .order_error p,
#order-callback .order_error p {
    margin: 0;
}


#order-serv input,
#order-callback input {
    box-sizing: border-box;
    font-size: 15px;
    color: #3e3e3e;
    width: 270px;
    height: 40px;
    border: 1px solid #949494;
    padding: 0 14px;
}

.order_message,
.order-callback_message {
    padding: 35px 0;
}
