/* TEMPLATE STYLES */

/* HEADER */
.main-header-container {
	margin: 0 auto;
  	left: 0;
  	right: 0;
	height:120px;
	z-index: 1010;
	position:relative;
}
.main-header {
	background-color: rgba(255,255,255,0.8);
	/* background-image:url(../images/top-back.jpg); */
	margin: 0 auto;
  	left: 0;
  	right: 0;
	z-index: 10000;
	-webkit-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.4);
  	-moz-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.4);
  	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.4);
}
/* top menu animation */
.main-header.visible {
  position: fixed;
  top: -30px;
}
#navigation {
	margin-left:143px;
}
.visible #navigation li a {
	padding-bottom:6px;
	padding-top:5px;
}
.visible #navigation {
    height: 35px;
}
.visible #social-media {
    top: 10px;
}
.visible .menu-item-has-children a {
	padding: 5px 24px 6px 16px !important; /* TOP MENU HEIGHT */
}
.visible #logo img {
	max-height: 51px;
    margin-left: 5px;
    margin-top: -15px;
}
#social-media {
	float: right;
	position: absolute;
	top: 29px;
	right: 15px;
}
@media (max-width: 800px) {
	#social-media {
		top: 16px;
		right: 56px;
	}
	.visible #social-media {
    	top: 16px;
	}
	.main-menu {
		width: 100%;
	}
	.visible #navigation {
    	height: auto;
	}
	#navigation {
    	margin-left: 0px;
	}
	.visible #logo img {
		max-height: 51px;
    	margin-left: 10px;
    	margin-top: -3px;
	}
}
@media (max-width: 400px) {
	#social-media {
		top: 70px;
		right: auto;
		left: 0px;
		width: 100%;
	}
}
@media (max-width: 1020px) and (min-width: 801px) {
	.main-menu {
		width: inherit;	
	}
}
.main-menu {
		text-align:right;
	}
@media (max-width: 1250px) and (min-width: 801px) {
	ul.slimmenu li a {
    	padding: 12px 9px;
		font-size: 18px;
	}
	.main-menu {
		text-align:right;
	}
}
ul.slimmenu li > ul > li ul {
	width: auto !important;
}

/* PAGE BODY */
#page-body {
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
	z-index: 1000;
	position: relative;
	background-color: #fff;
	/* padding-left:20px;
	padding-right:20px; */
}
.container-wide {
  /*background: transparent url('../images/pattern.jpg') 0 0 repeat;
  -webkit-box-shadow: inset 0 0px 5px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0px 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0px 5px 0 rgba(0, 0, 0, 0.4);*/
}
.container {
	position: relative;
}
.intro-content {
  background-color: #1a2128;
  color: white;
  height: 209px;
  padding: 0 2em;
}
.intro-content h1 {
  padding-top: 70px;
}
.intro-content .special-intro {
  font-weight: bold;
  padding-top: 86px;
}
.intro-content .intro-color-1 {
  color: #2eb4e8;
}
.intro-content .intro-color-2 {
  color: #a6c63a;
}
.cta {
  margin-top: 1.5em;
}
.portfolio-entries li {
  margin-bottom: 1.5em;
}
.gallery-item {
  position: relative;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.gallery-item .hover-state {
  height: 209px;
  left: 3px;
  padding: 5.5em 75px;
  position: absolute;
  top: 3px;
  width: 100%;
  display: none;
}
.gallery-item .hover-state p {
  margin-bottom: 0;
  position: relative;
}
.gallery-item .hover-state p:before {
  content: '\23';
  color: #e34e47;
  font-family: "icomoon-ultimate";
  font-size: 11px;
  position: absolute;
  right: -25px;
  top: 1px;
}
.gallery-item figure img {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.gallery-item:hover figure img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.gallery-item:hover .hover-state {
  display: block;
}
.gallery-item.hidden {
  opacity: .2;
  filter: alpha(opacity=20);
}
.secondary-menu {
  margin: 1.5em 0;
}
.secondary-menu li a {
  background-color: #f7f7f7;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  padding: 3px 16px;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.secondary-menu li a:hover {
  background-color: #1a2128;
  color: white;
}
.secondary-menu li a:active {
  background-color: #242e37;
  color: white;
}
.secondary-menu li a.active {
  background-color: white;
  font-weight: 600;
}
.secondary-menu li a.active:hover {
  color: inherit;
}
.secondary-nav {
  padding: 1.5em;
}
.secondary-nav ul li a {
  background-color: #f7f7f7;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  padding: 3px 16px;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.secondary-nav ul li a:hover {
  background-color: #1a2128;
  color: white;
}
.secondary-nav ul li a:active {
  background-color: #242e37;
  color: white;
}
.secondary-nav ul li a.active {
  background-color: white;
  font-weight: 600;
}
.secondary-nav ul li a.active:hover {
  color: inherit;
}
.portfolio-image-list li {
  margin-bottom: 1.5em;
}
.portfolio-image-list li figcaption {
  font-size: 14px;
  margin: 1.5em;
  text-align: center;
}
.portfolio-image-list li:last-child {
  margin-bottom: 0;
}
.sidebar {
  padding: 3em 1.5em;
}
.portfolio-single-nav li a {
  background-color: #f7f7f7;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  padding: 3px 16px;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.portfolio-single-nav li a:hover {
  background-color: #1a2128;
  color: white;
}
.portfolio-single-nav li a:active {
  background-color: #242e37;
  color: white;
}
.portfolio-single-nav li a.active {
  background-color: white;
  font-weight: 600;
}
.portfolio-single-nav li a.active:hover {
  color: inherit;
}
.about-page p {
  margin: 0 auto 1.5em;
  width: 30%;
}
.about-page hr.alt {
  margin: 3em auto;
}
.about-page .cta {
  margin-top: 3em;
}
.available {
  color: #a6c63a;
}
.menu-spacer {
	height:72px;
}

/* MAIN ANIMATION */
#jumbotron {
	/* height:534px; */
	/* background-image:url(../images/banner-back.jpg); */
	background-position:-0px -0px;
	background-size: cover;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-color:#ccc;
	position: relative;
}
@media (max-width: 1362px) {
	/* #jumbotron { background-size:auto 103%;	} */
}
@media (max-width: 800px) {
	.main-header-container { height: 78px; }
}
.jumboheader {
	height:200px;
	background-image:url(../images/header-back.jpg);
	background-size:cover;
}
#banner-spacer {
	width:100%;
	height:auto;
}
#banner-container {
	position:relative;
}
#banner-image {
	position: absolute;
	/* bottom: -27%; */
	bottom: -155px;
	max-width: 700px;
	max-height: 449px;
	width: 80%;
	left:50%;
	margin-left: -33%;
	-webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
	background-image:url(/wp-content/themes/romandesign/images/web-design-imac.png);
	background-repeat:no-repeat;
	background-size:100%;
	padding: 0;
}
#logo {
	position:absolute;
	left: 0px;
	/*top: 5px;*/
	top: -9px;
	z-index:10100;
}
#header #logo {
	top: 30px;;
}
@media (max-width: 800px) {
	#logo img {
		max-height: 51px;
    	margin-left: 10px;
    	margin-top: -3px;
	}
	#header #logo {
		display:inherit;
	}
}
#header-container #logo {
	top:30px;
}
#header h1 {
	color: #0186bc;
  	font-family: "Open Sans", Helvetica, Arial, sans-serif;
  	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	font-size: 50px;
}
#action {
	position:absolute;
	left: 17%;
	top: 262px;
	width: 61%;
	text-align:center;
	-webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
}
#action img {
	width:100%;
	max-width: 224px;
}
@media (max-width: 930px) {	
	#banner-text-2 { font-size: 19px; }
	#banner-text-1 { font-size: 40px; }
}
@media (max-width: 800px) {	
	#banner-text-2 { text-align:center; left:0px; width:100%; padding-left:20px; padding-right:20px; }
	#banner-text-1 { text-align:center; left:0px; width:100%; padding-left:10px; padding-right:10px; }
}
@media (max-width: 600px) {	
	#banner-text-2 { top: 220px; text-align:center; left:0px; width:100%; padding-left:20px; padding-right:20px; }
	#banner-text-1 { text-align:center; left:0px; width:100%; padding-left:10px; padding-right:10px; }
	#action { top: 312px; }
	/* #jumbotron { height:600px; } */
	#banner-image {	bottom: -18px;	} 
	#header { background-size: 130% 140%; }
	#header h1 { font-size: 35px; }
	#header #banner-text-1 { left: 100px; width: 70%; }
}
@media (max-width: 400px) {	
	/* #jumbotron { height:360px; } */
	#banner-image {	bottom: 240px; }
	#banner-text-1 { top: 50px; font-size: 42px; } 
	#banner-text-2 { top: 160px; font-size: 16px; } 
	#action { top: 212px; }
}

/* FOOTER */
.main-footer {
	background-color: #8c8c8c;
	/* background-image:url(../images/footer-back.jpg); */
	background-position:bottom center;
	background-size:cover;
	color:#fff;
	min-height: 240px;
	/* text-shadow: 1px 1px 0px rgba(0,0,0,0.2); */
}
.main-footer a {
	color:#fff;
	text-decoration:none;
}
.main-footer a:hover {
	color:#fff;
	text-decoration:none;
}
.main-footer p {
	margin-bottom:0px;
}
.main-footer p:last-child {
  margin-bottom: 0;
}
.main-footer .widget-title, .main-footer .textwidget h3 {
	font-size: 1em;
    font-weight: 600;
    color: #fff;
}
.main-footer .menu li {
	font-size: 0.8em;
	font-weight: 400;
	margin-bottom: 5px;
    margin-top: 0px;
	line-height: 1.3em;
}
.main-footer .menu li:before {
    content: '';
    margin: 0;
    left: 0px;
}
.main-footer .menu {
	padding-left:0;
}
.main-footer #searchform .fa {
    top: 3px;
    left: -5px;
}
.main-footer .fa-2x {
    font-size: 1.3em !important;
}
.main-footer #searchform input {
    color: #999;
}
.social-icons li a {
  color: #dcdbdb;
  font-size: 32px;
  display: inline-block;
  margin-bottom: 16px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.social-icons li a:hover {
  color: #1a2128;
}
.social-icons li a:active {
  color: #202931;
}
#footer-logo {
	margin:-10px 0px 10px -25px;
}
.footer-border {
	position:relative;
}
.footer-border div {
	min-height:220px;
}
.footer-border div:before {
    content:" ";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #b299b8;
}
.footer-border div:last-child:before {
    margin-left: -20px;
}
@media (max-width: 990px) {
	.footer-border div:last-child:before {
		background:none;
	}
}
.footer-border div:first-child:before {
    background: none;
}
#footer-social-media {
	min-height: 63px;
	margin-bottom:40px;
}
#footer-social-media .icon-circle {
	border-radius: 50%;
	color: #8c8c8c;
	background: #fff;
	padding: 5px;
	vertical-align:middle;
	height: 30px;
	width: 30px;
	margin: 0px 1px;
	transition: opacity 0.4s ease-out 0s;
}
#footer-social-media img {
	transition: opacity 0.4s ease-out 0s;
}
#footer-social-media .icon-circle:hover, #footer-social-media img:hover {
	opacity:0.7;
	cursor:pointer;
	transition: opacity 0.2s ease-out 0s;
}
.contact-info {
	font-size:2em;
	color:#0186bc;
	font-family: "Open Sans",Verdana,Geneva,sans-serif;
	font-weight: 400;
	margin-left:auto !important;
	margin-right:auto !important;
}
.contact-info .icon-circle { 
	color:#FFFFFF !important;
	background-color: #0186bc !important;
	margin: 0px 10px !important;
	height: 48px;
	width: 48px;
	font-size: 35px;
	margin: 10px !important;
	margin-top: 10px !important;	
	padding-top: 8px;
}
.contact-info .fa-envelope {
	font-size: 30px;
	padding-top: 9px;
}	
.contact-form .modal-dialog {
	width: 100% !important;
	max-width: 460px !important;
}
#footer-social-media i {
	font-size: 20px;
}
#footer-social-media .fa-facebook, .contact-info .fa-facebook {
	/*font-size: 42px ;
	padding:10px 8px 8px 11px;*/
}
#footer-social-media .fa-twitter, .contact-info .fa-twitter {
	/*font-size: 36px;
	padding-left:8px;*/
}
#footer-social-media .fa-linkedin, .contact-info .fa-linkedin {
	/*font-size: 30px;
	padding-left: 9px;
	padding-top: 9px;*/
}
#footer-social-media .fa-google-plus, .contact-info .fa-google-plus {
	/*font-size: 42px;
	padding:10px 8px 8px 6px;*/
}
.three-col-menu {
	padding-left:5px;
	padding-right:3px;
}
#header-container {
	width: 100%;
	position:relative;
	height:190px;
}
#header-image {
	width: 100%;
	height: auto;
	vertical-align:middle;
}
.triangle-bottom:after {
    bottom: -25px;
    z-index: -1;
    background: inherit;left: 50%;
    width: 50px;
    height: 50px;
    transform: translateX(-50%) rotate(45deg);
	position: absolute;
	content: "";
	pointer-events: none;
	background-image: none;
}
.ss-style-triangles:after {
    bottom: -25px;
    z-index: -1;
    background: inherit;
}
.ss-style-triangles:before {
    top: -25px;
    background: none repeat scroll 0% 0% #ddd;
}
.ss-style-triangles:before, .ss-style-triangles:after {
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translateX(-50%) rotate(45deg);
	position: absolute;
	content: "";
	pointer-events: none;
	background-image: none;
}
.ss-style-triangles {
    position: relative;
	background: none repeat scroll 0% 0% #ddd;
	color: #000000;
}
.ss-style-triangle-top:before {
	top: -15px;
    background: none repeat scroll 0% 0% #ddd;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translateX(-50%) rotate(45deg);
	position: absolute;
	content: "";
	pointer-events: none;
}
.ss-style-triangle-top {
    position: relative;
	background: none repeat scroll 0% 0% #ddd;
	color: #FFF;
	text-align: center;
}
.result-item {
	width:240px;
	display: inline-block;
	vertical-align: top;
}
.circular {
  width: 190px; 
  height:190px;
  border-radius:50%;
  margin:5px;
}
.circular img, .round {
  border-radius:50%;
  transition: transform 0.5s ease, opacity 0.25s ease;
  -moz-transition: transform 0.5s ease, opacity 0.25s ease;
  -webkit-transition: transform 0.5s ease, opacity 0.25s ease;
  /* transform: scale(0.8); */
}
.circular img:hover, .round:hover {
  transform: scale(1.05);
  opacity:0.8;
}
.hover:hover {
  opacity:0.8;
}
.hover {
  transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
}

.round {
	margin:10px;
}
.section-content ul, .section-content ol { padding-left:40px; font-size: 18px;}
.section-content li { margin-bottom:10px; margin-top:10px; }
.column-back li { margin-bottom:10px; margin-top:10px; }
.column-back ul {
    padding-left: 28px;
	font-weight:300;
}

ul.job_listings { 
	list-style-type: none !important;
}

.section-content ul li:before {    
    font-family: 'FontAwesome';
    content: '\f0da';
    margin:0 0px 0 -15px;
	position:relative;
	left:-12px;
	color:#0085be;
}
#panel-1 {
	background-color:#e8e7e7;
}
#panel-2 h1 {
	/* text-transform: uppercase; */
}
#panel-3 {
	background-image: url('/wp-content/themes/romandesign/images/map-back.jpg');
	background-position: bottom;
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 30px;
}
#panel-4 .container {
	padding-top:0;
	padding-bottom:10px;
}		
#panel-5 H2 {
	color:#fff;
	font-size:30px;
	font-family: "Open Sans",Verdana,Geneva,sans-serif;
	font-weight:400;
	margin-bottom:0;
}
#panel-5 {
	background-color:#ddd;
	color:#000000;
}
.image-left, .image-right {
   transition: transform 0.5s ease, opacity 0.25s ease;
  -moz-transition: transform 0.5s ease, opacity 0.25s ease;
  -webkit-transition: transform 0.5s ease, opacity 0.25s ease; 
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.image-left:hover, .image-right:hover {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  opacity:0.8; 
  -moz-opacity:0.8; 
  -webkit-opacity:0.8; 
} 

.image-left {
	float:left;
	padding: 6px;	
	margin: 0px 30px 30px 0px;
}
.image-right {
	float:right;
	padding: 6px;
	margin: 0px 0px 30px 30px;
}
.row p {
    overflow: hidden;
}
.page-body-left .row, .page-body-right .row {
	margin-top:30px;
	margin-bottom:30px;
}
.col-md-6 li {
	margin-bottom: 5px;
	margin-top: 5px;
	font-family: "Open Sans",Verdana,Geneva,sans-serif;
}
.col-md-6 ul {
	margin-bottom: 20px;
}
.article-image {
	/* min-height:300px; */
	text-align: center;
}
#widgetized-area {
	text-align:left;
}
.col-xs-3 {
	font-family: "Open Sans",Verdana,Geneva,sans-serif;
	font-size:1em;
}
#footermenu p:first-of-type {
	width: 25%;
}
.page-body-right .btn-primary {
	font-size:18px;
}
.page-body-right .form-box {
	font-size: 15px;
	line-height: 17px;
}
.page-body-right .login-container h2 {
    font-size: 20px;
}
#footer-logo {
	float:left;
	margin:0px 20px 10px 10px;
}
.footer-phone {
	font-size: 1em;
	/* margin: 3px 0px 10px 0px; */
	display:inline-block;
}
.footer-contact {
	font-family: "Open Sans",Verdana,Geneva,sans-serif;
	font-size: 1.4em;
	line-height: 1.5em;
	text-align: left;
	/*width: 340px;
	 margin-left: auto;
	margin-right: auto; */
}
.footer-contact .fa { width: 30px; }
.footer-contact .fa-envelope { font-size:0.9em; }
.footer-contact .fa-phone { font-size:1.1em; }
.entry-content li {
    margin-bottom: 0px;
    margin-top: 0px;
}
#footer-nav	{
	width:100%;
	text-align:left;
	margin:0px 0px 40px 0px;
    -webkit-columns: 3; /* Chrome, Safari, Opera */
    -moz-columns: 3; /* Firefox */
    columns: 3;
}
@media (max-width: 1024px) {
	#footer-nav	{
		-webkit-columns: 2; /* Chrome, Safari, Opera */
		-moz-columns: 2; /* Firefox */
		columns: 2;
	}
}
@media (max-width: 768px) {
	#footer-nav	{
		-webkit-columns: 1; /* Chrome, Safari, Opera */
		-moz-columns: 1; /* Firefox */
		columns: 1;
	}
}
#footer-nav li { 
	text-align: left;
    font-size: 0.8em;
    margin: 7px;
    line-height: 1.2em;
    display: block;
}
#footer-nav li:before { content: ""; }
#footermenu ul { padding-left: 0px; position:relative; left:5px; margin-bottom: 20px; }
.wsp-pages-list li {
    margin-bottom: 0px;
    margin-top: 0px;
}
.wsp-pages-list .current_page_item {
	background-color:#FFFFFF !important;
	color:#000000 !important;
}
.wsp-pages-list a {
	color:#0186bc !important;
	text-shadow:none !important;
}
.contact-form .modal-content {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.contact-form .modal-body textarea {
    height: 286px;
}
#pagination {
	clear:both;
	margin:10px auto 10px auto;
	text-align:center;
}
.sb-paginate.default-style .paginate-item.current-item {
    background: none repeat scroll 0px 0px #0186bc;
}
.sb-paginate {
	font-family: "Open Sans",Verdana,Geneva,sans-serif;
}
.sb-paginate .next-item {
	padding-top: 3px;
	padding-bottom: 7px;
	position: relative;
	top: -2px;
}
h1.small-header {
	font-size: 43px !important;
}
#fancy2_0 img {
	max-width: 110px !important;
	height: auto !important;
	margin:5px;
	border-color: #fff !important;
	border-width: 2px !important;
	box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
}
#fancy2_0 .gallery-item {
	width: auto !important; 
}
.news-header {
	color: #000;
	/*background-color: #0186bc;*/
	padding: 10px;
	text-align: center;
}
.news-header h2 {
	font-size:1.8em;
	font-weight:300;
	margin:0;
	padding:0;
	color:#000;
}
.news-list {
	/*background-color:#dfdfdf;*/
	padding:12px;
}
.news-list .row {
    min-height: 170px;
}
.news-item {
	font-size: 0.9em;
	line-height: 1.1em;
}
.news-item p {
	font-size: 0.7em;
	line-height: 1.2em;
	margin: 3px 0px 0px 0px;
}
.news-item-date {
	font-size: 0.7em;
	color:#999;
	margin: 0px 0px 10px 0px;
	font-weight: 700;
}
.news-container {
	margin-top: 106px;
}
/* Smart Slider CSS */
.smart-slider-layer h1 {
	padding: 25px 10px;
	background: RGBA(0,0,0,0.2);
	text-align:center;
	font-size:38px !important;
	font-weight:300 !important;
}
.smart-slider-layer {
	top:auto !important;
	bottom:0px !important;
	height:auto !important;
}
.image-frame {
	border: 2px solid #cfcfcf;
	margin: 5px;
	border-color: #fff !important;
	border-width: 4px !important;
	box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
}
/* Banner vertical limit */
#nextend-smart-slider-1, .smart-slider-border1, .smart-slider-canvas, .smart-slider-canvas-inner, #banner-container, #jumbotron {
	/*max-height: 160px !important;*/
}
#jumbotron.slider-tall #banner-container, #jumbotron.slider-tall {
	/*max-height: 500px !important;*/
}	
.home #nextend-smart-slider-1, .home .smart-slider-border1, .home .smart-slider-canvas, .home .smart-slider-canvas-inner, .home #banner-container, .home #jumbotron {
	/*max-height: 500px !important;*/
}
/* #nextend-smart-slider-1, .smart-slider-border1, .smart-slider-canvas, .smart-slider-canvas img, .smart-slider-canvas-inner {
	max-height: 500px !important;
} */
/* Pagination */
.rd-paging {
	text-align: center;
	clear:both;
	padding: 50px 0px 50px 0px;
}
.rd-paging li a,
.rd-paging li a:hover,
.rd-paging li.active a,
.rd-paging li.disabled {
	color: #fff;
	text-decoration:none;
}

.rd-paging li {
	display: inline;
	margin:0;
}

.rd-paging li a,
.rd-paging li a:hover,
.rd-paging li.active a,
.rd-paging li.disabled {
	background-color: #6FB7E9;
	border-radius: 3px;
	cursor: pointer;
	padding: 5px 10px;
}

.rd-paging li a:hover,
.rd-paging li.active a {
	background-color: #3C8DC5;
}
.rd-paging ul li:before {
	content: '';
	margin: 0;
	position: inherit;
	left: 0px;
	color: #e70026;
}
h1.entry-title {
	font-size: 2.3em;	
}
.wp-caption-text {
	font-size: 0.8em;
}
.aligncenter {
	text-align:center;
	/*width:100% !important;*/
	margin:auto;
	display: block;
}
#footernav {
  	padding-left: 0px;
}
#footer-nav .current_page_item {
    background-color: rgba(135,135,135,0.00) !important;
	font-weight:400;    
}
#page-body {
	padding-top: 0px;
}
/*#page-body {
	padding-top: 18px;
}
.home #page-body, .page-template-page-products  #page-body, .page-template-page-products-geographic-imager  #page-body, .page-template-page-products-mapublisher  #page-body, .page-template-page-products-avenza-maps #page-body, .page-template-page-products-mapublisher-fme-auto  #page-body {
	padding-top: 0px;
}*/
#widgetized-area h2{
	font-size:1.7em;
	margin-top:30px;
}
article {
	margin-top: 10px;
	border-bottom: 1px solid #eee;
}
#widgetized-area ul {
    text-align: left;
    margin-left: 30px;
}
.row.match-my-cols {
    overflow: hidden !important; 
}
.row.match-my-cols [class*="col-"]{
    margin-bottom: -99999px !important;
    padding-bottom: 99999px !important;
}
.search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.search-field {
	background-color: transparent;
	background-image: url(http://dev.avenza.com/wp-content/themes/romandesign/images/searchicon-blue.png);
	background-position: 3px center;
	background-repeat: no-repeat;
	background-size: 19px 19px;
	border: none;
	cursor: pointer;
	height: 26px;
	margin: 0;
	padding: 0 0 0 34px;
	position: relative;
	top: 3px;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
	font-size: 1.4em;
}

.search-field:focus {
	background-color: #fff;
	border: 1px solid #87c1d9;
	cursor: text;
	outline: 0;
	width: 170px;
}

.search-submit {
  display: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}