/*BASE STYLES*/
body {
    margin: 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #7d7d7d;
    background-color: #fff
}
a {
    color: #999;
    text-decoration: none
}
a:hover, a:focus {
    color: #737373;
    text-decoration: underline
}
i {
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

ul.alist { 
	list-style-type: circle;
}

ul {
    margin: 0;
    list-style: none
}
li {
    line-height: 1.9
}
p {
    margin-bottom: 20px
}
img {
    max-width: 100%;
    border: none
}
a:hover {
    text-decoration: none
}
h1, h3{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: bolder;
    color: #2f2f2f;
    margin: 0 0 10px 0;
    padding: 0;
}
h1 {
    font-size: 28px;
    line-height: 1.6
}
h3 {
    font-size: 18px;
    line-height: 1.6
}
.highlight {
    color: #f9f9f9
}
p {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin: 0  0 20px 0
}
a {
    outline: 0;
    color: #8f8f8f;
    text-decoration: none
}
a:hover, a:focus {
    outline: 0;
    /*color: #666;*/
    color: #eaeaea;
    text-decoration: none
}
a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
em {
    font-style: italic
}
/*END BASE STYLES*/

/*FONT STYLE*/
@font-face {
    font-family: 'Open Sans';
    src: url('/https/www.ampliasecurity.com/assets/fonts/OpenSans-Light-webfont.eot');
    src: url('/https/www.ampliasecurity.com/assets/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/https/www.ampliasecurity.com/assets/fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('/https/www.ampliasecurity.com/assets/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('/https/www.ampliasecurity.com/assets/fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/https/www.ampliasecurity.com/assets/fonts/OpenSans-Regular-webfont.eot');
    src: url('/https/www.ampliasecurity.com/assets/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/https/www.ampliasecurity.com/assets/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/https/www.ampliasecurity.com/assets/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/https/www.ampliasecurity.com/assets/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/https/www.ampliasecurity.com/assets/fonts/OpenSans-Italic-webfont.eot');
    src: url('/https/www.ampliasecurity.com/assets/fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/https/www.ampliasecurity.com/assets/fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('/https/www.ampliasecurity.com/assets/fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('/https/www.ampliasecurity.com/assets/fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/https/www.ampliasecurity.com/assets/fonts/OpenSans-Semibold-webfont.eot');
    src: url('/https/www.ampliasecurity.com/assets/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/https/www.ampliasecurity.com/assets/fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('/https/www.ampliasecurity.com/assets/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('/https/www.ampliasecurity.com/assets/fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: bolder;
    font-style: normal;
}
/*ENDFONT STYLE*/

/*BOOTSTRAP CLASSES  p:nth-child(2) {
    background: #ff0000;
}  */
.dropdown-menu {
	/*position:fixed;
	left:0;
    top: 100%;
    width:100%;*/
	margin-left:-230px;
	margin-top:2px!important;
	top:100%;
    background: #222;
	width:850px;
}
.drop-container {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 100px;
}
.navbar-nav>li {
	height: 90px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
	border-bottom: 4px solid #e7e7e7;
}
.row {
    margin-left: -20px;
    *zoom:1
}
.row-container{
    padding-top: 40px;
    padding-bottom: 40px;
}
.row:before, .row:after {
    display: table;
    content: "";
    line-height: 0
}
.row:after {
    clear: both
}
.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0
}
.row-fluid:after {
    clear: both
}
aside ul {
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
/*END BOOTSTRAP CLASSES*/

/*AMPLIA CLASSES*/

.recent_news_item {
    float: left;
	min-height:302px;
    padding: 25px 30px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.recent_news_item:hover {
    box-shadow: 0 10px 0 rgba(0,0,0,0.1);
    transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}
.recent_news_date {
    padding-bottom: 14px;
    font-weight: 900;
    font-size: 12px;
    color: #ccc;
}
.recent_news_title {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 28px;
    font-weight: 700;
    line-height: 24px;
    font-size: 21px;
    color: #2c3e50;
}
.recent_news_item:hover .recent_news_title {
    color: #84a7c6;
}
.recent_news_title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #00447B;
}
.recent_news_content {
    line-height: 24px;
    font-size: 14px;
}
.tw-logo-bg {
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 20%;
    #background: #f9f9f9 !important
    background: #ffffff !important
}

.img-logo-style {
	width:160px;
}

#header .tw-logo  .logo {
    color: #fff
}
.tw-menu-container {
    float: right
}
#footer {
    background: #2a303c;
    color: #8d8d8d
}
#footer>.container {
    padding: 60px  15px 40px 15px
}
#bottom .copyright {
    color: #aaa;
    font-weight: normal;
    margin-top: 15px;
}
#bottom .copyright  a {
    color: #aaa;
    font-weight: bold
}
#bottom {
    padding: 30px;
    background: #fff;
    font-weight: bold;
    font-size: 13px
}
#bottom p {
    margin: 0
}
#bottom a {
    color: #2dcb73
}
#bottom i{
    float: right;
}
#bottom i:hover{
    filter: grayscale(30%) !important;
    -webkit-filter: grayscale(30%) !important;
    -moz-filter: grayscale(30%) !important;
    -ms-filter: grayscale(30%) !important;
    -o-filter: grayscale(30%) !important
}
#bottom {
    background-color: #283848;
}

#main, #slider {
    position: relative;
    background: #FFF
}
#main [class*="span"] {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    *display:inline
}
.tw-service-box {
    padding-bottom: 30px
}
.left-service {
    display: inline-block
}
.tw-title {
    font-size: 35pt;
    font-weight: 100;
    color: #00447B;
}
.tw-title-container, .tw-widget-title-container {
    position: relative;
    padding-bottom: 30px;
}
.tw-title-border {
    position: absolute;
    left: 0;
    width: 250px;
    height: 2px;
    background: #32647D;
}
.tw-service-box:last-child {
    padding-bottom: 0
}
.tw-service-box .tw-service-icon {
    display: block;
    margin-bottom: 30px;
    text-align: center
}
.tw-service-box.left-service .tw-service-icon {
    float: left;
}
.resume-content {
	min-height: 60px;
}
.tw-service-box .tw-service-content.desc_unstyle {
    text-align: inherit;
    margin-left: 72px
}
.tw-service-box .tw-service-content {
    text-align: center;
}
.tw-service-box .tw-service-content p {
    font-size: 15px;
}
.tw-service-box .tw-service-content p a:hover {
    color: #222
}
.tw-service-box.left-service h3:hover{
    color: #777 !important
}
.tw-service-box  h3 {
    margin-bottom: 20px;
    color: #2f2f2f;
    font-weight: 400;
    line-height: 1;
    font-size: 15pt
}
.tw-service-content p  a {
    display: inline-block;
    padding: 9px  20px;
    border: 2px  solid #d6d6d6;
    text-transform: uppercase;
    color: #aaa;
    font-weight: bold;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif
}
.tw-service-content p:last-child {
    margin-bottom: 0
}
.tw-font-awesome {
    display: inline-block
}
.tw-font-awesome.circle {
    -moz-border-radius: 1500px;
    border-radius: 1500px;
    -wenkit-border-radius: 1500px
}

/* Footer ------------------------------------------------------------------- */
#footer{ background: #32465B; }
#footer{ color: #fff; }
#footer a{ color: #84a7c6; }
#footer a:hover, #footer { color: #aaaaaa; }
#footer h3.widget-title { 
    font-size: 18px;
    font-weight: 600; 
    color: #fff;
}
/* END AMPLIA CLASSES*/

@media (min-width: 1920px) {
    .tw-logo-bg {
            width: 35%
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .recent_news_item {
		min-height:360px!important;
	}
	.resume-content {
		min-height: 80px!important;
	}
}
@media (max-width: 1200px) {
    #footer .tw-title-border {
        width: 218px
    }
    .tw-logo-bg {
        width: 15%
    }
    ul.sf-menu>li>a {
        margin: 0  15px
    }
	.dropdown-menu {
		margin-left:-310px;
	}
}
@media (min-width: 980px) {
    #mobile-menu {
        display: none !important
    }
}
@media (min-width: 979px) and (max-width: 1190px) {
    ul.sf-menu>li>a {
        margin: 0  10px
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #footer h3.widget-title{
        height: 56px;
    }
    #footer .tw-title-border {
        width: 160px
    }
    .show-mobile-menu {
        margin-top: 40px;
        background: none;
        right: 0;
        width: 100px;
        position: absolute
    }
    #header.stuck .show-mobile-menu {
        margin-top: 14px
    }
    .show-mobile-menu .mobile-menu-text {
        font-size: 0
    }
    .show-mobile-menu .mobile-menu-icon {
        margin-right: 0
    }
    header#header {
        background: #f9f9f9
    }
    .recent_news_title {
        height: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	.dropdown-menu {
		margin-left:-300px!important;
		alignment-adjust:central;
	}
	.recent_news_item {
		min-height:0!important;
		min-width:665px!important;
	}
	.resume-content {
		min-height: 100px!important;
	}
}
@media (max-width: 767px) {
	.tw-title-border {
		width: 150px;
	}
	#footer .tw-title-border{
		width: 150px;
	}
    body {
        padding: 0;
        margin: 0 !important
    }
    .span7{
    	padding-top: 20px;
    	width: 244px;
    	float: left !important;
    }
    .list_carousel li {
        width: 100%
    }
    .mobile-menu-icon  span {
        height: 5px !important
    }
    .show-mobile-menu .mobile-menu-icon {
        margin-top: 12px
    }
    #main .container {
        padding: 0  10px
    }
    #header .tw-logo {
        text-align: center
    }
    .list_carousel {
        margin: 0  -10px !important
    }
    .foot-amplia{
        padding-left: 15px;
    }
    #header .tw-logo {
        width: 100%;
        padding: 0
    }
    .tw-service-content.desc_unstyle.serv{
    	width: 100%;
    }
    .tw-service-content.desc_unstyle {
        margin-top: 10px;
        margin-left: 55px!important;
    }
	
	.navbar-nav>li {
		height: auto!important;
	}
	.dropdown-menu {
		margin-left:0px!important;
	}
	.drop-container{
		width:auto!important;
		padding-top:10px!important;
		padding-bottom:10px!important;
	}
	.recent_news_item {
		min-height:0!important;
		min-width:100%!important;
	}
	.resume-content {
		min-height:0px!important;
	}
	.navbar-nav>li>a {
		padding-top:10px!important;
		padding-bottom:10px!important;
	}
}
    .tw-service-box.left-service{
    	width: 100%
    }
    .recent_news_title {
        height: 100%;
    }
    .tw-title-container, .tw-widget-title-container {
        margin-top: 30px;
        padding-bottom:20px;
    }

.redes{
    margin-right:15px;
    display: inline-block;
    border-style: solid;
    text-align:center;
    font-size:20px;
    width:18px;
    line-height:18px;
    padding:14px;
    color:#ffffff;
    border-color:#aaaaaa;
    border-width:0px;
}
.backheader{
	background-color: #fff;
	color: #2f2f2f;
}
.backheader a {
  color: #2f2f2f;
}
.backlogo {
    #background-color:#f9f9f9;
    background-color:#ffffff;
    height: 100%;
    margin-right: 50px;
}
.navbar-amplia {
    position: relative;
    min-height: 100px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
i {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}

/* Main ------------------------------------------------------------------------ */  
#main { background: #fff; }

/* General Color ------------------------------------------------------------------------ */ 

::selection{ background: #84a7c6; }
::-moz-selection{ background: #84a7c6; }


@media (min-width: 768px) and (max-width: 979px) { 
    header#header,header#header.stuck{ background: #84a7c6; }
}
@media (min-width: 768px) and (max-width: 979px) { 
    .mobile-menu-icon span{ background: #fff; }
}
