@font-face{
	font-family:Gotham;
    src: url(GothamProRegular.ttf);
    src: url(GothamProRegular.eot);
    src: url(GothamProRegular.woff); 
}
@font-face{
	font-family:FontAwesome;
    src: url(fontawesome-webfont.ttf);
    src: url(fontawesome-webfont.eot);
    src: url(fontawesome-webfont.woff); 
    src: url(fontawesome-webfont.woff2);
    src: url(FontAwesome.otf);
}
body{
	margin:0;
	padding:0;
}
.clearfix:after{
	content: "";
	display: table;
	clear: both;
}
.center_block{
	width:990px;
	margin:0 auto;
	position: relative;
}
header{
	position: relative;
}
header:after{
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #e94e38;

}
header .img_logo_left{
	left:0px;
	padding:14px 15px 15px 0;
	position: absolute;
}
header .center_block{
	z-index: 2;
	background-color: #fff;
}
header nav a{
	font-family: Gotham;
	text-transform: uppercase;
	font-size: 14px;
	color: #96a6a7;
	text-decoration: none;
	margin-right: 18px;

}
nav{
	float:right;
    padding-top: 28px;
    
}
.login_right{
	width: 100px;
	height:75px;
	float: right;
	position: relative;
	background:#e94e38 url(images/user-shape.svg) no-repeat center;
	background-size: 15px 17px;
}
header .center_block .login_right a{
	text-decoration: none;
	font-family: Gotham;
	font-size: 14px;
	color: white;
	text-transform: uppercase;
}
.search{
	width: 75px;
	height: 75px;
	float:right;
	background: #e2dee0 url(images/search.svg) no-repeat center;
	background-size: 23px auto;
}
header .login_right div{
	margin-top: 28px;
    margin-left: 67px;
}
.city{
	background: #fff url(images/city.jpg) no-repeat center;
	margin:0 auto;
	overflow: hidden;
}
h1{
	font-size: 30px;
	font-family: Gotham;
	color: white;
	text-align: center;
	margin-top: 58px;
}
form{
	text-align:center;
	padding-bottom: 40px;
}
.head_education,.head_city{
	background-color: rgba(255, 255, 255, 0.1);
	margin: 32px 15px 21px;
	font-size: 18px;
	border-radius: 50px;
	border:none;
	width: 222px;
	height: 52px;
	color: white;
	outline: none;
	padding: 0 10px 0 10px;
}
.input_text{
	font-size: 18px;
	background-color: rgba(255, 255, 255, 0.1);
	margin-bottom: 28px;
	width: 472px;
	height: 57px;
	border-radius: 50px;
	border:none;
	color: white;
	outline: none;
}
.input_text[type="text"]{
	padding-left: 30px;
}
.input_top{
	background-color: #e94e38;
	width: 140px;
	height: 62px;
	border-radius: 50px;
	border:none;
	font-size: 18px;
	color: white;
	outline: none;
}
.content_menu{
	padding: 21px 0 24px 0;
	width: 305px;
}
.center_block .content_menu a{
	text-decoration: none;
	padding: 26px 24px 24px 0;
	font-family: Gotham;
	font-size: 12px;
	color: #96a6a7;
	text-transform:uppercase;
}
.center_block .content_menu a:first-child{
	color: red;
}
.conten_menu_right{
	display: inline-block;
	text-transform: uppercase;
	color: #96a6a7;
	float: right;
	width: 310px;

}
.conten_menu_right p{
	margin-top: 21px;
	float:left;
}
.conten_menu_right div{
	margin:10px 0 10px 10px;
}
.bus{
	width: 40px;
	height: 40px;
	background:#88499c url(images/icon.svg) no-repeat center;
	background-size: 18px 19px;
	float:right;
	border-radius: 50%;
}
.music{
	width: 40px;
	height: 40px;
	background:#f19e1f url(images/musical-note.svg) no-repeat center;
	background-size: 19px 19px;
	float:right;
	border-radius: 50%;
}
.student{
	width: 40px;
	height: 40px;
	background:#b6c0c1 url(images/university-graduate-hat.svg) no-repeat center;
	background-size: 31px 21px;
	float:right;
	border-radius: 50%;
}
.femaly{
	width: 40px;
	height: 40px;
	background:#b6c0c1 url('images/girl.svg') no-repeat center;
	background-size: 18px 21px;
	float:right;
	border-radius: 50%;
}
.home{
	width: 40px;
	height: 40px;
	background:#1baf5d url(images/homepage.svg) no-repeat center;
	background-size: 24px 19px;
	float:right;
	border-radius: 50%;
}
.content_menu_center{
	width:332px;
	float:right;
}
.navigation{
	color: #e94e38;
	font-size: 12px;
	font-family: Gotham;
	text-transform: uppercase;
	width: 117px;
	height: 37px;
	outline: none;
	border-radius: 50px;
	border:2px solid lightgray;
	background-color: #fff;
	margin-top: 12px;
}
.map{
	color: #96a6a7;
	font-size: 12px;
	font-family: Gotham;
	text-transform: uppercase;
	width: 117px;
	height: 37px;
	outline: none;
	border-radius: 50px;
	border:2px solid lightgray;
	background-color: #fff;
	margin-top: 12px;
}
.main_content,.gray{
	background-color: #f3f1f2;
}
.main_content:after{
	display: table;
	content: "";
	clear: both;
}
.gray:before{
	display: table;
	content: "";
	clear: both;
}
.gray:after{
	display: table;
	content: "";
	clear: both;
}
/*центральный блок(копии)*/
.home_green{
	width: 210px;
	height: 266px;
	background: #fff;
	float: left;
	position: relative;
	margin:46px 0 0 18px;
}
.home_green_bottom{
	width: 210px;
	height: 266px;
	background: #fff;
	float: left;
	position: relative;
	margin:36px 0 0 18px;
}
.home_green_bottom_two{
	width: 210px;
	height: 266px;
	background: #fff;
	float: right;
	position: relative;
	margin:36px 0 0 18px;
	left: -12px;
    top: -307px;
}
.home_green>.home_background{
	background: #fff url(images/hotel.png) no-repeat center;
	background-size: 210px 140px;
	width: 210px;
	height: 140px;
	padding-top: 1px;
}
.home_green_bottom>.home_background{
	background: #fff url(images/hotel.png) no-repeat center;
	background-size: 210px 140px;
	width: 210px;
	height: 140px;
	padding-top: 1px;
}
.home_green_bottom_two>.home_background{
	background: #fff url(images/hotel.png) no-repeat center;
	background-size: 210px 140px;
	width: 210px;
	height: 140px;
	padding-top: 1px;
}
.home_green>.home_background>.home_block>.home_p{
	font-size: 12px;
	color: white;
	text-align: center;
	margin-top: 7px;
	font-family: Gotham;
}
.home_green_bottom>.home_background>.home_block>.home_p{
	font-size: 12px;
	color: white;
	text-align: center;
	margin-top: 7px;
	font-family: Gotham;
}
.home_green_bottom_two>.home_background>.home_block>.home_p{
	font-size: 12px;
	color: white;
	text-align: center;
	margin-top: 7px;
	font-family: Gotham;
}

.home_green>.home_background>.home_block{
	float:right;
	background-color: #1baf5d;
	border-radius: 35px;
	width: 65px;
	height: 25px;
	margin:7px 8px 0 0;
}
.home_green_bottom>.home_background>.home_block{
	float:right;
	background-color: #1baf5d;
	border-radius: 35px;
	width: 65px;
	height: 25px;
	margin:7px 8px 0 0;
}
.home_green_bottom_two>.home_background>.home_block{
	float:right;
	background-color: #1baf5d;
	border-radius: 35px;
	width: 65px;
	height: 25px;
	margin:7px 8px 0 0;
}

.home_green_center{
	width: 61px;
	height: 61px;
	background: #1baf5d url(images/home_icon.png) no-repeat center;
	border: 3px solid white;
	border-radius: 50%;
	margin:-35px 0 0 74.5px;
	position:absolute;
}
.in_dubai{
	font-size: 14px;
	font-family: Gotham;
	font-weight: 500;
	text-align: center;
	margin-top: 40px;
}
.agency{
	color: #1baf5d;
	font-family: Gotham;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}
.awesome{
	color: #f19e1f;
	font-family: FontAwesome;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
}
.star{
	text-align: center;
	color: #f19e1f;
	font-size: 12px;
}
/*Копии офф */
.beach{
	width: 210px;
	height: 266px;
	background: #fff;
	float: left;
	position: relative;
	margin:46px 0 0 36px;
}
.beach_bottom{
	width: 210px;
	height: 266px;
	background: #fff;
	float: left;
	position: relative;
	margin:36px 0 0 36px;
}
.beach_bottom_two{
	width: 210px;
	height: 266px;
	background: #fff;
	float: right;
	position: relative;
	margin:36px 0 0 36px;
	top: -307px;
    right: 13px;
}


.beach>.home_background{
	background: #fff url(images/bich.png) no-repeat center;
	background-size: 210px 140px;
	width: 210px;
	height: 140px;
	padding-top: 1px;
}
.beach_bottom>.home_background{
	background: #fff url(images/bich.png) no-repeat center;
	background-size: 210px 140px;
	width: 210px;
	height: 140px;
	padding-top: 1px;
}
.beach_bottom_two>.home_background{
	background: #fff url(images/bich.png) no-repeat center;
	background-size: 210px 140px;
	width: 210px;
	height: 140px;
	padding-top: 1px;
}


.beach>.home_background>.home_block>.home_p{
	font-size: 12px;
	color: white;
	text-align: center;
	margin-top: 7px;
	font-family: Gotham;
}
.beach_bottom>.home_background>.home_block>.home_p{
	font-size: 12px;
	color: white;
	text-align: center;
	margin-top: 7px;
	font-family: Gotham;
}
.beach_bottom_two>.home_background>.home_block>.home_p{
	font-size: 12px;
	color: white;
	text-align: center;
	margin-top: 7px;
	font-family: Gotham;
}



.beach>.home_background>.home_block{
	float:right;
	background-color: #1baf5d;
	border-radius: 35px;
	width: 65px;
	height: 25px;
	margin:7px 8px 0 0;
}
.beach_bottom>.home_background>.home_block{
	float:right;
	background-color: #1baf5d;
	border-radius: 35px;
	width: 65px;
	height: 25px;
	margin:7px 8px 0 0;
}
.beach_bottom_two>.home_background>.home_block{
	float:right;
	background-color: #1baf5d;
	border-radius: 35px;
	width: 65px;
	height: 25px;
	margin:7px 8px 0 0;
}


.music_beach_center{
	width: 61px;
	height: 61px;
	background: #f19e1f url(images/music_icon.png) no-repeat center;
	border: 3px solid white;
	border-radius: 50%;
	margin:-35px 0 0 74.5px;
	position:absolute;
}
.in_beach{
	font-size: 14px;
	font-family: Gotham;
	font-weight: 500;
	text-align: center;
	margin-top: 40px;
}
.on_beach{
	color: #f19e1f;;
	font-family: Gotham;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin-top: 26px;
}
.awesome{
	color: #f19e1f;
	font-family: FontAwesome;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
}
.star{
	text-align: center;
	color: #f19e1f;
	font-size: 12px;
}


.badroom_green{
	width: 210px;
	height: 266px;
	background: #fff;
	float: right;
	position: relative;
	margin:46px 12px 0 0;
}
.badroom_green_bottom{
	width: 210px;
	height: 266px;
	background: #fff;
	float: right;
	position: relative;
	margin:36px 12px 0 0;
}

.badroom_green>.home_background{
	background: #fff url(images/hall.png) no-repeat center;
	background-size: 210px 140px;
	width: 210px;
	height: 140px;
	padding-top: 1px;
}
.badroom_green_bottom>.home_background{
	background: #fff url(images/hall.png) no-repeat center;
	background-size: 210px 140px;
	width: 210px;
	height: 140px;
	padding-top: 1px;
}
.badroom_green>.home_background>.home_block>.home_p{
	font-size: 12px;
	color: white;
	text-align: center;
	margin-top: 7px;
	font-family: Gotham;
}
.badroom_green_bottom>.home_background>.home_block>.home_p{
	font-size: 12px;
	color: white;
	text-align: center;
	margin-top: 7px;
	font-family: Gotham;
}
.badroom_green>.home_background>.home_block{
	float:right;
	background-color: #1baf5d;
	border-radius: 35px;
	width: 65px;
	height: 25px;
	margin:7px 8px 0 0;
}
.badroom_green_bottom>.home_background>.home_block{
	float:right;
	background-color: #1baf5d;
	border-radius: 35px;
	width: 65px;
	height: 25px;
	margin:7px 8px 0 0;
}




.bus_green{
	width: 210px;
	height: 266px;
	background: #fff;
	float: right;
	position: relative;
	margin:46px 36px 0 0;
}
.bus_green_bottom{
	width: 210px;
	height: 266px;
	background: #fff;
	float: right;
	position: relative;
	margin:36px 36px 0 0;
}
.bus_green>.home_background{
	background: #fff url(images/hotel.png) no-repeat center;
	background-size: 210px 140px;
	width: 210px;
	height: 140px;
	padding-top: 1px;
}
.bus_green_bottom>.home_background{
	background: #fff url(images/hotel.png) no-repeat center;
	background-size: 210px 140px;
	width: 210px;
	height: 140px;
	padding-top: 1px;
}


.bus_green>.home_background>.bus_block>.home_p{
	font-size: 12px;
	color: white;
	text-align: center;
	margin: 13px 9px 12px 13px;
	font-family: Gotham;
}
.bus_green_bottom>.home_background>.bus_block>.home_p{
	font-size: 12px;
	color: white;
	text-align: center;
	margin: 13px 9px 12px 13px;
	font-family: Gotham;
}


.bus_green>.home_background>.bus_block{
	border: 2px solid white;
	border-radius: 35px;
	width: 141px;
	height: 35px;
	margin:26px auto;
	text-transform: uppercase;
}
.bus_green_bottom>.home_background>.bus_block{
	border: 2px solid white;
	border-radius: 35px;
	width: 141px;
	height: 35px;
	margin:26px auto;
	text-transform: uppercase;
}


.bus_green>.home_background>.bus_block_bottom>.home_p{
	font-size: 12px;
	color: white;
	text-align: center;
	margin: 13px 9px 12px 13px;
	font-family: Gotham;
}
.bus_green_bottom>.home_background>.bus_block_bottom>.home_p{
	font-size: 12px;
	color: white;
	text-align: center;
	margin: 13px 9px 12px 13px;
	font-family: Gotham;
}


.bus_green>.home_background>.bus_block_bottom{
	width: 141px;
	height: 35px;
	margin:26px auto;
	text-transform: uppercase;
}
.bus_green_bottom>.home_background>.bus_block_bottom{
	width: 141px;
	height: 35px;
	margin:26px auto;
	text-transform: uppercase;
}


.bus_green_center{
	width: 61px;
	height: 61px;
	background: #88499c url(images/bus_icon.png) no-repeat center;
	border: 3px solid white;
	border-radius: 50%;
	margin:8px 0 0 74.5px;
	position:absolute;
}
.in_bus1{
	font-size: 14px;
	font-family: Gotham;
	font-weight: 500;
	text-align: center;
	margin-top: 82px;
}
.bus_agency{
	color: #88499c;
	font-family: Gotham;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin-top: 27px;
}
.awesome{
	color: #f19e1f;
	font-family: FontAwesome;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
}
.star{
	text-align: center;
	color: #f19e1f;
	font-size: 12px;
}
.star_o{
	width: 91px;
	height: 20px;
	margin: -63px 0 0 59px;
	color:white;
}
/*копия*/
.vision_agency{
	width: 455px;
	height: 270px;
	background: white;
	margin-top: 32px;
	margin-left: 18px;
}
.vision_agency_window{
	width: 455px;
	height: 120px;
	background: white url(images/window.png) no-repeat center;
	float: left;
	position: relative;
	display: inline-block;
}


.vision_agency_window>.home_green_center{
	width: 61px;
	height: 61px;
	background: #1baf5d url(images/home_icon.png) no-repeat center;
	border: 3px solid white;
	border-radius: 50%;
	margin: 92px 0 0 19px;
	position:absolute;
}
.vision_agency_window>span{
	font-size: 12px;
	text-transform: uppercase;
	color: #f19e1f;
    position: relative;
    left: 249px;
    top: -38px;
}
.vision_agency_window>p{
	color: white;
	font-family: Gotham;
	font-size: 18px;
	text-transform: uppercase;
	margin-left: 97px;
    margin-top: 97px;
}
.vision_agency>span{
	font-size: 12px;
	text-transform: uppercase;
	color: #f19e1f;
    position: relative;
    left: 97px;
    top: 20px;
}
.photo{
	background: white url(images/photo.png) no-repeat center;
	width: 61px;
	height: 61px;
	margin-top: 50px;
	margin-left: 19px;
}
.lucy{
	color: #566375;
	font-family: Gotham;
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 99px;
	margin-top: -55px;
}
.lucy_p{
	color: #566375;
	font-family: Gotham;
	font-size: 14px;
	width: 340px;
	height: 55px;
	word-wrap: break-word;
	margin-left: 99px;
	margin-bottom: 18px;
}
.lucy_p>a{
	text-decoration: none;
	color: #677486;
}
/*конец*/
.center_bottom>.skybox{
	width: 455px;
	height: 270px;
	background: white;
	float: left;
    margin-top: -270px;
    margin-right: 13px;
}
.skybox{
	width: 455px;
	height: 270px;
	background: white;
	float: right;
    margin-top: -270px;
    margin-right: 13px;
}
.skybox_bottom{
	width: 455px;
	height: 270px;
	background: white;
    margin-left: 18px;
    margin-top: 30px;
}
.skybox_agency_window{
	width: 455px;
	height: 120px;
	background: white url(images/club.png) no-repeat center;
	float: left;
	position: relative;
	display: inline-block;
}


.skybox_agency_window>.home_green_center{
	width: 61px;
	height: 61px;
	background: #f19e1f url(images/home_icon.png) no-repeat center;
	border: 3px solid white;
	border-radius: 50%;
	margin: 92px 0 0 19px;
	position:absolute;
}
.skybox_agency_window>span{
	font-size: 12px;
	text-transform: uppercase;
	color: #f19e1f;
    position: relative;
    left: 236px;
    top: -39px;
}
.skybox_agency_window>p{
	color: white;
	font-family: Gotham;
	font-size: 18px;
	text-transform: uppercase;
	margin-left: 97px;
    margin-top: 97px;
}
.skybox>span{
	font-size: 12px;
	text-transform: uppercase;
	color: #f19e1f;
    position: relative;
    left: 97px;
    top: 20px;
}
.skybox_bottom>span{
	font-size: 12px;
	text-transform: uppercase;
	color: #f19e1f;
    position: relative;
    left: 97px;
    top: 20px;
}
.photo_male{
	background: white url(images/peter.png) no-repeat center;
	width: 61px;
	height: 61px;
	margin-top: 50px;
	margin-left: 19px;
}
.bottom{
	width: 210px;
	height: 266px;
	background: #fff;
	float: left;
	position: relative;
	margin:36px 0 0 18px;

}
.center_block_bottom{
	width:990px;
	margin:0 auto;
	position: relative;
}
.gray{
	background-color: #f3f1f2;
}
.gray:after{
	display: table;
	content: '';
	position: relative;
}
.load_more{
	position: relative;
	margin-top: -282px;
}
.load_more>.more>p{
color: #566375;
font-family: Gotham;
font-size: 14px;
text-decoration: underline;
text-align: center;
}
.gray{
	background-color: #f3f1f2;
}
.load_more>.more>p>a{
	color: #566375;
	font-family: Gotham;
	font-size: 14px;
	text-decoration: underline;
	text-align: center;
}
.duhoot{
	width: 350px;
	height: 50px;
	margin:80px auto;
	line-height: 0.5;
}
.duhoot>h2{
	color: #566375;
	font-family: Gotham;
	font-size: 22px;
}
.duhoot>p{
	text-align: center;
	color: #96a6a7;
	font-family: Gotham;
	font-size: 16px;
}
.dohoot_circle{
	position: relative;
	margin:0 auto;	
	width: 776px;
	height: 114px;
}
.duhoot_home{
	width: 104px;
	height: 104px;
	border-radius: 50%;
	border: 2px solid #1baf5d;
	background: url(images/home_green.png) no-repeat center;
	float: left;
}
.line{
	width: 53px;
	border-top: 2px solid #9dacad;
	margin-top: 50px;
	border: 1px solid #e2dee0;
	float: left;
}
.duhoot_woman{
	width: 104px;
	height: 104px;
	border-radius: 50%;
	border: 2px solid #9dacad;
	background: url(images/duhoot_woman.png) no-repeat center;
	float: left;
}
.dohoot_student{
	width: 104px;
	height: 104px;
	border-radius: 50%;
	border: 2px solid #9dacad;
	background: url(images/duhoot_student.png) no-repeat center;
	float: left;
}
.duhoot_music{
	width: 104px;
	height: 104px;
	border-radius: 50%;
	border: 2px solid #9dacad;
	background: url(images/duhoot_music.png) no-repeat center;
	float: left;
}
.duhoot_bus{
	width: 104px;
	height: 104px;
	border-radius: 50%;
	border: 2px solid #9dacad;
	background: url(images/duhoot_bus.png) no-repeat center;
	float: left;
}
.reality{
	color: #1baf5d;
	font-family: Gotham;
	font-size: 24px;
	text-align: center;
}
.lightning_block{
	width: 354px;
	height: 133px;
	float: left;
	background: #f3f1f2;
	margin-bottom:144px;
}
.lightning{
	display: inline-block;
	width: 62px;
	height: 62px;
	background: #1db05e url(images/light.png) no-repeat center;
	border-radius: 50%;
}
.sheet_block{
	width: 354px;
	height: 133px;
	float: right;
	background: #f3f1f2;
	margin-bottom:144px;
}
.sheet{
	width: 62px;
	height: 62px;
	background: #1db05e url(images/sheet.png) no-repeat center;
	border-radius: 50%;
	display: inline-block;

}
.reality_block{
	margin:36px auto;
	width: 776px;
	height: 114px;
}
.text_right{
	margin-top: 1px;
	color: #566375;
	font-family: Gotham;
	font-size: 14px;
}
.right_lightning{
	float: right;
	width: 259px;
	height: 133px;
}
.right_sheet{
	float: right;
	width: 259px;
	height: 133px;
}
.city_bottom{
	background: #fff url(images/city.jpg) no-repeat center;
	margin:0 auto;
	overflow: hidden;

}
.city_bottom:after{
	display: table;
	content: "";
	position:relative;
}
.h5{
	text-align: center;
	color: white;
	font-family: Gotham;
	font-size: 24px;
}
.footer_send{
	width: 494px;
	height: 62px;
	background-color: #595553;
	border: 1px solid gray;
	margin:0 auto;
	border-radius: 35px;
}
.footer_mail{
	margin:23px 277px 22px 70px;
	width: 147px;
	height: 17px;
	color: white;
	font-family: Gotham;
	font-size: 18px;
	background: none;
	border:none;
	display: inline-block;
	outline: none;
}
.footer_mail:before{
	display: block;
	content: "";
	position: absolute;
}
.input_bottom{
	float: right;
	width: 120px;
	height: 50px;
	background-color: #e94e38;
	color: white;
	border:none;
	border-radius: 22px;
	margin-top: -56px;
    margin-right: 2px;
    outline: none;    

}
h6{
	color: white;
	font-family: Gotham;
	font-size: 16px;
	text-decoration: underline;
}
.footer_one{
	width: 101px;
	height: 149px;
	display: inline-block;
}
.footer_one>p{
	color: #c0bebc;
	font-family: Gotham;
	font-size: 14px;
}
.footer_two{
	margin-left: 227px;
	display: inline-block;
	text-align: center;
	width: 101px;
	height: 149px;
}
.footer_two>p{
	color: #c0bebc;
	font-family: Gotham;
	font-size: 14px;
}
.fallow{
	display: inline-block;
	float: right;
	width: 225px;
	height: 149px;
	padding-bottom: 64px;
	margin-right: 23px;
}
.fallow>p{
	margin-top: 73px;
	color: white;
	font-family: Gotham;
	font-size: 14px;
}
.facebook,.twitter,.google,.youtube{
	font-size: 30px;
	color:white;
	display: inline-block;
	padding-right: 10px;
}
