p {
    margin: 0 0 10px;
}

/*Rewrite the stupid bootstrap
 ------------------------------------------------*/
[class^="icon-"], [class*=" icon-"] {
    height: auto;
    line-height: 1.7!important;
    width: auto;
}
/* No padding class for topbar
-------------------------------------------------*/
.no-padding {
	padding:0;
}
/* Left and Right Margin
-------------------------------------------------*/
.white-bg {
	position:relative;
	background-color:#FFFFFF;
	padding:0 50px;

}
.uk-panel-fullwidth {
	margin:0 -50px;
	padding-left:0;
	padding-right:0

}
.headerbar{
	margin-right:-50px;
	margin-left:-50px;
}
.footer-lr-outer,
.footer-a-outer {
	margin-right:-50px;
	margin-left:-50px;
	padding-left:50px;
	padding-right:50px;
	margin-bottom:0!important;
}

@media (max-width: 1280px) {
	.white-bg {padding:0 50px}
	
	.uk-panel-fullwidth,
	.headerbar { margin-right:-50px;margin-left:-50px}
	
	.footer-lr-outer,
	.footer-a-outer { margin-right:-50px;margin-left:-50px;padding:40px 50px}

	.sprocket-grids-b-container {margin: 0 0}
}
@media (max-width: 959px) {
	.white-bg {padding:0 20px}
	
	.uk-panel-fullwidth,
	.headerbar { margin-right:-20px;margin-left:-20px}
	
	.footer-lr-outer,.footer-a-outer { margin-right:0;margin-left:0;}
	.tm-navbar {margin: 15px}
}


/* Dropdown Animation 
 ========================================================================== */
.uk-open > .uk-dropdown {
    display: block;
    -webkit-animation: @dropdown-animation 0.8s ease-in-out;
    animation: @dropdown-animation 0.8s ease-in-out;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
    -webkit-animation: @dropdown-animation 0.3s ease-in-out;
    animation: @dropdown-animation 0.3s ease-in-out;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
/* Main Menu 
 ========================================================================== */
.menu-inner {
	float:right; 
	position:relative;
}
.uk-navbar {
    background: #444444!important;
}
.uk-navbar-nav > li > a {
    text-transform: uppercase;
}
.uk-navbar-nav > li.uk-parent > a:after {
  content: "\f0d7";
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 0;
}
.uk-navbar-nav > li.uk-parent > a {
  padding-right: 25px;
  position: relative;
}
/* Off Canvas Menu Icon
 ========================================================================== */
.uk-navbar-toggle:after {
  content: "\f039";
  font-family: FontAwesome;
  /* 1 */
  vertical-align: middle;
}
.uk-navbar-toggle-alt:after {
  content: "\f039";
}

/* Logo
 ========================================================================== */

.logo {
	text-align:left;
	float:left;
}
.logo p {
	margin:0
}

.tm-logo {
	float:left;
}
/* Mobile Logo
 ========================================================================== */

.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
    height: auto;
}
/* Joomla Content Container
 ========================================================================== */
.tm-content {
	padding-top:10px;
	padding-bottom:10px;
}

/* Breadcrumbs
 ========================================================================== */

.uk-breadcrumb {
	margin-bottom:30px;
	border-bottom:1px solid #ededed;
	padding-bottom:20px;
}
/* Joomla Module
 ========================================================================== */
.uk-panel-border {
	border:1px solid #ededed;
}
.uk-panel-shadow {
	-webkit-box-shadow: 5px #dddddd;
	box-shadow:0 0 5px #dddddd;
	-moz-box-shadow:5px #dddddd;
}
.uk-panel-grey {
	border: 1px solid #ededed;
   background: #f5f5f5;
}

/* Footer A
 ========================================================================== */
 .footer-a-outer {
	padding-top:50px;
	padding-bottom:50px;
}
.footer-a-outer,
.footer-a-outer a,
.footer-a-outer h1,
.footer-a-outer h2,
.footer-a-outer h3,
.footer-a-outer h4,
.footer-a-outer h5,
.footer-a-outer h6,
.footer-a-outer uk-title,
.footer-a-outer code,
.footer-a-outer em {
	color:#fff
}
/* Footer Left Right
 ========================================================================== */
.footer-lr-outer {
	padding-top:40px;
	padding-bottom:40px;
	background:#111;
}
.footer-lr-outer a,
.footer-lr-outer h1,
.footer-lr-outer h2,
.footer-lr-outer h3,
.footer-lr-outer h4,
.footer-lr-outer h5,
.footer-lr-outer h6,
.footer-lr-outer uk-title,
.footer-lr-outer code,
.footer-lr-outer em {
	color:#fff!important
}

/* TopScroller
 ========================================================================== */
.tm-totop-scroller {
    color: #444444;
    display: block;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    position: fixed;
    right: 20px;
    text-align: center;
    bottom: 20px;
	top:auto!important;
    transition: all 0.05s linear 0s;
    width: 20px;
    z-index: 1000;
}
/* Font Awesome Plus Icon for ul li list
 ========================================================================== */
ul.plus { padding-left:20px; list-style:none; }
ul.plus li { margin-bottom:10px; }
ul.plus li:before {    
    font-family: 'FontAwesome';
    content: '\f067';
    margin:0 10px 0 -15px;
}
ul.check { padding-left:20px; list-style:none; }
ul.check li { margin-bottom:10px; }
ul.check li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 10px 0 -15px;
}

/* Modern Font Face
----------------------------------------------------------------------------------------------------*/
.table-ico td {text-align:center}
.table-ico span.ico {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	font-family: 'modern_pictogramsnormal';
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto 0;
	width: 40px;
	text-align:center;
	color:#fff;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	
}

@font-face {
	font-family: "modern_pictogramsnormal";
	font-style: normal;
	font-weight: normal;
	src: url('modernpics-webfont.eot') format("embedded-opentype"), url('modernpics-webfont.woff') format("woff"), url('modernpics-webfont.ttf') format("truetype"), url('modernpics-webfont.svg') format("svg");
}
span.ico {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	font-family: 'modern_pictogramsnormal';
	font-size: 70px;
	height: 100px;
	line-height: 100px;
	margin: 0 auto 12px;
	width: 100px;
	text-align:center;
	color:#fff;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
}
span.ico:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* Center Title with Border
----------------------------------------------------------------------------------------------------*/
.headline-border h3.uk-panel-title {
    overflow: hidden;
    text-align: center;
	font-size:200%;
	padding:20px 0;
}
.headline-border h3.uk-panel-title:before,
.headline-border h3.uk-panel-title:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.headline-border h3.uk-panel-title:before {
    right: 0.5em;
    margin-left: -50%;
}
.headline-border h3.uk-panel-title:after {
    left: 0.5em;
    margin-right: -50%;
}
/* HR Styles
----------------------------------------------------------------------------------------------------*/
hr.style-one { 
	border: 0; 
	height: 1px; 
	margin:40px 0;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0)); 
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0)); 
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0)); 
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
}

hr.style-two { 
	padding: 0; 
	border: none; 
	border-top: medium double #ededed; 
	color: #ddd;
	text-align: center; 
	margin:40px 0;
} 
hr.style-two:after { 
	content: "v"; 
	display: inline-block; 
	position: relative; 
	top: -0.7em; 
	font-size: 1.5em; 
	padding: 0 0.25em; 
	background: white;
 }
/* IMG Styles
----------------------------------------------------------------------------------------------------*/
.shadow-img {
	-moz-box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:  0 -4px 25px rgba(0, 0, 0, 0.3);
    box-shadow:  0 -4px 25px rgba(0, 0, 0, 0.3);
	max-width:100%;
	margin:30px 0 60px 0;

}
.shadow {
	-moz-box-shadow: 0 0 0 10px #ccc;
	-webkit-box-shadow:  0px 0px 10px 0px #ccc;
    box-shadow:  0px 0px 10px 0px #ccc;
	max-width:100%;
	margin:10px 0;

}
.polaroid {
	-moz-box-shadow: 0 0 0 10px #ccc;
	-webkit-box-shadow:  0px 0px 10px 0px #ccc;
    box-shadow:  0px 0px 10px 0px #ccc;
	max-width:99%;
	padding:1%;
	background:#fff;
}
.screenshots {
	float:left;
	margin:20px 10px 5px 0;
	border:1px solid #ccc;
	padding:10px;
}
/* Stop override the search field from stupid bootstrap css
 ========================================================================== */
.uk-search-field {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #f2f2f2!important;
    border-radius: 0!important;
    box-sizing: border-box!important;
    font: inherit!important;
    margin: 0!important;
    padding: 0 0 0 30px!important;
    transition: all 0.2s linear 0s!important;
    vertical-align: middle!important;
}

/* Opacity for Google Map
 ========================================================================== */
.map {
	opacity:0.5;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
}
.map:hover {
	opacity:1;
}

/* Sample Form
 ========================================================================== */

.sample-form textarea {
	background: #fff;
	resize: none;
	padding: 15px;
	width: 470px;
	margin: 10px 0px;
	color: #000;
	border: none;
	outline: none;
	-webkit-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	height:100px;
	font-family:Arial;
	font-size:100%;
	max-width:90%;

}
.sample-form input {
	background: #fff;
	resize: none;
	padding: 15px;
	width: 470px;
	margin: 10px 0px;
	color: #000;
	border: none;
	outline: none;
	-webkit-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	font-family:Arial;
	font-size:100%;
	max-width:90%;

}

.sample-form input:focus, .sample-form textarea:focus{
	background:#f1f1f1;
}


