body{
    position: relative;
    font-size: 10px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
a{
    color: #243978;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover{
    color: #e7285e;
}
ol,ul {
    font-size:14px;
    margin:10px 0 10px 15px;
}
.button{
    display: inline-block;
    background-color: #00a0dc;
    color: #fff;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 10px 20px;
    font-size: 1.6em;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.button:hover{
    color: #fff;
    background-color: #00205b;
}
.button_blue{
    background-color: #00a0dc;
}
.button_blue:hover{
    background-color: #00205b;
}
.button_white{
    color: #1e317a;
    font-weight: 400;
    border: 1px solid #1e317a;
    background-color: #fff;
}
.button_white:hover{
    color: #fff;
    background-color: #1e317a;
}
.button_green{
    background-color: #77b143;
}
.button_green:hover{
    background-color: #387b12;
}
.container{
    width: 1030px;
    margin: 0 auto;
}
.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex_space-around{
     -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex_center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex_end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex_start {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.flex_top {
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.flex_stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
a{
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.overlay{
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    position: fixed;
    z-index: 10;
    height: 100%;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.overlay.show{
    display: block;
    opacity: 1;
}
h1{
    color: #454444;
    font-size: 2em;
    padding: 15px 0;
    font-weight: 600;
}
h2 {
    font-weight: 300;
    padding: 15px 0;
    font-size: 2.4em;
}
h3{
    font-size: 1.8em;
    padding: 10px 0;
    font-weight: 300;
}
.breadcrumbs {
    padding: 20px 0;
}

.breadcrumbs > a {
    font-size: 1.4em;
}
.breadcrumbs > a:after{
    content: '>';
    padding: 0 5px 0 10px;
}
.breadcrumbs > a:last-child:after{
    display: none;
}
p{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}
p > strong{
    font-weight: 600;
}
p > tel{
    color: #4b91d3;
}
.border {
    border-width: 2px;
    border-color: #bec2d6;
    border-style: solid;
    border-radius: 6px;
}
.read_more {
    font-size: 14px;
    text-decoration: underline;
    color: #266eff;
}
.all_news {
    font-size: 14px;
    margin-bottom: 2px;
}
.prices td{ border:1px solid #333;
    padding:3px;
    font-size:18px;
}
/* ------------------- opacity effect ----------------------------- */
 @keyframes"opacity" {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 50%;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes opacity {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 50%;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes"opacity" {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 50%;
    }
    100% {
        opacity: 1;
    }
}
@-ms-keyframes"opacity" {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 50%;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes"opacity" {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 50%;
    }
    100% {
        opacity: 1;
    }
}
#serviceall {
    background: none repeat scroll 0 0 rgba(30, 49, 122, 0.85);
    color: #fff;
    display: block;
    font-size: 26px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px 5px;
    position: fixed;
    right: -110px;
    bottom: 150px;
    transform: rotate(90deg);
    width: 235px;
}
.page_404_wrapp header nav{
	display: none

}
.page_404{

}
.page_404 h1{
	 display: block;
    width: 100%;
    font-size: 50px;
    margin: 80px auto;
}
.page_404 h3{
	
}
.text-center {
    text-align: center;
}