/*-----------------------------------------------------------------------------------

	Theme Name: Attracto
	Theme URI: http://www.m-themes.eu
	Description: Minimal Responsive Template for Your blog or portfolio
	Author: Marcin Michalak
	Author URI: http://themeforest.net/user/maarcin
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

	Designed and developed by Marcin Michalak. For more please visit http://themeforest.net/user/maarcin
	
----------------------------------------------------------------------------------- */

/* ---------------------------- */
/*           General
/* ---------------------------- */

body {
	background:#fff ;
	  -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
	font: 16px/20px "Open Sans", Helvetica, Arial, sans-serif;
}
bgtk{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-1; /* needed to keep in the background */
         -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
input,
textarea,
select {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.tabledark {
	background-image: url("images/tablebg.png"), url("images/tablebg.png");
	background-color:rgba(0, 0, 0, 0.7);
	border: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
 *border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
}

#tabledarkcorners {
	background-image: url("images/tablebg.png"), url("images/tablebg.png");
	background-color:rgba(0, 0, 0, 0.6);
	border: 0px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
 *border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
}

.wholeblock {
	margin: 10px 0 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1x 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

img {
	max-width:100%;
}

a {
	text-decoration:none;
	-webkit-transition:color .2s ease-in;
	-moz-transition:color .2s ease-in;
	-o-transition:color .2s ease-in;
	transition:color .2s ease-in;
}


.radius {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

.containerlogo {
	max-width:960px;
	overflow: hidden;
	margin-bottom: 6px;
	text-align: center;

	}
.container {
	max-width:960px;
	overflow: hidden;
	margin-bottom: 6px;
	background-color:#FFFFFF;
	border: 0px;


 *border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	}



.header {
	margin-bottom:0px;
}

.logo {
	max-width:960px;
	text-align:center;
}

.shadow {
-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 0 0 rgba(0,0,0,0.1);
	box-shadow:0 0 0 0 rgba(0,0,0,0.1);
}

.divider.margin0, .margin0 {margin-bottom: 0px;}
.divider.margin10, .margin10 {margin-bottom: 10px;}
.divider.margin20, .margin20 {margin-bottom: 20px;}
.divider.margin30, .margin30 {margin-bottom: 30px;}
.divider.margin40, .margin40 {margin-bottom: 40px;}

.content img {
	padding: 0px;
	-webkit-box-shadow:0 0px 0px 0 rgba(0,0,0,0.1);
	-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow:0 0px 0px 0 rgba(0,0,0,0.1);
}

.alignleft {
	float: left;
	margin: 5px 15px 0 0;
}

.alignright {
	float: right;
	margin: 5px 0 0 15px;
}

.aligncenter {
	display: block;
	margin: 10px auto;
}

.divider {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 6px;
	padding-top: 10px;
	margin-bottom: 30px;
}

.pt0 {
	padding-top: 0;
}

.highlight {
	padding: 0 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
}



.error {
	background: #DB2713; /* Old browsers */
	background: #DB2713 -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%);
	background: #DB2713 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1)));
	background: #DB2713 -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #DB2713 -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #DB2713 -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #DB2713 linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	border: 1px solid #AA1D0D;
	color: #fff !important;
	font-size:17px;
	padding-bottom:10px;
	padding-left:10px;
	padding-top:7px;
}



.info {
	background: #328BDE; /* Old browsers */
	background: #328BDE -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%);
	background: #328BDE -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1)));
	background: #328BDE -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #328BDE -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #328BDE -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #328BDE linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	border: 1px solid #2370BD;
	color: #fff !important;
}

.success .icon {background: url(../images/messages/success.png) no-repeat left center;}
.error .icon {background: url(../images/messages/error.png) no-repeat left center;}
.warning .icon {background: url(../images/messages/warning.png) no-repeat left center;}
.info .icon {background: url(../images/messages/info.png) no-repeat left center;}

/* ---------------------------- */
/*        Fluid Columns
/* ---------------------------- */

.full_width_fluid {
	width: 100%;
	float: left;
	
}

.one_half_fluid {
	width:48%;
	margin-right:4%;
	float:left;
}

.one_half_fluid.last {
	width:48%;
	margin-right:0;
	clear:right;
}

.one_third_fluid {
	width:30.5%;
	margin-right:4%;
	float:left;
}

.one_third_fluid.last {
	width:30.5%;
	margin-right:0;
	clear:right;
}

.two_third_fluid {
	width:65.5%;
	margin-right:4%;
	float:left;
}

.two_third_fluid.last {
	width:65.5%;
	margin-right:0;
	clear:right;
}

.one_fourth_fluid {
	width:22%;
	margin-right:4%;
	float:left;
}

.one_fourth_fluid.last {
	width:22%;
	margin-right:0;
	clear:right;
}

.three_fourth_fluid {
	width:74%;
	margin-right:4%;
	float:left;
}

.three_fourth_fluid.last {
	width:74%;
	margin-right:0;
	clear:right;
}

.one_fifth_fluid {
	width:16.5%;
	margin-right:4%;
	float:left;
}

.one_fifth_fluid.last {
	width:16.5%;
	margin-right:0;
	clear:right;
}

.two_fifth_fluid {
	width:38.5%;
	margin-right:4%;
	float:left;
}

.two_fifth_fluid.last {
	width:38.5%;
	margin-right:0;
	clear:right;
}

.three_fifth_fluid {
	width:57%;
	margin-right:4%;
	float:left;
}

.three_fifth_fluid.last {
	width:57%;
	margin-right:0;
	clear:right;
}

.four_fifth_fluid {
	width:79%;
	margin-right:4%;
	float:left;
}

.four_fifth_fluid.last {
	width:79%;
	margin-right:0;
	clear:right;
}

.full_width_fluid, .one_half_fluid, .one_third_fluid, .two_third_fluid, .one_fourth_fluid, .three_fourth_fluid,
.one_fifth_fluid, .two_fifth_fluid, .three_fifth_fluid, .four_fifth_fluid {
	overflow: hidden;
	margin-bottom: 6px;
	}

/* ---------------------------- */
/*          Typography
/* ---------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight:400;
	margin-bottom:1.2em;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {font-weight:inherit;}
h1 {
	font-size:24px;
	line-height:32px;
}
h2 {font-size:22px;	line-height:28px;}
h3 {font-size:20px;	line-height:24px;}
h4 {font-size:18px;	line-height:20px;}
h5 {font-size:16px;	line-height:18px;}
h6 {
	font-size:22px;
	line-height:20px;
}

.section-header {
	text-align:center;
	margin-bottom:30px;
	text-transform:uppercase;
	padding:15px;
	position: relative;
}

.toptext {
padding: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
font-size:18px;
border-bottom: 1px solid rgba(150, 150, 150, 0.1);
}

.header-triangle-down {
	position: absolute;
	bottom: -12px;
	left: 460px;
	width: 24px;
	height: 12px;
}

.dotted-header span {
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-left: 10px;
}

p {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

p img {
	margin:0;
}

em {
	font-style:italic;
}

strong {
	font-weight:700;
}

small {
	font-size:80%;
}

blockquote, blockquote p {
	font-size:14px;
	line-height:24px;
	font-style:italic;
	font-family: "PT Serif", serif;
}

blockquote {
	margin:0 0 20px;
	padding:9px 20px 0 49px;
}

blockquote cite {
	display:block;
	font-size:12px;
	font-style:normal;
}

blockquote cite:before {
	content:"\2014 \0020";
}

hr {
	clear:both;
	height:0;
	border-width:1px 0 0;
	margin:10px 0 30px;
}

.dropcap1, .dropcap2, .dropcap3 {
	width: 1em;
	display: block;
	float: left;
	line-height: 1em;
	text-align: center;
}

.dropcap1 {
    padding: 0.15em 0.2em;
    font-size: 240%;
}

.dropcap2 {
    padding: 0.3em 0.34em;
    margin-right: 10px;
    font-size: 180%;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;   
}

.dropcap3 {
    padding: 0.3em 0.34em;
    margin-right: 10px;
    font-size: 180%;
	-webkit-border-radius: 2.6em;
	-moz-border-radius: 2.6em;
	border-radius: 2.6em;   
}

:focus {-moz-outline-style: none; outline: none;}
a:focus {outline:none;}
a:active {outline:none;}

/* ---------------------------- */
/*           Buttons
/* ---------------------------- */

.container a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.container a.comment-reply-link, #commentform input[type="submit"] {
	padding: 4px 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .2);
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 21px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
	-moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4); 
}

.container a.button.medium,
button.medium,
input[type="submit"].medium,
input[type="reset"].medium,
input[type="button"].medium {
	padding: 5px 12px;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
}

.container a.button.large,
button.large,
input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large {
	padding: 6px 16px;
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
}

.container a.button.red,
button.red,
input[type="submit"].red,
input[type="reset"].red,
input[type="button"].red {
	background: #DB2713; /* Old browsers */
	background: #DB2713 -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%);
	background: #DB2713 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1)));
	background: #DB2713 -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #DB2713 -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #DB2713 -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #DB2713 linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	border: 1px solid #AA1D0D;
	color: #fff !important;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
}

.container a.button.red:hover,
button.red:hover,
input[type="submit"].red:hover,
input[type="reset"].red:hover,
input[type="button"].red:hover {
	background: #DB2713; /* Old browsers */
	background: #DB2713 -moz-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(255,255,255,.1) 100%);
	background: #DB2713 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.1)), color-stop(100%,rgba(255,255,255,.1)));
	background: #DB2713 -webkit-linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	background: #DB2713 -o-linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	background: #DB2713 -ms-linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	background: #DB2713 linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	border: 1px solid #AA1D0D;
}

.container a.button.green,
button.green,
input[type="submit"].green,
input[type="reset"].green,
input[type="button"].green {
	background: #A7BC1E; /* Old browsers */
	background: #A7BC1E -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%);
	background: #A7BC1E -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1)));
	background: #A7BC1E -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #A7BC1E -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #A7BC1E -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #A7BC1E linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	border: 1px solid #7E901C;
	color: #fff !important;
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
}

.container a.button.green:hover,
button.green:hover,
input[type="submit"].green:hover,
input[type="reset"].green:hover,
input[type="button"].green:hover {
	background: #A7BC1E; /* Old browsers */
	background: #A7BC1E -moz-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(255,255,255,.1) 100%);
	background: #A7BC1E -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.1)), color-stop(100%,rgba(255,255,255,.1)));
	background: #A7BC1E -webkit-linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	background: #A7BC1E -o-linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	background: #A7BC1E -ms-linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	background: #A7BC1E linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	border: 1px solid #7E901C;
}

.container a.button.blue,
button.blue,
input[type="submit"].blue,
input[type="reset"].blue,
input[type="button"].blue {
	background: #328BDE; /* Old browsers */
	background: #328BDE -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%);
	background: #328BDE -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1)));
	background: #328BDE -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #328BDE -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #328BDE -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #328BDE linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	border: 1px solid #2370BD;
	color: #fff !important;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
}

.container a.button.blue:hover,
button.blue:hover,
input[type="submit"].blue:hover,
input[type="reset"].blue:hover,
input[type="button"].blue:hover {
	background: #328BDE; /* Old browsers */
	background: #328BDE -moz-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(255,255,255,.1) 100%);
	background: #328BDE -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.1)), color-stop(100%,rgba(255,255,255,.1)));
	background: #328BDE -webkit-linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	background: #328BDE -o-linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	background: #328BDE -ms-linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	background: #328BDE linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	border: 1px solid #2370BD;
}

.container a.button.yellow,
button.yellow,
input[type="submit"].yellow,
input[type="reset"].yellow,
input[type="button"].yellow {
	background: #FFD337; /* Old browsers */
	background: #FFD337 -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%);
	background: #FFD337 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1)));
	background: #FFD337 -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #FFD337 -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #FFD337 -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #FFD337 linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	border: 1px solid #E8B920;
	color: #444 !important;
	text-shadow: 0 1px 0 rgba(255,255,255,.4);
}

.container a.button.yellow:hover,
button.yellow:hover,
input[type="submit"].yellow:hover,
input[type="reset"].yellow:hover,
input[type="button"].yellow:hover {
	background: #FFD337; /* Old browsers */
	background: #FFD337 -moz-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(255,255,255,.1) 100%);
	background: #FFD337 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.1)), color-stop(100%,rgba(255,255,255,.1)));
	background: #FFD337 -webkit-linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	background: #FFD337 -o-linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	background: #FFD337 -ms-linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	background: #FFD337 linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	border: 1px solid #E8B920;
}

.container a.button.black,
button.black,
input[type="submit"].black,
input[type="reset"].black,
input[type="button"].black {
	background: #444; /* Old browsers */
	background: #444 -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%);
	background: #444 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1)));
	background: #444 -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #444 -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #444 -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #444 linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	border: 1px solid #222;
	color: #fafafa !important;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
}

.container a.button.black:hover,
button.black:hover,
input[type="submit"].black:hover,
input[type="reset"].black:hover,
input[type="button"].black:hover {
	background: #444; /* Old browsers */
	background: #444 -moz-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(255,255,255,.1) 100%);
	background: #444 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.1)), color-stop(100%,rgba(255,255,255,.1)));
	background: #444 -webkit-linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	background: #444 -o-linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	background: #444 -ms-linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	background: #444 linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	border: 1px solid #222;
}

.container .button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

/* ---------------------------- */
/*            Lists
/* ---------------------------- */

ul,ol {
	   padding: 0px;
    margin: 10px 0px 10px 25px;
}

ul {
	list-style:circle inside;
	text-indent:-15px;
	margin-left:10px;

}

ol {
	list-style:decimal;
}

ol,ul.square,ul.circle,ul.disc {
	margin-left:30px;
}

ul.square {
	list-style:square outside;
}

ul.circle {
	list-style:circle outside;
}

ul.disc {
	list-style:disc outside;
}

ul ul,ul ol,ol ol,ol ul {
	margin:4px 0 5px 30px;
}

ul ul li,ul ol li,ol ol li,ol ul li {
	margin-bottom:6px;
}

li {
	line-height:22px;
	margin-bottom:35px;
	margin-left:10px;
}


ul.large li,li p {
	line-height:21px;
}

ul.arrow li {
	padding-left: 20px;
	-webkit-transition:all .1s ease-in;
	-moz-transition:all .1s ease-in;
	-o-transition:all .1s ease-in;
	transition:all .1s ease-in;
}

ul.arrow li:hover {
	background-position: 5px center;
}


/* ---------------------------- */
/*           Tables
/* ---------------------------- */

/* light version */

table {
	border-collapse: collapse;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 0px solid #FFFFFF;
}

td, th {
	border-bottom: 0px solid #ffffff;
}

td {
	border-left: 0px solid #ccc;
	background: #ffffff;
	color: #FFFFFF;
	padding: 0em 0em;
	font-size: 12px;
}

tr.even td {
	background: #ffffff;
}

th {
	background: #ffffff;
	color: #666;
	padding: 1.6em 1em;
	text-shadow: 0 1px 1px rgba(255,255,255,0.8);
	font-size: 12px;
}

th.first-th {
	border-left: 0px solid #ffffff;
}

/* dark version */

table.table-dark {
	border-top: 0px solid #333;
	border-right: 1px solid #333;
}

.table-dark td, .table-dark th {
	border-bottom: 0px solid #333;
	text-align: center;
}

.table-dark td {
	border-left: 0px solid #333;
	background: #5a5a5a;
	color: #ddd;
}

.table-dark tr.even td {
	background: #555555;
}

.table-dark th {
	background: #454545;
	color: #eee;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.table-dark th.first-th {
	border-left: 0px solid #333;
}


/* ---------------------------- */
/*         Navigation
/* ---------------------------- */

#nav-wrapper {
	position:relative;
	top:53px;
	float:right;
	margin-top:-41px;
	margin-right:10px;
}

#nav {
	float:right;
	-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow:0 1px 0 0 rgba(0,0,0,0.1);
	box-shadow:0 1px 0 0 rgba(0,0,0,0.1);
}

#responsive-nav {
	display: none;
}

#nav,#nav ul {
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:18px;
	z-index:600;
	margin:0;
}

#nav ul {
	margin-top:0;
	position:absolute;
	left: -1px;
	width:200px;
	display:none;
	-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.1);
	-moz-box-shadow:0 3px 3px 0 rgba(0,0,0,0.1);
	box-shadow:0 3px 3px 0 rgba(0,0,0,0.1);
	padding:0;
}

#nav a {
	display:block;
	height:20px;
	text-decoration:none;
	font-size:13px;
	padding:10px 12px;
}

#nav > li.first-child a {
	border-left:none;
}

#nav li {
	float:left;
	position:relative;
	margin-bottom:0;
	padding:0;
}

#nav li ul a {
	width:180px;
	float:left;
	padding:9px 5px 10px 15px;
	-webkit-transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-o-transition:all .2s ease-in;
	transition:all .2s ease-in;
}

#nav li ul li {
	margin:0;
	padding:0;
}

#nav ul ul {
	top:auto;
}

#nav li ul ul {
	left:200px;
	margin:0;
}

#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li:hover ul ul ul ul {
	display:none;
}

#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li li li li:hover ul {
	display:block;
}

/* ---------------------------- */
/*          Content
/* ---------------------------- */

.page-title h1 {
	font-size: 34px;
	margin-bottom: 0;
	padding: 17px;
}

.content {
	margin-bottom:10px;
}

.content-inner {
	padding:20px;
}

.slogan {
	margin-bottom: 50px;
}

.slogan .three_fourth_fluid, .slogan .one_fourth_fluid {
	margin-bottom: 0;
}

.slogan .content-inner {
	padding: 30px;
}

.slogan p {
	margin-bottom: 0;
	font-size: 17px;
	line-height: 22px;
}

.slogan a {
	text-decoration: underline;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

.slogan a:hover {
	text-decoration: none;
}

.container .slogan a.button {
	margin: 15px 0 0 0;
	float: right;
}



/* ---------------------------- */
/*         Contact Us
/* ---------------------------- */

.google-map iframe {
	width: 100%;
	height: 250px;
}
.contact-details h6 {
	margin-bottom: 0.6em;
	font-weight: bold;
}
.contact-details span {
	padding-left: 26px;
	margin-bottom: 10px;
	display: block;
}


/* ---------------------------- */
/*           Footer
/* ---------------------------- */

#footer-wrapper {
	padding:30px 0;
}

#footer {
	font-size: 12px;
	line-height: 18px;
}

#footer h6 {
	margin-bottom: 1.2em;
}

.content a, #footer a, #footer-bottom a, .portfolio-categories a {
	-webkit-transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-o-transition:all .2s ease-in;
	transition:all .2s ease-in;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

#footer li {
	padding-left: 20px;
	-webkit-transition:all .1s ease-in;
	-moz-transition:all .1s ease-in;
	-o-transition:all .1s ease-in;
	transition:all .1s ease-in;
}

#footer li:hover {
	background-position: 5px center;
}

#footer-bottom {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#footer-bottom p {
	margin-bottom:0;
	font-size: 12px;
}

.footer-nav ul {
	float: right;
	margin-bottom: 0;
}

.footer-nav li {
	display: inline-block;
	float: left;
	margin-bottom: 0;
	margin-left: 10px;
}

.footer-nav li a {
	padding: 0 3px;
	font-size: 12px;
}

/* ---------------------------- */
/*       Isotope plugin
/* ---------------------------- */

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* ---------------------------- */
/*       GoToTop plugin
/* ---------------------------- */

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(../images/totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../images/totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}
