/******** Bootstrap *********/
@media (max-width: 767px){
.col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
}

@media (max-width: 410px){
.row-button .col-md-auto {
    width: 100%;
	text-align:center;
	margin-bottom:20px;
}

.row-button .col-md-auto:last-child {
	margin-bottom:0px;
}
}

.row-languages {margin-top:25px;margin-bottom:25px;}
.row-languages a {float:left;margin-right:7px;}
.row-languages a:last-child {margin-right:0px;}

.row-title{font-family: 'Playfair Display', serif;font-size: 66px;text-align: center;color: #919191;line-height: 70px;}
.row-title span{color: #000000;}

.row-second-title{font-family: Arial, sans-serif;font-size: 16px;text-align: center;color: #919191;line-height: 30px;margin-top:10px;}
.row-second-title span{color: #000000;}

.row-image{margin-top:25px;}
.row-image .col-md-12{text-align:center;}

.row-button{margin-top:56px;}
.row-button button {font-family: Arial, sans-serif;font-size: 11px;text-align: center;border-radius: 0px;color: #ffffff;letter-spacing: 1px;text-transform: uppercase;height: 16px;line-height: 16px;background: #303033;font-weight: bold;padding: 5px 20px;text-decoration: none;margin-right:23px;height:26px;border:none;cursor: pointer;}
.row-button button:last-child {margin-right:0px;}
.row-button button:hover {background: #919191;text-decoration: none;}

/*******   modal  *******/
.modal-content{background: #f3f3f3;border: 12px solid #140f14;}
.modal-content h2 {color: #919191;font-size: 18px;text-transform: capitalize;font-family: "Times New Roman", Times, serif;font-weight:bold;}
.modal-header {padding: 1rem 1rem 0 1rem;border-bottom:none;}
.modal-content button.button {border: none;color: #FFFFFF;cursor: pointer;height: 25px;line-height: 20px;width: 210px;font-size: 11PX;text-transform: uppercase;font-weight: bold;letter-spacing: 1PX;display: inline-block;padding: 3px 15px;background: #303033;}
.modal-content input {margin-right: 10px;padding: 2px 5px;width: 200px;height:25px;}
/*.modal-content textarea {margin-right: 10px;padding: 2px 5px;width: 200px;}*/
.modal-content label {color: #919191;display: block;font-size: 12px;font-weight: bold;margin-bottom: 3px;}
#charter-modal h3{color: #000000;font-size: 13px;margin: 0 0 15px;font-family: "Times New Roman", Times, serif;font-weight:bold;}