/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 
 /*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://webfonts.fonts.com
*/

body {
    overflow-x: hidden;
	font-family: "HelveticaNeueLt", Roboto, Arial, sans-serif;
}
.navbar-blue {
	background-color: #005670;	
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
	background-color: #2c3e50;
	/*background-color: #47a3a6;
	border-radius: 30px;*/
}
p {
    font-size: 18px;
	line-height: 25px;
	font-family: "HelveticaNeueLt", Roboto, Arial, sans-serif;
	margin-bottom: 25px;	
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #18bc9c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: "HelveticaNeueLt", Helvetica, Roboto, Arial, sans-serif;
}

.img-centered {
    margin: 0 auto;
}
img.navlogo {
	visibility: hidden;	
}

/* Home */

header {
    text-align: center;
    color: #fff;
	background: url(../images/diamond-bg.jpg) #FFF no-repeat;
	background-size: cover;
	border-bottom: 15px solid #47a3a6;
    /*background: #18bc9c;*/
}
.linxcirc {
	max-width: 160px;	
}
.intro-text {
	color: 	#005670;
	text-align: left;
	margin-top: 50px;
}
.intro-text h2 {
	font-size: 20px;
	line-height: 26px;
	color: #005670;
	font-family: "HelveticaNeueLt", Helvetica, Roboto, Arial, sans-serif;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

/* Trade-in Section */

section.tradein {
    color: #fff;
    background: #00A7B5;
}
.tradein h1 {
	padding-bottom: 20px;	
}
.trade-intro, .trade-body {
	color: #FFFFFF;	
	text-align: center;
}
.trade-body {
	padding: 40px 0 0 0;	
}
.trade-body h2 {
	font-size: 22px;
	font-weight: 600;
	padding: 30px 0 20px 0;	
}
.trade-body p {
	padding: 0 20px 20px 20px;	
}

/* Tablets Section */

.tablets h1 {
	padding-bottom: 20px;	
}
.tablets h2 {
	font-size: 22px;
	font-weight: 600;
	padding: 30px 0 20px 0;	
}
.menu-select {
	border: 1px solid #eb3c00;
	border-radius: 20px;

}
.btn-buy {
	background-color: #47a3a6;	
	color: #FFFFFF;
	border-radius: 30px;
	padding: 8px 20px 8px 20px;
}
.btn-buy:hover {
	background-color: #409295;
}
a .caption-content, a .caption-content:hover {
	color: #2c3e50;
	text-decoration: none;	
}
.caption-content p {
	margin: 0 25px 25px 0;	
}
a:hover {
	text-decoration: none;
}
.portfolio-item {
	margin-bottom: 30px;
	margin-top: 15px;	
}
#tour360 {
	height: 570px;
}

/* Windows 8 Section */

section.windows {
    color: #fff;
    background: #7762aa;
	padding-bottom: 150px;
}
.windows h1 {
	padding-bottom: 40px;	
}
a.download-link {
	color: #FFFFFF;	
	text-decoration: underline;
	cursor: pointer;
}
a.download-link:hover {
	color: #BA0C2F; 
}
.fa-phone:hover {
	cursor: pointer;	
}

/* Windows 8 Tiles*/

.dynamicTile .col-sm-3.col-xs-6{
    padding:5px;
}

.dynamicTile .col-sm-6.col-xs-12{
    padding:5px;
} 

.dynamicTile .col-sm-6.hidden-xs{
    padding:5px;
} 

.tilecaption{
    /*position: relative;
    top: 50%;*/
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); 
    /*margin:0!important;*/
	margin: 15% 10px 0 10px;
    text-align: left;
    color:white;
   	font-family: "HelveticaNeueLt", Helvetica, Roboto, Arial, sans-serif;
    font-weight: lighter;
	font-size: 20px;
	line-height: 24px;
}
#tile10 {
	background-color: #0198ab;	
}

/* Office 365 Section */

section.office {
	color: #fff;
	background: #eb3c00;	
}
.office h1 {
	padding-bottom: 20px;	
}
.circle-office {
	padding-top: 50px;	
	padding-bottom: 50px;
}
.circle-office .col-md-4 {
	padding-left: 60px;
	padding-right: 60px;
}
@media(max-width:1200px) {
#tour360 {
	height: 393px;
}
}
@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
	}
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

}

.navbar {
    text-transform: uppercase;
   font-family: "HelveticaNeueLt", Helvetica, Roboto, Arial, sans-serif;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

@media(max-width:992px) {
	header {
		text-align: center;
    	color: #fff;
		background: url(../images/diamond-bg2.jpg) #FFF no-repeat;
		background-size: cover;	
	}
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
	.navlogo {
		padding: 5px 0 5px 5px;	
	}
	.navbar-details .navbar-logo img {
	margin-left: 27px;
	}

	ul.navbar-right li {
		background-color: #005670;	
	}
	.windows-text {
		margin-top: 20px;
	}
	header {
		background-image: none;	
	}
	.small-banner {
		text-align: center;
    	color: #fff;
		background: url(../images/diamond-bg3.jpg) #FFF no-repeat;
		background-size: cover;	
		min-height: 300px;	
		margin-bottom: 30px;
	}
	.linxcirc {
		max-width: 120px;
		margin-top: 20px;	
	}
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
	margin-top: 30px;
    margin-bottom: 20px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}
.call-us {
	margin-left: 20px;
	font-weight: bold;
	font-size: 20px;	
}
.numbershow {
	display: none;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

/* Product Detail Pages */

.navbar-details {
	/*height: 80px;*/
	padding: 10px 0 10px 0;
	background-color: #005670;
}
.tabbed-info {
	padding-top: 100px;	
}

.tabbed-info h2 {
    margin: 0;
    font-size: 3em;
	color: #005670;
}
.tabbed-info  a {
	color: #005670;	
}
.tabbed-info h3 {
	font-size: 1.4em;
}
.tabbed-info .offers li, .tabbed-info .features li  {
    font-size: 18px;
	line-height: 28px;
	font-family: "HelveticaNeueLt", Helvetica, Arial, Roboto, Gotham, sans-serif;
}
.tabbed-info .features li .fa {
	color: #47a3a6;	
}
.tabbed-info .offers li .fa {
	color: #BA0C2F;	
	font-size: 10px;
	line-height: 28px;
}

.tabbed-info img {
    margin-bottom: 30px;
}

.tabbed-info .item-details {
    margin: 30px 0;
}

.tabbed-info .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

ul.nav-tabs {
	padding-top: 20px;	
}
.tabbed-info .tab-content p:first-child, .tabbed-info .tab-content ul {
	padding-top: 15px;	
}
.tabbed-info .nav>li>a:hover, .tabbed-info .nav>li>a:focus {
	background-color: #e8f6f6;
	color: #47a3a6;
}
.tabbed-info .nav>li.active>a.orange {
	color: #BA0C2F;
}
.tabbed-info .nav>li>a.orange {
	color: #BA0C2F;
}
.tabbed-info .nav>li>a.orange:hover, .tabbed-info .nav>li>a.orange:focus {
	background-color: #fbebe9;
	color: #BA0C2F;
}
.carousel-inner {
	position: relative;	
}
.splash {
	position: absolute;	
	max-width: 120px;
	left: 0;
	top: 0;
	z-index: 2;
}
.smallprint {
	font-size: 13px;	
}
.accordion7, .accordion8, .accordion10 {
	margin-top: 20px;	
}
.panel-body.features-panel {
	padding: 0;	
}
.panel-body.features-panel td {
	padding: 5px 5px 5px 15px !important;	
}

/* Product zoom/magnify */

.zoom-control {
	float: right;
	padding-right: 15px;
}
.magnify {
    position: relative;
    cursor: none;
}

.magnify-large {
    position: absolute;
    display: none;
    width: 220px;
    height: 220px;

    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
             border-radius: 100% 
}

img.magnifier {
	display: block;	
	float: right;
}

/* Product Carousel with Thumbnails */

.slider-thumbs .active img {
	opacity:0.5;
}
.slider-thumbs {
	padding-top: 20px;	
}
.slider-thumbs img {
	border: 1px solid #CCCCCC;
}
.product-carousel .modal-header {
	border-bottom: none;
}
.carousel-control.left, .carousel-control.right{ 
	background: none !important; 
	filter: progid:none !important; 
}
.carousel-control .glyphicon {
	color: #000000;	
}

/* Download Page */
.download-page {
	margin-top: 80px;
	margin-bottom: 30px;
	background: url(../images/diamond-corner2.jpg) no-repeat top right;	
}
.download-page .h2-help {
	margin-top: 30px;
}
.btn-download {
	margin-bottom: 20px;
	margin-top: 20px;	
}
.underline:hover {
	text-decoration: underline;	
}

/* FAQ Page */
.faq-page {
	margin-top: 80px;
	margin-bottom: 30px;
	background: url(../images/diamond-corner2.jpg) no-repeat top right;	
}
.faq-page h2 {
	margin-top: 40px;	
}
.questions {
	margin-top: 30px;	
	font-family: "HelveticaNeueMd", Helvetica, Roboto, Arial, sans-serif;
}
p.faq {
	font-weight: bold;
	margin-bottom: 10px;
}
p.answer {
	font-weight: normal;
}
.questions .fa {
	color: #BA0C2F;	
	font-size: 12px;
	line-height: 28px;
}

@media(max-width:580px) {
	.ani-icon {
		width: 100%;	
	}
}
@media(max-width:425px) {
	.splash {
		display: none;	
	}
	.smallprint {
		display: none;	
	}
}