/*
*
* Los Santos Emergency Services
* Created by Found
* 2016 (c) G-RP.SU
*
*/

@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300&subset=latin,cyrillic";

html, 
body {
	background: linear-gradient(90deg, #00264e, #6c9fd6);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
	font: normal 13px 'Roboto Condensed', sans-serif, arial;
}

.map {
	background: url('../image/background.png') no-repeat;
    background-size: cover; }

.col_city:hover { box-shadow: 0 0 40px #dad5d2; }

a {
    text-decoration: none;
    color: white;
}

.heigh_wrapper {
	padding: 7em 0 0;
}

.wrapper {
	margin: 0 auto;
    width: 1200px;
    max-width: 1200px;
}

.button-blue {
	background-color: #171717;
    padding: 5px 18px;
    border-radius: 0px;
    font-weight: 400;
    text-transform: uppercase;
}

.button-blue:hover {
	background-color: rgba(42, 78, 130, 0.83);
}

.row {
	margin: 15px 15px 0 0;
    display: inline-block;
    filter: grayscale(0.7);
}

.del {
	margin: 15px 15px 0 0;
    display: inline-block;
    filter: grayscale(0.7);
}

.row:hover {
	filter: grayscale(0.0);
}

.description {
	color: white;
    padding: 15px 12px;
    margin-top: 475px;
    background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(25,25,25,0.86) 100%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(25,25,25,0.86) 100%);
    background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(25,25,25,0.86) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#db191919',GradientType=0 );
}

.description span {
	font-weight: bold;
}

.description:hover {
	background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(0,36,99,0.86) 100%); 
	background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(0,36,99,0.86) 100%); 
	background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(0,36,99,0.86) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#db002463',GradientType=0 );
}

.row_sf {
	width: 28em;
    background: url('../image/sf-row.jpg') no-repeat;
    height: 40em;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.row_sf:hover {
	-moz-transform: scale(1) translateY(-1px);
	-webkit-transform: scale(1) translateY(-1px);
	-o-transform: scale(1) translateY(-1px);
	-ms-transform: scale(1) translateY(-1px);
	transform: scale(1) translateY(-1px);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.row_ls {
	width: 28em;
    background: url('../image/ls-row.jpg') no-repeat;
    height: 40em;
	margin-left: 40px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.row_ls:hover {
	-moz-transform: scale(1) translateY(-1px);
	-webkit-transform: scale(1) translateY(-1px);
	-o-transform: scale(1) translateY(-1px);
	-ms-transform: scale(1) translateY(-1px);
	transform: scale(1) translateY(-1px);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.row_lv {
	width: 28em;
    background: url('../image/lv-row.jpg') no-repeat;
    height: 40em;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.row_lv:hover {
	-moz-transform: scale(1) translateY(-1px);
	-webkit-transform: scale(1) translateY(-1px);
	-o-transform: scale(1) translateY(-1px);
	-ms-transform: scale(1) translateY(-1px);
	transform: scale(1) translateY(-1px);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
header {
	height: 4em;
    padding: 28px 1px;
    margin: 0 auto;
	width: 870px;
	margin-bottom: 100px;
}

.logo {
	background: url('../image/logo.png') no-repeat;
	float: left;
	margin-left: 0em;
	width: 200px;
	height: 70px;
}

.ts-btn {
    color: #ffffff;
    padding: 4px 13px;
    border-radius: 0em;
    border: 3px solid #ffffff;
    text-transform: uppercase;
    font-weight: bold;
	font-size: 12pt;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
}

.ts-btn:hover {
	background: black;
}

.ts-btn:first {
	outline: 0;
}

.copyright {
    color: white;
    font-size: 13px;
    width: 250px;
    padding: 4em 0;
    margin: 0 auto;
	margin-top: 100px;
}

.content {
	background: white;
    padding: 15px;
}

.new {
	margin: 15px 0;
    border: 1px solid #DADADA;
    padding: 5px 15px;
}

.date {
	background: #2F5C98;
    width: 103px;
    color: white;
    border-radius: 2em;
    text-align: center;
}
.nav {
	width: 330px;
	height: 60px;
	float:right;
	margin-right: 0.5em;
}