@font-face { font-family: FuturaStd-Bold; src: url('../fonts/Futura/FuturaStdBold.eot'); src: url('../fonts/Futura/FuturaStdBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Futura/FuturaStdBold.woff') format('woff'), url('../fonts/Futura/FuturaStdBold.ttf') format('truetype'); } @font-face { font-family: FuturaStd-Heavy; src: url('../fonts/Futura/FuturaStdHeavy.eot'); src: url('../fonts/Futura/FuturaStdHeavy.eot?#iefix') format('embedded-opentype'), url('../fonts/Futura/FuturaStdHeavy.woff') format('woff'), url('../fonts/Futura/FuturaStdHeavy.ttf') format('truetype'); } @font-face { font-family: FuturaStd-Book; src: url('../fonts/Futura/FuturaStdBook.eot'); src: url('../fonts/Futura/FuturaStdBook.eot?#iefix') format('embedded-opentype'), url('../fonts/Futura/FuturaStdBook.woff') format('woff'), url('../fonts/Futura/FuturaStdBook.ttf') format('truetype'); } html, body { height: 100%; font-family: "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif"; -webkit-font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6 { font-family: "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif"; font-weight: 700; line-height: 1; } h1{ font-size: 36px; } h2{ font-size: 30px; } h3{ font-size: 27px; } h4{ font-size: 24px; } h5{ font-size: 16px; } h6{ font-size: 13px; } p{ line-height: 25px; font-weight: 400; } a { background: transparent; outline: none; text-decoration: none; } .bginput, select { font-size: 14px; height: 24px; } a:active, a:hover, a:focus { outline: 0; background: transparent; text-decoration: none; } .padding-80{ padding: 50px 0; } .padding-50{ padding: 50px 0; } .margin-btm-40{ margin-bottom: 40px; } .margin-btm-20{ margin-bottom: 20px; } /*****************home ******** ******************************/ .navbar-default { border-color: transparent; border-bottom: none; top: 0; left: 0; width: 100%; padding: 0; margin: 0; z-index: 4; background-color: #fff; opacity: .95; -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); -moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15); box-shadow:0 1px 5px rgba(0, 0, 0, 0.15); } .navbar-default .navbar-nav > li > a { font-size: 16px; font-weight: 400; padding-top: 14px; padding-right: 6px; padding-left: 6px; margin: 0px; font-weight: normal; } .row { padding-top: 3px; } .btn { font-weight: 400; font-size: 14px; height: 30px; padding-bottom: 10px; text-shadow: none !important; -webkit-text-shadow:none !important; text-transform: uppercase; -webkit-transition: all 200ms ease-in; -o-transition: all 200ms ease-in; -moz-transition: all 200ms ease-in; transition: all 200ms ease-in; -webkit-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; display: inline-block; letter-spacing: 1px; } .btn-theme-color{ background-color: #35bdf6; color:#fff; } .btn-theme-color:hover{ color:#fff !important; background-color: #077aaa; } .social-colored{ margin:0; padding: 0; } .social-colored li.empty-text{ font-size: 12px; color:#333; font-weight: 700; text-transform: uppercase; margin-right: 10px; padding: 0px; } .social-colored li a i{ color:#fff; width:30px; height: 30px; text-align: center; font-size: 22px; line-height: 30px; border-radius: 2px; -webkit-border-radius: 2px; } .social-colored li a i.icon-fb{ background-color: #077aaa; } .social-colored li a i.icon-twit{ background-color: #35bdf6; } .social-colored li a i.icon-plus{ background-color: #c7254e; } .social-colored li a i.icon-pin{ background-color: #843534; } /**v1.1**/ .social-colored li a i.icon-in{ background-color: #007bb6; } .section-heading{ margin-top: 30px; margin-bottom: 0px; } .section-heading .small{ opacity: .75; margin-bottom: 0px; } .section-heading .large{ opacity: 1; } .section-heading .section-title{ color:#000; text-transform: uppercase; } .section-heading .small span{ padding-bottom: 5px; border-bottom: 1px solid #666; font-size: 14px; font-weight: 600; } .section-heading .large{ font-weight: 400; font-size: 38px; } h3.heading-progress { font-size: 14px; font-weight: 400; margin-bottom: 6px; margin-top: 0px; } .progress { height: 15px; line-height: 10px; box-shadow: none; -webkit-box-shadow: none; background: #E9E9E9; border-radius: 0; } .progress-bar { line-height: 10px; background:#35bdf6; box-shadow: none; -webkit-box-shadow: none; } /*forms*/ select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .form-control{ display: inline-block; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; color: #7a7a7a; resize: none; vertical-align: middle; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-border-radius: 0; border-radius: 0; -webkit-transition: all 200ms ease-in; -o-transition: all 200ms ease-in; -moz-transition: all 200ms ease-in; transition: all 200ms ease-in; } textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .form-control:focus{ border: 1px solid #999; background: #FFF; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .image-wrapper{ position: relative; } .image-wrapper img{ width:100%; height: auto; } .image-overlay{ position: absolute; text-align: center; background: rgba(255, 255, 255, 0.92); top: 0; bottom: 0; left: 0; right: 0; opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .image-overlay p { position: absolute; top: 50%; color: #35bdf6; margin-top: -10px; width: 100%; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .image-wrapper:hover .image-overlay{ opacity: 1; } /*****tooltip************/ .tooltip{ font-size: 16px; line-height: 2; } .tooltip.top .tooltip-inner { background-color:#35bdf6; padding: 6px 12px; font-size: 13px; } .tooltip.top .tooltip-arrow { border-top-color:#35bdf6; } .footer-nav ul{ float:right; margin: 0; padding: 0; } .footer-nav ul li a{ color:#fff; text-transform: uppercase; font-weight: 600; font-size: 11px; } iframe{ width:100%; overflow: hidden; } .parallax { background-position: 0 0; background-repeat: no-repeat; background-size: 100% auto; width: 100%; background-size: cover; background-attachment: fixed; } .parallax-overlay{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: url(../img/pattern.png); background-repeat: repeat; background-color: rgba(44,62,80,0.6); z-index: 2; } .overlay{ position: absolute; padding: 0; width: 100%; left: 0; top: 0; background-image: url(../img/pattern.png); background-repeat: repeat; background-color: rgba(44,62,80,0.6); z-index: 2; } .dropdown { border: 0px; margin:0px; padding:0px; background: transparent; } .bginput, select { font-size: 14px; height: 24px; } #map { width: 100%; height: 350px; max-width: 100%; position: relative; margin-bottom: 0px; left: 0; } td { padding-top: 0px; padding-bottom: 0px; padding-right: 0px; padding-left: 0px; font-size: 14px; } .font, .font2, p, .content{ font-size: 14px; color: #000000; line-height: 1.5; margin: 0px; } .top-bar { padding-top: 5px; } #navigation { height: 50px; padding: 0px; margin: 0px; } @media (min-width: 768px) { .container { width: 99%; } } @media (min-width: 1280px) { .container { width: 1200px; } } @media (min-width: 1440px) { .container { width: 1200px; } } .contentbox { border-radius: 8px; padding: 15px; margin: 10px; } .tabcontents2 p { padding-left: 20px; padding-right: 20px; padding-top: 10px; padding-bottom: 10px; } .tab-content p { padding-left: 20px; padding-right: 20px; padding-top: 10px; padding-bottom: 10px; } ol li { margin-bottom: 10px; } ul li { margin-top: -10px; margin-bottom: 10px; margin-left: 15px; } .list-inline li { margin: 0; } .loginbutton { padding: 2px; margin:0px; height:30px; background:#FFFFFF; color: #000066; font-size: 16px; border: 1px #FFFFFF solid; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-align:center; cursor:pointer; width:100px; -webkit-appearance: none; } .col-1, .col-2, .col-3, .col-4, .col-5, .col-6 { float: left; } .col-1 { width: 100%; } .col-2 { width: 75%; } .col-3 { width: 67%; } .col-4 { width: 50%; } .col-5 { width: 33%; } .col-6 { width: 25%; } @media only screen and (max-width: 600px) { .col-1, .col-2, .col-3, .col-4, .col-5, .col-6 { float: left; width: 100%; } }