/* GENERAL */
/* Fonts */
@font-face {
    font-family: 'Georgia';
    src: url( '../fonts/georgia.ttf' ) format( 'truetype' );
	font-weight: 400;
	font-style: normal;
}
@font-face {
    font-family: 'Georgia';
    src: url( '../fonts/georgiab.ttf' ) format( 'truetype' );
	font-weight: 700;
	font-style: normal;
}
@font-face {
    font-family: 'Georgia';
    src: url( '../fonts/georgiai.ttf' ) format( 'truetype' );
	font-weight: 400;
	font-style: italic;
}
@font-face {
    font-family: 'Georgia';
    src: url( '../fonts/georgiaz.ttf' ) format( 'truetype' );
	font-weight: 700;
	font-style: italic;
}

@font-face {
    font-family: 'Book Antiqua';
    src: url( '../fonts/BKANT.TTF' ) format( 'truetype' );
	font-weight: 400;
	font-style: normal;
}
@font-face {
    font-family: 'Book Antiqua';
    src: url( '../fonts/ANTQUAI.TTF' ) format( 'truetype' );
	font-weight: 400;
	font-style: italic;
}
@font-face {
    font-family: 'Book Antiqua';
    src: url( '../fonts/ANTQUAB.TTF' ) format( 'truetype' );
	font-weight: 700;
	font-style: normal;
}
@font-face {
    font-family: 'Book Antiqua';
    src: url( '../fonts/ANTQUABI.TTF' ) format( 'truetype' );
	font-weight: 700;
	font-style: italic;
}


body {
	font-family: 'Georgia', serif;
}
/* Display */
.hide {
	display:none !important;
}
.show {
	display:block !important;
}
/* Layout */
.centre-wrap-1280 {
	margin: 0 auto;
	padding: 0 8px;
	max-width: 1280px;
}
.centre-wrap-1180 {
	margin: 0 auto;
	padding: 0 8px;
	max-width: 1180px;
}
.centre-wrap-1024 {
	margin: 0 auto;
	padding: 0 8px;
	max-width: 1024px;
}
.centre-wrap-1170 {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 5px;
}
.centre-wrap-1030 {
    margin: 0 auto;
    max-width: 1030px;
    padding: 0 5px;
}
.centre-wrap-1010 {
    margin: 0 auto;
    max-width: 1010px;
    padding: 0 5px;
}
.centre-wrap-990 {
    margin: 0 auto;
    max-width: 990px;
    padding: 0 5px;
}
.centre-wrap-880 {
    margin: 0 auto;
    max-width: 880px;
    padding: 0 5px;
}
.clear-after:after {
	display: block;
	clear: both;
	content: "";
}

/* Link */
a {
	text-decoration:none;
}
/* ==================== */

/* CONTENT */
/* Headings */
.content h2 {
	padding: 24px 0;
	font-size: 2rem;
}
.content h3 {
	padding: 16px 0;
	font-size: 1.5rem;
}
/* Paragraph */
.content p {
	margin: 0 0 16px;
	line-height:1.5rem;
}
.content p:last-child {
	margin: 0;
}
.content .break-word {
	word-break: break-all;
}
/* Links */
.content a {
	color: blue;
}
.content a:hover {
	color: red;
}
/* Lists */
.content ul,
.content ol {
	margin: 0 0 16px;
}
.content ul:last-child,
.content ol:last-child {
	margin: 0;
}
.content ul > li > ul,
.content ol > li > ol {
	margin: 8px 0 !important;
}
.content ul > li,
.content ol > li {
	line-height: 1.25rem;
	margin: 0 0 8px 24px;
}
.content .two-column {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
/* Table */
.content table {
	margin: 0 0 16px;
}
.content table th,
.content table td {
	padding: 0 16px;
	line-height: 1.5rem;
}
.content .table-header-left th:first-child {
	text-align: right;
}
/* Images */
.img-fullwidth {
	display: block;
	margin: 32px 0;
	width: 100%;
}
.img-3-col {
	margin: 0 0 16px;
	text-align: center;
	font-size: 0;
}
.img-3-col > img {
	display: inline-block;
	margin: 0 2%;
	width: 29.333%;
}
/* ==================== */
/* HEADER */
#header-wrap , .footer-head-wrap {
	padding: 10px 0;
}
#header-wrap > div , 
.footer-head-wrap > div {
	position: relative;
}
/* Title */
#header-title  , .footer-head-title{
	float: left;
}
#header-title > a ,
.footer-head-title > a {
	padding: 7px 0 7px 74px;
	background: url( '../images/birch-partners-logo.png' ) no-repeat;
	color: #000;
}
#header-title > a,
.footer-head-title > a,
#header-title > a > span ,
.footer-head-title > a > span {
	display: block;
}
#header-title > a > span:first-child ,
.footer-head-title > a > span:first-child {
	font-size: 2.65rem;
}
#header-title > a > span:last-child ,
.footer-head-title > a > span:last-child {
	display: block;
	text-transform: uppercase;
	font-family: 'Book Antiqua', serif;
	font-size: 0.9rem;
	color: #7D8D9A;
}
/* Phone */
#header-phone  , .footer-head-phone{
	float: right;
	font-family: 'Book Antiqua', serif;
}
#header-phone > a ,
.footer-head-phone > a {
	padding: 7px 0 7px 74px;
	background: url( '../images/interface/contact-phone.png' ) no-repeat;
	color: #000;
}
#header-phone > a,
.footer-head-phone > a,
#header-phone > a > span ,
.footer-head-phone > a > span {
	display: block;
}
#header-phone > a > span:first-child ,
.footer-head-phone > a > span:first-child {
	font-size: 2.6rem;
}
#header-phone > a > span:last-child ,
.footer-head-phone > a > span:last-child {
	text-transform: uppercase;
	font-size: 0.9rem;
	color: #7D8D9A;
}
/* Social */
#header-social , .footer-head-social {
	position: absolute;
	left: 344px;
	padding: 16px 0 17px;
	width: calc( 100% - 655px );
	text-align: center;
}
#header-social > a ,
.footer-head-social > a {
	display: inline-block;
	margin: 0 13px;
	width: 36px;
	vertical-align: top;
}
#header-social > a > img ,
.footer-head-social > a > img {
	display: block;
	width: 100%;
}

/* FOOTER Menu */
#footer-nav-wrap {
	background-color: black;
}
#footer-menu {
	float: left;
}
#footer-menu > li {
	float: left;
}
#footer-menu > li > a { 
	text-align:center;
	color: #fff;
    display: block;
    padding: 16px 70px; 
}
#footer-menu > li > a:hover {
	color: #0064e2;
}
#footer-menu > .current-menu-item > a {
 	/* font-weight: 700; */
}
#footer-copyright {
	background-color: black;
}
#copyright {
    color: #ccc;
    float: left;
	padding: 5px 0;
}
#footer-link {
    float: right;
	padding: 5px 0;
}
#footer-link > a {
    color: #ccc;
}
/************/
/** Slider **/

.flexslider .slides li {
    position:relative;
}
.flex-caption {
    position:absolute;
	top:0;
    left:0;
    right:0;
    bottom:0;
    background: transparent; /* whatever you want */    
    z-index:1;
    padding:5px 0;
	width:100%;
}
.caption-div {
	padding : 45px 0 0 0;
	color: #fff;
	text-align: center; 
	letter-spacing: 2px;
}
.caption-div > header {
    font-size: 5.7rem;
    font-weight: 500;
    text-transform: capitalize;
}
.caption-div > header > span {
	font-family: 'Book Antiqua', serif;
    font-size: 5.7rem;
    font-weight: 700;
    text-transform: capitalize;
}
.caption-div  > .sub-title {
	font-size: 28px;
    text-transform: uppercase;
	padding: 25px 0 0 0;
	line-height: 35px;
}
.caption-div  .sub-title-1{
	font-size: 22px;
    padding: 10px 0 0 0;
    text-transform: capitalize;
}
.banner-button {
	background: url( '../images/interface/banner_button.png' );
	background-repeat: no-repeat;
	background-position: center center;
    height:153px;
    width:447px;
	display: inline-block;
	color: #fff;
	margin-top: 25px;
}
.banner-button > a  {
	color: #fff;
	position: relative;
	top: 55px;
	text-transform: uppercase;
	font-size: 36px;
	cursor: pointer;
}

.banner-button-new {
	background: url( '../images/interface/banner_button_2.png' );
	background-repeat: no-repeat;
	background-position: center center;
    height:153px;
    width:447px;
	display: inline-block;
	color: #fff;
	margin-top: 25px;
}
.banner-button-new > a  {
	color: #fff;
	position: relative;
	top: 55px;
	text-transform: uppercase;
	font-size: 36px;
	cursor: pointer;
}

.image-seprator {
    background-color: #fff;
    bottom: 1%;
    color: black;
    height: 1%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9;
}
/** *********** **/

/** Services **/
#servies {
	background-color: #e6f0ff;
	margin-bottom:	5px;
}
#servies > div {
    font-size: 0;
}
#servies > div > a {
    display: inline-block;
    padding: 2% 2%;
    text-align: center;
    width: 21%;
}
#servies > div > a > p {
	color: #1C1E19;
	font-family: 'Georgia', serif;
	font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 26px;
    padding: 10px 32px;
    text-align: center;
}
#servies-homepage {
	background-color: #E7F0FF;
	
}
#servies-homepage > div > a {
    display: block;
    float: left;
    padding: 2% 0;
    text-align: center;
    width: 20%;
}
#servies-homepage > div > a > p {
	color: #1C1E19;
	font-family: 'Georgia', serif;
	font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 26px;
    padding: 10px 32px;
    text-align: center;
}
/** *********** **/
/** Book **/
#book-consultant {
	background-color: #eef5ff;
	margin-bottom:	5px;
}
#book-consultant > div > a {
    display: block;
    float: left;
    padding: 3% 0;
    text-align: center;
    width: 32%;
}
#book-consultant > div > a > p {
	color: #1C1E19;
	font-family: 'Georgia', serif;
	font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 25px;
    text-align: center;
}
.seprator {
    background-color: #EEF5FF;
    height: 6px;
    width: 100%;
}
.seprator1 {
    background-color: #E7F0FF;
    height: 6px;
    width: 100%;
}
.book-title {
    font-size: 26px;
    padding: 40px 0 0;
    text-align: center;
    text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}
/** *********** **/

/** Body **/
#body-wrap  {
    margin: 30px 0 50px 0;
	text-align: center;
}
.body-content header {
	padding: 50px 0 15px;
}
.body-content h1 {
    font-size: 52px;
    font-weight: 500;
    letter-spacing: 1px;
	text-transform: capitalize;
	line-height: 60px;
}
.body-content h2 {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 30px 45px;
    text-transform: uppercase;
}
.body-content p {
/*	font-family: 'Book Antiqua', serif; */
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-align: justify;
	line-height: 25px;
}
p.image-content {
	text-align: center;
	padding: 25px 0 0;
}
.body-content img {
	margin: 40px 0; 
}
.quick-contact {
	background: url( '../images/interface/content_button.png' );
	background-repeat: no-repeat;
	background-position: center center;
    height:89px;
    width:284px;
	display: inline-block;
	color: #fff;
	margin-top: 50px;
}
.quick-contact > a  {
	color: #fff;
	position: relative;
	top: 32px;
	text-transform: uppercase;
	font-size: 26px;
	left: 5px;
	cursor:pointer;
}
.image-container {
	position:relative;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
}
.image-breaker{
	height: 467px;
	width: auto;
}
.image-breaker-content {
	padding: 2% 0 0 0;
	text-align: center;
	color: #FFF;
}
.image-breaker-content h2 {
	font-size: 50px;
    text-transform: capitalize;
}
.image-breaker-content p {
	padding: 10px 70px;
}
.image-breaker-content header {
	font-size: 66px;
}
.image-breaker-content h3 {
    font-size: 26px;
    padding: 30px 0 0 0 ;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 1px;
}
/** **************** **/
/** Inner Page ***/
.page-content {
	text-align: center;
	min-height: 490px;
}
.page-id-113 .page-image-header-title , 
.page-id-117 .page-image-header-title , 
.page-id-119 .page-image-header-title , 
.page-id-115 .page-image-header-title , 
.page-id-111 .page-image-header-title {
	padding: 2.5% 0 0;
}
@-moz-document url-prefix() {
    .page-id-117 .page-image-header-title {
	padding: 5% 0 0;
     }
}
.page-image-container {
	position:relative;
    height: 318px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
}
.page-header-image {
	height: 318px;
	width: auto !important;
}
.page-image-header-title {
    color: #fff;
    padding: 5% 0 0;
    text-align: center;
}
.page-content  h1 {
	font-size: 96px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.page-content  h2 {
	text-align: center;
	font-size: 48px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
	line-height: 100px;
}
.page-content  h2:after {
    background: #D6D6D6 none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: relative;
    width: 20%
}
.page-content  h3 {
	text-align: center;
	font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
	margin: 25px 0;
}
.page-content p {
   /* font-family: "Book Antiqua",serif; */
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}
.page-content img {
	display: block;
    margin: 0 auto;
	height:auto;
	
}
.page-content p.book-title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 40px 0 0;
    text-align: center;
    text-transform: uppercase;
	font-family: "Georgia",serif;
}
.page-content  #book-consultant {
	background-color: transparent;
}
.page-content ul  {
    text-align: left;
	padding: 25px 0 0 50px ;
}
.contact-us{
	font-family: 'Open Sans', sans-serif;
    font-size: 28px;
	text-transform: none;
	text-align: center;
	font-weight: 800;
	letter-spacing: 1px;
	display:block;
	color: black;
	word-break: break-all;
}
/** **************** **/

/* contact-us */
#contact_circle_outer {
    background: #1E1E1C none repeat scroll 0 0;
    height: 500px;
    position: relative;
    width: 500px;
}
.circle {
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
}
#contact_circle_inner {
    background: #1E1E1C none repeat scroll 0 0;
    border: 3px solid #fff;
    display: block;
    height: 475px;
    left: 9px;
    position: absolute;
    top: 10px;
    width: 475px;
}
#contact_circle_inner p {
	text-align: center;
}
#contact_circle_inner .form-element > span > input ,
#popup .form-element > span > input {
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    font-size: 1rem;
    margin: 0;
    padding: 0px 2%;
	width: 55% 
}
#contact_circle_inner .captcha > span > input {
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    font-size: 1rem;
    margin: -5px 0 0 0;
    padding: 0px 2%;
	width: 39% 
}
#contact_circle_inner .form-element{
	padding:0 0 10px 0;
}

#contact_circle_inner .form-element > span > textarea,
#popup .form-element > span > textarea  {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    height: 3rem;
    margin: 0;
	width: 58%;
}
#contact_circle_inner  header {
    color: #fff;
    font-size: 40px;
    padding: 50px 0 20px;
}
#contact_circle_inner  p.label-title {
    color: #fff;
    font-size: 16px;
    padding: 0 0 0 100px;
    text-align: left;
}
#contact_circle_inner  .form-submit ,
#popup  .form-submit {
    background: rgba(0, 0, 0, 0) url("../images/interface/content_button.png") no-repeat scroll 0 0;
    border: none;
    display: block;
    height: 89px;
    margin: 0 auto;
    width: 284px;
	color: #fff;
	font-size: 24px;
	font-family: "Book Antiqua",serif;
	cursor: pointer;
}
#contact_circle_inner .form-element>span>select {
 	margin:0 auto;
    margin: 0;
    border: none;
    border: 1px solid #d4d4d4;
    padding: 1px 1%;
    width: 59% ;
    max-width: 100%;
    box-shadow: 0px 1px 1px 0px rgba(145,145,145,0.83);
    font-family: 'Book Antiqua',serif;
}
#contact_circle_inner .wpcf7-captchac {
	display: inline;
	vertical-align: top;
	width: auto;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    display: block;
    font-size: 14px;
	line-height
}
#registraction  .form-element {
	padding: 0 0 8px !important;
}
#registraction  header {
	padding: 25px 0 10px;
}
.margin-top-10 {
    margin-top: 10px;
}
.page-id-278 h1 {
    font-size: 51px;
}
/* popup */

#popup .form-element {
    padding-bottom: 6px;
    text-align: center;
}
.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
  background-color: black;
  color: #fff;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding: 2em 1.5em; }

.modal-box footer,
.modal-box .modal-footer {
  /* padding: 1em; */
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
  padding-top: 1em;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.3) !important; */
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 3%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}
a.close:hover {
  color: #fff;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

.sitemap-page h1 {
	font-size: 44px;
	margin-top: 25px;
}
.menu > li {
    background: rgba(0, 0, 0, 0) url("../images/interface/icon-dot-footer.png") no-repeat scroll 0 3px;
    list-style-type: none;
    padding: 0 0 0 30px;
}

.page-content  ul > li {
	background: rgba(0, 0, 0, 0) url("../images/interface/icon-dot-footer.png") no-repeat scroll 0 3px;
    list-style-type: none;
    padding: 0 0 0 30px;
	line-height: 1.4rem;
    margin: 0 0 10px;
	color: black;
	/*font-family:"Book Antiqua",serif; */
	font-family: 'Open Sans', sans-serif;
	
}
.menu > li, .menu  > li {
    line-height: 1.4rem;
    margin: 0 0 10px;
}

.menu a {
    color: black;
	font-family:"Book Antiqua",serif;
}

.img-responsive {
    width: 100%;
    height: auto;
}
.image-breaker-content  .quick-contact {
	margin-top: 15px;
}
.image-content img {
	margin: 0;
}
.member_of_law{
	margin: 35px 0 0 0 !important;
}
#micro-data {
	display:none;
}
.divider-border {
    background: #D6D6D6 none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 1px;
    left: 0;
    margin: 20px 0;
    position: relative;
    width: 100%
}

/* ==================== */

/* HEADER NAV */
#header-nav-wrap {
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 6px;
	border-color: #1e1e1c;
	background: url( '../images/interface/menu-background-1.png' ) repeat-x;
}
/* Button */
#header-menu-button {
	display: none;
}
/* Level 1 */
#header-menu {
	position: relative;
	text-align: center;
	font-size: 0;
}
#header-menu > li {
	display: inline-block;
	text-align: left;
	font-size: 1rem;
}
#header-menu > li > a {
	display: inline-block;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 3px;
	border-color: #FFF;
	padding: 8px 70px; 
	color: #FFF;
}
#header-menu > li > a:hover {
	color: #0064e2;
}
#header-menu > .current-menu-item > a {
	border-color: #0064e2;
	font-weight: 700;
}
/* __level 2 */
#header-menu > .menu-item-has-children > ul {
	position: absolute;
	z-index: 520;
	display: none;
	background: #1E1E1C;
}
#header-menu > .menu-item-has-children:hover > ul {
	display: block;
}
#header-menu .sub-menu > li > a {
	display: block;
	padding: 12px 30px;
	color: #FFF;
}
#header-menu .sub-menu > li:hover > a {
	color: #0064e2;
}
#header-menu .sub-menu > .current-menu-item > a {
	font-weight: 700;
}
div.wpcf7 img.ajax-loader {
    width: auto;
}
.sub-title-2 {
    padding: 10px 0 0;
}
#sitemap{
	margin-bottom:30px;
}
#sitemap ul {
	padding: 10px 0 0 20px;
}
.margin-page-heading{
	margin-top:40px 0;
}
.margin-para-heading{
	
}
/** **************** **/
@media (min-width: 32em) {
  .modal-box { width: 25%; } 
}
@media only screen and ( max-width:1160px ) {
	.caption-div > header {
		font-size: 5.3rem;
	}
	.caption-div > header > span {
		font-size: 5.3rem;
    }
}

@media only screen and ( max-width:1124px ) {
	#header-menu > li > a {
		padding: 8px 57px;
	}
	.caption-div > header {
		font-size: 4.7rem;
	}
	.caption-div > header > span {
		font-size: 4.7rem;
    }
	
	.caption-div > .sub-title {
		font-size: 24px;
	}
	 .modal-box { width: 45%; } 
}

@media only screen and ( max-width:994px ) {
	#header-menu > li > a {
		padding: 8px 52px;
	}
} 

@media only screen and ( max-width:960px ) {
	.caption-div > header {
		font-size: 4rem;
	}
	.caption-div > header > span {
		font-size: 4rem;
    }
	.caption-div > .sub-title {
		font-size: 22px;
	}
	
	#header-menu > li > a {
		padding: 8px 38px;
	}
	#header-wrap , .footer-head-wrap {
		padding: 8px 0;
	}
	/* Title */
	#header-title , .footer-head-title {
		float: none;
		margin: 0 0 16px;
		text-align: center;
	}
	#header-title > a ,
	.footer-head-title > a {
		display: inline-block;
		max-width: 262px;
	}
	/* Social */
	#header-social , .footer-head-social{
		position: static;
		float: left;
		left: auto;
		width: auto;
		text-align: left;
	}
	#servies > div > a {
    margin: 0 5% 50px;
    width: 30%;
	}
	#servies-homepage > div > a {
       width: 22%;
	}
	.image-breaker-content {
		padding: 35px 0 0;
	}
	.image-breaker-content h2 {
		font-size: 44px;
		padding: 17px 10px;
	}
	.quick-contact{
		margin-top: 20px;
	}
	
	.page-content h1 {
		font-size: 80px;
	}
    .page-image-container {
        height: 318px;
        background-repeat: no-repeat;
        background-position: left -500px top;
    }
    .image-container {
        background-repeat: no-repeat;
        background-position: left -500px top;
    }
}
@media only screen and ( max-width:800px ) {
	
	#header-nav-wrap {
		border: none;
		background: #1E1E1C;
	}
	/* Button */
	#header-menu-button {
		display: block;
		width: 48px;
		height: 48px;
		background: url( '../images/interface/icon-menu-button.png' ) no-repeat;
		cursor: pointer;
	}
	/* Level 1 */
	#header-menu {
		display: none;
		position: absolute;
		z-index: 500;
		right: 8px;
		width: 75%;
		background: #1E1E1C;
	}
	#header-menu > li {
		display: block;
		margin:0;
		padding: 0;
		border-top-style:solid;
		border-top-width:4px;
		border-top-color:#FFF;
	}
	#header-menu > li::after {
		display: none;
	}
	#header-menu > li > a {
		display: block;
		border: none;
		padding:16px;
	}
	/* Level 2 */
	#header-menu > .menu-item-has-children {
		position:relative;
	}
	#header-menu > .menu-item-has-children > .sub-menu-button {
		position:absolute;
		z-index:510;
		right:0;
		width:48px;
		height:48px;
		background: url( '../images/interface/icon-menu-arrow.png' ) no-repeat;
	}
	#header-menu > .menu-item-has-children > ul {
		position:absolute;
		width:75%;
		width:calc( 75% - 4px );
		right:0;
		border-left-style: solid;
		border-left-width:4px;
		border-left-color:#CCC;
	}
	#header-menu > .menu-item-has-children:hover > ul {
		display:none;
	}
	#header-menu .sub-menu > li {
		border-top-style:solid;
		border-top-width:4px;
		border-top-color:#CCC;
	}
	#header-menu .sub-menu > li > a {
		display:block;
		padding:16px;
	}
	#footer-menu {
		float: none;	
	}
	#footer-menu > li {
		float: none ;
		border-bottom-style: solid; 
		border-bottom-width: 1px; 
		border-bottom-color: #fff;
	}
	
	/** Slider */
	.caption-div > header {
		font-size: 3.7rem;
    }
	.caption-div > header > span {
		font-size: 3.7rem;
	}
	.caption-div  > .sub-title {
		font-size: 22px;
	}
	.caption-div  .sub-title-1{
		font-size: 18px;
	}
	.page-content h1{
		font-size: 74px;
	}
	.page-image-header-title {
		padding:20% 0 0
	}
	#servies-homepage > div > a {
   		width: 50%;
	}	
	
	
}
@media only screen and ( max-width:774px ) {
	.caption-div > header {
		font-size: 3rem;
	}
	.caption-div > header > span {
		font-size: 3rem;
    }
	.caption-div > .sub-title {
		font-size: 18px;
	}
}
	
@media only screen and ( max-width:560px ) {
	
	/* Title */
	#header-title  , .footer-head-title{
		margin: 0 0 24px;
	}
	/* Phone */
	#header-phone , .footer-head-phone {
		float: none;
		text-align: center;
	}
	#header-phone > a ,
	.footer-head-phone > a {
		display: inline-block;
		max-width: 229px;
	}
	/* Social */
	#header-social , .footer-head-social {
		float: none;
		text-align: center;
	}
	#servies > div > a {
		float: none;
		margin: 0 auto 50px;
		width: 60%;
	}
	#servies-homepage > div > a {
		float: none;
		margin: 0 auto 0px;
		width: 60%;
	}
	
	.image-breaker-content {
		padding: 35px 0 0;
	}
	.image-breaker-content h2 {
		font-size: 44px;
		padding: 17px 10px;
	}
	.quick-contact{
		margin-top: 20px;
	}
	.page-content img {
		
		height: auto;
	}
	.image-height-auto {
		width: auto !important;
	}
	.caption-div > header {
		font-size: 2.4rem;
	}
	.caption-div > header > span {
		font-size: 2.4rem;
    }
	.caption-div > .sub-title {
		font-size: 16px;
	}
}
@media only screen and ( max-width:480px ) {
	
	/* Level 1 */
	#header-menu {
		width: calc( 100% - 18px );
	}
	#copyright {
    	float: none;
    	text-align: center;
	}
	#footer-link {
    	float: none;
    	text-align: center;
	}
	.caption-div {
		padding : 20px 0 0;
	}
	.image-breaker-content {
		padding: 35px 0 0;
	}
	.image-breaker-content h2 {
		font-size: 34px;
		padding: 17px 10px;
	}
	.image-breaker-content p {
		padding:5px 15px;
		font-size:16px;
		line-height: 20px;
	}
	.quick-contact{
		margin-top: 30px;
	}
	.page-content h1 {
		font-size: 56px;
	}
	.caption-div > header {
		font-size: 2.7rem;
	}
	.caption-div > header > span {
		font-size: 2.7rem;
    }
	.caption-div > .sub-title {
		font-size: 14px;
		line-height:20px;
	}
	.caption-div .sub-title-1 {
		font-size: 14px;
	}
	.caption-div {
		padding: 30px 0 0;
	}
	.banner-button {
		background: url( '../images/interface/content_button.png' );
		background-repeat: no-repeat;
		background-position: center center;
		height:89px;
		width:284px;
		display: inline-block;
		color: #fff;
		margin-top: 50px;
	}
	.banner-button > a {
    color: #fff;
    font-size: 30px;
    position: relative;
    text-transform: uppercase;
    top: 30px;
	}
	.image-breaker-content header {
		font-size: 44px;
	}
	.image-breaker-content h3 {
		font-size: 16px;
		padding: 0 10px;
	}
	.body-content h1 {
		font-size: 30px;
		line-height: 30px;
	}
	.body-content h2 {
		font-size: 24px;
		padding: 20px 15px;
	}
	.flex-direction-nav a {
		top:90%;
	}
	.page-header-image {
		height: auto;
		width: auto;
	}
	#contact_circle_outer {
		background: #1e1e1c none repeat scroll 0 0;
		height: 300px;
		position: relative;
		width: 300px;
	}
	#contact_circle_inner {
		background: #1e1e1c none repeat scroll 0 0;
		border: 3px solid #fff;
		display: block;
		height: 275px;
		left: 9px;
		position: absolute;
		top: 10px;
		width: 275px
	}
	
	#contact_circle_inner header {
		color: #fff;
		font-size: 20px;
		padding: 10px 0 0;
	}
	#contact_circle_inner .form-element > span > input, #popup .form-element > span > input {
		font-size: 12px;
		padding: 0;
		font-family: 'Open Sans', sans-serif;
    }
	#contact_circle_inner .form-element {
		padding: 0 0 2px;
	}
	
	#contact_circle_inner .form-element > span > textarea, #popup .form-element > span > textarea {
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		height: 2rem;
		margin: 0;
		width: 55%;
	}
	span.wpcf7-not-valid-tip {
		font-size: 10px;
		line-height: 10px;
	}
	
	#contact_circle_inner .form-submit {
		background: rgba(0, 0, 0, 0) url("../images/interface/content_button-mobile.png") no-repeat scroll 0 0;
		border: medium none;
		color: #fff;
		cursor: pointer;
		display: block;
		font-family: "Book Antiqua",serif;
		font-size: 14px;
		height: 50px;
		margin: 0 auto;
		width: 160px;
	}
	
	
	p.label-title {
		display: none;
	}
	#registraction .form-element {
		padding: 0 0 1px !important;
	}
	
	#contact_circle_inner .form-element > span > select {
		border: 1px solid #d4d4d4;
		margin: 0;
		max-width: 100%;
		padding-bottom: 1px;
		padding-top: 0;
		width: 55%;
	}
	.member_of_law{
		heigh: 150px;
		width: 300px;
	}
	
	
}
@media only screen and ( max-width:400px ) {
	
	/* Title */
	#header-title  , .footer-head-title {
		margin: 0 0 16px;
	}
	#header-title > a ,
	.footer-head-title > a {
		padding: 12px 0 12px 74px;
	}
	#header-title > a > span:first-child ,
	.footer-head-title > a > span:first-child {
		font-size: 2rem;
	}
	/* Phone */
	#header-phone > a ,
	.footer-head-phone > a {
		padding: 12px 0 12px 74px;
	}
	#header-phone > a > span:first-child ,
	.footer-head-phone > a > span:first-child {
		font-size: 2rem;
	}
	
	#contact_circle_outer {
		background: #1e1e1c none repeat scroll 0 0;
		height: 300px;
		position: relative;
		width: 300px;
	}
	#contact_circle_inner {
		background: #1e1e1c none repeat scroll 0 0;
		border: 3px solid #fff;
		display: block;
		height: 275px;
		left: 9px;
		position: absolute;
		top: 10px;
		width: 275px
	}
	.modal-box { width: 80%; }
}
@media only screen and ( max-width:320px ) {
	.page-id-113 .page-image-header-title , 
	.page-id-117 .page-image-header-title , 
	.page-id-119 .page-image-header-title , 
	.page-id-115 .page-image-header-title , 
	.page-id-111 .page-image-header-title {
		padding: 25% 0 0;
	}
	.page-content h1 {
		font-size: 46px;
	}
	.page-image-header-title {
		padding: 35% 0 0;
	}
	.modal-box { width: 85%; }
}

@media only screen and ( max-width:600px ) {
	
	.descpriton { display: none !important ; }
	
	.image-title {
    	width: 100% !important;
	}
	
}