/*-----------------RESET-------------------*/
*, html, body, div {
	padding: 0 auto;
	margin: 0 auto;
}
body{
	background: url(../pattern.png) ;


}
::-webkit-scrollbar{
    width:10px;
}
::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    border-color: #3d5f99;
    background-color: #3d5f99;
    border-radius: 8px;
}
::-webkit-scrollbar-thumb:vertical {
	height: 0;
}
::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: #3d5f99;
    background-color: #3d5f99;
    border: 1px;
    border-radius: 8px;
}
::-webkit-scrollbar-track{
    border-width:0;
    border: 1px;
    border-radius: 8px;
}

/*-------------------SITE DEFAULT-----------------------*/
#wrapper{
	width: 1200px;
	min-width: 1200px;
	height: 750px;
	min-height: 750px;
	overflow: hidden;
	margin: 0 auto;
}
.mainbox1{
	width: 1200px;
	min-width: 1200px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto;
}
.mainbox2{
	width: 1200px;
	min-width: 1200px;
	height: 600px;
	min-height: 600px;
	overflow: hidden;
	margin: 0 auto;
}
.socialbox{
	width: 180px;
	height: 40px;
	overflow: hidden;
	margin: 0 0 -40px 100px;
}
.socialbox img{
	margin: 10px 0 0 0;
	border:0px;
}

.socialbox h3{
    width: 80px;
    display: block;
    overflow: hidden;
    font: 18px Calibri;
    color: #fff;
    float: left;
    font-size: 23px;
    margin: 8px 0 0 0;
}
.logotip{
	margin: 50px 0 0 160px;
}

.INFOcontent h3{
	font:18px Calibri;
	font-weight: bold;
	font-variant: small-caps;
	color: #203f75;
	margin: 10px 0 0 10px;
}
.projects{ width: 238px; height: 100px;
	background-image: url(../img/menu/projects.png); background-repeat: no-repeat;
	float: left; overflow: hidden;
	border-radius: 8px; margin: 90px 0 0 300px;
	transition: 0.5s;
}
.about{ width: 238px; height: 100px;
	background-image: url(../img/menu/about.png); background-repeat: no-repeat;
	float: right; overflow: hidden;
	border-radius: 8px; margin: 90px 300px 0 0;
	transition: 0.5s;
}
.team{ width: 238px; height: 100px;
	background-image: url(../img/menu/team.png); background-repeat: no-repeat;
	float: left; overflow: hidden;
	border-radius: 8px; margin: 50px 0 0 100px;
	transition: 0.5s;
}
.radio{ width: 238px; height: 100px;
	background-image: url(../img/menu/radio.png); background-repeat: no-repeat;
	float: right; overflow: hidden;
	border-radius: 8px; margin: 50px 100px 0 0;

	transition: 0.5s;
}
.gallery{ width: 238px; height: 100px;
	background-image: url(../img/menu/gallery.png); background-repeat: no-repeat;
	float: left; overflow: hidden;
	border-radius: 8px; margin: 10px 0 0 300px;
	transition: 0.5s;
}
.contact{ width: 238px; height: 100px;
	background-image: url(../img/menu/contact.png); background-repeat: no-repeat;
	float: right; overflow: hidden;
	border-radius: 8px; margin: 10px 300px 0 0;
	transition: 0.5s;
}

.projects:hover{transition:0.5s;background-image:url(../img/menu/projectsA.png);background-repeat:no-repeat;}
.about:hover{transition:0.5s;background-image:url(../img/menu/aboutA.png);background-repeat:no-repeat;}
.team:hover{transition:0.5s;background-image:url(../img/menu/teamA.png);background-repeat:no-repeat;}
.radio:hover{transition:0.5s;background-image:url(../img/menu/radioA.png);background-repeat: no-repeat;}
.gallery:hover{transition: 0.5s;background-image: url(../img/menu/galleryA.png);background-repeat: no-repeat;}
.contact:hover{transition: 0.5s;background-image: url(../img/menu/contactA.png);background-repeat: no-repeat;}
.projects a{width: 238px;height: 100px;display: block;}
.about a{width: 238px;height: 100px;display: block;}
.team a{width: 238px;height: 100px;display: block;}
.radio a{width: 238px;height: 100px;display: block;}
.gallery a{width: 238px;height: 100px;display: block;}
.contact a{width: 238px;height: 100px;display: block;}

.mainBACKmenu{
	width: 580px;
	height: 30px;
	float: right;
	margin: 0 80px 10px 0;
	overflow: hidden;
}
.BACKbutt{
	width: 80px;
	height: 20px;
	text-align: center;
	background-color: #3d5f99;
	border-radius: 0 0 4px 4px;
	transition: 0.5s;
	display: block;
	float:left;
}
.BACKbutt:hover{
	width: 80px;
	height: 28px;
	background-color: #3d5f99;
	border-radius: 0 0 4px 4px;
	transition: 0.5s;
}

.mainBACKmenu a{
	font: 14px Calibri;
	color: #dbdbdb;
	display: block;
	padding: 1px 0 0 0;
	width: 60px;
	height: 20px;
}
.INFO{
	width: 1000px;
	min-width: 1000px;
	height: 520px;
	background-color: #ccc;
	overflow: hidden;
	margin:0 auto;
	border-radius: 6px;
	-webkit-box-shadow: 0 7px 6px -6px black;
	-moz-box-shadow: 0 7px 6px -6px black;
	box-shadow: 0 7px 6px -6px black;
}
.INFO img{
	float: left;
	border-radius: 0 4px 4px 0;
	-webkit-box-shadow: 3px 0px 5px -1px rgba(0,1,3,1);
	-moz-box-shadow: 3px 0px 5px -1px rgba(0,1,3,1);
	box-shadow: 3px 0px 5px -1px rgba(0,1,3,1);
	transition: 1s;
}
.INFOheadbox {
	width: 150px;
	height: 30px;
	margin: 10px 0 10px 0;
	background-color: #3d5f99;
	border-radius: 0 4px 4px 0;
	display:block;
	-webkit-box-shadow: 3px 0px 3px -1px rgba(0,1,3,1);
	-moz-box-shadow: 3px 0px 3px -1px rgba(0,1,3,1);
	box-shadow: 3px 0px 3px -1px rgba(0,1,3,1);
}
.INFOheadbox h3{
	overflow: hidden;
	font:18px Calibri;
	font-variant: small-caps;
	color: #dbdbdb;
	margin:5px 0 0 10px;
}
.INFOcontent{
	float: right;
	width: 800px;
	height: 450px;
	margin: 0 20px 0 0;
	overflow-x: hidden;
	overflow-y: scroll;
	border-radius: 6px;
	-webkit-box-shadow:inset 0 0 2px 1px #333;
	box-shadow:inset 0 0 2px 1px #333;
}
.INFOcontentcontact{
	float: right;
	width: 800px;
	height: 450px;
	margin: 0 20px 0 0;
	overflow-x: hidden;
	overflow-y: hidden;
	border-radius: 6px;
	-webkit-box-shadow:inset 0 0 2px 1px #333;
	box-shadow:inset 0 0 2px 1px #333;
}
.INFOcontentGAL{
	float: right;
	width: 800px;
	height: 450px;
	background-color: #000;
	margin: 0 20px 0 0;
	overflow: hidden;
	padding: 0;
	border-radius: 6px;
	-webkit-box-shadow:inset 0 0 2px 1px #333;
	box-shadow:inset 0 0 2px 1px #333;
}
.INFOcontent p{
	text-align: justify;
	font:16px Calibri;
	color:#222;
	padding: 0 15px;
	margin: 10px auto;
}
.INFOcontent h4{
	font:16px Calibri;
	font-weight: bold;
	color:#222;
	padding: 0 15px;
}
.teamcontent{
	width: 750px;
	height: 165px;
	margin: 10px 10px;
	overflow:hidden;
	background-color: #203f75;
	padding: 10px;
	border-radius: 6px;

}
.teamcontent img{
	border-radius: 10px;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	float: left;
	margin: 0 0 0 5px ;
	border: 2px #dbdbdb solid;
}
.personInfo{
	width: 440px;
	height: 164px;
	background-color:#3d5f99; 
	overflow: hidden;
	float: left;
	margin: 0 0 0 25px;
	text-align: left;
	border-radius: 6px;
}
.teamcontent h4{
	font:18px Calibri;
	font-variant: small-caps;
	font-weight: bold;
	color: #203f75;
	background-color: #dbdbdb;
}
.teamcontent h5{
	font:16px Calibri;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 15px;
}
.personInfo p{
	font:16px Calibri;
	font-variant: small-caps;
	margin: 0;
	color: #dbdbdb;
}
.skills{
	float: left;
	margin: 0 5px 0 0;
}

.AboutCont{
	width: 760px;
	height: auto;
	overflow: hidden;
	background-color: #3d5f99;
	margin: 10px auto;
	border-radius: 6px;
	-webkit-box-shadow: 3px 0px 3px -1px rgba(0,1,3,1);
	-moz-box-shadow: 3px 0px 3px -1px rgba(0,1,3,1);
	box-shadow: 3px 0px 3px -1px rgba(0,1,3,1);
}
.AboutCont p{
	font:16px Calibri;
	color: #dbdbdb;
}
.AboutCont h4{
	display: block;
	width: 100%;
	background-color: #dbdbdb;
	font:18px Calibri;
	font-weight: bold;
	color: #203f75;
}

/*---------------------FOOTER-----------------------*/
.category{
	width: 1000px;
	height: 120px;
	margin: -30px 0 0 100px
}

.category h3{
	display: block;
	overflow: hidden;
	width: 990px;
	height: 30px;
	margin: 0 auto;
	margin-bottom:5px;
	font: 18px Calibri;
	font-variant: small-caps;
	color: #dbdbdb;
	background-color: #0d3574;
	padding: 2px 0 0 10px;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: 0 3px 3px -3px black;
	-moz-box-shadow: 0 3px 3px -3px black;
	box-shadow: 0 3px 3px -3px black;
}
.footerbox{
	float: right;
	font:16px Calibri;
	color: #dbdbdb;
	margin: 35px 100px 0 0;
	display: block;
	width: 210px;
	height: 20px;
	background-color: #3d5f99;
    -webkit-box-shadow: 0 7px 6px -6px black;
	-moz-box-shadow: 0 7px 6px -6px black;
	box-shadow: 0 7px 6px -6px black;
	text-align: center;
}
/*
.categoryBox{
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	border:0px;
}
.categoryBox a{
	overflow: hidden;
	border:0px;
}
.categoryBox img{
	margin: 0;
	display: block;
	float: left;
	overflow: hidden;
	transition: 0.5s;
	padding: 0px 8.3px;
	border:0px;
}
.categoryBox img:hover{
	transition: 0.5s;
	background-color: #3d5f99;
	border:0px;
	border-radius: 0 0 4px 4px ;
	-webkit-box-shadow: 0 4px 4px -4px black;
	-moz-box-shadow: 0 4px 4px -4px black;
	box-shadow: 0 4px 4px -4px black;
}
*/
/*-------------RADIO--------------*/

.programBox{
	width: 750px;
	height: 120px;
	margin: 10px 10px;
	overflow:hidden;
	background-color: #203f75;
	padding: 10px;
	border-radius: 6px;
}
.programBox img{
	border-radius: 10px;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	float: left;
	margin: 0 0 0 5px ;
	border: 2px #dbdbdb solid;
}
.programInfo{
	width: 450px;
	height: 120px;
	background-color:#3d5f99; 
	overflow: hidden;
	float: left;
	margin: 1px 0 0 25px;
	text-align: left;
	border-radius: 6px;
}
.programBox h4{
	font:18px Calibri;
	font-variant: small-caps;
	font-weight: bold;
	color: #203f75;
	background-color: #dbdbdb;
}
.programBox h5{
	font:16px Calibri;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 15px;
}
.programInfo p{
	font:12px Calibri;
	margin: 0;
	color: #dbdbdb;
	text-indent: 15px;
}
.programInfo a{
	text-decoration: underline;
	font: 12px Calibri;
	color: yellow;
	margin: 0 0 0 15px;
}
.programInfo a:hover{
	text-decoration: underline;
	font: 12px Calibri;
	color: black;
	margin: 0 0 0 15px;
}
.history{
	float: left;
	margin: 0 5px 0 0;
}

/*-------------------- CONTACT -----------------------*/
.infoSIDE{
	width: 250px;
	height: 430px;
	overflow: hidden;
	float: left;
	background-color:#3d5f99; 
	margin: 10px 0 0 10px;
	border-radius: 6px;

}
.contactBOX{
	width: 500px;
	height: 120px;
	border:0px;
	border-radius: 6px;
	margin: 0 0 0 20px;
	overflow: hidden;
	background-color:#3d5f99; 
	float: left;
}

.adressINFO {
	width: 250px;
	height: 200px;
	overflow: hidden;
	margin: 0;
}
.adressINFO p{
	margin: 0 auto;
	font:16px Calibri;
	color: #dbdbdb;
}
.workWEEK{
	float: left;
	margin: 10px 0 0 0 ;
}
.workWEEK p{
	margin: 0;
	font:16px Calibri;
	color: #dbdbdb;
}
.workTIME{
	margin: 10px 0 0 0 ;
}
.workTIME p{
	margin: 0;
	font:16px Calibri;
	color: #dbdbdb;
}
.headerWORK{
	background-color: #203f75;
	display:block;
	width: 250px;
	height: 30px;
}
.headerWORK p{
	font:18px Calibri;
	color: #dbdbdb;
	padding: 5px 0 0 15px;

}
input[name=uName]{
	width: 227px;
	height: 20px;
	overflow: hidden;
	float: left;
	margin: 10px 0 0 10px;
	border:1px;
	border-radius: 4px;
	padding: 3px;
	background-color: #203f75;
	font:15px Calibri;
	color:#dbdbdb;
}
input[name=uEmail]{
	width: 227px;
	height: 20px;
	overflow: hidden;
	margin: 10px 0 0 10px;
	border:1px;
	border-radius: 4px;
	padding: 3px;
	background-color: #203f75;
	font:15px Calibri;
	color:#dbdbdb;
}
textarea{
	min-width: 370px;
	min-height: 60px;
	max-width: 375px;
	max-height: 60px;
	overflow: hidden;
	float: left;
	margin: 10px 0 0 10px;
	border:1px;
	border-radius: 4px;
	padding: 3px;
	background-color: #203f75;
	font:15px Calibri;
	color:#dbdbdb;
}
input[type=submit]{
	width: 90px;
	height: 30px;
	overflow: hidden;
	margin: 10px 0 0 10px;
	border:1px;
	border-radius: 4px;
	cursor: pointer;
	background-color: #203f75;
	color:#dbdbdb;
}
input[type=reset]{
	width: 90px;
	height: 30px;
	overflow: hidden;
	margin: 6px 0 0 10px;
	border:1px;
	border-radius: 4px;
	cursor: pointer;
	background-color: #203f75;
	color:#dbdbdb;
}
input[type=submit]:hover{
	border:1px #dbdbdb solid;
	font-weight: bold;
	font-variant: small-caps;
}
input[type=reset]:hover{
	border:1px #dbdbdb solid;
	font-weight: bold;
	font-variant: small-caps;
}

.infoMAP{
	width: 500px;
	height: 300px;
	float: right;
	margin: 10px 0 10px 20px;
	border:0px;
	border-radius: 6px;
	background-color:#3d5f99; 
	display: block;
	float: left;
	-webkit-box-shadow: 3px 0px 3px -1px rgba(0,1,3,1);
	-moz-box-shadow: 3px 0px 3px -1px rgba(0,1,3,1);
	box-shadow: 3px 0px 3px -1px rgba(0,1,3,1);
}
.infoMAP h5{
	font:18px Calibri;
	color: #dbdbdb;
	margin: 0;
	padding: 5px 0 3px 10px;
	background-color: #203f75;
	border-radius: 6px 6px 0 0;
}
.MapBox{
	width: 470px;
	height: 240px;
	#border:1px #dbdbdb dotted;
	margin: 15px auto 0 auto; 
	border-radius: 6px;

}
/*-------------------PROJECTS----------------------*/
.projectCont{
	width: 740px;
	height: 120px;
	margin: 15px 15px;
	overflow:hidden;
	background-color: #203f75;
	padding: 10px;
	border-radius: 6px;
	-webkit-box-shadow: 3px 0px 3px -1px rgba(0,1,3,1);
	-moz-box-shadow: 3px 0px 3px -1px rgba(0,1,3,1);
	box-shadow: 3px 0px 3px -1px rgba(0,1,3,1);

}
.projectCont img{
	border-radius: 10px;
	-webkit-box-shadow: 2px 0px 3px -1px rgba(0,1,3,1);
	-moz-box-shadow: 2px 0px 3px -1px rgba(0,1,3,1);
	box-shadow: 2px 0px 3px -1px rgba(0,1,3,1);
	float: left;
	margin: 0 ;
	background-color:#dbdbdb;
}
.projectInform{
	width: 520px;
	height: 120px;
	background-color:#3d5f99; 
	overflow: hidden;
	float: left;
	margin: 0 0 0 20px;
	text-align: left;
	border-radius: 6px;
}
.projectCont h4{
	font:18px Calibri;
	font-variant: small-caps;
	font-weight: bold;
	color: #203f75;
	background-color: #dbdbdb;
}
.projectCont h5{
	font:16px Calibri;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 15px;
}
.projectInform p{
	font:16px Calibri;
	font-variant: small-caps;
	margin: 0;
	color: #dbdbdb;
}
.informCAT{
	float: left;
	margin: 0 5px 0 0;
}
.projectInform a{
	font:14px Calibri;
	font-variant: small-caps;
	color: yellow;
	margin: 0 0 0 15px;
}
.projectInform a:hover{
	color:red;
}
a {
	text-decoration: none;
}