﻿
*{

	font-family: Oswald, 微軟正黑體;
	position:relative;
  }
body,html
{ 
	width:100%;  height:100%;
	padding:0px; margin:0px;	
	overflow-x: hidden;
	background-image:url(http://deer-idea.com/farmar_domo/farmar3-2/images/bg01.png);
	background-repeat: repeat;

}


 img{
    display:block; 
    margin:auto;
    border-radius: 6px;
    box-shadow:5px 5px 15px gray;padding:3px
    box-shadow: 0px 0px 55px rgba(0,0,0,0.2);
    padding-left: auto;
    padding-right: auto;
    }


.footer{padding-bottom: 20px;}


 
.fm
{
  height: 102px;
  background:url(http://deer-idea.com/farmar_domo/farmar3-2/images/bg.png);
  border-bottom:2px solid #657988;
  background: linear-gradient(#a3a3a3, #9c9c9c, #898989, #7E7E7E, #757575, #676666);
}


.fmbox1{
  z-index: 998;
  box-sizing: border-box;
  float: left;
  }

.fmbox2{
  background:linear-gradient(#a3a3a3,#9c9c9c,#898989,#7E7E7E,#757575,#676666);
  min-height: 55px;
  height: 102px;
  float: right;
}



section.fmheader{display:none; }

@media (max-width:1200px) {

section.fmheader{display: block;}

.fmbox2{display:none; }

}




.nav123{
  z-index: 999;
  position:fixed;

  text-align: center;
  margin:0px;
  bottom: 0px;
  width:100%;
  border:none;
  color:#fff;
  background-color:#BEBEBE;
  
}

.nav123 li{
  display: inline-block;
  font size: 5;
  padding-left:10px;
  padding-right:10px;
  padding-top:5px;
  padding-bottom:5px;
}

.nav123 a:link {
  color:#38698A; 
}

.nav123 a:hover
{
  color:#403F48;
  text-decoration:none;
}

.nav123 a:active{
  color:#840404;
}


.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.menu-toggle span{
    background-color: #38698A;
}

.navbar__nav{
    float: right;
    margin-right: 16px;
}

.menu-toggle{
    display: fixed;
    padding: 24px;
    padding-top: 26px;
}

.menu-toggle span{
    display: block;
    height: 2px;
    width: 32px;
    background-color: #fefefe;
    margin-bottom: 8px;
    transition: all 0.3s;
}
.menu-toggle:hover span:nth-child(1){
    transform: translateX(-20%);
}
.menu-toggle:hover span:nth-child(3){
    transform: translateX(20%);
}

.popup-menu{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient( 45deg, #C6D4DF , #fff);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    
}
#popup-overlay:target{
    opacity: 1;
    visibility: visible;
}
.popup-menu__close{
    padding: 24px;
    margin-left: 100%;
    width: 80px;
    height: 80px;
    float: right;
    transition: all 0.3s;
    margin-right: -16px;
}
@media (max-width: 768px){
    .popup-menu__close{
        padding: 12px;
        width: 56px;
        height: 56px;
    }
}
.popup-menu__close:hover{
    transform: rotate(180deg);
}
.popup-menu__close span{
    width: 32px;
    height: 2px;
    background-color: #38698A;
    position: absolute;
    top: 50%;
    left: 50%;
        transition: all 0.3s;
/*    overflow: hidden;*/
}
.popup-menu__close span:nth-child(1){
    transform: translate(-50%,-50%) rotate(45deg);
}
.popup-menu__close span:nth-child(2){
    transform: translate(-50%,-50%) rotate(-45deg);
}

.popup-menu__item{
    display: block;   
    text-align: center;
    font-family: 微軟正黑體;
    font-size: 40px;
    font-weight: 900;
    color: #484848;
    line-height: 80px;
    transition: all 0.3s;
}
@media (max-width: 768px){
    .popup-menu__item{
        font-size: 24px;
        line-height: 48px;
    }
}
.popup-menu__item:hover{
    color: #38698A;
 }

.menu > ul > li {
  list-style: none;
  display: inline-block;
  color: #fff;
  line-height: 55px;
  
}
.menu_eng > ul > li {
  list-style: none;
  display: inline-block;
  color: #fff;
  line-height: 55px;
  
}
.menu > ul li a {
  text-decoration: none;
  color: #fff;
  display:block;

  font-size: 16px;
  letter-spacing: 2px;
  line-height: 55px;
  padding: 0px 14px;
}
.menu_eng > ul li a {
  text-decoration: none;
  color: #fff;
  display:block;

  font-size: 16px;
  letter-spacing: 2px;
  line-height: 55px;
  padding: 0px 14px;
}
.menu > ul li a:hover {
  background:#444;
  color: #fff;
  letter-spacing: 1px;
  line-height: 55px;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
.menu_eng > ul li a:hover {
  background:#444;
  color: #fff;
  letter-spacing: 1px;
  line-height: 55px;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}




@media screen and (min-width:1200px) and (max-width:1366px){

.menu > ul li a {
  text-decoration: none;
  color: #fff;
  display:block;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 55px;
  padding: 0px 8px;
} 

.menu_eng > ul li a {
  text-decoration: none;
  color: #fff;
  display:block;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 55px;
  padding: 0px 10px;
}  

}

 
   
  .col-md-12.col-fmbanner{
  padding-left: 0px;
  padding-right: 0px;
  }

  .carousel-caption h1{ color: #fff; }

  
section.fmabout{

background-color: #38698A;	
width:100%;
padding-top: 0px;
padding-bottom: 0px;
background-image: url(http://deer-idea.com/farmar_domo/farmar3-2/images/logo.png);

}

.jumbotron{
font-size:20px;
letter-spacing: 2px;
line-height: 45px;
padding-left: 120px;
padding-right: 120px;

}

#ads {
float: left; 
margin: 0 50px 0px 0; 
width: 300px; 
height: 250px;
clear: both;
}



section.fmabouts{
width:100%;
padding-top: 50px;
padding-bottom: 50px;
}



.jumbotron-fmabouts{
text-align: center;
font-size:20px;
letter-spacing: 2px;
background-color: #CDDFEC;
padding-top: 45px;
padding-bottom: 45px;
line-height: 45px;
box-shadow: 0 3px 10px rgba(0,0,0,0.5);
}

.timeline-group{
	max-width: : 960px;
	height: 100%;
	margin-right: 120px;
	margin-left: 120px;
	margin-top: 120px;

}

.timeline{

	width: 4px;
	height: 100%;
	background-color: #38698A;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 3px 10px rgba(0,0,0,0.5);
}

.timeline-cards_row:nth-child(odd){
	display: flex;
	justify-content: flex-start;
}

.timeline-cards_row:nth-child(even){
	display: flex;
	justify-content: flex-end;
}
.timeline-card{
	font-size:16px;
	padding: 24px;
	background-color: #CDDFEC;
	border-radius: 4px;
	width: calc(50% - 24px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.5);

}

.timeline-card:before{
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	box-shadow: 0 3px 10px rgba(0,0,0,0.5);
	background: #38698A;
	position: absolute;
	top: 50%;
	transform: translate(50%,-50%);
	right: -24px;

}

.timeline-cards_row:nth-child(odd) > :before{
	transform: translate(50%,-50%);
	right: -24px;

}

.timeline-cards_row:nth-child(even) > :before{
	transform: translate(-50%,-50%);
	left: -24px;
	
}

  

h1{
  font-size: 2.5rem;
  font-family: 微軟正黑體;
  font-weight: normal;
  color: #444;
  text-align: center;
  margin: 32px 0;
}



.col{
  margin: 16px;
  cursor: pointer;
}

.container{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 2000px;
	        perspective: 2000px;
}

 .primary__text__back,.info__text__back{
  text-align: left;
} 

.front,
.back{
  background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	text-align: center;
  max-width: 500px;
	min-width: 320px;
	min-height: 480px;
  width:  auto;
	height: auto;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
  font-family: 微軟正黑體;
  font-weight: 300;
}


.back{
  background:  #38698A;
  background: -webkit-linear-gradient(45deg,  #38698A 0%,#596a72 100%);
  background: -o-linear-gradient(45deg,  #38698A 0%,#596a72 100%);
  background: linear-gradient(45deg,  #38698A 0%,#596a72 100%);
}


.front:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
.container:hover .front,
.container:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 2%;
    width: 100%;
    height: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}

.container .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.container:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.front .inner p{
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.front .inner p:after{
  content: '';
  width: 24rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

.front .inner span{
  color: rgba(255,255,255,0.7);
  font-family: 微軟正黑體;
  font-weight: 300;
}


@media screen and (min-width:1200px) and (max-width:1649px){

  .fmcol{
    width: calc(50%);
  }

 .front,
 .back{
    max-width: 250px;
    font-size: 16px;
  }
  

}

@media screen and (max-width:1650px){
.fmcol{
     width: calc(33.333333% - 2rem);
  }

 .front,
 .back{
    max-width: 250px;
    font-size: 16px;
  }
  
}

@media screen and (max-width:1200px){

  .fmcol{
    width: calc(50% - 2rem);
  }
}

 
section.fmservice{

background-color: #38698A;  
width:100%;
padding-top: 250px;
padding-bottom: 200px;
background-image: url(http://localhost/farmar3-2/images/fm/135.jpg);
background-size: cover;
background-position: center;
}

section.fmservice:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(60deg,#FFF,#C6D4Df);
    opacity: 0.6;
}

.tabs {
  padding: 0;   
  width:980px;
  float: none;
  list-style: none;
  position: relative;
  margin: auto;
  text-align: left;
  *zoom: 1;
}
.tabs:after {
  content: "";
  display: table;
  clear: both;
}
.tabs li {
  display: block;
}
@media only screen and (min-width: 981px) {

  .tabs li:nth-child(1) label {
    left: 0;
  }
  .tabs li:nth-child(2) label {
    left: 130px;
  }
  .tabs li:nth-child(3) label {
    left: 260px;
  }
  .tabs li:nth-child(4) label {
    left: 390px;
  }

  section.fmservice{
  width:100%;
  padding-top: 100px;
  padding-bottom: 1000px;
  }

}
.tabs input[type="radio"] {
  position: absolute;
  display: none;
}
.tabs input[name="tabs"]:checked + label {
  top: 1px;
  padding-top: 17px;  
  margin:0px;
    background: #38698A;
    color: #CDDFEC;
}
.tabs input[name="tabs"]:checked ~ .tab-content {
  display: block;
  position: absolute;
}
.tabs label {
  display: block;
  padding: 14px 10px;
        
  font-size: 20px;
  background: #AAA;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 5px;
  width: 120px;
  text-align: center;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px;
  border-radius: 15px 15px 0 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs label:hover {
  background: #38698A;
  color:#e14938;
}

.tab-content {
  position: relative;
  top: 52px;
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  font-size: 17px;
  line-height: 25px;
  background: #CDDFEC;
;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 52px;
}
.tab-content p {
  
  padding: 0 20px; 


}

@media only screen and (max-width: 980px) {
  .tabs {
    position: relative;
    width: 100%;
  }
  .tabs li {
    float: none;
    margin-top: 20px;
  }
  .tabs label {

    top: 0;
    width: 100%;
    padding-top: 17px;
    background: #FFF;
    margin: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    left: 0;
  }
  .tabs label:hover {
    background: #FFF;
  }

  .tab-content {
    display: block;
    top: 0;
  }
  .tabs input[name="tabs"]:checked ~ .tab-content {
  display: block;
  position: relative;
  }


    section.fmservice{
    width:100%;
    padding-top: 50px;
    padding-bottom: 50px;
    }

}


/*英文服務的頁籤Style*/
.tabs_en {
  padding: 0;   
  width:980px;
  float: none;
  list-style: none;
  position: relative;
  margin: auto;
  text-align: left;
  *zoom: 1;
}
.tabs_en:after {
  content: "";
  display: table;
  clear: both;
}
.tabs_en li {
  display: block;
}
@media only screen and (min-width: 981px) {

  .tabs_en li:nth-child(1) label {
    left: 0;
  }
  .tabs_en li:nth-child(2) label {
    left: 210px;
  }
  .tabs_en li:nth-child(3) label {
    left: 420px;
  }
  .tabs_en li:nth-child(4) label {
    left: 630px;
  }

  section.fmservice{
  width:100%;
  padding-top: 100px;
  padding-bottom: 1000px;
  }

}
.tabs_en input[type="radio"] {
  position: absolute;
  display: none;
}
.tabs_en input[name="tabs_en"]:checked + label {
  top: 1px;
  padding-top: 17px;  
  margin:0px;
    background: #38698A;
    color: #CDDFEC;
}
.tabs_en input[name="tabs_en"]:checked ~ .tab-content {
  display: block;
  position: absolute;
}
.tabs_en label {
  display: block;
  padding: 14px 10px;
        
  font-size: 20px;
  background: #AAA;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 5px;
  width: 200px;
  text-align: center;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px;
  border-radius: 15px 15px 0 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs_en label:hover {
  background: #38698A;
  color:#e14938;
}

.tab-content {
  position: relative;
  top: 52px;
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  font-size: 17px;
  line-height: 25px;
  background: #CDDFEC;
;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 52px;
}
.tab-content p {
  
  padding: 0 20px; 


}

@media only screen and (max-width: 980px) {
  .tabs_en {
    position: relative;
    width: 100%;
  }
  .tabs_en li {
    float: none;
    margin-top: 20px;
  }
  .tabs_en label {

    top: 0;
    width: 100%;
    padding-top: 17px;
    background: #FFF;
    margin: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    left: 0;
  }
  .tabs_en label:hover {
    background: #FFF;
  }

  .tab-content {
    display: block;
    top: 0;
  }
  .tabs_en input[name="tabs_en"]:checked ~ .tab-content {
  display: block;
  position: relative;
  }


    section.fmservice{
    width:100%;
    padding-top: 50px;
    padding-bottom: 50px;
    }

}

/*英文服務的頁籤Style*/


.conn_box {
  
  display: inline-block;
  box-shadow: 0 3px 10px rgba(0,0,0,0.5);
  line-height: 40px;
  font-size: 16px;  
  width:35%; 
  border-radius:10px;
  padding: 20px;
  margin: 20px;
  margin-bottom: 2.5%;

}


@media (max-width: 640px){
.conn_box {
   width: 100%;
   left: 20%;
  transform:translateX(-20%);
  line-height: 20px;
  font-size: 16px;
  
}
}

.fm-container {
  background: #F8F8F8;
  width: 900px;
  height: 700px;
  margin: 5% auto;
  position: relative;

}

.qr{
 width: 50%;
  float: left;
}

.qr img {
  margin-top:50%;
  width:200px;
  height:200px;

}

.contact-form{
  width: 50%;
  float: left;
}


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);



#contactbox input[type="text"], #contactbox input[type="email"], #contactbox input[type="tel"], #contactbox input[type="url"], #contactbox textarea, #contactbox button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contactbox {
  background:#F9F9F9;
  padding:25px;
  margin:0;
}

#contactbox h3 {
  color: #F96;
  display: block;
  font-size: 30px;
  font-weight: 400;
}

#contactbox h4 {
  margin:5px 0 15px;
  display:block;
  font-size:13px;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 50%;
  padding: 0;
  width: 100%;

}

#contactbox input[type="text"], #contactbox input[type="email"], #contactbox input[type="tel"], #contactbox input[type="url"], #contactbox textarea {
  width:100%;
  background:#FFF;
  padding:5px;
}

#contactbox input[type="text"]:hover, #contactbox input[type="email"]:hover, #contactbox input[type="tel"]:hover, #contactbox input[type="url"]:hover, #contactbox textarea:hover {
  -webkit-transition:border-color 0.3s ease-in-out;
  -moz-transition:border-color 0.3s ease-in-out;
  transition:border-color 0.3s ease-in-out;

}

#contactbox textarea {
  height:100px;
  max-width:100%;
  resize:none;
}

#contactbox button[type="submit"] {
  cursor:pointer;
  width:100%;
  border:none;
  background:#0CF;
  color:#FFF;
  margin:0 0 5px;
  padding:10px;
  font-size:15px;
}

#contactbox button[type="submit"]:hover {
  background:#09C;
  -webkit-transition:background 0.3s ease-in-out;
  -moz-transition:background 0.3s ease-in-out;
  transition:background-color 0.3s ease-in-out;
}

#contactbox button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contactbox input:focus, #contactbox textarea:focus {
  outline:0;

}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

@media screen and (max-width:680px){


.fm-container {
  background: #F8F8F8;
  width: 100%;
  height: 650px;
  margin: 5% auto;
  position: relative;

}

.qr{
   width: 100%;

}

.contact-form{
  width: 100%;

}



}

section.fmbanner{
width: 100%;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 70px;
padding-right: 70px;
}

section.fourserver{
width:100%;
padding-top: 150px;
padding-bottom: 150px;


background-image: url(http://deer-idea.com/farmar_domo/farmar3-2/images/s01.png);
background-repeat: no-repeat; */
}

.img-responsive{

  margin-bottom: 20px;
}

section.fmnew{
width:100%;
letter-spacing: 2px;
line-height: 30px;

}

.panel{
	padding-left: 150px;
}


#accordions-ad span {
  border: 0;
  background: #e14938;
}

.more-btn-ad {
  color: #e14938;
}
.more-btn-ad:hover {
  background: #e14938;
  border: 0;
}

#accordions-ac span {
  border: 0;
  background: #38698A;
}

.more-btn-ac {
  color: #38698A;
}
.more-btn-ac:hover {
  background: #38698A;
  border: 0;
}

.panel {
  background-color: transparent;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.panel-title {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
  flex: 1;
  text-decoration: none;
  font-size: 15px;
  white-space: nowrap;
}
.panel-title span {
  width: 90px;
  display: inline-block;
  text-align: center;
}

#accordions-ad span, #accordions-ach span, #accordions-ac span {
  border-radius: 5px;
  color: #FFF;
  margin-right: 5px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 14px;
  letter-spacing: 1px;
}

.more-btn-ad, .more-btn-ach, .more-btn-ac {
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 40px;
  width: 40px;
  font-weight: bold;
  font-size: 12px;
  line-height: 38px;
  border-radius: 30%;
  cursor: pointer;
  margin-bottom: 20px;
  border: 2px solid;
}

.more-btn-ad:hover, .more-btn-ach:hover, .more-btn-ac:hover {
  color: #fff;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}

@media (max-width: 1240px) {
  .panel-title a {
    font-size: 12px;
  }
}
 
.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;


  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}