@charset "utf-8";
body {
}
h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #B21E23;
    font-size: 200%;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 120%;
}
h2 {
    font-family: 'Open Sans', sans-serif;
    color: #B21E23;
    font-size: 120%;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 120%;
}
h3 {
    font-family: 'Open Sans', sans-serif;
    color: #00A1EC;
    font-size: 100%;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 120%;
}
p {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 90%;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 140%;
    margin-top: 0px;
}
p strong {
    font-weight: 600;
}
.onlyDesk {
    display: block;	
}
.onlyMob {
    display: none;	
} 
.clearAll {
    clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}
.header {
    width: 100%;
    background-color: #FFFFFF;
}
.headCont {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.headLogo {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 30%;
}
.headLogo img {
    height: 60px;
}
.headNav {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 60%;
    float: right;
}
.headNav a {
    width: 60px;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #00A1EC;
    float: right;
    margin-left: 10px;
    border-radius: 10px;
    -webkit-transition: background-color 0.5s ease, color 0.5s ease;
    -moz-transition: background-color 0.5s ease, color 0.5s ease;
    -o-transition: background-color 0.5s ease, color 0.5s ease;
    transition: background-color 0.5s ease, color 0.5s ease;
}
.headNav a:hover {
    background-color: #b00f1f;
    color: #FFFFFF;
}
.headNav a img {
    width: 60px;
}
.menu {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height 1.3s ease;
    -moz-transition: height 1.3s ease;
    -o-transition: height 1.3s ease;
    transition: height 1.3s ease;
    overflow-y: hidden;
    background-color: #51AD00;
    background-image: url(../images/moskva.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
.menuCont {
    max-width: 1000px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
}
.menu a {
    font-family: 'Open Sans', sans-serif;
    color: #b00f1f;
    font-size: 90%;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 42px;
    text-decoration: none;
    margin-left: 1%;
    margin-right: 1%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.5s ease, color 0.5s ease;
    -moz-transition: background-color 0.5s ease, color 0.5s ease;
    -o-transition: background-color 0.5s ease, color 0.5s ease;
    transition: background-color 0.5s ease, color 0.5s ease;
    width: 48%;
    padding-left: 20px;
    float: left;
}
.menu a:hover {
    background-color: #b00f1f;
    color: #FFFFFF;
}
.main {
    background-image: -webkit-linear-gradient(270deg,rgba(239,234,224,1.00) 0%,rgba(255,255,255,1.00) 70%);
    background-image: -moz-linear-gradient(270deg,rgba(239,234,224,1.00) 0%,rgba(255,255,255,1.00) 70%);
    background-image: -o-linear-gradient(270deg,rgba(239,234,224,1.00) 0%,rgba(255,255,255,1.00) 70%);
    background-image: linear-gradient(180deg,rgba(239,234,224,1.00) 0.00%,rgba(255,255,255,1.00) 70%);
}
.mainCont {
	max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.elem {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
	padding-top: 20px;
	padding-bottom: 20px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.elem a {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 100%;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 140%;
    text-decoration: none;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #00A0D4;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.5s ease, color 0.5s ease;
    -moz-transition: background-color 0.5s ease, color 0.5s ease;
    -o-transition: background-color 0.5s ease, color 0.5s ease;
    transition: background-color 0.5s ease, color 0.5s ease;
    width: 100%;
    padding-left: 20px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}
.elem a:hover {
    background-color: #b00f1f;
    color: #FFFFFF;
}
.matro01 {
    background-image: url(../images/matro-01.png);
    background-repeat: no-repeat;
    background-position: left 20px;
    background-size: 30% auto;
    padding-left: 18%;
	padding-right: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.matro02 {
    background-image: url(../images/matro-02.png);
    background-repeat: no-repeat;
    background-position: right 20px;
    background-size: 30% auto;
    padding-left: 2%;
	padding-right: 18%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.matro03 {
    background-image: url(../images/matro-03.png);
    background-repeat: no-repeat;
    background-position: left 20px;
    background-size: 30% auto;
    padding-left: 18%;
	padding-right: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.matro04 {
    background-image: url(../images/matro-04.png);
    background-repeat: no-repeat;
    background-position: right 20px;
    background-size: 30% auto;
    padding-left: 2%;
	padding-right: 18%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer {
    background-image: -webkit-linear-gradient(270deg,rgba(89,75,46,1.00) 0.46%,rgba(147,124,76,1.00) 70%);
    background-image: -moz-linear-gradient(270deg,rgba(89,75,46,1.00) 0.46%,rgba(147,124,76,1.00) 70%);
    background-image: -o-linear-gradient(270deg,rgba(89,75,46,1.00) 0.46%,rgba(147,124,76,1.00) 70%);
    background-image: linear-gradient(180deg,rgba(89,75,46,1.00) 0.46%,rgba(147,124,76,1.00) 70.00%);
    padding-top: 20px;
    padding-bottom: 20px;
}
.footCont {
	max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#polje {
    display: block;
    width: 100%;
    border-top-left-radius: 0px;
    border: 1px solid #6F0001;
    font-size: 120%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#submit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: #00A0D4;
    font-size: 120%;
    color: #FFFFFF;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-style: none;
}














.MOB------------- {}







@media only screen and (max-width: 780px) {
.onlyDesk {
    display: none;	
}
.onlyMob {
    display: block;	
}

.headNav {
    width: 50%;
}
.headLogo img {
    height: 40px;
    padding-top: 10px;
}
.menu {
    background-size: cover;
}
.menu a {
    width: 70%;
    padding-left: 20px;
    float: none;
    margin-left: auto;
    margin-right: 10px;
}
.main {
    background-image: none;
}
.elem {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
    padding-left: 5%;
    padding-right: 5%;
}
.elemGrad {
	background-image: -webkit-linear-gradient(270deg,rgba(239,234,224,1.00) 0%,rgba(255,255,255,1.00) 70%);
    background-image: -moz-linear-gradient(270deg,rgba(239,234,224,1.00) 0%,rgba(255,255,255,1.00) 70%);
    background-image: -o-linear-gradient(270deg,rgba(239,234,224,1.00) 0%,rgba(255,255,255,1.00) 70%);
    background-image: linear-gradient(180deg,rgba(239,234,224,1.00) 0.00%,rgba(255,255,255,1.00) 70%);
}
.matro01 {
    background-image: url(../images/matro-01.png);
    background-repeat: no-repeat;
    background-position: -20% 20px;
    background-size: 40% auto;
	padding-left: 30%;
	padding-right: 5%;
}
.matro02 {
    background-image: url(../images/matro-02.png);
    background-repeat: no-repeat;
    background-position: 120% 20px;
    background-size: 40% auto;
	padding-left: 5%;
	padding-right: 30%;
}
.matro03 {
    background-image: url(../images/matro-03.png);
    background-repeat: no-repeat;
    background-position: -20% 20px;
    background-size: 40% auto;
	padding-left: 30%;
	padding-right: 5%;
}
.matro04 {
    background-image: url(../images/matro-04.png);
    background-repeat: no-repeat;
    background-position: 120% 20px;
    background-size: 40% auto;
	padding-left: 5%;
	padding-right: 30%;
}





	
}
