/*====================================== reset.css is here ========================================*/
body, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote { margin: 0; padding: 0; }

html { margin: 0 !important; }

table { border-collapse: collapse; border-spacing: 0; }

fieldset, img { border: 0; }

address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: normal; }

ol, ul { list-style: none; }

caption, th { text-align: left; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: bold; }

q:before, q:after { content: ''; }

abbr, acronym { border: 0; }

.clear_0 { clear: both; font-size: 0px; line-height: 0px; display: block; }

.last { margin-right: 0 !important; }

.pad_last { padding: 0 !important; }

.no_bg { background: none !important; }
.ServicesIcons ul.extra-services li, ul.extra-services li {
    width: 100%;
    margin: 0px 0px 0px 0px;
    float: none;
    text-align: left;
}

.ServicesIcons ul.extra-services, ul.extra-services {
    margin: 0px;
}
#reused_form input,#reused_form textarea {
    font-family: 'Didact Gothic', sans-serif;
    margin: 0 auto;
	padding:10px;
	width:300px;
    padding-top: 10px;
    font-size: 16px;
    text-align: left;
	margin-bottom:10px;
	max-height:100px;
}
.button-primary {
	margin-top:20px; 
	margin-bottom:70px;
    background-color: #551212;
    padding: 20px 72px;
    color: #fff;
    font-weight: 400;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/**************************************************************************************/
a { text-decoration: none; outline: 0 none; }

a:hover { text-decoration: none; }

::selection { color: #fff; background-color: #e6e7e8; }

::-moz-selection { color: #ffffff; background-color: #e6e7e8; }

h1 { font-size: 24px; }

h2 { font-size: 22px; }

h3 { font-size: 18px; }

h4 { font-size: 16px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

body { font-size: 12px; margin: 0px; padding: 0px; line-height: normal; background-color: #fff; font-family: 'Didact Gothic', sans-serif; background: url(images/main_imageb.jpg) no-repeat top center fixed; }

.wrapper { width: 997px; margin: 0 auto; }

.wrapperinner { width: 730px; margin: 0 auto; }

header { background-color: #551212; 
         position: relative; 
         width: 997px; 
         height: 116px;}

figure { margin: 0px; padding: 0px; }

.logo { text-align: center; padding-top: 20px; padding-bottom: 16px; }

header nav { margin: 0 auto; text-align: center; font-family: 'Didact Gothic', sans-serif; }

header nav ul { margin: 0; padding: 0; }

header nav ul li { display: inline; font-size: 17px; }

header nav ul li a { color: #fff !important; margin: 0 12px; position: relative; text-decoration: none; }

header nav ul li > a:hover { color: #fff; }

header nav ul li > a:before { content: ""; position: absolute; width: 100%; height: 1px; bottom: 0; left: 0; background-color: #fff; visibility: hidden; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }

header nav ul li > a:hover:before { visibility: visible; -webkit-transform: scaleX(1); transform: scaleX(1); }

header nav ul li.current-menu-item a { border-bottom: 1px solid #ffffff; }

header nav ul li.current-menu-item > a:hover:before { -webkit-transform: scaleX(0); transform: scaleX(0); }

.arrow-up { width: 0; height: 0; border-left: 498px solid transparent; border-right: 498px solid transparent; border-top: 50px solid #551212; }

.languages{
    position: absolute;
    right: 0;
}

.languages ul{
    margin: 0px;
    padding: 0px;
}

.languages ul li{
    margin: 5px;
    float: left;
}

/*** main page ***/
main { margin-top: 100px; margin-bottom: 150px; }

.outerMain { display: block; position: relative; z-index: 2; margin: 0; float: left; padding: 45px 0px 65px; color: #551212; width: 100%; }

.outerMain::after { background-color: #fff; width: 997px; float: left; content: ""; opacity: 0.85; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1; }

/*** home page ***/
.homeTitle { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-style: italic; text-align: center; }

.homeTitle h1, .homeTitle h2 { margin: 0px; padding: 0; font-size: 30px; font-weight: 400; }

.outerstar { width: 200px; margin: 11px auto 0; }

.line { border-top: 1px solid #551212; float: left; width: 80px; margin-top: 10px; }

.star { float: left; margin: 0 10px; }

.star > [class^="flaticon-"]:before { margin-left: 0px; font-size: 17px; }

.homeText { font-family: 'Didact Gothic', sans-serif; margin: 0 auto; *width: 640px; padding-top: 10px; font-size: 16px; text-align: center; line-height: 25px; }

.homeText p { margin: 0px; padding: 0px 0 10px; }

.pagecontent p { margin: 0px; padding: 0px 0 10px; }

.homeText p a { color: #551212 !important; margin: 0; position: relative; text-decoration: none; }

.homeText p > a:hover { color: #551212; }

.homeText p > a:before { content: ""; position: absolute; width: 100%; height: 1px; bottom: 0; left: 0; background-color: #551212; visibility: hidden; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }

.homeText p > a:hover:before { visibility: visible; -webkit-transform: scaleX(1); transform: scaleX(1); }

.ServicesIcons ul { margin: 40px 0 0px; padding: 0px; }

.ServicesIcons ul li { float: left; margin: 0 30px 0 0; width: 13%; }

.ServicesIcons ul li:last-child { margin-right: 0px; }

.serviceicon > [class^="flaticon-"]:before { margin-left: 0px; font-size: 40px; }

.homeButon { margin-top: 50px; float: left; width: 100%; }

.homeButon a { background-color: #551212; padding: 20px 72px; color: #fff; font-weight: 400; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.homeButon a:hover { background-color: rgba(85, 18, 18, 0.69); border: 1px solid rgba(85, 18, 18, 0.69); color: #ffffff; }

/**** Contact *****/
.contactForm { float: left; text-align: left; width: 400px; }

.contact_details { float: left; text-align: left; margin-left: 60px; }

#contactDetails { margin-top: 15px; }

#contactDetails ul { margin: 0px; padding: 0px; }

#contactDetails ul li { line-height: 25px; padding: 10px 0; }

#contactDetails ul li > [class^="flaticon-"]:before { margin-left: 0px; margin-right: 10px; }

.text_input input { width: 94.5%; outline: none; padding: 10px; }

.text_input textarea { width: 94.5%; outline: none; padding: 10px; }

.button_send input { background-color: #551212; padding: 20px 72px; color: #fff; font-weight: 400; border: none; outline: none; cursor: pointer; width: 100%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.button_send input:hover { background-color: rgba(85, 18, 18, 0.69); color: #ffffff; }

.post_rooms { margin-top: 15px; }

.post_rooms iframe { width: 100% !important; }

/***** Footer ****/
footer { height: 100%; background: url(images/header.jpg) repeat; width: 100%; }

.boxFooter { position: relative; top: -30px; }

.boxFooter ul { margin: 0px; padding: 0px; }

.boxFooter ul li { float: left; margin-right: 20px; text-align: center; width: 315px; font-family: 'Didact Gothic', sans-serif; font-size: 14px; color: #fff; }

.boxFooter ul li:nth-last-child(2) { margin-right: 0px; }

.imgbox { width: 295px; height: 195px; overflow: hidden; border: 10px solid #fff; }

.titlebox { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-style: italic; }

.titlebox h3 { margin: 25px 0 20px; padding: 0px; font-size: 25px; font-weight: 400; }

.sorttextbox { line-height: 22px; }

.sorttextbox p { margin: 0px; padding: 0px; }

.morebutton { margin-top: 20px; }

.morebutton a { color: #fff; }

/**** Copyright ****/
#outerCopyright { background-color: #fff; padding: 20px 0; }

.textcopyright { color: #4B1111; font-size: 14px; float: left; }

.socialFooter { float: right; }

.socialFooter ul { margin: 0px; padding: 0px; }

.socialFooter ul li { background-color: #551212; float: left; width: 35px; height: 28px; border-radius: 100%; text-align: center; margin: 0 3px; padding-top: 7px; }

.socialFooter ul li:hover { background-color: #330000; }

.socialFooter ul li a > [class^="flaticon-"]:before { margin-left: 0px; color: #fff; font-size: 18px; }

.textcopyright a { color: #551212; }
