/*
Theme Name: Roos Vonk
Theme URI: http://www.roosvonk.nl
Author: Emeni Automatiseringestechnieken
Author URI: http://www.emeni.nl
Description: basistemplate
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/************************************
	CONTENT - ONEPAGER
************************************/
#container {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#container #quotes {
	position: absolute;
	z-index: 100;
}

#container .section_top img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 99;
}

#subnav {
	height: 75px;
	margin: 0 15px 0 50px;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
}

#subnav ul {
	margin: 40px 0 0 0;
	padding: 0;
}

#subnav ul li {
	list-style: none;
	float: left;
	width: 25%;
	padding: 0 20px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

#subnav ul li a {
	display: block;
	color: #787878;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.3em;
	font-family: 'Lato', sans-serif, Verdana, Tahoma;	
}

#subnav ul li a:hover {
	font-weight: bold;	
}

#subnav ul li a.link_0 {
	color: #f95452;
}

#subnav ul li a.link_1 {
	color: #2AA4E4;
}

#subnav ul li a.link_2 {
	color: #C0C0C0;
}

#subnav ul li a.link_3 {
	color: #000;
}

/* quotes */
#quotes {
	color: #fff;
	margin-left: 55px;
	padding-top: 75px;
	width: 360px;	
}

.quote_head { 
	/*font-family: Georgia, Helvetica, Verdana, "Times New Roman", Arial; */
	font-size: 1.9em; 
	color: #fff;
} 

.quote_middle { 
	color: #fff; 
	/*font-family: Georgia, Helvetica, Verdana, "Times New Roman", Arial;*/
	font-size: 1em;
	display: inline;
}

.quote_small { 
	color: #fff; 
	/*font-family: Georgia, Helvetica, Verdana, "Times New Roman", Arial; */
	font-style: italic; 
	font-size: 0.85em; 
	display: inline;	
}


/* content blocks homepage */
#container .content {
	margin: 0;
	min-height: 300px;
	padding: 30px 40px;
	line-height: 18px;
}

#container .content_0,
#container .content_3 {
	color: #fff;
	background: #2AA4E4;
}

#container .content_0 a,
#container .content_3 a {
	color: #fff;
	text-decoration: underline;
}

#container .content_1,
#container .content_4 {
	color: #000;
	background: #E8E8E8;
}

#container .content_1 a,
#container .content_4 a,
#container .content_2 a,
#container .content_5 a {
	color: #2AA4E4;
	text-decoration: underline;
}

#container .content a:hover {
	text-decoration: none;
}

#container .content_2,
#container .content_5 {
	color: #000;
	background: #fff;
}

#container .content h1, #container .content h2 {
	font-size: 2.5em;
	font-weight: bold;
	line-height: 42px;
	margin: 0 0 15px 0;
	font-family: 'Lato', sans-serif, Verdana, Tahoma;	
	text-transform: uppercase;
}
@media (min-width:768px) {
	#container .content h1, #container .content h2 {
		font-size: 3.2em;
		line-height: 50px;
	}
}

/* 
#container .content h2 {
	margin: 20px 0 10px 0;
	font-weight: bold;
	font-family: 'Lato', sans-serif, Verdana, Tahoma;	
} */

#container .content ul {
	padding: 0 0 0 18px;
}

#container .content ul li p {
	margin: 0;
}

/*#container .content_0 .left,
#container .content_2 .left {
	width: 40%;
	float: left;
}

#container .content_0 .right,
#container .content_2 .right {
	width: 60%;
	float: left;
	text-align: right;
}

#container .content_1 .left,
#container .content_3 .left,
#container .content_4 .left {
	width: 60%;
	float: left;
}

#container .content_4 .right {
	width: 40%;
	float: left;
	text-align: right;
}

#container .content_1 .right,
#container .content_3 .right {
	width: 40%;
	float: left;
}

#container .content_1 .left,
#container .content_4 .left {
	text-align: left;
}
*/

#container .content_0 .left,
#container .content_0 .right,
#container .content_1 .left,
#container .content_1 .right,
#container .content_2 .left,
#container .content_2 .right,
#container .content_3 .left,
#container .content_3 .right,
#container .content_4 .left,
#container .content_4 .right,
#container .content_5 .left,
#container .content_5 .right,
#container .content_6 .left,
#container .content_7 .right {
	float: left;
	width: 50%;
	text-align: left;
}

#container .content_0 .right,
#container .content_1 .left,
#container .content_2 .right,
#container .content_3 .left,
#container .content_4 .right,
#container .content_5 .left ,
#container .content_6 .right  {
	text-align: center;
}


#container .content .left img,
#container .content .right img {
	/* max-width: 200px; */
	margin: 10px 0 0 0;	
}


/************************************
	FOOTER
************************************/
footer {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	background: #2AA4E4;
	text-align: center;
	min-height: 110px;
	padding: 30px 0 0 0;
}

.page-template-default footer {
	height: 110px;
	padding: 70px 0 0 0;	
}

footer > a {
	display: inline-block;
	font-weight: bold;
	padding: 6px 10px;
	background: #fff;
	color: #2AA4E4 !important;
	text-decoration: none;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;		
}

.page-template-default footer a {
	display: inline-block;
	font-weight: bold;
	padding: 0;
	background: none;
	color: #2AA4E4 !important;
	text-decoration: none;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;		
}

footer a img {
	margin: 0 10px 0 0;
}

footer a img.last {
	margin: 0;
}


footer .icons {
	margin-top: 15px;
}


/************************************
	CONTACTFORM
************************************/
.formline {
	margin: 10px 0 0 0;
}

.formline .left {
	width: 40%;
	float: left;
}

.formline .formline_left {
	width: 40%;
	float: left;
	font-weight: bold;
}

.formline .formline_right {
	width: 60%;
	float: left;
}

.formline .formline_right.button {
	width: 100%;
}

.formline .formline_right input[type=password],
.formline .formline_right input[type=text] {
	width: 100%;
	border: 1px solid #ececec;
}

.formline .formline_right label {
	margin: 0 0 7px 0;
	display: block;
}

.formline .formline_right label.category {
	font-weight: bold;
	margin: 10px 0 0 0;
}

.formline .formline_right textarea {
	width: 100%;
	border: 1px solid #ececec;
	height: 80px;
}

#btn_submit {
	border: 0;
	background: #fff;
	color: #000;
	font-weight: bold;
	font-size: 1.5em;
	float: right;
	margin: 10px 0 10px 0;
	text-align: right;
	padding: 0;
}

p.right {
	text-align: right;
}

/************************************
	CONTENT - SUB PAGES
************************************/
#container.contentpage {
	padding: 20px 150px 20px 150px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#container.contentpage .content_left {
	width: 60%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 40px 0 0;	
}

.content_left p {
	margin: 0 0 10px 0;
}

#container.contentpage .content_right {
	width: 40%;
	float: left;
}

#container.contentpage .content_right img {
	max-width: 90%;
	text-align: right;
}

#container.contentpage table tr th {
	text-align: left;
}

#container.contentpage table tr td {
	padding: 0 45px 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

#container.contentpage table tr td p {
	margin: 0;
}

#container.contentpage h1 {
	font-size: 2.5em;
	font-weight: bold;
	line-height: 50px;
	margin: 0 0 0 0;
	font-family: 'Lato', sans-serif, Verdana, Tahoma;	
	text-transform: uppercase;	
}

#container.contentpage h2 {
	color: #000;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 15px 0;
	font-family: 'Lato', sans-serif, Verdana, Tahoma;	
}

.page-template #container.contentpage h2 {
	margin: 6px 0 0 0;
}

.page-template #container.contentpage ul.columns {
	margin: 0;
}
#container.contentpage ul li {
	margin-bottom: 6px;
}

#share_addthis {
	margin: 0 0 15px 0;
}

#container.contentpage img {
	/* float: right;
	max-width: 300px; */
	margin: 10px 0;
}

#container.contentpage img.alignright {
  float: right;
  margin: 5px 0 5px 20px;
}

#container.contentpage img.alignleft {
  float: left;
  margin: 5px 20px 5px 0;
}

/* 
#container.contentpage img.emoji {
	float: none;
} */

#container.contentpage a {
	color: #2AA4E4;
}

#container.contentpage a:hover {
	text-decoration: none;
}

#container.contentpage #images {
	width: 100%;
	text-align: center;	
}

#container.contentpage img.column {
	float: none;
	max-width: 100%;
}

/* p + ul {  
	margin-top: -10px;
} */

/**
 * START: 2016-02-16 
 */
/************************************
	SLICKNAV
************************************/
.slicknav_menu {
  display: none;
  background: #fff !important;
  /*background: #fff url("images/bg-header.png") repeat-x scroll 0 bottom !important;
  padding-bottom: 50px !important;*/
  border-bottom: 5px solid #767676;
  box-shadow: inset 0 0 0 #FB5B56, 0 5px 0 #FB5B56;
}
.slicknav_menu .slicknav_nav a{
  color: #787878;
  font-family: "Lato",sans-serif,Verdana,Tahoma;
  font-size: 1.5em;
  font-weight: bold;
}
.slicknav_nav ul {
  margin: 0 !important;
}
.slicknav_menu .slicknav_nav a.active {
  color: #000;
}

/************************************
	SLIDER QUOTES
************************************/
.section_top {
  position: relative;
}
.section_top #quotes {
  top: 10% !important;
  left: 10% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.section_top #quotes p {
  text-shadow: 2px 2px 3px #000;  
}

#quotes {
  display: none;
}
/**
 * END: 2016-02-16 
 */
 .mobilemenu {
	 display: none;
 }
  
 .slicknav_btn {
	width: 65px;
	height: 65px;
	position: absolute !important;
	right: 0;
	top:0;
	margin: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	background-color: #FFFFFF !important;
}

.slicknav_icon {
	margin: 20px 15px  !important;
}

.slicknav_menutxt {
	display: none !important;
}
 
.slicknav_menu .slicknav_icon-bar {
	box-shadow: 0 2px 0 #2AA4E4 !important;
}

#nav .scroll {
	text-transform: uppercase;
}