/*Sidebar*/

#menu-primary li a{
	font-variant: small-caps;
	text-transform: lowercase;
	font-size: 1em;
}


/*.topnav-toggle:before{*/
	/*width: 200%;*/
	/*height:175%;*/
	/*background-color: #454b50;*/
	/*color: #d1d2d4;*/
	/*padding-top:5px;*/
/*}*/

nav .feedback-link:hover {
	text-decoration: none;
}

/*See More*/
h2 small {
	display: inline-block;
}


/*About us*/
.nav-bottom-link {
	font-size: 1em;
	color: #fff !important;
	display: block;
	text-decoration: none;
	text-align: center;
	font-variant: small-caps;
	text-transform: lowercase;
}

/*.grid-width-six {
	padding-left: 50px;
	padding-right: 50px;
}

.grid-width-eight {
	padding-left: 50px;
	padding-right: 50px;
}
*/

/*top right bottom left*/

article.main-homepage.grid-width-six {
	padding: 0px 25px 25px 25px;
}

article.main-homepage.grid-width-seven {
	padding: 0px 25px 25px 25px;
}

article.main-homepage.grid-width-five {
	padding: 0px 25px 25px 25px;
}

article.main-homepage.grid-width-four{
	/*padding-left: 18px;
	padding-right: 18px;*/
	padding: 0px 25px 25px 25px;
}

article.main-homepage.grid-width-three{
	padding: 0px 25px 25px 25px;

}

article.main-homepage.grid-width-twelve{
	/*padding: 5px 25px 25px 25px;*/
	padding: 0px 8px 20px 8px;
}

h2 {
	margin-top: 1em;
	margin-bottom: 0.15em;
}

h3{
	margin-top: 1em;
	margin-bottom: 0em;
}



/*Header*/

.page-header{
	margin-left: 25px;
}

.homepage-header {
	/*padding-left: 32px;*/
	margin-left: 45px;
	padding-right: 32px;
	padding-bottom: 3px;
	margin-right: 30%;
	/*margin-left: 19px;*/
	border-left: solid 3px #db0c81;

/*background: #f0f0f0;*/ /* Old browsers */
/*background: -moz-linear-gradient(left,  #f0f0f0 0%, #ffffff 29%);*/ /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f0f0f0), color-stop(29%,#ffffff));*/ /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(left,  #f0f0f0 0%,#ffffff 29%);*/ /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(left,  #f0f0f0 0%,#ffffff 29%);*/ /* Opera 11.10+ */
/*background: -ms-linear-gradient(left,  #f0f0f0 0%,#ffffff 29%);*/ /* IE10+ */
/*background: linear-gradient(to right,  #f0f0f0 0%,#ffffff 29%);*/ /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=1 );*/ /* IE6-9 */

}


h1.page-title {
	font-size: 1.953em !important;
	margin-top: .35em;
	margin-bottom: 0px;
	/*color: #7a9d3e;*/
}

.page-subtitle {
	font-size: 1.563em;
	margin-top: 10px;
	/*margin-bottom: 0px;*/
	line-height: 1.2;
}


.devider {
	height: 2px;
}

.homepage-header h1.page-title {
	/*background-color: #ddf4fa;*/
	/*background-color: #fcd700; /*yellow*/
	/*background-color: #343a3e;*/ /*dark gray */
	/*background-color: #dc1b4f;*/ /*magenta*/
	/*color: #e6e7e8;*/ /*lightgray*/
	padding: 0.1em 0.5em 0.1em 0.5em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	/*border-left: solid 3px #dc0081;*/
}

.homepage-header .page-subtitle {
	/*background-color: #ddf4fa;*/
	/*background-color: #fcd700;*//*yellow*/
	/*background-color: #dc1b4f;*/ /*magenta*/
	/*background-color: #343a3e;*/
	/*color: #e6e7e8;*/
	padding: 0.1em 0.5em 0.1em 0.5em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	/*border-left: solid 3px #dc0081;*/
}

@media only screen and (max-width: 750px){
	.homepage-header {
		max-width: 100%;
		margin-left: 25px;
		margin-right: 25px;
		border-left: none;
		border-bottom: solid 1px #db0c81;
		margin-bottom:0.75em;
	}
	.thumbnail__top h1 {margin: 0.25em 0 0.05em}
	h1.page-title {
		margin-top: 0;
		/*font-size:1em !important;*/
		margin-left:25px;
 		margin-right:25px;
		text-align:center;
		/*margin-left: 10px;*/
	}
.homepage-section h1 {margin-top:0; margin-bottom:0; font-size:1.5em;}
	.page-subtitle {
		margin-top: 5px;
		/*margin-left: 10px;*/
	}
	.grid-width-six{
		padding: 0px;
		/*border-top: solid 2px #db0c81;*/
	}
	.wysiwyg-content.grid-width-six{
		border:none;
	}


	article.main-homepage.grid-width-twelve{
		/*width: 100%;
		margin: 0;*/
	padding:0px 25px 8px 25px;
	}
}



/*Background*/
/*background: #f2f9fc; /* Old browsers */
/*background: -moz-radial-gradient(center, ellipse cover,  #f2f9fc 0%, #ddf4fa 100%); /* FF3.6+ */
/*background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f2f9fc), color-stop(100%,#ddf4fa)); /* Chrome,Safari4+ */
/*background: -webkit-radial-gradient(center, ellipse cover,  #f2f9fc 0%,#ddf4fa 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-radial-gradient(center, ellipse cover,  #f2f9fc 0%,#ddf4fa 100%); /* Opera 12+ */
/*background: -ms-radial-gradient(center, ellipse cover,  #f2f9fc 0%,#ddf4fa 100%); /* IE10+ */
/*background: radial-gradient(ellipse at center,  #f2f9fc 0%,#ddf4fa 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fc', endColorstr='#ddf4fa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */



/*white to light blue vertical*/
/*background: #ffffff; /* Old browsers */
/*background: -moz-linear-gradient(top,  #ffffff 0%, #ddf4fa 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ddf4fa)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #ffffff 0%,#ddf4fa 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  #ffffff 0%,#ddf4fa 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #ffffff 0%,#ddf4fa 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  #ffffff 0%,#ddf4fa 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ddf4fa',GradientType=0 ); /* IE6-9 */


/*HOME*/

/*section.In.Healthcare.grid-width-six.homepage-section p{*/
p{
	margin-top: 0.1em;
	margin-bottom: 0.4em;
}

.homepage-img{
	clear:both;
	width:33%;
}
/*
img[src="http://www.vecna.com/wp-content/uploads/2015/04/DSC2003-2-Matt-4-whitebg-med-300x300.png"]{
	clear: both;
	width:33%;
}

img[src="http://www.vecna.com/wp-content/uploads/2015/04/vgo_single_small-01-med-300x300.png"]{
	clear: both;
	width:33%;
}

img[src="http://www.vecna.com/wp-content/uploads/2015/04/qcbot-masked-qcpod-square-med-300x300.png"]{
	clear: both;
	width: 33%;
}

img[src="http://www.vecna.com/wp-content/uploads/2015/04/rpr-1_small-square-med-300x300.png"]{
	clear:both;
	width: 33%;
}

img[src="http://www.vecna.com/wp-content/uploads/2015/04/QC_TUG-square-med-300x300.png"]{
	clear: both;
	width: 33%;
}

img[src="http://www.vecna.com/wp-content/uploads/2015/04/RPR_ARM-whitebg-square-med-300x300.png"]{
	clear: both;
	width: 33%;
}*/

.homepage-section a:hover{
	color: #db0081 !important;
}

/*Healthcare*/

/*
section.At.the.Hospital.grid-width-nine.homepage-section {
	background-color: #f2f1f0;
}*/



section.At.Home.grid-width-three.homepage-section{
	/*background-color: #f2f1f0;*/
/*	background: radial-gradient(ellipse at center, #f2f9fd 0%, #ddf4ff 100%);

	background: #f2f9fc; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #f2f9fc 0%, #ddf4fa 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f2f9fc), color-stop(100%,#ddf4fa)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #f2f9fc 0%,#ddf4fa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #f2f9fc 0%,#ddf4fa 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #f2f9fc 0%,#ddf4fa 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #f2f9fc 0%,#ddf4fa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fc', endColorstr='#ddf4fa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}


blockquote {
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 30px;
	/*border: solid 2px #f2f1f0;*/
	border: solid 2px #db0c81;
	padding: 10px 15px 5px 15px;
}


/*Robotics*/
.media-sub-container{
	padding-left: 50px;
	/*background-color: #f0f0f0;*/
}

.media-article {
	padding: 0px 0px 0px 0px;
}

.embed-container {
	margin-bottom: 1em;
	margin-right: 1em;
}

.media-sub-article{
	padding: 18px 5px 0px 5px;
	margin-bottom: 2em;
	border-top: solid 2px #db0c81;
	margin-top: 2em;
}

.media-sub-article:first-of-type{
	margin-top: 0em;
}

.media-sub-article__description{
		width: 70%;
}


ul.media-grid.grid-width-four{
	padding: 0px 25px 25px 25px;
}

.wysiwyg-content.grid-width-twelve{
	margin-bottom: 1em;
}


section.Explore.our.Fleet.of.Robots.grid-width-twelve.homepage-section {
	background-color: #f0f0f0;
}

a{
	text-decoration: none;
}

a[href="http://www.vecna.com/centre-hospitalier-of-beauvais-deploys-qc-bot-pilot/"]{
	color: #454b50;
}

a[href="http://www.bizjournals.com/boston/video/RycnA2cDpsZMRk6oVybWgiRkUAYQrXVF?autoplay=1#ooid=RycnA2cDpsZMRk6oVybWgiRkUAYQrXVF"]{
	color: #454b50;
}

a[href="http://www.vecna.com/careers/"]{
	color: #454b50;
}

/*---weird embedded video overflow issue*/

.video-wrapper iframe{
	width:100%;
	/*height:100%;*/
}


/*
background: #ffffff; /* Old browsers */
/*background: -moz-linear-gradient(top,  #ffffff 0%, #ddf4fa 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ddf4fa)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #ffffff 0%,#ddf4fa 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  #ffffff 0%,#ddf4fa 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #ffffff 0%,#ddf4fa 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  #ffffff 0%,#ddf4fa 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ddf4fa',GradientType=0 ); /* IE6-9 */


section.For.the.Hospital.grid-width-twelve.homepage-section article.main-homepage.grid-width-three {
/*	background: radial-gradient(ellipse at center, #f2f9fd 0%, #ddf4ff 100%);

	background: #f2f9fc; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #f2f9fc 0%, #ddf4fa 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f2f9fc), color-stop(100%,#ddf4fa)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #f2f9fc 0%,#ddf4fa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #f2f9fc 0%,#ddf4fa 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #f2f9fc 0%,#ddf4fa 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #f2f9fc 0%,#ddf4fa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fc', endColorstr='#ddf4fa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

.bt-text{
	padding: 10px 10% 0px 10%;
}


/*
article.main-homepage.grid-width-three{
	background: radial-gradient(ellipse at center, #f2f9fd 0%, #ddf4ff 100%);
}*/

/*News*/
section.Latest.News.grid-width-twelve.homepage-section{
	background-color: #f0f0f0;
	padding-bottom: 10px;
	padding-top: 10px;
}

.wysiwyg-content.grid-width-six{
	padding-bottom: 1em;
}

/*.entry-meta{
	margin-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: solid 8px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-right: solid 1px;
	border-color: #1c9092;
	border-color: #454b50;
}*/

body.page-template-home-page .entry-meta {
	margin-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-top: 1px;
	border-top: solid 2px #db0c81;
}

.homepage-section {
	margin-bottom: 1em;
}

.wysiwyg-content .entry-title a:hover {
	color: #db0081 !important;
}

.single-thumbnail {
	display: inline-block;
}


/*Careers*/
h2.big-head{
	margin-top: 0em;
}

article.main-homepage.thumbnail.grid-width-twelwe.columns {
	margin-top: 3em;
}

.clearfix2{
	display:inline-block;
	padding: 0px 10px 0px 10px;
	margin: 10px;
}

/*Store*/

h2.caption-head {
	/*border-bottom: solid 2px #f0f0f0;*/
	border-bottom: solid 2px #1c9092;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 0px;
}

/*.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{*/*/
	/*margin: 0.3em 3.8% 0 0;*/
	/*padding: 0;*/
	/*width: 15%;*/
/*}*/

/*.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product{*/
	/*width: 36%;*/
/*}*/

/*
.product-wrapper {
	float: left;
	border-left: solid 2px #1c9092;
	margin-bottom: 20px;
}*/


/*T-Ads*/
.t-devider {
	height: 2px;
}


ul.t-ad-ul {
	margin-top: 20px;
}

ul.t-ad-ul li {
	width: 20%;
	padding: 10px;
}

.icon-container {
	padding-right: 15px;
	padding: 20px;
}


/*what would you like to learn about?*/
.suggestions {
	padding-left: 50px;
	padding-right: 50px;
}

.suggestions a.btn{
	border:none;
}

/*footer*/
form {
	padding-top: 12px;
}

/*accessible*/
.accessible .accessible-checker {
	padding-top:30px;
}

/*About*/
/*a[rel="bookmark"], a[rel="lightbox"] {
	padding-top:42px;
}*/


/*Store*/
.woocommerce #payment ul.payment_methods li img, .woocommerce-page #payment ul.payment_methods li img {
	width: auto;
}
/*
.woocommerce ul.products, .woocommerce-page ul.products{
	display: inline-flex;
}*/

/* Mobile*/

@media only screen and (max-width: 750px) {
	/*T-ads*/
	ul.t-ad-ul{
		width: 100%;
	}

	.media-article{
		width: 100%;
	}

	.media-sub-container {
		width: 100%;
		padding-left: 0px;
		margin-top: 25px;
	}

	.media-sub-article {
		width: 100%;
	}


	.media-grid{
		padding:0;
	}

	.media ul li{
		width:25%;
	}

	.media-grid li{
		vertical-align: top;
		width: 50%;
		float: left;
		padding:5px;
	}

	/*VecnaLabs*/
	.bt-text{
		padding: 0;
	}

	img[src="http://www.vecna.com/wp-content/uploads/2015/04/robotlineup_all-med.png"]{
	display:none;
	}

	/*Homepage header pics*/
	img[src="http://www.vecna.com/wp-content/uploads/2015/04/ClinicalSurvey-Megan-Kiosk-home-size.jpg"]{
		margin
	}

}


a:hover{
	color: #db0081;
}

.media-grid li{
	margin: 0px;
	padding: 5px;
}

@media only screen and (max-width: 1100px) {
	.media ul li{
		width: 25%;
	}
}

/*Savić */
nav .nav-bottom-link {font-size:1em; font-weight:100}
.nav-bottom-link img {max-width:75%}
nav.topnav .nav-devider {height:1px;}
.woocommerce ul.products li.product .button {margin-top:0}
.woocommerce ul.products li.product a img {width:40%}
.woocommerce  a.button .product_type_simple {}
h1.page-title {margin-top:0.1em;}
.privacy-policy .entry-header, .privacy-policy div.entry-content {padding:0 2em;}
#to-top .back-to-top-a p {display:none}
.back-to-top-a {color:#84bd00}
.woocommerce a.button.product_type_simple {/*background-color:transparent;*/font-weight:normal;color:rgb(0, 144, 191);}
.woocommerce a.add_to_cart_button.button.product_type_simple {background-color:#ebe9eb;color:rgb(0, 144, 191);}
.woocommerce a.add_to_cart_button.button.loading::before {content:"";}
.woocommerce a.add_to_cart_button.button:before {content:"\f07a";font-family: FontAwesome; padding-right:3px; color:rgb(0, 144, 191);}
li.product a:first-child {}
.woocommerce ul.products li.product a:first child {max-height:;}
.woocommerce ul.products li.product a h3 {color:rgb(69, 75, 80)}
.woocommerce ul.products li.product .price {font-size:1em;}
p.bottom-footer-title {font-weight:bold}
.careers, section.Featured.Robot  {background:radial-gradient(ellipse at center, #f2f9fc 0%,#ddf4fa 100%);}
#careers-div {width:100%; margin-top:0; padding-top:0}
.jobs-button {font-weight:normal; line-height:2em}
section .at .home img {width:60%}
ul.benefits li {line-height:2em;}


.table-header-image {width:100%;}
table tr td, table tr td  { padding: 1em}

h2.chapter-title {font-size: 1.5em; line-height: 1.5; text-transform: uppercase;}
.manufacturing-cover {background: url(/wp-content/themes/brecfast/img/labs/outline-crop-web.jpg) center center/cover no-repeat}

@media only screen and (max-width: 970px)  {
  .vimeo-player-container h1{
    font-size: 4em;
  }
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block;
  }

  /* Hide table content (but not display: none;, for accessibility) */
  tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  /*Show table headers and images*/
  tr:nth-of-type(1) {
    position: relative;
    top: auto;
    left: auto;
  }

  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }
   th:after {
    display: block;
/*    width:85%;
    margin: auto;*/
    white-space: nowrap;
    text-align: center;
    padding-bottom: .5em;
    /* Tell screen readers not to read this content */
    speak: none;
  }
   th:after {
    content: attr(data-meta);
    font-weight: bold;
    white-space: normal;
    /*font-family: "Open Sans",arial,verdana,sans-serif;*/
    /*font-size: .8em;*/
  }
}
.labs-section div video {
  max-width: 100%;
}

/*.bt-text {
  padding: 50px;
}*/
tr:nth-child(even) {background:#fff}



/*Cynthia again, sorry*/

/*store*/
.woocommerce-page .related.products ul.products li.product, .woocommerce-page .upsells.products ul.products li.product{
	width: 23% !important;
	clear: right;
}
@media only screen and (max-width: 768px) {
	.woocommerce-page .related.products ul.products li.product, .woocommerce-page .upsells.products ul.products li.product{
		width: 48% !important;
		clear: both;
	}
}

.caption-head span {
	display: inline-block;
}

a.added_to_cart.wc-forward {
	display:block;
}

.woocommerce.columns-4 {
	margin-top: 1em;
}

.woocommerce #content input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce-page #content input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before{
	position: relative;
	top: 0;
	left: 0;
}


@media only screen and (max-width: 765px) {
	h1.page-title {
		display:none;
	}
	.homepage-header h1.page-title {
		display: block;
	}
}

/*Feedback*/


/*p.modal-close-text {
	display: -webkit-inline-box;
}*/

.fa-lg {
	padding-right: 5px;
}

@media only screen and (max-width: 768px)  {
	.cd-panel-container {
		position: initial;
		width: 90%;
	}

	.logged-in .cd-panel .cd-panel-header, .logged-in .cd-panel .cd-panel-container {
		top:0px;
	}

	.from-left .cd-panel-header, .from-left .cd-panel-container {
		left: 0px;
	}

	.cd-panel-close{
		position:inherit;
		right: 50px;
		/*top: -65px;
		right: -500px;*/
	}

	.logged-in .cd-panel .cd-panel-header {
		z-index: 2;
		line-height: 50px;
	}

	.mobile-header {
		z-index:0;
	}

	.topnav-toggle {
		z-index:0;
	}

	textarea, .textarea, .input-placeholder, .contact-form__input {
		width: 80%;
	}

	div.wpcf7 {
		padding: 0px 40px 0px 0px;
	}

	/*h1#feedbackLabel {
		font-size: 1.5em;
		padding-top: 5px;
	}*/

	a.cd-panel-close {
		margin-right: 12%;
		position: inherit;
		height: inherit;
	}

}

@media only screen and (max-width: 420px)  {
	a.cd-panel-close{
		margin-right: 12%;
		position: inherit;
		height: inherit;
	}

	h1#feedbackLabel{
		font-size: 1.25em;
		padding-top: 9px;
		padding-left: 14px;
	}

	/*p.modal-close-text{
		display:none;
	}*/

	textarea, .textarea, .input-placeholder, .contact-form__input {
		width: 90%;
	}

}

@media only screen and (max-width: 1440px) {
	.page-id-4943 section.At.Home .thumbnail__content{
		width: initial;
	}
}


/*Post list*/
.other-news article .entry-image {
	display: none;
}

.main-news .entry-image {
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 2%;
}

.other-news article .blog-roll-post {
	width: 100%;
	border-bottom: solid 2px #db0c81;
}

.main-news .single-thumbnail {
	width: 100%;
	max-width: 500px;
}

/*PS*/
/*h2.ps-banner-header {
	margin-top:0;
}*/

/*Labs*/
@media only screen and (max-width: 765px) {
	.wysiwyg-content.grid-width-twelve {
		padding:0;
	}
}

/*.see-more-link {
  display: block;
}

.see-more {
  display:none;
}*/

@media only screen and (max-width: 765px) {
.rest-news .blog-roll {
	padding:0;
}
}


/*Homepage*/
img[src="http://www.vecna.com/wp-content/uploads/2015/07/MG_6580_crop_lowres.png"]{
	clear:both;
	width:73%;
}

/*VGo*/
.blank-box {
width: 100%;
height: 70px;
background-color: #e7f5fa;
opacity: 0.99;
position: absolute;
z-index: 0;
margin-top: 55px;
}

.wysiwyg-content.grid-width-nine {
position: absolute;
z-index: 1;
margin-left: 20%;
width: 50%;
margin-top: 60px;
}

.wysiwyg-content.grid-width-three {
position:absolute;
z-index: 1;
}

.Patient.Solutions.grid-width-six.homepage-section{
margin-top:26%;
}

.Solutions.pour.Patients.grid-width-six.homepage-section{
margin-top:26%;
}

.Robotics.Solutions.grid-width-six.homepage-section{
margin-top:26%;
}

.Solutions.Robotiques.grid-width-six.homepage-section{
margin-top:26%;
}

/*Robotics page*/
/*.Special.Delivery.grid-width-twelve.homepage-section{
	margin-top:26%;
}*/

.Livraison.grid-width-twelve.homepage-section {
	margin-top:26%;
}


.vgo-title{
font-weight:bold;
}

.vgo-subtitle{
margin-top:0;
margin-bottom:20px;
font-weight: bold;
width:30%;
}

/*1050px*/
@media only screen and (max-width:1400px) {
.vgo-desc{
display:none;
}

	.page-content .grid-width-twelve.homepage-section .wysiwyg-content.grid-width-nine {
		width:100%;
	}
	.vgo-subtitle{
		margin-bottom:0;
	}

}


@media only screen and (max-width: 765px) {
  .page-content .grid-width-twelve.homepage-section .wysiwyg-content.grid-width-three {
    position: relative;
    padding-left: 20%;
    padding-right: 20%; }
  .page-content .grid-width-twelve.homepage-section .wysiwyg-content.grid-width-nine {
    position: relative;
    margin-left: 0;
    width: 100%;
    margin-top: 0; }
  .blank-box {
    display: none; }
  .page-content .Patient.Solutions.grid-width-six.homepage-section {
    margin-top: 10px; }
    .page-content .Solutions.pour.Patients.grid-width-six.homepage-section{
	margin-top:10px;
	}
  .page-content .Robotics.Solutions.grid-width-six.homepage-section {
    margin-top: 10px; } 
    .page-content .Solutions.Robotiques.grid-width-six.homepage-section{
margin-top:10px;
}
	.vgo-desc{
	display:block;}
	.vgo-subtitle{
		width: 50%;
		padding: 10px 0px 10px 0px;
	}

	/*Robotics page*/
/*.page-content .Special.Delivery.grid-width-twelve.homepage-section{
	margin-top:10px;
}*/
.page-content .Livraison.grid-width-twelve.homepage-section{
	margin-top:10px;
}

}

@media only screen and (min-width: 1300px) {
	.page-header.homepage-header {
		margin-right:45px;
	}
}
