.div_box_shadow
{
	box-shadow    : 0px 0px 6px 1px #f3eeea;
	border-radius : 5px;
}

.div_box_shadow .big_screen_title
{
	margin-bottom : 10px;
}

.div_box_shadow .small_screen_title
{
	margin-top : 20px;
}

.div_box_shadow .small_screen_image
{
	margin-top    : 10px;
	margin-bottom : 10px;
}

.row_image
{
	display : inline;
	margin  : 20px 26px 10px;
}

.row_text
{
	text-align    : left;
	font-size     : 15px;
	padding-right : 10px;
	padding-left  : 10px;
	color         : #8e8071;
}

.row_tags
{
	background-color : #f8f3f0;
	min-height       : 54px;
	padding-left     : 11px;
}

.row_tags img
{
	margin-top : 15px;
}

.row_title
{
	font-size : 2em;
	color     : #5c5248;
}

.row_sec_text
{
	color       : #7d807c;
	font-weight : bold;
}

.row_left_text
{
	padding-left  : 17px;
	margin-bottom : 10px;
}

.row_right_text
{
	padding-left  : 17px;
	margin-bottom : 10px;
}

.right_div
{
	margin-left : 10px;
}

@media screen and (min-width : 1200px)
{
	.tag_img
	{
		margin-left : 2%;
	}

	.box-row .col-lg-8:nth-of-type(1)
	{
		padding-right : 25px;
	}

	.box-row .col-lg-8:nth-of-type(2)
	{
		padding-left : 25px;
	}

	.row_image
	{
		display : inline;
		margin  : 0px 10px 10px;
	}

	.box-row:nth-of-type(1)
	{
		margin-top : 1%;
	}

	.box-row:nth-of-type(2)
	{
		margin-top : 1%;
	}

	.box-row:nth-of-type(3)
	{
		margin : 1% 0 1% 0;
	}
}

@media (min-width : 768px) and (max-width : 1150px)
{
	.box-row .col-sm-8:nth-of-type(1)
	{
		padding-right : 20px;
	}

	.box-row .col-sm-8:nth-of-type(2)
	{
		padding-left : 20px;
	}
}

.tag_button
{
	display           : -webkit-box;
	-webkit-box-align : center;
	-webkit-box-flex  : 0;
	display           : -moz-box;
	-moz-box-align    : center;
	-moz-box-flex     : 0;
	display           : -ms-flexbox;
	-ms-flexbox-align : center;
	-ms-flexbox-flex  : 0;
}

.tag_background_first
{
	z-index           : 1;
	display           : inline-block;
	min-height        : 21px;
	padding-left      : 7px;
	display           : -webkit-box;
	-webkit-box-align : center;
	-webkit-box-flex  : 0;
	display           : -moz-box;
	-moz-box-align    : center;
	-moz-box-flex     : 0;
	display           : -ms-flexbox;
	-ms-flexbox-align : center;
	-ms-flexbox-flex  : 0;
}

.tag_background_second
{
	background        : url('/images/tag_second.png') repeat;
	z-index           : 1;
	display           : inline-block;
	min-height        : 21px;
	margin-top        : 15px;
	text-align        : center;
	padding-left      : 7px;
	display           : -webkit-box;
	-webkit-box-align : center;
	-webkit-box-flex  : 0;
	display           : -moz-box;
	-moz-box-align    : center;
	-moz-box-flex     : 0;
	display           : -ms-flexbox;
	-ms-flexbox-align : center;
	-ms-flexbox-flex  : 0;
}

.tag_background_third
{
	z-index           : 1;
	display           : inline-block;
	min-height        : 21px;
	display           : -webkit-box;
	-webkit-box-align : center;
	-webkit-box-flex  : 0;
	display           : -moz-box;
	-moz-box-align    : center;
	-moz-box-flex     : 0;
	display           : -ms-flexbox;
	-ms-flexbox-align : center;
	-ms-flexbox-flex  : 0;
}

.tag_background_pilots
{
	min-width : 50px;
}

.tag_background_cabin
{
	min-width : 90px;
}

.tag_background_ground
{
	min-width : 100px;
}

.tag_background_register
{
	min-width : 70px;
}

.tag_background_interview
{
	min-width : 170px;
}

.tag_background_apititude
{
	min-width : 150px;
}

.tag_background_curriculum
{
	min-width : 130px;
}

.tag_div
{
	display            : -webkit-box;
	-webkit-box-orient : horizontal;
}

.tag_display
{
	display : inline-block;
}

.box-row-margin
{
	margin : 1% 0 1% 0;
}

.tag_div_login
{
	font-size    : 14px;
	background   : #f8f3f0;
	border       : 0px;
	border-color : transparent;
	text-shadow  : 0 0px 0 #f8f3f0;
	box-shadow   : inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075);
	font-family  : "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-default:active, .btn-default.active
{
	background-color : transparent;
	border-color     : transparent;
	box-shadow       : inset 0 0 0 rgba(0, 0, 0, 0.125);
}

.tag_div_login:hover, .tag_div_login:focus
{
	background-color : #f8f3f0;
}

.tag_div_login:focus, .tag_div_login:active:focus, .tag_div_login.active:focus
{
	outline        : 0px auto -webkit-focus-ring-color;
	outline-offset : 0px;
}