/*
Theme Name: M4E
Theme URI: http://www.webdesigncompany.net/motion
Description: Dark and colorful theme with sweet transparency characteristics. Drop-down categories menu, 2-column layout and widget-ready footer and sidebar.
Author: Volcanic Web Design Company
Author URI: http://www.webdesigncompany.net/
Version: 1.1.6
Tags: black, blue, green, dark, two-columns, sticky-post, threaded-comments, fixed-width, right-sidebar
	Adapted for WordPress.com by Automattic, January 2010
	This theme was designed and built for the WordPress CMS and is copyright Volcanic
	Modify, adapt, and customize for your own site at will!
	License: GNU General Public License v2.0
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/************************************************
* Resets *
************************************************/

/*html ,body,div,p,span,h1,h2,h3,h4,h5,h6,img,ul,ol,dl,li,dt,dd,blockquote,pre,form,fieldset,label,input,table,th,td,a {

	margin: 0;

	padding: 0;

	border: 0;

	vertical-align: baseline;

	color: #fff;

}

:focus {

	outline: 0;

}

body {

	line-height: 1;

}

ul,ol {

	list-style: none;

}

h1,h2,h3,h4,h5,h6 {

	font-size: 1em;

}



***********************************************

* General elements *

***********************************************

body {

	background: #000 url(images/bodybg.jpg) top center no-repeat fixed;

	padding-bottom: 20px;

	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;

	text-align: center;

}

h1,h2,h3,h4,h5,h6 {

	font-family: Rockwell,Georgia,Palatino Linotype,Palatino,"Times New Roman",Times,serif;

}

h1,h2,h3,h4,h5,h6,p,li,dt,dd,blockquote,label,th,td,a {

	text-shadow: 0 0 4px #444;

}

a {

	color: #a8ef9d;

	text-decoration: none;

}

a:hover {

}

a img {

	border: 0;

}

blockquote {

	font-style: italic;

	background: url(images/whitetrans.png);

	padding: .4em 1em .7em 1em;

	margin: .7em 0 .3em 0;

}

code {

	font-size: 1.1em;

	font-family: "Bitstream Vera Sans Mono",Monaco,"Lucida Console",monospace;

}

kbd,tt {

	font-size: 1.2em;

}

hr {

	border: 1px solid #a8ef9d;

}

pre {

	overflow: auto;

	width: 600px;

	background: url(images/blacktrans.png);

	padding: 1em 1.5em;

	margin: 1em 0;

	font-size: 1.2em;

	white-space: pre-wrap;css3

}

dl {

}

dt {

	font-weight: bold;

}

dd {

	padding-left: 1em;

}

table {

	margin: .5em 0;

}

table th {

	color: #a8ef9d;

}

table td,table th {

	padding: .5em .7em;

}

table th {

	background: url(images/whitetrans.png);

	text-transform: uppercase;

	border-bottom: 1px transparent;

}

table td {

	background: url(images/blacktrans.png);

	vertical-align: middle;

}

table tr.even td {

	background: url(images/blacktrans2.png);

}

table tr:hover td {

	background: url(images/whitetrans.png);

}

fieldset {

	padding: 1.2em;

	border: 1px dashed #a8ef9d;

}

legend {

	padding: .2em .8em;

	font-size: 1.2em;

	text-transform: capitalize;

}

input,textarea,select {

	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;

	margin: .2em 0;

	color: #222;

	font-size: 1em;

}

	input.adminbar-input {

		margin: 0;

	}

input,textarea {

	padding: .3em;

}

input.radio,input.checkbox {

	background: #fff;

	padding: 2px;

}

form label {

	font-weight: bold;

	display: block;

}

form label.subscribe-label {

	display: inline;

}



***********************************************

* General *

***********************************************

#wrapper {

	margin: 15px auto 10px auto;

	padding: 0;

	text-align: left;

	width: 980px;

}

.clear {

	clear: both;

}

.cleared {

	overflow: hidden;

	width: 100%;

}



***********************************************

* Header *

***********************************************

#top .top_menu {

	float: left;

	width: 640px;

}

#top .top_menu li {

	float: left;

	background: url(images/whitetrans.png);

	padding: 0 .8em .2em .8em;

	line-height: 1.5em;

	margin: 0 .4em .4em 0;

}

#top .top_menu li:hover, #top .top_menu li.current_page_item {

	background: url(images/blacktrans.png);

}

#top .top_menu li a {

	color: #fff;

	font-size: .75em;

}

#top .top_menu li a:hover {

	color: #a8ef9d;

}

#top .top_menu li a.rss {

	background: url(images/rsstrans.png) left 2px no-repeat;

	padding-left: 17px;

}

#top #search {

	float: right;

	width: 300px;

	text-align: right;

}

#top #searchform input {

	padding: 3px;

}

#top #searchbox {

	width: 180px;

	color: #555;

	font-size: .75em;

	border: 1px solid #ddd;

	background: #eee;

}

#top #searchbox:hover {

	background: #fff;

}

#top .submitbutton {

	cursor: pointer;

	background: url(images/blacktrans.png);

	color: #fff;

	font-size: 0.8em;

	padding: .08em;

	vertical-align: top;

}

#top .submitbutton:hover {

	background: url(images/whitetrans.png);

}

#top, #header, .primary_menu {

	overflow: hidden;

	width: 100%;

}

#header {

	padding-bottom: 20px;

}

#header #logo {

	float: left;

	width: 480px;

	margin: 35px 0 10px 0;

}

#header #logo img {

	float: left;

	width: 50px;

	height: 50px;

	margin: 5px 10px 10px 0;

}

#header #logo h1 a {

	color: #fff;

	font-size: 2em;

	font-weight: normal;

	text-shadow: 0 0 6px #555;

}

#header #logo h1 a:hover {

	color: #a8ef9d;

}

#header #logo #desc {

	font-size: .8em;

	color: #ddd;

	margin-top: .6em;

	line-height: 1.2em;

}

#header #headerbanner {

	float: right;

	width: 468px;

	margin: 30px 0 10px 0;

	text-align: left;

	padding: 10px;

	background: url(images/whitetrans.png);

	font-size: .8em;

	line-height: 1.5em;

}

#header #headerbanner h3 {

	font-size: 1.1em;

	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;

}

#header #headerbanner p a {

	border-bottom: 1px dashed #a8ef9d;

}

#header #headerbanner a:hover {

	background: url(images/blacktrans.png);

}

.primary_menu {

	width: 980px;

	background: url(images/blacktrans.png);

}

.primary_menu li {

	float: left;

	background: url(images/blacktrans.png);

	line-height: 2em;

	margin: 5px 0 5px 5px;

}

.primary_menu li:hover {

	background: url(images/blacktrans2.png);

}

.primary_menu li a {

	display: block;

	margin: 0;

	font-size: 0.8em;

	color: #fff;

	padding: 0 13px;

}

.primary_menu li a:hover {

	color: #afdaff;

	text-decoration: none;

	display: block;

}

.primary_menu li ul {

	position: absolute;

	width: 180px;

	left: -999em;

	padding-top: 5px;

	margin: 0;

}

.primary_menu li:hover ul,.primary_menu li.sfhover ul {

	left: auto;

}

.primary_menu li li {

	padding: 0;

	margin: 0;

	width: 180px;

	line-height: 1.5em;

}

.primary_menu li li a {

	color: #fff;

	margin: 0;

	padding: 7px 13px;

	background: url(images/blacktrans3.png);

}

.primary_menu li li ul li {

	margin-left: 13px;

}

.primary_menu li li a:hover {

	color: #afdaff;

}

.primary_menu li:hover,.primary_menu li.sfhover {

	position:static; prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing)

}



***********************************************

* Content *

***********************************************

#main {

	padding: 30px 0 20px 0;

}

#content {

	float: left;

	overflow: hidden;

	width: 640px;

}

#content.full {

	width: 980px;

}

h2#contentdesc {

	font-weight: normal;

	font-size: 1.3em;

	padding-bottom: 15px;

	color: #ccc;

}

h2#contentdesc span {

	color: white;

}

.post {

	padding: 0 0 35px 0;

}

.sticky {

	padding: 10px;

	margin-bottom: 35px;

	background: url(images/blacktrans.png);

}

.posttop {

	background: url(images/blacktrans.png);

	padding: 10px;

}

.posttop h2.posttitle a {

	color: #afdaff;

	font-size: 1.4em;

}

.posttop h2.posttitle a:hover {

	color: #a8ef9d;

	border-bottom: 1px dashed #a8ef9d;

}

.postmetatop {

	overflow: hidden;

	width: 100%;

	font-size: 0.7em;

	padding-top: 8px;

	line-height: 1.5em;

}

.postmetatop .categs {

	float: left;

	width: 450px;

	background: url(images/categ.png) left 2px no-repeat;

	padding-left: 20px;

	line-height: 16px;

}

.postmetatop .categs a:hover {

	color: #afdaff;

}

.postmetatop .date {

	float: right;

	width: 130px;

	text-align: right;

}

.postmetatop .date span {

	background: url(images/date.png) left no-repeat;

	padding-left: 20px;

}

.postcontent {

	color: #fff;

	margin: .8em 0;

	font-size: 0.8em;

	line-height: 1.5em;

}

.postcontent h1 {

	padding: .8em 0;

	font-size: 1.5em;

}

.postcontent h2 {

	padding: .8em 0;

	font-size: 1.4em;

}

.postcontent h3 {

	padding: .8em 0;

	font-size: 1.3em;

}

.postcontent h4 {

	padding: .8em 0;

	font-size: 1.2em;

}

.postcontent h5 {

	padding: .8em 0;

	font-size: 1.1em;

}

.postcontent h6 {

	padding: .8em 0;

	font-size: 1em;

}

.postcontent p {

	padding: .6em 0 .2em 0;

}

.postcontent a {

	border-bottom: 1px dashed #a8ef9d;

}

.postcontent a:hover {

	background: url(images/blacktrans.png);

}

.postcontent a img {

	background: none;

	border-bottom: 0;

}

.postcontent ul,.postcontent ol {

	padding: .4em 0 .5em 2em;

}

.postcontent ul li {

	list-style: disc;

}

.postcontent ol li {

	list-style: decimal;

}

.postmetabottom {

	background: url(images/whitetrans.png);

	overflow: hidden;

	width: 100%;

	padding: 10px 0;

	font-size: 0.8em;

	line-height: 1.1em;

	margin-top: 15px;

}

.postmetabottom a {

	color: #fff;

}

.postmetabottom a:hover {

	color: #afdaff;

}

.postmetabottom .tags {

	float: left;

	width: 440px;

	background: url(images/tags.png) left 1px no-repeat;

	margin-left: 10px;

	padding-left: 20px;

	line-height: 16px;

}

.postmetabottom .readmore {

	float: right;

	width: 160px;

	padding-right: 10px;

	text-align: right;

}

.postmetabottom .readmore span {

	background: url(images/more.png) left 4px no-repeat;

	padding-left: 17px;

}

.postmetaauthor, .bypostauthor {

	background: url(images/blacktrans.png);

	padding: 10px;

	font-size: 0.8em;

	line-height: 1.1em;

	margin-top: 20px;

}

.postmetaauthor .authorpic {

	float: left;

	width: 60px;

}

.postmetaauthor .authordesc {

	float: right;

	width: 540px;

}

.postmetaauthor .authordesc p.theauthor {

	line-height: 1.4em;

	font-weight: bold;

}

.postmetaauthor .authordesc p.thedesc {

	line-height: 1.4em;

	padding: .8em 0 .2em 0;

}

.postmetaauthor .authordesc a {

	color: #afdaff;

	border-bottom: 1px dashed #afdaff;

}

.postmetaauthor .authordesc a:hover {

	background: url(images/blacktrans.png);

}



***********************************************

* Navigation *

***********************************************

#navigation {

	overflow: hidden;

	width: 100%;

	line-height: 1.7em;

	margin-bottom: 20px;

}

#navigation a {

	border-bottom: 1px dashed #a8ef9d;

}

#navigation a:hover {

	background: url(images/blacktrans.png);

}

#navigation .wp-pagenavi a {

	background: url(images/blacktrans2.png);

	padding: 5px 7px;

	border: none;

	font-size: .8em;

	color: #fff;

}

#navigation .wp-pagenavi a:hover {

	color: #a8ef9d;

}

#navigation .wp-pagenavi span.pages,#navigation .wp-pagenavi span.current,#navigation .wp-pagenavi span.extend {

	padding: 5px 7px;

	font-size: .8em;

	background: url(images/blacktrans2.png);

	color: #fff;

	border: none;

}

#navigation.image a {

	background: 0;

	border: 0;

}

.linkpages {

	clear: both;

	margin: 10px 0;

}

.linkpages p span {

	background: url(images/blacktrans.png);

	padding: 5px 7px;

	color: #ddd;

	font-size: 1em;

}

.linkpages p a, .linkpages p a:hover {

	background: none;

	border: 0;

}

.linkpages p a span {

	color: #fff;

}

.linkpages p a:hover span {

	background: url(images/blacktrans2.png);

	color: #a8ef9d;

}



***********************************************

* Gallery and Images *

***********************************************

.gallery a, .recent_images a {

	background: none;

	border: 0;

}



***********************************************

* Comments *

***********************************************

#comments {

	margin: 15px 0;

	width: 640px;

}

#comments h3 {

	font-size: 1em;

	font-weight: normal;

}

#comments ul.commentlist li.comment {

	background: url(images/blacktrans.png);

	clear: both;

	margin: 10px 0 0 0;

	padding: 15px;

}

#comments .comment-wrap {

	overflow: hidden;

	width: 100%;

}

#comments ul.commentlist li ul.children li {

	clear: both;

	margin: 20px 0 0 20px;

}

#comments img.avatar {

	float: left;

	margin: 0 20px 0 0;

}

#comments .commentbody .author {

	font-size: .9em;

	margin-bottom: 10px;

	color: #eee;

}

#comments .commentbody .author a {

	color: #b9ff9d;

	border-bottom: 1px dashed #b9ff9d;

}

#comments .commentbody .author a:hover {

	color: #eee;

	border-bottom: 1px dashed #b9ff9d;

}

#comments .commentbody .commentmetadata {

	font-size: .7em;

	color: #bbb;

	margin-bottom: 25px;

}

#comments .commentbody .commentmetadata a {

	color: #bbb;

}

#comments .commentbody p {

	font-size: .8em;

	padding: 5px 0 8px 0;

	line-height: 1.4em;

}

#comments .commentbody p a {

	color: #b9ff9d;

	border-bottom: 1px dashed #b9ff9d;

}

#comments .commentbody p a:hover {

	color: #eee;

	border-bottom: 1px dashed #b9ff9d;

}



#comments .commentbody h1,

#comments .commentbody h2,

#comments .commentbody h3,

#comments .commentbody h4,

#comments .commentbody h5,

#comments .commentbody h6{

  font-weight: bold;

}



#comments .commentbody h1{

  font-size: 1.8em;

}



#comments .commentbody h2{

  font-size: 1.4em;

}



#comments .commentbody h3, #comments .commentbody h4, #comments .commentbody h5, #comments .commentbody h6{

  font-size: 1.2em;

}





#comments .commentbody li{



}





#comments .reply a {

	margin-top: 5px;

	padding: 5px;

	line-height: 1.3em;

	font-size: .7em;

	float: left;

	background: #ddd;

	color: #000;

}

#comments .reply a:hover {

	background: #fff;

	color: #111;

}

#comments h3#trackbacktitle {

	padding-top: 10px;

}

#comments ul.trackback {

	margin: 10px 0 0 0;

	padding: 15px;

	background: url(images/blacktrans.png);

}

#comments ul.trackback li {

	margin-bottom: 17px;

	font-size: .9em;

}

#comments ul.trackback li .commentbody .author {

	margin: 0;

}

#comments a#cancel-comment-reply-link {

	display: block;

	padding: 8px 0;

}

#comments a#cancel-comment-reply-link:hover {

	color: #ccc;

}

#comments #respond {

	margin-top: 20px;

	overflow: hidden;

	width: 100%;

}

#comments #respond h3 {

	margin-bottom: 15px;

}

#comments #respond input {

	padding: 5px;

	width: 200px;

	background: #efefef;

	font-size: .8em;

}

#comments #respond p {

	padding: .5em 0 0 0;

}

#comments #respond p label, .logged-in-as {

	font-size: .8em;

	font-weight: normal;

}

#comments #respond textarea {

	width: 600px;

	padding: 10px;

	background: #efefef;

	font-size: .8em;

	border: none;

}

#comments #respond #submit {

	color: #fff;

	background: url(images/blacktrans3.png);

	padding: 6px;

	line-height: 1.4em;

	font-size: .8em;

}

#comments #respond #submit:hover {

	cursor: pointer;

	color: #a8ef9d;

}

#comments #respond p.subscribe-to-comments label {

	display: inline;

	margin-left: 4px;

}



#comments #respond .required{

  display: none;

}



***********************************************

* Sidebar *

***********************************************

#sidebar {

	float: right;

	overflow: hidden;

	width: 300px;

	font-size: 0.8em;

	line-height: 1.4em;

	margin-bottom: 30px;

}

#sidebar ul li.boxed {

	background: url(images/blacktrans.png);

	overflow: hidden;

	padding: 10px;

	margin-bottom: 15px;

}

#sidebar h3 {

	background: url(images/blacktrans.png);

	padding: 5px 10px;

	line-height: 1.3em;

	font-weight: normal;

	font-size: 1.4em;

	margin-bottom: 10px;

}

#sidebar ul ul li a {

	display: block;

	padding: 3px 5px;

}

#sidebar ul ul li a:hover, #sidebar p a:hover {

	background: url(images/blacktrans.png);

}

#sidebar ul ul ul li {

	background: url(images/bullet.png) left 7px no-repeat;

	line-height: 1.5em;

	padding: 0 0 0 10px;

	margin: 0 0 0 10px;

}

#sidebar p {

	color: #eee;

	padding: 0 5px 10px 5px;

}

#sidebar img {

	background: none;

	border: none;

	padding: 0 5px;

}

	#sidebar .rsswidget img {

		background: transparent !important;

	}

#sidebar img.avatar {

	float: left;

	padding: 0 15px 5px 5px;

}

.widget table {

	width: 100%;

}

#tag_cloud a, .widget_tag_cloud a, .widget_text a, h3 a.rsswidget {

	display: inline !important;

}

#tag_cloud a:hover {

	color: #fff;

}

li#tagbox a:hover {

	color: #fff;

}

#sidebars ul.children li {

	border-bottom: none;

}

#sidebars ul.children {

	margin-bottom: 0;

}

.widget_recent_comments table td {

	background: none;

	overflow: hidden;

	padding-bottom: 2px !important;

}

#sidebar .widget_recent_comments img.avatar {

	padding: 5px 5px 3px 5px;

}

.widget_recent_comments li {

	margin: 5px;

}

.widget_twitter ul li, .widget_rss ul li {

	margin: 8px 2px;

}

.widget_categories ul li a, .widget_archive ul li a, .widget_twitter ul li a {

	display: inline !important;

}

.widget_rss ul li span {

	padding: 2px 5px;

}

.widget_flickr table {

	background-color: transparent !important;

	margin: 0;

	border: 0 !important;

}

.widget_flickr table td {

	background: none;

	padding: 0;

}

.widget_flickr table tr:hover td {

	background: none;

}

#sidebar .widget_flickr img {

	padding: 0;

}



***********************************************

* Footer *

***********************************************

#footer {

	background: url(images/blacktrans.png);

	clear: both;

	overflow: hidden;

	width: 100%;

	font-size: 0.8em;

}

#footer .foot1 {

	float: left;

	width: 310px;

	margin: 10px 0 0 10px;

	display: inline;

}

#footer .foot2 {

	float: left;

	width: 310px;

	margin: 10px 15px 0 15px;

}

#footer .foot3 {

	float: left;

	width: 310px;

	margin: 10px 0 0 0;

}

#footer h3 {

	font-weight: normal;

	font-size: 1.4em;

	margin-bottom: .4em;

}

#footer h4 {

	font-weight: normal;

	font-size: 1em;

	margin: .8em 0 .2em 0;

	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;

}

#footer p {

	line-height: 1.5em;

	color: #eee;

	padding: .2em 0 .8em 0;

}

#footer ul li {

	padding: 10px;

	margin-bottom: 10px;

	background: url(images/blacktrans.png);

}

#footer ul ul li {

	background: url(images/bullet.png) left 7px no-repeat;

	line-height: 1.5em;

	padding: 0 0 0 10px;

	margin-bottom: 4px;

}

#footer li a {

	display: block;

	font-weight: normal;

	padding: 2px 5px;

}

#footer a:hover {

	background: url(images/blacktrans.png);

}

#footer .widget_tag_cloud a {

	display: inline;

}

#footer .widget_tag_cloud a:hover {

	background: none;

	color: #fff;

}

.widget ul {

	width: 100%;

	overflow: hidden;

}

#credits {

	clear: both;

	overflow: hidden;

	width: 100%;

	margin-top: .7em;

	font-size: 0.7em;

	line-height: 1.4em;

}



#credits a, #credits .company {

	color: #ddd;

}

#credits a:hover {

	background: url(images/blacktrans.png);

	color: #fff;

}

#credits #creditsleft {

	float: left;

	width: 600px;

	color: #aaa;

}

#credits #creditsright {

	float: right;

	width: 300px;

	text-align: right;

	color: #aaa;

}



***********************************************

* WP related *

***********************************************

.alignleft {

	float: left;

	margin: 5px 15px 7px 0;

}

.alignright {

	float: right;

	margin: 5px 0 7px 15px;

}

.aligncenter,div.aligncenter {

	margin: 10px auto;

	text-align: center;

	display: block;

}

img.alignleft {

	float: left;

	margin: 5px 15px 5px 0;

}

img.alignright {

	float: right;

	margin: 5px 0 5px 15px;

}

img.aligncenter {

	margin: 10px auto;

	text-align: center;

	display: block;

}

.wp-caption {

	text-align: center;

	background: url(images/blacktrans.png);

	padding-top: 6px;optional rounded corners for browsers that support it

	-moz-border-radius:4px;

	-khtml-border-radius: 4px;

	-webkit-border-radius: 4px;

	border-radius: 4px;

}

.wp-caption img {

	padding: 0;

	margin: 0;

	border: 0 none;

}

.wp-caption p.wp-caption-text {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}



.gallery-caption{

  text-align: center;

	background: url(images/blacktrans.png);

}



.form-allowed-tags{

  display: none;

}
 */
/*
Theme Name: Thème de base
Description: Thème parent
Author: Vincent DURAND
*/

/* CSS à inclure dans le thème enfant :
		@import url("/web/20170301145936cs_/http://timesattorneys.ch/wp-content/themes/motion/style.css");
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a{
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/**
 Genericons
 **/

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 Typography
 **/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Raleway", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 Elements
 **/

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

.main ul,
.main ol {
	margin: 0 0 1.6em 1.3333em;
}

.main ul {
	list-style: disc;
}
.f-left{
	float: left;
}
.f-right{
	float: right;
}
ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Raleway", sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Raleway", sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Raleway", sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Raleway", sans-serif;
}


/**
 Forms
 **/

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Raleway", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

/**
 Links
 **/

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
/*----------------------SWIPER--------------------------*/
.swiper-slide,.swiper-wrapper{height:100%;position:relative;transform-style:preserve-3d;width:100%}.swiper-pagination,.swiper-wrapper{-webkit-transform:translate3d(0,0,0)}.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-slide,.swiper-wrapper{-ms-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-fles-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms;transition:300ms;-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow{z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}
/**
--------------------------------------------------------------------
------------------------lightGallery----------------------------
--------------------------------------------------------------------
**/

/*clearfix*/
.group {
 *zoom: 1;
}
.group:before, .group:after {
	display: table;
	content: "";
	line-height: 0;
}
.group:after {
	clear: both;
}
/*/clearfix*/


/** /font-icons if you are not using font icons you can just remove this part/**/
@font-face {
	font-family: 'Slide-icons';
	src: url('/web/20170301145936im_/http://timesattorneys.ch/wp-content/themes/motion/fonts/Slide-icons.eot');
}
@font-face {
	font-family: 'Slide-icons';
	src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAWcAAsAAAAACSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAm4AAAQxqzjSYEZGVE0AAAN4AAAAGgAAABxmWaSOR0RFRgAAA5QAAAAdAAAAIAAzAARPUy8yAAADtAAAAEsAAABgL/bcQGNtYXAAAAQAAAAAPQAAAVLgL/LNaGVhZAAABEAAAAAuAAAANv3vdhloaGVhAAAEcAAAAB4AAAAkBBD/5GhtdHgAAASQAAAAEgAAABIFOwBxbWF4cAAABKQAAAAGAAAABgAGUABuYW1lAAAErAAAAOEAAAGw7pftcnBvc3QAAAWQAAAADAAAACAAAwAAeJx9VE1oE1EQnpfsJutmSWNMQoUoWxB/qmIKnkKJWKvXQlOwhx5E7SEo9WCEHNKAJqVbn8RLzvEgKEUPCgoiIi3YHkWw2mO9CBb8O1SzurXjvLfrJiqEhXkzwzffm/nee8tAUYAxZuQvFs5PHi6cuzR1GVgAGORsM2D3Be1ehRtBbii7ddiZjyPnvmOE+QW7YRfVNNzpSQPE0vBwexqMtNIbh7Dg0KAHUrAL9sARyF6ZKpzKZDK0nMwMHHeXIXc54S7DHU109gPAZpnF5th1xiEkiANgsFpgNDATPB3ldlHZbNiNcBTZ/JNRZBPFZ0nE6mw/GT6MUC6tiPCgihA6Vkb8sXCNI35bGxRuTcYa4vqZIWlUP1sVoCx3Yyqd1gTNIUH4RhJ6rILAxw9yN/bwghVSt56rLoCyFY6gmy8kwENJwjYrlItPVauOuDWyhqDEzlKFIuvIIrAHfTJbr2uSWpgFOVvFHVDQc5dftK751P3CeyuNp8Uf/DL3tal5rFKLuiX2MxGdL00azJHKOWLcrZF3MmtZWhThNRWwx62XSYTF/d8Rc6sR2iFyNYS4MWNSzaeJA+RWfkqjCYBO5tV71bIkjTssUVe5bykrhrXqWqnZ1m9a6rfk61emfu+Px8iIA8zf/SrDNr4s8csd+Gbzn+mXOtWK3rPHkqbeGkuZuvNIGudo9wRdvDkald0Yj9HFy89vtvsgjw7/Pxm9Kf+SEfGj86HU/frlVn6RwgP7CLVRTZDCFZt6j99edcWGSPmz5h4BLO5d73bIzVL7OdTkc8j6O5MIdiPBkzcNnZ7zDvF/2OYkWvSFI78BSE0QpgAAeJxjYGBgZACCk535hiD6XIbUOhgNAD+3BfAAAHicY2BkYGDgA2IJBhBgYmAEQlYgZgHzGAAEgQA4AAAAeJxjYGZiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbAyM8CBAILJEJDmmsLg8EDqAwPjg/8PGPQYHzAoNDAwMMIVKAAhIwATaAw5AHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwgiQeyHxj+/wezpCAs+RcCjFBdYMDIxoDMHZEAAP1aCcoAAAB4nGNgZGBgAGLNvbqy8fw2Xxm4mRhA4FyG1DoE/f8BEwPjAyCXgwEsDQAB0gmnAAB4nGNgZGBgfPD/AYMeEwMDwz8GIAkUQQHMAG3nA/YAAAIAAAAAAAAAAgAAUQClACAAlgAAAABQAAAGAAB4nI2PMW7CQBBFn8FGIkQpo5RbIFHZsjciEhyAMg0SFwALrYS8kuEMOQLH4BgcgGPkAKnz7UxBkYKVVvPmz5/ZWeCZMwndSZjwZjwgozQeMuPLOJXnapyJv41HTJIXOZN0LOW17+p4wBNT4yGffBin8lyMM/HNeCT+Yc2BwI6aXHFLpOEI60PY1XnYxkbJnW7Kqs9PfWzZq9vhKfQPx1L3/6l/Nc9c6kLXy1/xrnGxOa1iu6+dL0q3dHevK/PzfJH7spLxkW03qrZSQ191eqHbi03dHkNsXFWUD835BcvqQqwAAAB4nGNgZsALAAB9AAQ=) format('woff'), url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'Slide-icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/** / End of font-icons /**/

#lightGallery{
	display: none;
}
.lightGallery {
	overflow: hidden!important;
}
#lightGallery-Gallery img {
	border: none!important;
}
#lightGallery-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999!important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: 1;
	-webkit-transition: opacity 0.35s ease;
	-moz-transition: opacity 0.35s ease;
	-o-transition: opacity 0.35s ease;
	-ms-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
	background: #0d0d0d;
}
#lightGallery-outer .lightGallery-slide{
	position: relative;
}
/*lightGallery starting effects*/
#lightGallery-Gallery.opacity {
	opacity: 1;
	transition: opacity 1s ease 0s;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	-ms-transition: opacity 1s ease 0s;
}
#lightGallery-Gallery.opacity .thumb_cont {
	opacity: 1;
}
#lightGallery-Gallery.fadeM {
	opacity: 0;
	transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-webkit-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s;
}
/*lightGallery starting effects*/


/*lightGallery core*/
#lightGallery-Gallery {
	height: 100%;
	opacity: 0;
	width: 100%;
	position: relative;
	transition: opacity 1s ease 0s;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	-ms-transition: opacity 1s ease 0s;
}
/**/
#lightGallery-slider {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	white-space: nowrap;
}
/**/
#lightGallery-slider .lightGallery-slide {
	background: url(/web/20170301145936im_/http://timesattorneys.ch/wp-content/themes/alstone/img/loading.gif) no-repeat scroll center center transparent;
	display: inline-block;
	height: 100%;
	text-align: center;
	width: 100%;
}
#lightGallery-slider .lightGallery-slide.complete {
	background-image: none;
}
#lightGallery-Gallery.showAfterLoad .lightGallery-slide > * {
	opacity: 0;
}
#lightGallery-Gallery.showAfterLoad .lightGallery-slide.complete > * {
	opacity: 1;
}
#lightGallery-slider.slide .lightGallery-slide, #lightGallery-slider.useLeft .lightGallery-slide {
	position: absolute;
	opacity: 0.4;
}
#lightGallery-slider.fadeM .lightGallery-slide {
	position: absolute;
	left: 0;
	opacity: 0;
}
#lightGallery-slider.animate .lightGallery-slide {
	position: absolute;
	left: 0;
}
#lightGallery-slider.fadeM .current {
	opacity: 1;
	z-index: 9;
}
#lightGallery-slider .lightGallery-slide:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#lightGallery-Gallery.opacity .lightGallery-slide .object{
	transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
}
.lightGallery-slide .object{
	transform: scale3d(0.5, 0.5, 0.5);
	-moz-transform: scale3d(0.5, 0.5, 0.5);
	-ms-transform: scale3d(0.5, 0.5, 0.5);
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	-o-transform: scale3d(0.5, 0.5, 0.5);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
	-ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
}
#lightGallery-Gallery.fadeM .lightGallery-slide .object{
	transform: scale3d(0.5, 0.5, 0.5);
	-moz-transform: scale3d(0.5, 0.5, 0.5);
	-ms-transform: scale3d(0.5, 0.5, 0.5);
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	-o-transform: scale3d(0.5, 0.5, 0.5);
}
#lightGallery-slider.fadeM.on .current {
	opacity: 1;
	transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-webkit-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s;
}
#lightGallery-slider.fadeM .lightGallery-slide {
	transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s;
}
#lightGallery-slider.slide .lightGallery-slide {
	transform: translate3d(100%, 0px, 0px);
	-moz-transform: translate3d(100%, 0px, 0px);
	-ms-transform: translate3d(100%, 0px, 0px);
	-webkit-transform: translate3d(100%, 0px, 0px);
	-o-transform: translate3d(100%, 0px, 0px);
}
#lightGallery-slider.slide.on .lightGallery-slide {
	opacity: 0;
}
#lightGallery-slider.slide .lightGallery-slide.current {
	opacity: 1 !important;
	transform: translate3d(0px, 0px, 0px) !important;
	-moz-transform: translate3d(0px, 0px, 0px) !important;
	-ms-transform: translate3d(0px, 0px, 0px) !important;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	-o-transform: translate3d(0px, 0px, 0px) !important;
}
#lightGallery-slider.slide .lightGallery-slide.prevSlide {
	opacity: 0;
	transform: translate3d(-100%, 0px, 0px);
	-moz-transform: translate3d(-100%, 0px, 0px);
	-ms-transform: translate3d(-100%, 0px, 0px);
	-webkit-transform: translate3d(-100%, 0px, 0px);
	-o-transform: translate3d(-100%, 0px, 0px);
}
#lightGallery-slider.slide .lightGallery-slide.nextSlide {
	opacity: 0;
	transform: translate3d(100%, 0px, 0px);
	-moz-transform: translate3d(100%, 0px, 0px);
	-ms-transform: translate3d(100%, 0px, 0px);
	-webkit-transform: translate3d(100%, 0px, 0px);
	-o-transform: translate3d(100%, 0px, 0px);
}
#lightGallery-slider.useLeft .lightGallery-slide {
	left: 100%;
}
#lightGallery-slider.useLeft.on .lightGallery-slide {
	opacity: 0;
}
#lightGallery-slider.useLeft .lightGallery-slide.current {
	opacity: 1 !important;
	left: 0% !important;
}
#lightGallery-slider.useLeft .lightGallery-slide.prevSlide {
	opacity: 0;
	left: -100%;
}
#lightGallery-slider.useLeft .lightGallery-slide.nextSlide {
	opacity: 0;
	left: 100%;
}
#lightGallery-slider.slide.on .lightGallery-slide, #lightGallery-slider.slide.on .current, #lightGallery-slider.slide.on .prevSlide, #lightGallery-slider.slide.on .nextSlide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}
#lightGallery-slider.speed .lightGallery-slide, #lightGallery-slider.speed .current, #lightGallery-slider.speed .prevSlide, #lightGallery-slider.speed .nextSlide {
	transition-duration: inherit !important;
	-moz-transition-duration: inherit !important;
	-webkit-transition-duration: inherit !important;
	-o-transition-duration: inherit !important;
	-ms-transition-duration: inherit !important;
}
#lightGallery-slider.timing .lightGallery-slide, #lightGallery-slider.timing .current, #lightGallery-slider.timing .prevSlide, #lightGallery-slider.timing .nextSlide {
	transition-timing-function: inherit !important;
	-moz-transition-timing-function: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	-o-transition-timing-function: inherit !important;
	-ms-transition-timing-function: inherit !important;
}
#lightGallery-slider .lightGallery-slide img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	cursor: -moz-grabbing;
	cursor: grab;
	cursor: -webkit-grab;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
#lightGallery-Gallery .thumb_cont .thumb_inner {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
 @-webkit-keyframes rightEnd {
 0% {
left: 0;
}
 50% {
left: -30px;
}
 100% {
left: 0;
}
}
@keyframes rightEnd {
 0% {
left: 0;
}
 50% {
left: -30px;
}
 100% {
left: 0;
}
}
@-webkit-keyframes leftEnd {
 0% {
left: 0;
}
 50% {
left: 30px;
}
 100% {
left: 0;
}
}
@keyframes leftEnd {
 0% {
left: 0;
}
 50% {
left: 30px;
}
 100% {
left: 0;
}
}
.lightGallery-slide .object.rightEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}
.lightGallery-slide .object.leftEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}
/*lightGallery core*/


/*action*/
#lightGallery-action {
	bottom: 20px;
	position: fixed;
	left: 50%;
	margin-left: -30px;
	z-index: 9;
	-webkit-backface-visibility: hidden;
}
#lightGallery-action.hasThumb {
	margin-left: -46px;
}

#lightGallery-action a {
	margin: 0 3px 0 0 !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	display: inline-block !important;
	display: inline-block;
	vertical-align: middle;
 *display: inline;
 *zoom: 1;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65);
	font-size: 16px;
	width: 28px;
	height: 28px;
	font-family: 'Slide-icons';
	color: #FFF;
	cursor: pointer;
}
#lightGallery-action a.disabled {
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: default;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65) !important;
}
#lightGallery-action a:hover, #lightGallery-action a:focus {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}
#lightGallery-action a#lightGallery-prev:before, #lightGallery-action a#lightGallery-next:after {
	left: 5px;
	bottom: 3px;
	position: absolute;
}
#lightGallery-action a#lightGallery-prev:before {
	content: "\e01d";
}
#lightGallery-action a#lightGallery-next:after {
	content: "\e01b";
}
#lightGallery-action a.cLthumb:after {
	font-family: 'Slide-icons';
	content: "\e01c";
	left: 6px;
	bottom: 4px;
	font-size: 16px;
	position: absolute;
}
/*action*/

/*counter*/
#lightGallery_counter {
	bottom: 52px;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 9;
	color: #FFFFFF;
}
/*lightGallery Thumb*/
#lightGallery-Gallery .thumb_cont {
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #000000;
	-webkit-transition: max-height 0.4s ease-in-out;
	-moz-transition: max-height 0.4s ease-in-out;
	-o-transition: max-height 0.4s ease-in-out;
	-ms-transition: max-height 0.4s ease-in-out;
	transition: max-height 0.4s ease-in-out;
	z-index: 9;
	max-height: 0;
	opacity: 0;
}
#lightGallery-Gallery.open .thumb_cont {
	max-height: 350px;
}
#lightGallery-Gallery .thumb_cont .thumb_inner {
	margin-left: -12px;
	padding: 12px;
	max-height: 290px;
	overflow-y: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#lightGallery-Gallery .thumb_cont .thumb_info {
	background-color: #333;
	padding: 7px 20px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .count {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close {
	color: #FFFFFF;
	display: block;
	float: right !important;
	width: 28px;
	position: relative;
	height: 28px;
	border-radius: 2px;
	margin-top: -4px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65);
	-webkit-transition: background-color 0.3s ease 0s;
	-moz-transition: background-color 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s;
	-ms-transition: background-color 0.3s ease 0s;
	transition: background-color 0.3s ease 0s;
	z-index: 1090;
	cursor: pointer;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close i:after {
	left: 6px;
	position: absolute;
	top: 4px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close i:after, #lightGallery-close:after {
	content: "\e01a";
	font-family: 'Slide-icons';
	font-style: normal;
	font-size: 16px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close:hover {
	text-decoration: none;
	background-color: #000;
	background-color: rgba(0, 0, 0, 1);
}
#lightGallery-Gallery .thumb_cont .thumb {
	display: inline-block !important;
	vertical-align: middle;
	text-align: center;
 *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
	margin-bottom: 4px;
	height: 50px;
	width: 50px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	overflow: hidden;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: border-color linear .2s, opacity linear .2s;
	-moz-transition: border-color linear .2s, opacity linear .2s;
	-o-transition: border-color linear .2s, opacity linear .2s;
	-ms-transition: border-color linear .2s, opacity linear .2s;
	transition: border-color linear .2s, opacity linear .2s;
}
/*lightGallery Close*/
#lightGallery-close {
	color: #FFFFFF;
	height: 28px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 28px;
	z-index: 1090;
	cursor: pointer;
	background-color: #000;
	border-radius: 2px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65);
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	-webkit-backface-visibility: hidden;
}
#lightGallery-close:after {
	position: absolute;
	right: 6px;
	top: 3px;
}
#lightGallery-close:hover {
	text-decoration: none;
	background-color: #000;
}
.customHtml {
	background: none repeat scroll 0 0 black;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
	color: #fff;
	font-family: Arial, sans-serif;
	height: 70px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}
.customHtml p {
	font-size: 14px;
}
.customHtml > h4 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display: inline-block;
margin: 2px 2px 2px 0;
padding: 6px 9px 5px 9px;
text-decoration: none;
width: auto;
color: #CD0001;
background: #FFFFFF;
border: 1px solid;
}

.pagination a:hover{
color:#fff;
background: #CD0001;
border: 1px solid rgb(205, 0, 1);
}

.pagination .current {
padding: 6px 9px 5px 9px;
background: #CD0001;
border: 1px solid rgb(205, 0, 1);
color: #fff;
}


/**
---- COMMENTS------
**/


/*
     FILE ARCHIVED ON 14:59:36 Mar 01, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:14:17 Apr 12, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/





#eu-cookie-bar {
	background-color: #FF6600;
	max-width: 1200px;
	margin: auto;
	right: 0;
	font-size: 21px;
	padding: 10px 20px;
}
button#euCookieAcceptWP {
	background: #000000;
	
}
