/*  
Theme Name: Base
Theme URI: http://webdesignerwall.com/general/free-base-wordpress-theme
Version: 1.0.0
Author: Themify
Author URI: http://www.themify.me
*/



@font-face {
    font-family: 'HelveticaNeueLTPro-Bd';
  src: url('fonts/Hnpbd.eot'); /* IE9 Compat Modes */
  src: url('fonts/Hnpbd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Hnpbd.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Hnpbd.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Hnpbd.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Hnpbd.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@font-face {
    font-family: 'HelveticaNeueLTPro-BdEx';
  src: url('fonts/Hnpbdex.eot'); /* IE9 Compat Modes */
  src: url('fonts/Hnpbdex.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Hnpbdex.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Hnpbdex.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Hnpbdex.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Hnpbdex.svg#svgFontName') format('svg'); /* Legacy iOS */    
}
@font-face {
    font-family: 'HelveticaNeueLTPro-Lt';
  src: url('fonts/Hnplt.eot'); /* IE9 Compat Modes */
  src: url('fonts/Hnplt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Hnplt.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Hnplt.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Hnplt.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Hnplt.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'HelveticaNeueLTPro-LtIt';
  src: url('fonts/Hnpltit.eot'); /* IE9 Compat Modes */
  src: url('fonts/Hnpltit.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Hnpltit.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Hnpltit.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Hnpltit.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Hnpltit.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'HelveticaNeueLTPro-MdEx';
  src: url('fonts/Hnpmdex.eot'); /* IE9 Compat Modes */
  src: url('fonts/Hnpmdex.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Hnpmdex.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Hnpmdex.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Hnpmdex.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Hnpmdex.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'HelveticaNeueLTPro-Roman';
  src: url('fonts/Hnpro.eot'); /* IE9 Compat Modes */
  src: url('fonts/Hnpro.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Hnpro.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Hnpro.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Hnpro.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Hnpro.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'MyriadPro';
  src: url('fonts/Mprfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/Mprfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Mprfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Mprfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Mprfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Mprfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
}

.container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

#header .container{
	max-width: 1100px
}




/* 
SITE LOGO
================================================ */
#site-logo {
}
#site-logo a {
}
#site-logo a:hover {
}

/* 
SITE DESCRIPTION
================================================ */
#site-description {
}

/* 
SEARCH FORM
================================================ */
#header #searchform {
  margin-bottom: 0;
  margin-top: 8px;
  position: static;
  right: 0;
}
#header #searchform #s {
  background: rgb(204, 204, 204) url("images/search.png") no-repeat scroll right 10px top 6px;
  border: 0 none;
  border-radius: 0;
  color: rgb(255, 255, 255);
  display: inline-block;
  float: none;
  font-size: 1.3rem;
  height: 32px;
  margin-top: 0;
  padding-left: 14px;
  transition: width 0.7s ease 0s;
  vertical-align: top;
  width: 100%;
}


/* 
MAIN NAVIGATION
================================================ */
#main-nav {
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	position: relative;
}

/* main level link */
#main-nav a {
  border-radius: 0;
  border-right: 1px solid rgb(57, 68, 72);
  color: rgb(57, 68, 72);
  display: block;
  font-family: MyriadPro;
  font-size: 1.7rem;
  line-height: 18px;
  margin: 0;
  padding: 0 6px;
  text-decoration: none;
}

#header #searchform #s {
  font-size: 1.5rem;
}

/* main level link :hover */
#main-nav a:hover {
	color: #526E75;
}

/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	color: #526E75;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #526E75;
}

/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, #main-nav li:hover > ul a  {
	color: #666;
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	text-transform: none;
	padding: 6px 6px 6px 15px;
	margin: 0;
	display: block;
	width: 180px;
	background: none;
	border: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, #main-nav li:hover > ul a:hover {
	background: #F3F3F3;
	color: #000;
	color: black;
}
/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	background: #fff;
	border: solid 1px #ccc;
	z-index: 100;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 190px;
	top: -2px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}

/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
	margin: 0 0 15px;
	padding: 0;
	font-size: 300%;
	line-height: 110%;
}

/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 50px;
}

/* post content */
.post-content {
	min-width: 120px;
}

/* post title */
.post-title {
	font-size: 26px;
	margin: 0 0 5px;
	padding: 0;
}
.post-title a {
}

/* post image */
.post-image {
	margin: 0 0 5px;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/* post meta */
.post-meta {
	margin: 0 0 7px;
}
.post-meta .post-author {
	background: url(images/post-author.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-category {
	background: url(images/post-category.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-tag {
	background: url(images/post-tag.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-comment a {
	background: url(images/post-comment.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	padding: 6px 0 0;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 24px;
	min-height: 18px;
	text-align: center;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #000;
}
.pagenav .current {
	text-decoration: none;
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav span span {
	background: #333;
	color: #fff;
	font: normal 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	background: #000;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
}

/* comment title */
.comment-title, #reply-title {
	font-size: 140%;
	margin: 0 0 10px;
	padding: 0;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
	border-top: solid 1px #ddd;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 0;
}
.commentlist cite {
	font-style: normal;
	font-size: 130%;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}
.commentlist .commententry {
	border-bottom: solid 1px #ddd;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 8px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/* 
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	background: #F30;
}
#respond #cancel-comment-reply-link:hover {
	background: #333;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}

.wpcf7-form-control-wrap textarea {
    min-height: 200px;
    padding-bottom: 6px;
    padding-top: 6px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
	margin: 0 0 30px;
	word-wrap: break-word;
}
.widgettitle {
	margin: 0 0 10px;
	padding: 0;	
	font-size: 120%;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #ddd;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
  background: rgb(245, 245, 246) none repeat scroll 0 0;
  border-top: 6px solid rgb(135, 160, 178);
  clear: both;
  margin-top: 6rem;
  padding: 0;
}

/* back to top */
.back-top {
	clear: both;
	float: left;
	margin-top: -3px;
}
.back-top a {
	background: #000 url(images/arrow-up.png) no-repeat center center;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 10px 10px 0;
	text-indent: -900em;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;	
}
.back-top a:hover {
	background-color: #333;
}

/* footer nav */
.footer-nav {
	margin: 7px 0 10px;
	padding: 0;
	text-align: left;
}
.footer-nav li {
	padding: 0;
	margin: 0 8px 5px 0;
	list-style: none;
	display: inline-block;
	zoom:1;
	*display:inline;
}

/* footer text */
.footer-text {
    background: rgba(98, 116, 130, 0.5) none repeat scroll 0 0;
    clear: both;
    color: rgb(61, 61, 60);
    font-family: MyriadPro;
    font-size: 1.3rem;
    padding: 10px 0;
    text-align: center;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 5px 0 20px 0;
}
#body .gallery img {
	border: none;
}

/* gallery item */
#body .gallery dl {
	margin: 0 8px 8px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}

/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* get rid of br tag */
.gallery br {
	display:none;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }


#header {
  padding: 3rem 0 1.2rem;
}

#site-logo {
    margin-bottom: 0;
}

#site-logo img {
    height: auto;
    width: 100%;
}
#main-nav {
  margin-bottom: 0;
  margin-top: 12px;
  text-align: right;
}

#main-nav a {
  border-radius: 0;
  border-right: 1px solid rgb(57, 68, 72);
  color: rgb(57, 68, 72);
  display: block;
  font-family: MyriadPro;
  font-size: 1.4rem;
  line-height: 18px;
  margin: 0;
  padding: 0 6px;
  text-decoration: none;
}
#main-nav li:last-child a{
	border-right: 0
}
body .metaslider .caption-wrap {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: auto;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 5rem;
  font-style: italic;
  left: 22%;
  line-height: 5rem;
  margin: 0;
  opacity: 1;
  position: absolute;
  top: 30%;
  width: 50%;
}

#footer .widget {
    display: inline-block;
    margin-left: 3%;
    margin-top: 20px;
    vertical-align: top;
    width: 11%;
}


#footer .widgettitle {
  color: rgb(61, 61, 60);
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
#footer .widget li {
  border: medium none;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}
#footer .widget a {
    color: rgb(134, 134, 134);
    font-size: 1.3rem;
    line-height: 1rem;
    text-decoration: none;
}
.footerlogo img {
  margin-top: 20px;
  width: 100%;
}

.cian-dialog {
  background: rgb(25, 182, 204) url("images/dialog.png") no-repeat scroll center bottom;
  padding-bottom: 20px;
  padding-top: 15px;
}
.cian-dialog h2 {
  color: rgb(255, 255, 255);
  font-family: HelveticaNeueLTPro-BdEx;
  font-size: 2.8rem;
  margin-bottom: 0;
  padding: 0 17%;
  text-align: center;
}
.cian-dialog p {
  color: rgb(255, 255, 255);
  font-family: HelveticaNeueLTPro-Lt;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  width: 100%;
}

#country-selector .container {
  margin-bottom: 2rem;
  margin-top: 1.2rem;
}
#country-selector .container .row{
  background: rgb(194, 205, 218) none repeat scroll 0 0;
}

#country-selector h5 {
  color: rgb(92, 128, 153);
  font-family: HelveticaNeueLTPro-BdEx;
  font-size: 2rem;
  margin-bottom: 0;
  padding: 15px 0;
  text-align: center;
  position: relative;
}
.metaslider .flexslider {
    margin: 0 0 1.5rem !important;
}

#get-starter .six.columns{
	border-top: 3px solid #3466AE;
	border-bottom: 3px solid #3466AE;
	position: relative;
}
#get-starter .six.columns h5 {
  color: rgb(52, 102, 174);
  font-family: HelveticaNeueLTPro-BdEx;
  font-size: 2rem;
  height: auto;
  line-height: 2.3rem;
  margin-bottom: 0;
  min-height: 60px;
  padding: 15px 0;
  text-align: left;
  width: 60%;
}

#get-starter .six.columns h5 a{
  color: rgb(52, 102, 174);
  text-decoration: none
}
#get-starter .six.columns p {
  color: rgb(92, 128, 153);
  float: left;
  font-family: HelveticaNeueLTPro-Lt;
  font-size: 1.6rem;
  line-height: 2.2rem;
  min-height: 140px;
  width: 50%;
}
#get-starter .six.columns .button {
  background: rgb(52, 102, 174) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  bottom: 0;
  color: rgb(255, 255, 255);
  display: block;
  float: right;
  font-family: HelveticaNeueLTPro-BdEx;
  font-size: 19px;
  font-weight: normal;
  margin-bottom: 0;
  padding: 0 24px;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: none;
}

.pct{
  background: url("images/home1.png") no-repeat scroll right 30px top 15px;

}

.aba{
  background: url("images/home2.png") no-repeat scroll right 30px top 15px;

}

#home-featured{
	margin-top: 3rem;
	margin-bottom: 3rem
}

#home-featured img {
  display: inline-block;
  margin: 0 auto;
  height: 158px;
  display: block;
  margin-bottom: 0rem;
}
#home-featured h5 {
  color: rgb(92, 128, 153);
  font-family: HelveticaNeueLTPro-MdEx;
  font-size: 1.5rem;
  text-align: center;
  width: 80%;
  margin: 0 auto ;
}


#testimonials .row{
	 display: flex;
}


#testimonials .six.columns {
    background: rgb(25, 182, 204) none repeat scroll 0 0;
    position: relative;
    flex: 1;
}


#testimonials .six.columns .name {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  color: rgb(57, 68, 72);
  display: inline-block;
  font-family: HelveticaNeueLTPro-Lt;
  font-size: 1.8rem;
  padding-right: 12%;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 0;
}

#testimonials .six.columns img {
  bottom: 0;
  display: inline-block;
  margin-right: 5%;
  position: absolute;
  width: 30%;
}
#testimonials .six.columns .info {
  display: inline-block;
  float: right;
  margin-bottom: 15px;
  margin-top: 40px;
  vertical-align: top;
  width: 60%;
}

#testimonials .six.columns .info .title {
  color: rgb(57, 68, 72);
  display: inline-block;
  font-family: HelveticaNeueLTPro-BdEx;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 13px;
}

#testimonials .six.columns .info p {
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin-bottom: 10px
}
#testimonials .six.columns .servided {
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  line-height: 2rem !important;
  display: inline-block;
}

#testimonials  .six.columns .since{
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  line-height: 2rem !important;
  display: inline-block;
}
#testimonials  .six.columns b{
  font-family: HelveticaNeueLTPro-Bd;
}
body{
	 font-family: HelveticaNeueLTPro-Lt;
}


.social{
	margin-top: 0px;
	margin-left: 35px
}
.social li{
	display: inline-block;
}

.face {
  background: rgba(0, 0, 0, 0) url("images/social.png") no-repeat scroll 0 0 / 130px auto;
  display: inline-block;
  height: 30px;
  text-indent: -5000px;
  width: 30px;
}
.twitter{
  background: rgba(0, 0, 0, 0) url("images/social.png") no-repeat scroll -47px 0 / 130px auto;
  display: inline-block;
  height: 30px;
  text-indent: -5000px;
  width: 30px;
}
.linkedin{
  background: rgba(0, 0, 0, 0) url("images/social.png") no-repeat scroll -94px 0 / 130px auto;
  display: inline-block;
  height: 30px;
  text-indent: -5000px;
  width: 30px;
}

#footer .container{
	max-width: 1100px
}

.flex-control-nav {
  bottom: 7px !important;
  line-height: 11px;
  z-index: 999999
}

body .flex-control-paging li a {
  background: #FFF;
  border-radius: 19px;
  box-shadow:  none;
  cursor: pointer;
  display: block;
  height: 11px;
  text-indent: -9999px;
  width: 11px;
  border: 1px solid #FFF;
}
body .flex-control-paging li a.flex-active {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  cursor: default;
}

body .flex-next {
  background: rgba(0, 0, 0, 0) url("images/arrows.png") repeat scroll right top !important;
  height: 37px !important;
  right: 0 !important;
  width: 40px !important;
}

body .flex-prev {
  background: rgba(0, 0, 0, 0) url("images/arrows.png") repeat scroll 0 0 !important;
  height: 37px !important;
  left: 0 !important;
  width: 40px !important;
}

body.home #home-featured .featured-item {
  background: rgba(0, 0, 0, 0) url("images/bgFeatured.png") no-repeat scroll left 0 top 50px !important;
  display: inline-block;
  vertical-align: top;
  width: 24.5%;
}
body.home #home-featured .row {
  background: rgba(0, 0, 0, 0) url("images/bgFeatured.png") no-repeat scroll right 0 top 50px !important;
  margin-bottom: 25px;
}

#testimonials .six.columns .name em{
}
.stars-content {
  background: rgba(0, 0, 0, 0) url("images/stars2.png") no-repeat scroll 0 0 !important;
  display: inline-block;
  height: 25px;
  margin-left: 5px;
  text-align: left;
  vertical-align: top;
  width: 152px;
}
.stars-content span {
  background: rgba(0, 0, 0, 0) url("images/stars2.png") no-repeat scroll left 0px bottom 1px !important;
  display: inline-block;
  height: 23px;
  position: static;
  width: 23px;
  margin-right: 9px;
}
.stars-content span:last-child {
  margin-right: 0px;
  margin-left: -1px;
}
.country-form{
	margin-bottom: 0
}

.country-form select {
  display: inline-block;
  height: 30px;
  margin-bottom: 0;
  margin-top: 16px;
  padding: 0 6px;
  width: 100%;
  cursor: pointer;
}

#topimage {
  background-position: center bottom !important;
  background-size: contain !important;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  position: relative;
}

#topimage h2 {
    color: rgb(255, 255, 255);
    font-family: HelveticaNeueLTPro-LtIt;
    font-size: 3rem;
    margin-bottom: 0;
    padding: 5rem 0 8rem;
    width: 50%;
}
#entry-content{
  font-family: HelveticaNeueLTPro-Lt;
  color: #5C8099;
}

#entry-content h3.dialog {
  background: rgb(19, 49, 88) url("images/bluebg.png") no-repeat scroll center bottom !important;
  color: rgb(255, 255, 255);
  font-family: HelveticaNeueLTPro-Lt;
  font-size: 2.8rem;
  font-weight: normal;
  padding-bottom: 15px;
  padding-top: 5px;
  text-align: center;
}

.single-countries #entry-content h3.dialog {
  background: rgb(25, 182, 204) url("images/cianbg.png") no-repeat scroll center bottom !important;
  color: rgb(255, 255, 255);
  font-family: HelveticaNeueLTPro-Lt;
  font-size: 2.8rem;
  font-weight: normal;
  padding-bottom: 15px;
  padding-top: 5px;
  text-align: center;
}

#entry-content h3.dialog.pink {
  background: #D50C53 url("images/pinkbg.png") no-repeat scroll center bottom !important;
}
.contact-box {
  border-bottom: 2px solid rgb(92, 128, 153);
  border-top: 2px solid rgb(92, 128, 153);
  line-height: 20px;
  max-width: 230px;
  padding: 1rem 0;
  width: 100%;
}
.contact-box h5 {
    font-size: 2rem;
    margin-bottom: 0;
}
.contact-box a {
    color: rgb(0, 0, 255);
    font-family: HelveticaNeueLTPro-Bd;
    font-size: 1.6rem;
}
.contact-box p{
	margin-bottom: 0;
	color: #5C8099;
    font-family: HelveticaNeueLTPro-Bd;
    font-size: 1.6rem;
}
#entry-content .page-boxs .content-box {
    border-bottom: 2px solid rgb(92, 128, 153);
    margin-bottom: 15px;
    padding-top: 1.2rem;
}
#entry-content .page-boxs .content-box:last-child {
    border-bottom: 0px solid rgb(92, 128, 153);;
}
#entry-content .page-boxs .content-box h3 {
  color: rgb(52, 102, 174);
  font-family: HelveticaNeueLTPro-BdEx;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
#entry-content .page-boxs .content-box img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  width: 25%;
  margin-bottom: 2rem;
}
#entry-content .page-boxs .content-box .info {
  display: inline-block;
  line-height: 21px;
  vertical-align: top;
  width: 72%;
}

img{
	max-width: 100%;
	height: auto;
}


.page-template-page-contact-us .container h5 {
  border-bottom: 1px solid rgb(52, 102, 174);
  color: rgb(52, 102, 174);
  font-family: HelveticaNeueLTPro-BdEx;
  font-size: 2.3rem;
  font-weight: normal;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.page-template-page-contact-us .six.columns.form-box {
  border-left: 1px solid rgb(52, 102, 174);
  margin-left: 2.667%;
  margin-top: 70px;
  padding-left: 6%;
}

.wpcf7 .wpcf7-form p{
	margin-bottom: 8px
}
#entry-content input[type="email"],
#entry-content input[type="number"],
 #entry-content input[type="search"],
 #entry-content  input[type="text"],
 #entry-content   input[type="tel"],
  #entry-content   input[type="url"],
   #entry-content   input[type="password"],
   #entry-content    textarea,
    #entry-content    select {
  background-color: rgb(255, 255, 255) !important;
  border: 1px solid #9AAFBF !important;
  border-radius: 4px !important;
  box-shadow: none;
  box-sizing: border-box;
  height: 38px;
  padding: 6px 10px !important;
  color: #9AAFBF !important;
  font-style: italic !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}

body .wpcf7-submit{
    background: rgb(52, 102, 174) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    bottom: 0;
    color: rgb(255, 255, 255);
    display: block;
    font-family: HelveticaNeueLTPro-BdEx;
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 0 24px;
    float: right;
    text-decoration: none !important;
    text-transform: none;
}

.address {
  border-bottom: 1px solid rgb(52, 102, 174);
  color: rgb(92, 128, 153);
  display: inline-block;
  font-family: HelveticaNeueLTPro-MdEx;
  font-size: 1.7rem;
  padding-bottom: 10px;
  width: 100%;
}
.phone {
  border-bottom: 1px solid rgb(52, 102, 174);
  color: rgb(92, 128, 153);
  display: inline-block;
  font-family: HelveticaNeueLTPro-MdEx;
  font-size: 1.7rem;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}
.email {
  color: rgb(92, 128, 153);
  display: inline-block;
  font-family: HelveticaNeueLTPro-MdEx;
  font-size: 1.7rem;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}
.email a {
    color: rgb(0, 0, 255);
    float: right;
}
.patentarea-box p{
	margin-bottom: 0
}
.patentarea-box b{
	font-weight: normal;
}
.patentarea-box em {
  float: right;
  background: url(images/usa.jpg) no-repeat;
  padding-left: 45px;
}



.service-box{
	border-top: 3px solid #3466AE;
	border-bottom: 3px solid #3466AE; 
}
.service-box .icon {
  float: left;
  margin-top: 1rem;
}
.service-box h3 {
  color: rgb(52, 102, 174);
  display: inline-block;
  font-family: HelveticaNeueLTPro-BdEx;
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
  margin-left: 2rem;
  margin-top: 2rem;
  vertical-align: top;
  width: 85%;
}
.service-box h3 a{
  color: rgb(52, 102, 174);
  text-decoration: none
}
.service-box .info{
	width: 100%;
	display: inline-block;
}
.service-box .info p {
  font-family: HelveticaNeueLTPro-Lt;
  font-size: 1.5rem;
  line-height: 2rem;
}
.service-box .info strong {
  font-family: HelveticaNeueLTPro-Bd;
  font-weight: normal;
}


.service-box .items {
    margin-bottom: 0;
}


.service-box .items li {
    border-left: 2px solid rgb(190, 200, 206);
    display: inline-block;
    padding: 0 2%;
    vertical-align: top;
    width: 28%;
}
.service-box .items li:last-child {
    border-right: 2px solid rgb(190, 200, 206);
}

.service-box .items li h5 {
    color: rgb(25, 182, 204);
    font-family: HelveticaNeueLTPro-BdEx;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    min-height: 55px;
    text-align: center;
}
.service-box .items img {
  float: left;
  margin-right: 8px;
}

.service-box .items p {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.8rem;
  width: 58%;
}

.blankhover {
  background: rgba(0, 0, 0, 0) url("images/blankhover.png") repeat-y scroll left top !important;
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
}

.four.columns.imagecontent {
  min-height: 420px;
  position: relative;
  overflow: hidden;
}

.four.columns.imagecontent img {
  display: inline-block;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 420px;
  min-width: 100%;
  width: auto;
}

.four.columns.imagecontent .button {
  background: rgb(52, 102, 174) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  bottom: 0;
  color: rgb(255, 255, 255);
  display: block;
  float: right;
  font-family: HelveticaNeueLTPro-BdEx;
  font-size: 19px;
  font-weight: normal;
  height: auto;
  margin-bottom: 0;
  padding: 4px 0 2px;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: none;
  width: 90%;
  z-index: 9999;
}


#entry-content .country-title {
    text-align: right;
}
#entry-content .country-title img {
  display: inline-block;
  height: auto;
  width: 37px;
}

#entry-content .country-title h5 {
    float: right;
    margin-left: 15px;
}

.single-countries #country-selector, .page-template-page-services #country-selector{
	margin-top: 7rem
}


#pagewrap{
	overflow-x: hidden 
}

#slidercontent {
  background: #FFFFFF;
  margin-bottom: 2rem;
}

.search-results article {
	margin-bottom: 0;
	border-bottom: 1px solid #EAEAEA
}
.search-results article a {
    color: rgb(57, 68, 72);
    font-family: MyriadPro;
    font-size: 2rem;
    line-height: 18px;
    text-decoration: none;
}

.search-results .page-title {
    font-size: 230%;
    line-height: 110%;
    margin: 2rem 0;
    padding: 0;
}


body #click-menu {
  background: rgb(255, 255, 255) none repeat scroll 0 0 !important;
  border: 1px solid rgb(102, 102, 102);
}
body #click-menu .threeLines .line {
  background: rgb(170, 170, 170) none repeat scroll 0 0;
  height: 7px !important;
  margin-bottom: 3px !important;
  width: 100% !important;
}



#footer .widget.countries_widget {
    width: 52%;
}
#footer .widget.countries_widget li {
  width: 31%;
}

#topimage .text {
    position: absolute;
    width: 100%;
    z-index: 9999;
      top: 45%;
  transform: translateY(-50%);
}


body #topimage img{
    min-width: 100% !important; 
}

.alllink {
  height: 140px;
  position: absolute;
  width: 184px;
  z-index: 99;
  float: right;
  right: 0;
}

.moreservices {
  border: 0 solid rgb(85, 85, 85);
  clear: both;
  color: #888;
  display: inline-block;
  font-weight: bold;
  left: 0;
  margin-bottom: 6px;
  margin-right: 50%;
  margin-top: 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 50%;
  z-index: 999;
  font-family: HelveticaNeueLTPro-BdEx;
  font-weight: normal;
}
.tp-caption a {
    color: #FFF !important;
    text-shadow: none;
    transition: all 0.2s ease-out 0s;
     text-decoration: none !important;
}

body .tp-bullets.simplebullets.round .bullet {
  background: #FFF !important;
  cursor: pointer;
  float: left;
  height: 12px;
  margin-left: 15px;
  margin-right: 0;
  margin-top: 0;
  position: relative;
  width: 12px;
  border-radius: 40px;
  border: 1px solid #FFF;
}
body .tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected {
    background: none !important;
}

#countries-list{

}
#countries-list li {
    display: inline-block;
    width: 31%;
    margin-right: 2%;
    vertical-align: top;
}
#countries-list li .flagcontent {
    display: inline-block;
    width: 120px;
    float: left;
    margin-right: 15px;
}
#countries-list li .flagcontent img {
	height: auto;
    width: 120px;
}
#countries-list h5{
    margin-bottom: 10px;
    margin-top: 10px;
        line-height: 2.2rem;
}
#countries-list h5 a{
    color: rgb(52, 102, 174);
    font-family: HelveticaNeueLTPro-BdEx;
    font-size: 2rem;
    height: auto;
    line-height: 2rem;
    margin-bottom: 0;
    padding: 15px 0;
    text-align: left;
    text-decoration: none
}
#countries-list a.button {
    background: rgb(52, 102, 174) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-family: HelveticaNeueLTPro-BdEx;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 11px 10px;
    text-decoration: none;
    text-transform: none;
    height: auto;
    min-height: 0;
    line-height: 13px;
}
.linkcountries {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
}



#entry-content .continent {
  display: inline-block;
  margin: 0 15px;
  vertical-align: top;
  width: 16%;
}

#entry-content .continent h5 {
  border-bottom: 5px solid #3466ae;
  color: #3466ae;
  font-size: 2rem;
  padding: 1rem;
}

.country-list {
    display: inline-block;
    margin: 0;
}
.country-list li {
  display: inline-block;
  margin: 0 0 0.5rem;
  width: 100%;
}

.flagcontent {
    display: inline-block;
    vertical-align: top;
    width: 60px;
}

#entry-content .country-list li .country-info{
  display: inline-block;
  width: 60%;
}
#entry-content .country-list li .country-info a.inline {
  background: #d50c53 none repeat scroll 0 0;
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 3px 6px;
  text-decoration: none;
}
#entry-content .country-list li .country-info p {
  margin:0;
}
#entry-content .country-list li h5 {
  border: 0 none;
  color: #808285;
  font-size: 1.3rem;
  margin-bottom: 0rem;
  padding: 0;
  padding: 1rem 0;
}

#entry-content .country-list li h5 a {
  color: #808285;
  font-family: HelveticaNeueLTPro-Lt;
  text-decoration: none;
}


.single-services .servicetitle  h3 {
  color: rgb(52, 102, 174);
  display: inline-block;
  font-family: HelveticaNeueLTPro-BdEx;
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
  margin-left: 2rem;
  margin-top: 3rem;
  vertical-align: top;
  width: 85%;
}
.single-services .servicetitle .eight  img{
	margin-top: 1rem
}
.single-services .servicetitle .four.columns.imagecontent {
  max-height: 90px;
  min-height: 0 !important;
  overflow: hidden;
  position: relative;
}
.single-services .servicetitle {
  border-bottom: 4px solid #3466ae;
  margin-bottom: 5rem;
}
.single-services .servicetitle .four.columns.imagecontent img {
  display: inline-block;
  float: right;
  height: auto;
  max-height: 168px !important;
  max-width: none;
  min-height: 0 !important;
  width: auto;
}
.single-services  #header {
  border-bottom: 1px solid #CCC;
}
.single-services .ciantext p {
  color: #19b6cc !important;
  font-size: 1.6rem;
  line-height: 2rem;
}
.single-services #content button, .single-services #content .button {
  background: #d50b55 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 2.5rem;
  height: auto;
  margin: 4rem auto 6rem;
  padding: 30px;
  text-transform: none;
  width: 340px;
}
.single-services #content .six.columns h5 {
  border-top: 4px solid #3466ae;
  color: rgb(52, 102, 174);
  display: inline-block;
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
  padding: 2rem 7% 0rem;
  width: 86%;
}

.graphic .numbers{

}
.row.graphic{
	margin-bottom: 3rem; 
}


.graphic .numbers li {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: top;
  width: 157px;
  position: relative;
}
.graphic .numbers li.arrow {
  background: rgba(0, 0, 0, 0) url("images/numberbg.png") no-repeat scroll 0 15px;
  display: inline-block;
  height: 101px;
  margin: 0;
  width: 18px;
}
.graphic .numbers li:last-child {
  display: none;
}
.graphic .numbers li b {
  color: #3466ae;
  font-size: 4rem;
}
.graphic .numbers li p {
  border-bottom: 9px solid #19b6cc;
  border-left: 1px solid #19b6cc;
  border-right: 1px solid #19b6cc;
  font-size: 1.2rem;
  padding: 18px;
  text-align: center;
  line-height: 1.6rem;
}
.single-services #content p{
	color: #808285;
}

.graphic .two.columns p {
  border-bottom: 9px solid #d50b55;
  border-left: 1px solid #d50b55;
  border-right: 1px solid #d50b55;
  font-size: 1.2rem;
  padding: 18px 5%;
  text-align: center;
  width: 89%;
   line-height: 1.6rem;
   position: relative;
}
.graphic .bluetitle {
  border-bottom: 1px solid #d50b55;
  color: #3466ae;
  display: inline-block;
  padding: 13px 5%;
  width: 90%;
  font-size: 1.2rem;
  text-align: center;
  position: relative;
}

.graphic .bluetitle::before {
  background: rgba(0, 0, 0, 0) url("images/beforeafter.png") no-repeat scroll 0 bottom;
  bottom: 0;
  content: "0";
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  text-indent: -5000px;
  width: 18px;
  z-index: 9999;
}
.graphic .bluetitle::after {
  background: rgba(0, 0, 0, 0) url("images/beforeafter.png") no-repeat scroll right bottom;
  bottom: 0;
  content: "0";
  display: inline-block;
  height: 18px;
  position: absolute;
  right: 0;
  text-indent: -5000px;
  width: 18px;
  z-index: 9999;
}

.pinkarrow {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) url("images/pinkarrow.png") no-repeat scroll center top;
  border-color: #d50b55;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 8px;
  height: 55px;
  margin: 0 0 15px;
  width: 100%;
}

.graphic h5 {
  border-bottom: 1px solid #19b6cc;
  color: #3466ae;
  display: inline-block;
  font-size: 1.6rem;
  margin-bottom: 15px;
  padding: 46px 5% 13px;
  position: relative;
  text-align: center;
  width: 90%;
}
.graphic h5::before {
  background: rgba(0, 0, 0, 0) url("images/beforeafter.png") no-repeat scroll 0 top;
  bottom: 0;
  content: "0";
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  text-indent: -5000px;
  width: 18px;
  z-index: 9999;
}
.graphic h5::after {
  background: rgba(0, 0, 0, 0) url("images/beforeafter.png") no-repeat scroll right top;
  bottom: 0;
  content: "0";
  display: inline-block;
  height: 18px;
  position: absolute;
  right: 0;
  text-indent: -5000px;
  width: 18px;
  z-index: 9999;
}

.graphic .numbers li::after {
  background: rgba(0, 0, 0, 0) url("images/shadownumber.png") no-repeat scroll center bottom / contain ;
  bottom: -14px;
  content: "0";
  display: inline-block;
  height: 45px;
  position: absolute;
  right: 0;
  text-indent: -5000px;
  width: 159px;
  z-index: 9999;
}

.graphic .numbers li.arrow::after {
  display: none !important
}
.graphic .two.columns p::after {
  background: rgba(0, 0, 0, 0) url("images/shadownumber.png") no-repeat scroll center bottom / contain ;
  bottom: -47px;
  content: "0";
  display: inline-block;
  height: 46px;
  position: absolute;
  right: -14px;
  text-indent: -5000px;
  width: 154px;
  z-index: 9999;
}


.country-buttons{

}


.country-buttons a.button{
	
}

#country-buttons{

}


#country-buttons a.button{
	
}


.content-box .imagecontent{
	display: none !important
}


.attorneys-list{
	margin: 1rem;
}
.attorneys-list li {
  display: inline-block;
  margin-top: 0;
  border-bottom: 1px solid #CCC;
  padding-bottom: 2rem;
  padding-top: 2rem;
  margin: 0;
}
.attorneys-list li .data {
  display: inline-block;
  float: left;
  width: 65%;
  margin-right: 3rem;
}
.attorneys-list li img {
  float: right;
  max-width: 200px;
  height: auto;
}
.attorneys-list li a {
  color: #3466ae;
  margin-left: 11px;
  text-decoration: none;
}


.orderhere {
  background: rgb(52, 102, 174) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  bottom: 0;
  color: rgb(255, 255, 255);
  display: block;
  float: right;
  font-family: HelveticaNeueLTPro-BdEx;
  font-size: 19px;
  font-weight: normal;
  height: auto;
  margin-bottom: 0;
  padding: 1rem 4rem;
  text-decoration: none;
  text-transform: none;
  width: auto;
}
.orderhere:hover{
  color: rgb(255, 255, 255);
}


#entry-content .continent {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
  width: 18%;
}

#entry-content .country-list li .country-info {
  display: inline-block;
  width: 69%;
}
#entry-content .country-list li h5 a {
  background: #3466ae none repeat scroll 0 0;
  border-radius: 5px 5px 5px 0;
  color: #fff;
  display: inline-block;
  font-family: HelveticaNeueLTPro-Lt;
  font-size: 13px;
  padding: 2px 8px;
  text-decoration: none;
  width: 90%;
}
#entry-content .country-list li .country-info a.inline {
  background: #d50c53 none repeat scroll 0 0;
  border-radius: 0 0 5px 5px;
  color: #fff;
  font-size: 11px;
  margin: 0;
  padding: 3px 5px;
  text-decoration: none;
  vertical-align: top;
}
.flagcontent {
  display: inline-block;
  vertical-align: top;
  width: 28%;
}


#entry-content .item-post-list {
    border-bottom: 1px solid #c5c5c5;
    display: inline-block;
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    width: 100%;
}
#entry-content .item-post-list h5 {
  margin: 0;
}
#entry-content .item-post-list .button{
    background: #19b6cc none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-family: HelveticaNeueLTPro-BdEx;
    font-size: 1.5rem;
    margin: 0 1rem 0 0;
    padding: 0 4rem;
}
#entry-content .item-post-list h5 a {
    color: rgb(52, 102, 174);
    font-family: HelveticaNeueLTPro-Bd;
    font-size: 2rem;
    text-decoration: none;
}
#entry-content .widgettitle {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: #d50c53 !important;
  background-image: url("http://marcaria.website/wp-content/themes/patentarea/images/pinkbg.png") !important;
  background-origin: padding-box !important;
  background-position: right -10px bottom !important;
  background-repeat: no-repeat !important;
  color: rgb(255, 255, 255);
  font-family: HelveticaNeueLTPro-Lt;
  font-size: 2rem !important;
  font-weight: normal;
  padding-bottom: 14px !important;
  padding-left: 7px !important;
  padding-top: 3px !important;
  text-align: left;
}
#entry-content .widget li a {
  border-bottom: 1px solid #ccc;
  color: #767676;
  display: inline-block;
  padding: 4px 0;
  text-decoration: none;
  width: 100%;
}
#entry-content .widget li {
  border: medium none;
  clear: both;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#entry-content .tagcloud a {
  color: #888;
  text-decoration: none;
}

.commentlist .bypostauthor > .comment-author cite {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    padding-left: 0 !important;
}
.single-post .wp-post-image {
    display: inline-block;
    float: left;
    margin-right: 3rem;
    margin-bottom: 2rem;
    width: 50%;
}
#commentform input#submit {
  background: rgb(52, 102, 174) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  bottom: 0;
  color: rgb(255, 255, 255);
  display: block;
  float: left;
  font-family: HelveticaNeueLTPro-BdEx;
  font-size: 19px;
  font-weight: normal;
  height: auto;
  margin-bottom: 0;
  padding: 1rem 4rem !important;
  text-decoration: none;
  text-transform: none;
  width: auto;
  line-height: 3rem;
}
.post-nav  a {
    color: #d50c53;
}
.comment-title, #reply-title {
  color: #d50c53;
  font-family: HelveticaNeueLTPro-BdEx;
  font-size: 1.9rem;
  margin: 0 0 10px;
  padding: 0;
}
.single-post #topimage h2 {
    margin-top: 26rem;
}



body .wp-pagenavi a,body  .wp-pagenavi span {
    background: #19b6cc none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    padding: 3px 5px;
    text-decoration: none;
}
body .wp-pagenavi {
  clear: both;
  margin-bottom: 3rem;
}
.item-post-list span a {
    color: #d50c53;
    text-decoration: none !important
}

.eight.columns .tags{
	display: inline-block;
	margin: 1rem 0 2rem;
}
.eight.columns .tags a{
    color: #d50c53;
    text-decoration: none !important
}

span.required{
	display: none
}
#commentform label {
    font-size: 1.2rem;
    font-weight: bold;
}
#commentform textarea {
    height: 155px !important;
}














.graphic .numbers li {
    display: table-cell;
    margin: 0;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 157px;
}
.graphic .numbers li.arrow {
    background: rgba(0, 0, 0, 0) url("images/numberbg.png") no-repeat scroll 0 15px;
    display: table-cell;
    height: 101px;
    margin: 0;
    width: 18px;
}
.graphic .numbers li:last-child {
  display: none;
}
.graphic .numbers li b {
  color: #3466ae;
  font-size: 4rem;
}
.graphic .numbers li p {
  border-bottom: 9px solid #19b6cc;
  border-left: 1px solid #19b6cc;
  border-right: 1px solid #19b6cc;
  display: table;
  font-size: 1.2rem;
  height: calc(100% - 134px);
  line-height: 1.6rem;
  padding: 18px;
  text-align: center;
}
.row.graphic {
    display: table;
    margin-bottom: 3rem;
    width: 100% !important;
}
.row.graphic .column, .row.graphic .columns {
    display: table-cell;
    float: none;
    position: relative;
}
.row.graphic .ten.columns {
    padding-left: 3%;
    width: 86.667%;
}
.graphic .two.columns p {
  border-bottom: 9px solid #d50b55;
  border-left: 1px solid #d50b55;
  border-right: 1px solid #d50b55;
  display: table-cell;
  float: none;
  font-size: 1.2rem;
  height: calc(100% - 256px);
  line-height: 1.6rem;
  padding: 18px 5%;
  position: absolute;
  text-align: center;
  width: 89%;
}
.graphic .numbers li.arrow {
    width: 25px;
}




.firefox .graphic .numbers {
    display: table;
}
.firefox .graphic .numbers li::after {
    background: rgba(0, 0, 0, 0) url("images/shadownumber.png") no-repeat scroll center bottom / contain ;
    bottom: -14px;
    content: "0";
    display: table-cell;
    height: auto;
    position: static;
    right: 0;
    text-indent: -5000px;
    width: 159px;
    z-index: 9999;
}
.firefox .graphic .numbers li p {
  border-bottom: 9px solid #19b6cc;
  border-left: 1px solid #19b6cc;
  border-right: 1px solid #19b6cc;
  display: table;
  font-size: 1.2rem;
  height: calc(100% - 130px);
  line-height: 1.6rem;
  margin-bottom: 0;
  min-height: 0;
  padding: 18px;
  position: static;
  text-align: center;
}
.firefox .graphic .two.columns p::after {
    background: rgba(0, 0, 0, 0) url("images/shadownumber.png") no-repeat scroll center bottom / contain ;
    bottom: -46px;
    content: "0";
    display: table;
    height: calc(101%);
    position: absolute;
    right: -14px;
    text-indent: -5000px;
    width: 154px;
    z-index: 9999;
}
.firefox .graphic .two.columns p {
  border-bottom: 9px solid #d50b55;
  border-left: 1px solid #d50b55;
  border-right: 1px solid #d50b55;
  display: table-cell;
  float: none;
  font-size: 1.2rem;
  height: calc(100% - 252px);
  line-height: 1.6rem;
  padding: 18px 5%;
  position: absolute;
  text-align: center;
  width: 89%;
}


.edge .graphic .numbers {
    display: table;
}
.edge .graphic .numbers li::after {
    background: rgba(0, 0, 0, 0) url("images/shadownumber.png") no-repeat scroll center bottom / contain ;
    bottom: -14px;
    content: "0";
    display: table-cell;
    height: auto;
    position: static;
    right: 0;
    text-indent: -5000px;
    width: 159px;
    z-index: 9999;
}
.edge .graphic .numbers li p {
  border-bottom: 9px solid #19b6cc;
  border-left: 1px solid #19b6cc;
  border-right: 1px solid #19b6cc;
  display: table;
  font-size: 1.2rem;
  height: calc(100% - 130px);
  line-height: 1.6rem;
  margin-bottom: 0;
  min-height: 0;
  padding: 18px;
  position: static;
  text-align: center;
}
.edge .graphic .two.columns p::after {
    background: rgba(0, 0, 0, 0) url("images/shadownumber.png") no-repeat scroll center bottom / contain ;
    bottom: -46px;
    content: "0";
    display: table;
    height: calc(101%);
    position: absolute;
    right: -14px;
    text-indent: -5000px;
    width: 154px;
    z-index: 9999;
}
.edge .graphic .two.columns p {
  border-bottom: 9px solid #d50b55;
  border-left: 1px solid #d50b55;
  border-right: 1px solid #d50b55;
  display: table-cell;
  float: none;
  font-size: 1.2rem;
  height: calc(100% - 252px);
  line-height: 1.6rem;
  padding: 18px 5%;
  position: absolute;
  text-align: center;
  width: 89%;
}



.ie .graphic .numbers {
    display: table;
}
.ie .graphic .numbers li::after {
    background: rgba(0, 0, 0, 0) url("images/shadownumber.png") no-repeat scroll center bottom / contain ;
    bottom: -14px;
    content: "0";
    display: table-cell;
    height: auto;
    position: static;
    right: 0;
    text-indent: -5000px;
    width: 159px;
    z-index: 9999;
}
.ie .graphic .numbers li p {
  border-bottom: 9px solid #19b6cc;
  border-left: 1px solid #19b6cc;
  border-right: 1px solid #19b6cc;
  display: table;
  font-size: 1.2rem;
  height: calc(100% - 130px);
  line-height: 1.6rem;
  margin-bottom: 0;
  min-height: 0;
  padding: 18px;
  position: static;
  text-align: center;
}
.ie .graphic .two.columns p::after {
    background: rgba(0, 0, 0, 0) url("images/shadownumber.png") no-repeat scroll center bottom / contain ;
    bottom: -46px;
    content: "0";
    display: table;
    height: calc(101%);
    position: absolute;
    right: -14px;
    text-indent: -5000px;
    width: 154px;
    z-index: 9999;
}
.ie .graphic .two.columns p {
  border-bottom: 9px solid #d50b55;
  border-left: 1px solid #d50b55;
  border-right: 1px solid #d50b55;
  display: table-cell;
  float: none;
  font-size: 1.2rem;
  height: calc(100% - 252px);
  line-height: 1.6rem;
  padding: 18px 5%;
  position: absolute;
  text-align: center;
  width: 89%;
}

.banner-row select{
	    text-shadow: 0.5px 0 0 currentColor;
}




/* change  */

button#rmp_menu_trigger-4165 , #rmp-container-4165{
  display:none;
  }
  .five.columns{
  display:block;
  }
  @media screen and (max-width: 820px){
  button#rmp_menu_trigger-4165 {
  display:block !important;
  }
  #main-nav-wrap {
      display: block !important;
  }
  
  .five.columns{
   position: fixed;
   top: 0;
   margin: 0;
   transition: transform 0.5s;
   overflow: auto;
   display: block;
   width: 75%;
   background-color: #212121;
   background-image: url(www.patentarea.com/);
   height: 100%;
   left: 0;
   padding-top: 0px;
   padding-left: 0px;
   padding-bottom: 0px;
   padding-right: 0px;
   z-index: 9999;
  }
  ul#main-nav {
      display: flex;
      flex-direction: column;
      text-align: left;
  }
  #main-nav li a{
  color:white;
  line-height: 40px;
      font-size: 13px;
      padding: 0 5%;
  }
  
  }

  body #get-starter .six.columns h5 a {
   
    background: #dee4e1;
}



