/*  
Theme Name: Alphinat website theme
Theme URI: http://www.alphinat.com/theme
Description: Theme to use for www.alphinat.com
Version: 1.0
Author: Alphinat
Author URI: http://www.alphinat.com/
*/
html {
	font-size: 16px;
}
body { 
  margin: 0;
  padding: 0;
  font: 62.5%/15pt arial, sans-serif;
  }

a { 
  text-decoration: none; 
  }

h1 { 
  font: 2em times new roman, arial, helvetica, sans-serif;
  color: #000; 
  margin: 10px 0; 
  letter-spacing: -0.02em;
  line-height: 1.5em;
  }
  
h2 { 
  font: 1.4em times new roman, arial, helvetica, sans-serif;
  color: #055984;
  margin: 10px 0 25px; 
  }
  
h3 { 
  font-size: 1.2em;
  font-weight: bold; 
  color: #000; 
  margin: 5px 0 0;
  }
  
h4 {
  margin: 0 0 5px;
  padding: 0;
  }
  
form { 
  margin: 0; 
  }
  
label {
  display: block;
  margin: 0 0 10px;
  }

ul,ol { 
  margin-top: 0;
  list-style: none; 
  }

ul li {
  background: url(images/marker.png) no-repeat 0 8px;
  padding: 0 0 0 20px;
  }

ul li ul {
  margin-bottom: 0 !important;
  }
  
ul li ul li {
  background: url(images/check.gif) no-repeat 0 6px !important;
  }

#header, .ctr { 
  /*width: 100%;*/ 
  position: relative; 
  }

 #header { 
    padding: 5px;
  }

#header div { /* language switcher and navigation bar container */
    float: right; 
    margin-top: 0;
    margin-right : 0px; 
    text-align: right; 
  }

#toggleNav img {
  margin-top: 1em;
}

@media (min-width: 768px) {
  /*
  #header div {
    margin-right: 0;
  }
  */
  #header, .ctr { 
    margin: 0 auto; 
    width: 960px; 
  }

  #headerCtr {
    height: 83px;
  }

  #header { 
    padding: 20px 0 0;
  }

  #toggleNav {
    display: none;
  }
}
  
#logo { 
  margin: 0;
  padding: 0; 
  }

p#nav {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  font-size: 1.2em;
  margin: 16px 0 0;
  padding: 10px 0;
  background-color: #cedfe7;
  z-index: 999;
}

@media (min-width: 768px) {
  p#nav {
    display: block;
    position: static;
    margin: 15px 0 0;
    padding: 0;
    width: auto;
  }
}
  
p#nav span { 
  display: none; 
  }

@media (min-width: 768px) {
  p#nav span {
    display: block;
    float: left; 
    margin: 0 20px; 
    color: #ccc; 
  }
}

p#nav a, #nav ul li a { 
  display: block;
  margin: 0.5em 1em;
  text-align: left;
  /*float: left;*/
  color: #000;  
  }

@media (min-width: 768px) {
  p#nav a, #nav ul li a {
    font-weight: bold;
    margin: 0;
    float: left;
  }
}
.guidetoc, .guidetoc ul {
  list-style: none;
  padding-left: 0;
}

.guidetoc ul {
  padding-left: 15px;
  display: none;
}

.guidetoc .current_page_item ul, .guidetoc .current_page_ancestor ul {
  display: block;
}

.guidetoc li, .guidetoc ul li {
  background: none !important;
  padding-top:0 !important;
}

.guidetoc li {
  padding-left: 0;
}

.guidetoc a, .guidetoc a:visited {
  color: #000;
}

.guidetoc .current_page_item > a {
  color: #008ed6;
}

.guidetoc .current_page_item ul li a {
  font-weight: normal;
}

.support #sidebar {
  padding: 10px 12px 0;
  border: 1px solid #d3e2f2;
  background: #f2f7fb;
  width:260px;
}

.support h3 {
  margin-bottom: 10px;
}

p#nav .active, .current-page-ancestor {
  color: darkorange;
  }

p#nav ul {
  list-style: none;
  }

p#nav ul li {
  display: inline;
  padding: 0;
  margin: 0;
  }

#header img { 
  border: 0; 
  }
  
.lang, h2 a { 
  color: #0396d7 !important;
  }
  
h2 a { 
  font-size: 0.8em; 
  }

#sliderCtr {
  display: none;
}

#sliderCtr, #moslide {
  margin: 0;
  padding: 0;
  height: 325px;
  background: url(images/bg-slider.jpg) no-repeat 0 0;
}

#moslide {
  padding: 10px;
  text-align: center;
  height: auto;
}

#moslide h1 {
  margin-top:0;
  font-size: 2.5em;
}

.slide h1 {
    color: #fff;
    margin-top: 25px;
    }

  .slide a { 
    color: #fff; 
    text-decoration: none; 
    }

  .slide li {
    background: none;
    padding: 0;
    }

@media (min-width: 768px) {
  #sliderCtr {
    display: block;
    }

  #moslide {
    display: none;
  }

  #slideCtr { 
    padding : 25px; 
    }
     
  .slide { 
    float: left; 
    width: 960px; 
    margin-bottom: 10px; 
    }

} /* End @media (min-width: 768px) */

.actionBtn {
  position: relative;
  }

.actionBtn img {
  border: 0;
  position: absolute;
  top: 20px;
  left: -15px;
  }

.solution { 
  width: 117px; 
  float: left; 
  font-size: 1.2em; 
  color: #fff; 
  text-align: center; 
  }
  
.solution img {
  border: 0;
  }

.clearfix {
	float: none;
	clear: both;
}

#home-content-md {
  display:none;
}

@media (min-width: 768px) {
  #home-content-md {
    display:block;
  }
}
#ticker { 
  margin: 0;
  padding: 0;
  float: left;
  }
  
#ticker p {
  margin: 0;
  padding-left: 5px;
  }

#ticker a {
  color : #000;
  }
  
.boxes {
  margin-top: 40px;
  font-size: 1.4em;
  overflow: hidden
  }
  
.box {
  width: 315px;
  float: left;
  margin-right: 7px;
  padding: 0;
  }
  
.box-middle {
  background: url(images/box-middle.gif) repeat-y 0 0;
  margin: 0;
  padding: 1px;
  }

.box-bg {
  background: #fff url(images/box-bg.gif) repeat-x 0 0;
  margin: 0 4px 0 3px;
  overflow: hidden;
  }
  
.box-bg img {
  width: 99px;
  height: 99px;
  margin-right: 7px;
  }

.box-bg div {
  padding: 5px 0;
  }
  
.box-bg h3 {
  margin: 0 0 2px;
  font-weight: bold;
  }

#sectionCtr {
  margin: 0;
  padding: 0;
  min-height: 101px;
  background: url(images/bg-slider.jpg) no-repeat 0 0;
  }

@media (max-width: 360px) {
  #telecom-img {
    width: 300px;
    height: auto;
  }
}

#sectionCtr > .ctr > a > img {
  float: right;
}

@media (max-width: 600px) { /*464*/
  #sectionCtr > .ctr {
    text-align: center;
  }

  #sectionCtr > .ctr > a > img {
    float: none;
  }
}

#sectionNav {
  min-height: 36px;
  margin: 0;
  padding: 15px 3px 0;
  padding: 15px 1.57vw 0; /*15px 50px 0 */
  font-size: 1.2em;
  text-align: center;
  position: relative;
  overflow: hidden;
  /*border: 1px solid red;*/
  }

#sectionNav li {
  background: none;
  display: block;
  float: left;
  line-height: 1.5em;
  margin-right: 16px;
  margin-right: 2.89vw; /*40px;*/
  padding: 0;
  color: #000;
  }

#sectionNav li a {
  color: #000;
  }
 
#sectionNav span, .current_page_item {
  font-weight: bold;
  }

#main {
  /*border-top: 1px solid #cedfe7;*/
  margin: 0;
  padding: 0;
  min-height:249px;
  background: url(images/bg-main.gif) repeat-x 0 0;
  }

#sectionCnt {
  background: #fff;
  padding: 10px;
  font-size: 1.4em;
  }

@media (max-width: 767px) {
  #sectionCnt > img {
    display: none;
  }
}

@media (min-width: 768px) {
  #sectionCnt {
    padding: 25px;
  }
}

#mainContent {
  overflow: hidden;
  }

.trial-content {
  padding: 0px 5px 50px 5px;
}

@media (min-width: 768px) {
  .trial-content {
    padding:15px 30px 50px 50px;
  }
}

.col-group {
  clear: both;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.col {
  display: block;
  float: left;
}

.solution-box {
  padding: 40px 35px 40px 35px;
  background: #ffffff;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 4px solid #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease 0.55s;
  transition: all ease 0.55s;
}

a.button {
  /*
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  */
  padding: 7px 15px;
  background-color: #008ed6;
  color: #fff;
  font-size: 1.1em;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

a.button:hover {
  cursor: pointer;
  background-color: dodgerblue;
}

a.btn-red {
  background-color: firebrick;
}

a.btn-red:hover {
  cursor: pointer;
  background-color: darkred;
}

.tabs>li {
    float: left;
    margin-bottom: -1px;
    padding-left: 0;
    position: relative;
    display: block;
}

.tabs>li.active>a, .tabs>li.active>a:focus, .tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    position: relative;
    padding: 10px 15px;
}

.card {
  box-sizing: border-box;
  padding: 10px 25px;
  margin: 8px 2px 20px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  background-color: #FFF;
  border-radius: 2px;
}

.card div {
  box-sizing: border-box;
  margin-bottom: 20px;
}

.card div:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 3px solid #e6e6e6;
  min-height: 120px;
}

.card img {
	width: 128px;
}

@media (min-width: 768px) {
  .card img {
    float: right;
    margin: 10px 36px;
  }
  .card p {
    margin-right: 200px;
  }
}

.col1 .card {
  margin: 8px 8px 8px 2px;
}

.col2 .card {
  margin: 8px 0 8px 8px;
}

.two-cols > .col1, .two-cols > .col2 {
  width: 100%;
  margin: 0;
}

@media (min-width: 583px) {
  .two-cols > .col1 {
    width: 49%;
    margin-right: 1%;
  }
  
  .two-cols > .col2 {
    width: 49%;
  }
  .two-cols > .col1.col-lg {
    width: 55%;
    margin-right: 5%;
  }
  
  .two-cols > .col2.col-sm {
    width: 40%;
  }
}

.three-cols .col {
    width: 100%;
}

@media (min-width: 768px) {
  .three-cols .col {
    width: 31.5%;
    margin: 0 1.25% 0 0;
  }
}

@media (min-width: 768px) {
  .action-cards {
    width: 275px;
    float: right; 
    margin-left: 50px;
  }
}

.contact-form {
  width: 100%;
  margin-top: 15px;
}

@media (min-width: 583px) {
  .contact-form {
    float: right;
    width: 45%;
    margin-top: 15px;
  }
}

.contentHeader {
  margin: 5px 0;
  text-align: center;
  }

.contentList, .contacts, .quote {
  margin: 0 0 20px;
  padding: 20px 0;
  border: 1px solid #d3e2f2;
  background: #f2f7fb;
  overflow: hidden;
  }

.contentList ul {
  margin: 0; 
  padding: 0 0 0 10px;
  }

@media (min-width: 415px) and (max-width: 767px) {
  .contentList ul {
    padding: 0 0 0 15px;
    float: left;
    width: 45%;
  }
}

@media (min-width: 768px) {
  .contentList ul {
    padding: 0 0 0 35px;
    float: left;
    width: 28%;
  }
}

.blog h2 {
  margin: 0;
  }

.author {
  color: #999;
  font-size: 0.9em;
  }

#sidebar {
  /*display: none;*/
  width: 100%;
}

@media (min-width: 768px) {
  #sidebar {
    display: block;
    float: left;
    width: 310px;
  }
}

#sidebar ul{
 list-style-type: none;
 margin: 0;
 padding: 0 10px 0 10px;
 }
 
#sidebar ul li{
 padding: 10px 0 10px 0;
 }

#sidebar ul li h2{
 font-family: Georgia, Sans-serif;
 font-size: 14px;
 }

#sidebar ul ul li{
 padding: 0;
 line-height: 24px;
 }

.contacts, .quote {
  margin: 5px 30px 10px 5px;
  padding: 20px;
  }

.contacts span {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  }

.quote {
  font-size: 0.9em;
  }

table {
  border : 1px solid darkorange;
  margin-bottom: 20px;
  }

tr.title {
  background: darkorange;
  font-weight: bold;
  }

tr.title td {
  padding: 5px !important;
  color: #fff;
  }

tr {
  margin: 0;
  vertical-align: top;
  }

td {
  width: 50%;
  }

td ul {
  margin-bottom: 0 !important;
  }

td ul li {
  background: url(images/check.gif) no-repeat 5px 9px !important;
  padding: 5px 0 5px 25px !important;
  border-top: 1px solid darkorange;
  min-height: 20px;
  }

.odd {
  background-color: #fde4d0 !important;
  }

.empty {
  background-image: none !important;
  }

#maincol img {
    max-width: 100%;
    height: auto;
  }

@media (min-width: 768px) {
  #maincol {
    float: right;
    text-align: left;
    width: 600px;
  }
  /*#maincol img {
    width: auto;
  }*/
}

#maincol p {
  margin-top: 0;
  }
  
#maincol ul {
  margin: 0 0 15px 0; 
  padding: 0;
  }

#maincol ul li {
  background: url(images/bullet.gif) no-repeat 0 7px;
  padding: 0 0 10px 20px;
  }

.post {
 padding: 10px 0 10px 0;
 }
 
.post h2 {
 font-family: Georgia, Sans-serif;
 font-size: 18px;
 }
 
.entry {
 line-height: 18px;
 }

p.postmetadata {
 border-top: 1px solid #ccc;
 margin: 10px 0 0 0;
 }

.navigation {
 padding: 10px 0 0 0;
 font-size: 14px;
 font-weight: bold;
 line-height: 18px;
 }

.innerFlt {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.inner1 {
  float: left;
  width: 70%;
  margin-right: 5%;
}  

.inner2 {
	float: right;
	text-align: right;
	width: 25%;
}


.financials {
  float: left;
  width:50%;
  }

.commentlist {
	margin: 2px 0 !important;
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 10px 0 0 !important;
}

.commentlist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.commentlist ul li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	/*border-bottom: 1px solid #ccc;*/
}

.comment-author a{
  color: #055984;
}

cite.fn {
  font-weight: bold;
  color: #055984;
  font-style: normal;
}

.commentlist h2, .commentlist h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

section.comment p{
  margin: 0;
}

.commentlist li.odd{
  background-color: #fff !important;
}

.commentlist .children li {
  background: none !important;
  margin-bottom: 0 !important;
}

.comment-reply-link{
  font-size: 0.85em;
  color: #C0C0C0;
}

.comment-reply-link:hover{
  color: #999;
}

.reply{
  margin-top: 0;
  padding-top: 0;
}

.commentlist p.nocomments{
	padding: 0;
}

.commentlist textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#commentform label {
  margin-bottom: 2px;
}

.badge-new {
  border-radius: 5px;
  background: yellow;
  display: inline-block;
  padding: 2px 4px;
  font-weight: bold;
}

.badge-new::before {
  content: "\2605  New in V6 \2605";
}

#footer {
  min-height : 165px;
  margin-top: 0px;
  background: #12181c url(images/bg-footer.gif) repeat-x 0 0;
  color: #999;
  font-size: 1.2em;
  overflow: hidden;
  padding-left: 0;
  }

@media (min-width: 768px) {
  #footer {
    padding: 20px;
  }
}

#footer ul {
  list-style: disc;
  margin: 0;
  padding-left: 17px;
  }

#footer li {
  background: none;
  padding: 0;
  }

#footer h4 {
  color: #fff;
  margin-top: 10px;
  }

@media (min-width: 768px) {
  #footer h4 {
    margin-top: 0;
  }
}

#footer a {
  color: #999;
  }

.footer-col {
  float: left;
  width: 40%;
  padding: 0 10px;
  }
  
#footer .ctr {
  padding-left: 15px;
  padding-left: 3vw;
}

@media (min-width: 768px) {
  .footer-col {
    width: 220px;
  }

  #footer .ctr {
    padding-left: 50px;
  }
}

#cc {   
  background: #12181c;   
  padding: 5px;   
  color: #fff;   
  font-size: 1.2em;
  text-align: center;   
}

@media (min-width: 768px) {
  #cc {
    text-align: left;
  }
}

#cc a {
  color : #fff;
  }

#contact-information {
  float: none;
}

@media (min-width: 768px) {
  #contact-information {
    float: right;
  }
}

#more-contact-info {
  display: none;
}

@media (min-width: 768px) {
  #more-contact-info {
    display: inline-block;
  }
}/* CSS Document */