/*
Theme Name: Secura
Author: Secura
Author URI: http://www.securasecurity.org/
Description: In 2015, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Creating a magazine website with WordPress has never been easier.
Version: 1.1
Tags: blue, two-columns, left-sidebar, right-sidebar, custom-background, featured-images, post-formats, theme-options, accessibility-ready
*/

@font-face {
 font-family: 'Open Sans Condensed';
 font-style: normal;
 font-weight: 300;
 src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xBEur64QvLD-0IbiAdTUNXE.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xF1YPouZEKgzpqZW9wN-3Ek.woff) format('woff');
}
@font-face {
 font-family: 'Open Sans Condensed';
 font-style: normal;
 font-weight: 700;
 src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xIF8zhZCJ7x9Pr62cRgaVUA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xONSK5BxN3NFS4EJkViHIqo.woff) format('woff');
}
body {
	background-image: url(img/bg-body.html);
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: 300;
	font-size:18px;
	line-height:24px;
	font-style:normal;
}
.p-lg {
	font-size:20px;
}
.text-yellow {
	color: #ffb400 !important;
}
.text-yellow-light {
	color: #ffca4b;
}
.text-black {
	color: #444;
}
.h1, .h2, .h3, h1, h2, h3 {
	font-size:20px;
	margin-top: 0px !important;
}
.img-responsive {
	display:inline;
}
strong {
	font-weight: 700;
}
.navbar {
	background-color: #3c3c3c;
	margin-bottom: 0px;
}
.navbar-brand {
	float: left;
	height: 75px;
	padding: 0px;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.navbar-nav > li > a {
	font-size: 18px;
	font-weight:300;
	padding: 0px 15px;
	color: #FFFFFF;
	text-transform:uppercase;
	margin-top:25px;
	border-right: 1px solid #555;
}
.navbar-nav .end {
	border-right: none;
}
.navbar-inverse {
	border-bottom: 1px solid #8d8b8c;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color:#ffb400;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a.active {
	color:#ffb400;
}
@media (max-width:991px) {
.navbar-nav > li > a {
 border-right: none;
 margin-top: 10px;
}
}
@media (max-width:767px) {
.navbar-toggle {
 margin-top: 20px !important;
}
}
.container-white-inr {
	background-color: #FFF;
	padding-top: 80px;
	padding-bottom: 30px;
}
.container-white {
	background-color: #FFF;
	padding-top: 80px;
	padding-bottom: 80px;
}
.container-grey {
	background-color: #F5F5F5;
	padding-top: 80px;
	padding-bottom: 80px;
}
.container-yellow {
	background-color: #ffb400;
	padding-top: 80px;
	padding-bottom: 80px;
}
.container-top {
	background-color: #ffb400;
	margin-top:70px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.container-dark {
	color:#fff;
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(img/bg-dark.jpg);
	background-repeat: repeat;
}
.container-footer {
	font-size:14px;
	color:#999;
	padding: 20px 0px;
	background-image: url(img/bg-footer.jpg);
	background-repeat: repeat;
}
.bg-breadcrumb {
	background-image: url(img/body_bg.html);
	background-position: center center;
	padding: 20px 10px;
}
.breadcrumb {
	list-style: none;
	color: #555;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0px !important;
}
.breadcrumb a {
	color: #555;
}
.breadcrumb>li {
	display: inline-block
}
.breadcrumb>li+li:before {
	font-family: "fontello";
	padding: 0 12px 0 5px;
	color: #555;
	/*content: "\e844";*/
}
.breadcrumb > .active {
	color: #ffb400;
}
footer a {
	color: #999;
}
footer a:hover {
	color: #999;
}
.border {
	border: 1px solid #ccc;
}
h2, .h2 {
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
}
h3, .h3 {
	font-size: 50px;
	font-weight:700;
	line-height:60px;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}
h3 sup, .h3 sup {
	top: -1em;
	font-size: 30px;
	line-height: 20px;
}
h4, .h4 {
	font-size: 26px;
	font-style:italic;
	line-height:30px;
	padding: 0 0 20px 0;
}
.container-white h2, .container-white .h2 {
	color:#999;
}
.container-white h4, container-white .h4 {
	color:#666;
}
.product-details p {
	letter-spacing: 1px;
	line-height:26px;
}
.container-dark h2, .container-dark .h2 {
	color:#fff;
}
.container-dark h3, .container-dark .h3 {
	color:#ffb400;
}
.container-dark h4, .container-dark .h4 {
	color:#fff;
	font-style:normal;
	font-size:26px;
	font-weight:bold;
	padding: 0 0 0px 0;
}
.container-yellow h4, .container-yellow .h4 {
	color:#fff;
	font-style:normal;
	font-size:30px;
	text-transform:uppercase
}
.btn-panel {
	padding-top: 20px;
	width:60%;
}
.icon-size-30 {
	font-size:30px;
}
.title-main {
	font-size: 30px;
	line-height: 40px;
	font-weight:700;
	color:#337ab7;
}
.title-blog {
	font-size: 30px;
	font-weight:700;
	line-height:30px;
	padding: 0 0 10px 0;
}
.title-blog a {
	color:#333;
}
.title-grey {
	color: #999;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	padding: 15px 0 0 18px;
}
 @media (max-width:767px) {
.title-white {
 font-size: 20px !important;
}
.title-blog {
 font-size: 20px !important;
}
.title {
 font-size: 18px !important;
}
}
.text-grey {
	color:#8a8a8a
}
.text-red-dark {
	color:#ce2916
}
.text-red {
	color: #FF0000;
}
.no-padding-top {
	padding-top: 0 !important;
}
.padding-10 {
	padding: 10px;
}
.padding-top-5 {
	padding-top: 5px;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-top-40 {
	padding-top: 40px;
}
.padding-top-100 {
	padding-top: 90px;
}
.padding-btm-10 {
	padding-bottom: 10px;
}
.padding-btm-20 {
	padding-bottom: 20px;
}
.padding-btm-30 {
	padding-bottom: 30px;
}
.padding-btm-40 {
	padding-bottom: 40px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-40 {
	margin-top: 40px;
}
.mr-lt-rt {
	margin:0 15px 0 15px;
}
.pd-lf-rt {
	padding:0 30px 0 30px
}
.well-yellow {
	background-color: #FFFFCC;
}
.singlep ul, .singlep ol, ul.list-check {
	list-style: none;
	padding-left: 20px;
}
ul.list-check li {
	padding-top: 3px;
	text-align: left;
}
.singlep ul li:before, ul.list-check li:before {
	font-family: "fontello";
	content: "\e826";
	margin-right: 10px;
	margin-left: -20px;
	color: #ffb400;
}
.singlep ol li:before {
	font-family: "fontello";
	content:'\e868';
	padding-left:20px;
	margin-left: -53px;
	color: #ffb400;
}
ul.list-bullet {
	list-style: none;
	padding-left: 0px;
}
.list-bullet li {
	background-image: url(img/arrow-check.html);
	background-position: 3px 6px;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 3px;
	text-align: left;
}
@media (min-width:768px) {
.visible-sm-left-center {
 display: block!important;
 text-align: left !important;
}
.visible-sm-right-center {
 display: block!important;
 text-align: right !important;
}
.navbar-toggle {
 margin-top: 20px !important;
}
}
 @media (max-width:767px) {
.visible-sm-left-center {
 display: block!important;
 text-align: center !important;
}
.visible-sm-right-center {
 display: block!important;
 text-align: center !important;
}
.p-lg {
 font-size:20px;
}
h2, .h2 {
 font-size: 24px;
 line-height: 30px;
 font-weight:600;
 text-transform: uppercase;
}
h3, .h3 {
 font-size: 30px;
 font-weight:700;
 line-height:40px;
 padding: 0 0 10px 0;
 text-transform: uppercase;
}
h3 sup, .h3 sup {
 top: -1em;
 font-size: 30px;
 line-height: 20px;
}
h4, .h4 {
 font-size: 26px;
 font-style:italic;
 line-height:30px;
 padding: 0 0 20px 0;
}
}
 @media (max-width:360px) {
.h4 {
 font-size: 16px !important;
 line-height:30px;
 padding: 0 0 20px 0;
}	 
 }
/*i------------------------*/


.list-2 {
}
.list-2 ul {
	padding:10px 15px 0 0px;
}
.list-2 ul li {
	color:#555;
	padding-top:5px;
	list-style:none;
	font-size:16px;
}
.list-2 ul li:before {
	font-family:Fontello;
	content:'\e868';
	padding-right:15px;
}
ol {
	padding:10px 15px 0 0px;
}
ol li {
	color:#333;
	padding-top:5px;
	list-style:none;
	line-height:20px;
	font-size:16px;
}
ol li:before {
	font-family:Fontello;
	content:'\e868';
	padding-right:15px;
}
.list {
}
.list ul {
	padding:10px 0px 0 0px;
}
.list ul li {
	padding-top:5px;
	list-style:none;
	font-size:16px;
}
.list ul li:before {
	font-family:Fontello;
	content:'\e868';
	padding-right:15px;
	color:#ffb400;
}
.follow-group a {
	display: block;
	float: left;
	line-height: 19px;
	text-align: center;
	margin-right: 5px;
	border: 1px solid #fa6839;
	width: 20px;
	height: 20px;
	color: #fa6839;
	font-size: 12px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
 -webkit-transition: all .2s linear;
 -moz-transition: all .2s linear;
 -ms-transition: all .2s linear;
 -o-transition: all .2s linear;
}
.follow-group a:hover {
	border-color:#59c45a;
	color:#59c45a;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box
}
.awe-btn {
	display:inline-block;
	text-decoration:none;
	background-color:transparent;
	border:1px solid #dedede;
	color:#333;
	font-weight:600;
	position:relative;
	border-radius:30px;
	outline:0;
	background-repeat:no-repeat;
-webkit-transition:all .2s linear;
-moz-transition:all .2s linear;
-ms-transition:all .2s linear;
-o-transition:all .2s linear
}
.awe-btn.awe-btn-1 {
	color:#333;
	background-color:#fff;
	letter-spacing:1px;
	font-weight:400
}
.awe-btn.awe-btn-1:hover {
	background-color:#fbfbfb;
	color:#ffb400
}
.awe-btn.awe-btn-2 {
	color:#fff;
	background-color:#333;
	letter-spacing:1px;
	font-weight:400;
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;
	border:solid 3px #333;
}
.awe-btn.awe-btn-2:hover {
	background-color:transparent;
	color:#333
}
.awe-btn.awe-btn-3 {
	color:#333;
	background-color:#ffb400;
	letter-spacing:1px;
	font-weight:400;
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;
	border:solid 3px #ffb400;
}
.awe-btn.awe-btn-3:hover {
	background-color:transparent;
	color:#fff
}
.awe-btn {
	color:#333;
	background-color:#fff;
	letter-spacing:1px;
	font-weight:400
}
.awe-btn.awe-btn-lager {
	line-height:50px;
	font-size:16px;
	padding-left:35px;
	padding-right:35px
}
.awe-btn.awe-btn-mid {
	line-height:30px;
	font-size:14px;
	padding-left:10px;
	padding-right:10px
}
.awe-btn.arrow-right {
	padding-right:60px;
	padding-left:20px;
	background-position:right 20px center;
	background-image:url(img/icon-arrow-blue.html);
 -webkit-transition:all .2s linear;
-moz-transition:all .2s linear;
-ms-transition:all .2s linear;
-o-transition:all .2s linear
}
.awe-btn.arrow-right:hover {
	background-position:right 10px center;
	text-decoration:none;
}
.awe-btn.arrow-right-2 {
	padding-right:60px;
	padding-left:20px;
	background-position:right 20px center;
	background-image:url(img/icon-arrow-white.html);
 -webkit-transition:all .2s linear;
-moz-transition:all .2s linear;
-ms-transition:all .2s linear;
-o-transition:all .2s linear
}
.awe-btn.arrow-right-2:hover {
	background-position:right 10px center;
	text-decoration:none;
}
.carousel-control {
	position: absolute;
	top: 40%;
}
/*form elements ----------------------------*/	
.pd-lf-rt {
	padding:0x 30px 0 30px;
}
.formSecWrap {
	margin-right:0;
}
.formSecWrap form {
	margin:0;
	padding:0;
}
.formSecWrap form input[type="text"], textarea {
	background: #fff;
	border: none;
	border-radius: 10px;
	color: #777777;
	display: block;
	outline: medium none;
	padding: 8px 13px;
	margin-bottom:20px;
	width:100%;
	font-family:'Oswald', sans-serif;
	font-size: 16px;
}
.formSecWrap form .textarea {
	height:214px;
	padding:20px;
	margin-bottom:20px;
	overflow:auto;
}
.formSecWrap form input[type="text"], textarea:focus {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	color: #444444;
}
.formSecWrap form {
	margin-top: 30px;
}
.formWrap input[type="submit"] {
	margin: 10px 0 20px 0;
}
.formSecWrap form input[type="submit"] {
	background: #ffb400;
	border-radius: 10px;
	padding: 10px 0;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight:600;
	text-decoration: none;
	cursor: pointer;
	width: 100%;
	border: none;
	line-height: 21px;
	text-align: center;
 -webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
}
.formSecWrap form input[type="submit"]:hover {
	background: #ddd;
	color:#333;
}
.form-control:focus {
	border-color:#98bd15;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}
.panel {
	padding:10px 15px 10px 15px
}
a.gotoTop {
	position: fixed;
	z-index: 12;
	right: 1px;
	bottom: 80px;
	color: #FFF;
	background:url(img/up-arrow-round-blue.html) no-repeat center center #555;
	padding: 2px 10px 5px 15px;
	display: none;
	width: 30px;
	height:30px;
 -webkit-transition:all .2s ease-in-out;
 -o-transition:all .2s ease-in-out;
 transition:all .2s ease-in-out;
}
a.gotoTop:hover {
	text-decoration: none;
	background:url(img/up-arrow-round-blue.html) no-repeat center center #ffb400;
}


.padding-left-35{
	padding-left:35px;
}
.title{
	font-size:27px;
	font-weight:600;
}
.news-right {
	background: url(img/features-right.png) no-repeat left center;
	min-height: 600px;
	padding: 38px 0 0 15px;
}
.border-bottom {
	border-bottom: 1px #bfbebe solid;
	padding: 0 0 8px 15px;
}
.step {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}
.customNavigation {
	text-align: center;
	position: relative;
}
.customNavigation a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.customNavigation .prev {
	z-index: 0;
	top: -110px;
	position: absolute;
	left: -20px;
}
.customNavigation .next {
	z-index: 0;
	top: -110px;
	position: absolute;
	right: -20px;
}
.space-20{
	margin-right:20px;
	margin-left:20px;
}
/*.panel {
	background-color: white;
	box-shadow: none;
	margin-bottom: 10px !important;
	padding:0;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}*/
.panel {
	margin-bottom: 10px !important;
	padding:0;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

}
.panel .collapsed {
	background-color: transparent !important;
}
.panel .accordion-toggle {
	background-color: #fff;
}
.panel .accordion-toggle:before {
	font-family: "fontello";
	content: "\e83e";
	margin-right: 10px;
	margin-left: -30px;
}
.panel .collapsed:before {
	font-family: "fontello";
	content: "\e804";
	margin-right: 10px;
}
.panel-heading {
	padding: 0px;
}
.panel-heading > a {
	color: #333;
	display: block;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 20px 10px 40px;
	border-top: 1px solid #ddd;
	text-decoration:none !important;
}
.panel-heading > a:hover {
	background-color: #fff;
	text-decoration: none;
}
.panel-group .panel-heading {
	padding: 0px !important;
	border-radius: 0px !important;
}
.panel-group {
	margin-bottom: 20px
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0px
}
.panel-group .panel+.panel {
	margin-top: 0px
}
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 1px none #fff;
	background-color: #fff;
	padding-left:30px;
	padding-right:30px;
}
.testimonials {
	padding-bottom: 40px;
	padding-left: 0;
	padding-right: 0;
}
.testimonials .testimonials-body {
	background-color: #fff;
	padding: 10px;
	margin-top: 30px;
}
.testimonials .testimonials-body p {
	color: #000;
	font-weight: 700;
}
.testimonials .testimonials-body .author {
	color: #666;
	font-size: 14px;
	font-weight: 700;
}
.testimonials .testimonials-white {
	height: 39px;
	background-image: url(img/testimonial-white-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.testimonials .testimonials-body .author span {
	font-weight: 400;
	display: block;
}
.testimonials .testimonials-body-orange {
	background-color: #ffb400;
	padding: 10px;
	margin-top: 0px !important;
}
.testimonials .testimonials-orange {
	height: 38px;
	background-image: url(img/testimonials-orange-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.pagination ul {
	list-style-type: none;
}
.pagination .nav-previous, .pagination .nav-next {
	white-space: nowrap;
}
.pagination .nav-previous {
	float: left;
	width: 50%;
}
.pagination .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.pagination {
	overflow: hidden;
	width: 100%;
	margin-top: 5px;
	text-align: center;
}
.pagination ul {
	list-style: none;
	margin: 0;
	display: inline-block;
	padding-left:0;
}
.pagination ul li {
	float: left;
	margin-bottom: 5px;
}
.currenttext, .pagination a:hover {
	color: #fff;
	margin: 0 5px 0 0;
	display: inline-block;
	float: left;
	line-height: 1;
	text-decoration: none;
	padding: 10px 13px;
	margin-bottom: 10px;
	background-color: #003366;
}
.pagination a .currenttext {
	padding: 0;
	background: transparent;
	color: #FFF;
	margin-right: 0;
	margin-bottom: 0;
}
.pagination a:hover .currenttext {
	color: #fff
}
.pagination a {
	background: #38B7EE;
	margin: 0 5px 0 0;
	display: inline-block;
	float: left;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	padding: 10px 13px;
	margin-bottom: 10px;
}
.pagination ul li:last-child a {
	margin-right: 0
}
.pagination a:hover {
	color: #fff
}
.pagination .current .currenttext {
	margin-bottom: 10px
}
.pagination::after, .pagination::before {
    content: " ";
    display: table;
}
*::-moz-selection {
    background: none repeat scroll 0 0 #3f3d3e;
    color: #ffb400;
    text-shadow: none;
}
img::-moz-selection {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.text-sm{
	font-size:17px !important;
}